-
Improvement
-
Resolution: Fixed
-
Minor
-
2.0
-
None
-
MOODLE_20_STABLE
-
MOODLE_24_STABLE
-
wip-
MDL-22955-m24 -
Hi guys,
The order of file extension Moodle searches when locating an image was discussed in the forum not so long ago and the question was raised about why SVG was not on the list.
I've created this issue because I think it would be a great idea to add support for using SVG images, particularly so themer's can override core images with SVG's.
I purpose to prepend SVG to the list of image formats that Moodle searches for unless the user is using IE < 9 (they've finally added SVG support in IE 9). This would of course make SVG the first format searched for which is probably fine given that it won't be used if the users browser doesn't support it.
Before I produce a patch or anything I would like to get some feedback from people about this.
Cheers
sam