Added "SVG aren't images" bug.

master
AndrewGreenberg 2008-10-20 21:34:02 -04:00 committed by Joey Hess
parent ec566c02fd
commit cc311beef3
1 changed files with 5 additions and 0 deletions

View File

@ -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.