Allow SVG image uploads
Totally aware that inline SVG works already but for background images you have to do nasty things like host your own and hack CSS off of the inlined slide background colour:
.reveal div[style="background-color: rgba(200, 50, 30, 0.6);"] {background-image:url(remoteimage.svg)}

We now support SVG uploads! This includes an option for displaying the SVG either externally () or inline.
This was introduced together with the media library: http://help.slides.com/knowledgebase/articles/552825-media-library
-
AdminOwen (Owner, Slides) commented
Thanks for the feedback. This one is on the list and will be addressed.
-
Andy Fitzsimon commented
That technique also breaks pdf export etc