https://bugzilla.wikimedia.org/show_bug.cgi?id=31643
--- Comment #2 from Brion Vibber <[email protected]> 2011-10-12 16:12:49 UTC --- SVG is tricky because there's very little relation between the file size and the rendering complexity. A very very tiny SVG can ssslllloooowwww things down in the extreme (especially if it applies filters) while a very large one might actually be very simple, with just a bunch of polygons that render fairly fast. Not really sure what's a good way to handle this from our end; in theory it's the browser engine's responsibility to deal with image decoding and it *ought not* block the UI while it works. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
