Letractively / svgweb

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

Specific SVG file crashes browser when used with SVG Web #335

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Simply provide the SVG url into svgweb script.

What is the expected output? What do you see instead?
It will show the attached SVG file into Flash.

What version of the product are you using? On what operating system,
browser, and version of Flash?
svgweb-2009-09-16-Umberhulk-B,Windows XP,IE,Flash 10

Original issue reported on code.google.com by kr.sura...@gmail.com on 6 Oct 2009 at 5:16

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 20 Oct 2009 at 12:51

GoogleCodeExporter commented 8 years ago

Original comment by bradneub...@gmail.com on 20 Oct 2009 at 12:51

GoogleCodeExporter commented 8 years ago
Can you please update the reason for why browser get crash.

Original comment by kr.sura...@gmail.com on 27 Oct 2009 at 7:45

GoogleCodeExporter commented 8 years ago
Hi kr.suraesh, this is an important bug but I have not gotten a chance to 
isolate
what the issue is yet. Other bugs are before it in the queue right now.

Original comment by bradneub...@gmail.com on 27 Oct 2009 at 9:44

GoogleCodeExporter commented 8 years ago
Fixed in r963.

The browser crashed because flash crashed. The precise reason was an 
inappropriate
reference of an XML attribute using an XMLList object with length greater than 
one.

Other problems remaining with this file should be filed separately. Please 
provide
reduced test cases. Solving these problems was relatively easy. Its finding the
problem tag that takes all the time. Large and complex files like this one 
(1.5M of
XML with tens of thousands of tags) with no attempted test case reduction are 
less
likely to get prompt service. 

By the way, Adobe Illustrator exported a really bloated file here (look at all 
the
tspans). You may want to take a look at Inkscape.

Original comment by grick23@gmail.com on 3 Nov 2009 at 3:00