web commit by JoshTriplett

master
joey 2007-04-24 21:27:19 +00:00
parent 1f85040292
commit a875d0af5e
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
We should support SVG. In particular:
* We could support rendering SVGs to PNGs when compiling the wiki. Not all browsers support SVG yet.
* We could support editing SVGs via the web interface. SVG can contain unsafe content such as scripting, so we would need to whitelist safe markup.
--[[JoshTriplett]]