diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-20 21:54:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-20 21:54:24 -0400 |
commit | dc9cb095d13fa75e20604fdb79b4276ac45f64a8 (patch) | |
tree | 965ece81d9d0c3d09a82e09d64d41ddea7cda6db | |
parent | 59ef1ebe5dbe10b48024f48f665dceef8d735a88 (diff) |
response2
-rw-r--r-- | doc/bugs/SVG_files_not_recognized_as_images.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/SVG_files_not_recognized_as_images.mdwn b/doc/bugs/SVG_files_not_recognized_as_images.mdwn index 41452e7c1..f178a4b1a 100644 --- a/doc/bugs/SVG_files_not_recognized_as_images.mdwn +++ b/doc/bugs/SVG_files_not_recognized_as_images.mdwn @@ -12,4 +12,7 @@ The 'img' plugin also seems to not support SVGs. > the only options seem to be only supporting svgs on wikis that do not > sanitize their html, or assuming that svgs are trusted content and > embedding them inline. None of which seem particularly palatable. +> +> I suppose the other option would be converting the svg file to a static +> image (png). The img plugin could probably do that fairly simply. > --[[Joey]] |