Bug 16569
Summary: | REGRESSION: Severe underpainting bug on carto.net dock demo | ||
---|---|---|---|
Product: | WebKit | Reporter: | Oliver Hunt <oliver> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | eric, hyatt, oliver |
Priority: | P2 | Keywords: | Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://www.carto.net/papers/svg/dock/index.svg |
Oliver Hunt
This is a really cool SVG demo, we really need to fix the regression.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Oliver Hunt
Adding hyatt to CC as well, as he is most likely to know the correct way to fix the problem (i don't know enough about painting, etc to go about fixing this)
The problem appears to be due to us not invalidating the original rect occupied by the SVGImageElement (and i presume any other SVGElement) and only repainting the final rect.
Mark Rowe (bdash)
*** This bug has been marked as a duplicate of 16015 ***