diff options
-rw-r--r-- | doc/todo/svg.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/svg.mdwn b/doc/todo/svg.mdwn new file mode 100644 index 000000000..fc7686364 --- /dev/null +++ b/doc/todo/svg.mdwn @@ -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]]
\ No newline at end of file |