aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrewGreenberg <AndrewGreenberg@web>2008-10-20 21:34:02 -0400
committerJoey Hess <joey@kitenet.net>2008-10-20 21:34:02 -0400
commitcc311beef30bb73a460ce3c573401d6db2d85a80 (patch)
treee11d8b31d418c429b6b88ab61553deb48b9668d8
parentec566c02fdf4e1f76e6559afbb8c01ec772412f8 (diff)
downloadikiwiki-cc311beef30bb73a460ce3c573401d6db2d85a80.tar
ikiwiki-cc311beef30bb73a460ce3c573401d6db2d85a80.tar.gz
Added "SVG aren't images" bug.
-rw-r--r--doc/bugs/SVG_files_not_recognized_as_images.mdwn5
1 files changed, 5 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
new file mode 100644
index 000000000..2339b075a
--- /dev/null
+++ b/doc/bugs/SVG_files_not_recognized_as_images.mdwn
@@ -0,0 +1,5 @@
+In ikiwiki 2.66, SVG images are not recognized as images. In ikiwiki.pm, the hardcoded list of image file extensions does not include ".svg", which it probably should unless there's some other issue about rendering SVGs?
+
+The 'img' plugin also seems to not support SVGs.
+
+