RE: RE: Looking for SVG that was/is slow in Firefox
<[email protected]> 31 Oct 2013 11:25:41 -0700
| Newsgroups | gmane.text.xml.svg.devel |
|---|---|
| Message-ID | <[email protected]> |
I placed a file online that shows the performance of mouse wheel zooming for IE/Chrome/FF. It is a compact world map with about 60 country paths and associated names. It uses the D3.behavior.zoom() I have included the d3 script that relates to the mousewheel. You will note that FF is clunky, where IE/Chrome run smooth as a baby's bottom. See: http://www.uuglemap.com/FireFox/mouseWheelFF.htm ---In [email protected], <[email protected]> wrote: Hi Jonathon, YES! I am currently much frustrated by Firefox's poor performance in mouswheel zoom for svg. for one of my sites. So, I will cut a segment from my app that clearly demonstrates this so it can be evaluated.. I'll put it online...give me a day or two. I'll be glad to work with you to fix this. Regards, Francis ---In [email protected], <[email protected]> wrote: To help move the performance of Firefox's SVG implementation forward I'm looking for as many examples of SVG out there as possible where: a) Firefox performance improved in the last year or so, or b) Firefox performance still sucks (or lags behind other browsers) Anyone out there care to contribute links? If we can get together a good list it would really help us (the Mozilla SVG team) to figure out what we should prioritize.