ninja / ui

Ninja User Interface, the jQuery plugin for lethal interaction.
http://ninjaui.com
Apache License 2.0
283 stars 23 forks source link

Icons do not work in Firefox #57

Open tom-mi opened 11 years ago

tom-mi commented 11 years ago

Icons do not work in Firefox 18.0 (neither in 14.0.1). The following example works fine in Chrome, but shows a broken image in Firefox: http://jsfiddle.net/3kcwS/29/

Edit: When setting svgInline = true; (overriding the test) in line 42, it works. Apparently the test if SVG is supported is broken.

uipoet commented 11 years ago

Thanks for finding this out and for the relevant details. Will look into a more compatible test.