bumbu/svg-pan-zoom

Plugin is very slow and sometimes fails to work with large SVG documents

haykpetros opened this issue · 3 comments

It seems that plugin works extremely slow, or most of the time causes browser to crash or ask user to stop a very slow running script, when SVG documents is bigger than 6MB or so. Hard to say what can cause this, as it won't slow down gradually, but instead will work just fine with 6MB files, but then suddenly stop with a little bit larger ones.

Here is the link for sample SVG that fails: Large SVG Document.svg

bumbu commented

The link you provided doesn't work. This is a correct one.

Did you try using the same file but without this library? Most probably this is not the library issue but a browser limitation.

Yes I did and it loads just fine into all the browsers. More it works if used with jquery.panzoom plugin as well.

bumbu commented

Same as #146