ic-labs / django-icekit

GLAMkit is a next-generation Python CMS by the Interaction Consortium, designed especially for the cultural sector.
http://glamkit.com
MIT License
47 stars 11 forks source link

Add plugin for SVG images #282

Open jmurty opened 7 years ago

jmurty commented 7 years ago

Currently the image content plugin does not support SVG files, and there is no way to add an SVG image as a content item to the site.

Adapting the existing image content plugin to handle SVGs properly is probably not the right approach, since there are so many assumptions about images always being raster/pixel-based. We should instead create a new svg_image content plugin just for SVGs.