Re: Looking for SVG that was/is slow in Firefox

Michael Mullany <[email protected]> Mon, 4 Nov 2013 10:34:28 -0800 (PST)
Newsgroups gmane.text.xml.svg.devel
Message-ID <[email protected]>
Quality and performance of most SVG Filters in Firefox is still slower than ideal, and in many cases they are not fast enough to be animateable. IE10 is probably the fastest and highest quality implementation today (although there are notable bugs: no filterRes support, feImage objects not treated as <use> etc.)

Here are some filters (mostly focused on image effects) that you can try in Firefox and compare to IE10 (and even Chrome/Safari 6) 
	* http://codepen.io/collection/Efgcu

	* http://codepen.io/mullany/details/JtneK

	* http://codepen.io/mullany/pen/nFwAu
(I will also put in another plug for fixing bug 455986 - which would allow import of SVG objects into filters via feImage)


-- michael