Bug 11972
Summary: | WebKit fails to draw SVG correctly when loaded incrementally (remotely) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | Keywords: | NeedsReduction |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://openclipart.org/clipart//animals/crawfish1_ganson.svg |
Eric Seidel (no email)
WebKit fails to draw SVG correctly when loaded incrementally (remotely)
It looks like it must be an invalidation issue. The missing gradient in question is probably loaded late in the file.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Eek, this is a bad bug. It affects most of the SVGs at OpenClipart.org
Eric Seidel (no email)
Opera draws this one strangely (with checkerboards patterns over the top of some elements), but we seem to draw this correctly now.