diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-24 21:27:19 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-24 21:27:19 +0000 |
commit | a875d0af5e235ce67db8e36269d7286dbe93b25c (patch) | |
tree | 16aa69e31ca494169ee0edbd811e7ba5590113d1 | |
parent | 1f8504029201b2f4a3b57a11625aa1f31302f73c (diff) | |
download | ikiwiki-a875d0af5e235ce67db8e36269d7286dbe93b25c.tar ikiwiki-a875d0af5e235ce67db8e36269d7286dbe93b25c.tar.gz |
web commit by JoshTriplett
-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 |