On Thu, Mar 31, 2016 at 5:59 PM, Tom Chadwin <[email protected]> wrote: > My guess is that it won't work well, if at all, in the plugins repo site. > From memory, SVGs aren't embedded with an tag, and a fallback raster is > needed anyway for browsers which struggle with SVGs. Perhaps the Django > handles all of that, generating a fallback PNG and writing the markup > required, but I'd guess not.
True, looks like it's not supported [1] [2] [3], given it's rooted in Django image handling. I'll update the dev cookbook to articulate image formats (png, jpeg, etc.). Cheers ..Tom [1] https://github.com/qgis/QGIS-Django/blob/master/qgis-app/plugins/models.py#L186 [2] https://docs.djangoproject.com/en/1.9/ref/models/fields/#django.db.models.ImageField [3] https://code.djangoproject.com/ticket/14092 _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
