[Webkit-unassigned] [Bug 26434] REGRESSION: SVG demo crashes Safari 4 (does not crash Safari 3.x)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 16 00:16:14 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26434





------- Comment #4 from bradneuberg at gmail.com  2009-06-16 00:16 PDT -------
This might be related to an issue on the SVG Web side (the toolkit used in the
SVG demo):

http://code.google.com/p/sgweb/issues/detail?id=106

In that demo I'm actually using Flash to do the rendering rather than the
native SVG support in Safari. I internally use the JavaScript XML Parser class
to build up an internal representation of the SVG file that I use for tracking,
and then send over a string version of it to Flash to do the actual rendering.
However, I noticed a surprising thing recently: even though the SVG is parsed
by XML, all of the XML nodes become specific Safari SVGElement nodes rather
than generic XML DOM nodes. This causes some trouble for me; I have an open
issue on my side to create a workaround internally to prevent this from
happening.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list