mustang2247 / svgweb

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

Try to speed up HTC node creation #420

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When we call createElement internally to create an SVG node on IE, there is
a small overhead for each element created. I wonder if using cloneNode on
an existing HTC node would be faster. Test.

Original issue reported on code.google.com by bradneub...@gmail.com on 19 Nov 2009 at 2:05

GoogleCodeExporter commented 8 years ago
There are currently non-working tests on this in tests/non-licensed/perf/perf4. 
I got
pulled away to other stuff so didn't get to finish getting them working.

Original comment by bradneub...@gmail.com on 19 Nov 2009 at 2:06