Letractively / svgweb

Automatically exported from code.google.com/p/svgweb
Other
0 stars 0 forks source link

Explore removing whitespace compatibility for SVG OBJECTs on IE to aid performance #310

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Right now we go to very large lengths to 'preserve' whitespace in the SVG
loaded into SVG OBJECTs for the Flash renderer (i.e. for Internet
Explorer). This probably affects memory and performance to a large degree
since we are creating lots of fake HTC nodes for the text nodes, incurring
the memory and time cost. Explore the trade offs if we get rid of emulating
XML whitespace behavior as closely to gain greater performance. This will
probably also improve startup time as we won't have to do as complex
scripts to clean up our SVG to track text nodes (we create invisible __text
nodes). The downside is that existing SVG scripts inside SVG OBJECTs will
probably not run without some minor modification.

Original issue reported on code.google.com by bradneub...@gmail.com on 18 Sep 2009 at 4:38

GoogleCodeExporter commented 8 years ago
This doesn't affect performance, and I think its good to keep for compatibility.
Marking WONTFIX.

Original comment by bradneub...@gmail.com on 30 Nov 2009 at 5:48