RESOLVED DUPLICATE of bug 11984 10913
SVG charts from plotkit fail to render unless you scroll them offscreen
https://bugs.webkit.org/show_bug.cgi?id=10913
Summary SVG charts from plotkit fail to render unless you scroll them offscreen
Gregory Block
Reported 2006-09-18 03:11:19 PDT
In the provided example are a number of charts; by scrolling down and then back up, the ones that are ofscreen render correctly, but the ones that were a part of the document load fail. This may be related to the way that SVG nodes are added to the document by plotkit - the JS actually adds the SVG node itself along with child contents. Would be nice to have this work. :)
Attachments
Eric Seidel (no email)
Comment 1 2006-09-19 03:04:17 PDT
One of many many invalidation issues in our current SVG support. It would be nice to reduce this down to a much simpler test case. I'm not even sure what sort of SVG elements PlotKit is creating here w/o looking more at the code.
Gregory Block
Comment 2 2006-09-21 00:22:28 PDT
what's really odd about it is that it's the first one on the page that renders completely; scroll anywhere, and reload, and the first svg block is fine. All of the other SVG blocks don't render.
Eric Seidel (no email)
Comment 3 2007-01-08 16:40:22 PST
Fixed by bug 11984. *** This bug has been marked as a duplicate of 11984 ***
Note You need to log in before you can comment on or make changes to this bug.