Bug 35181
Summary: | Invalidate RenderSVGResources if needed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Schulze <krit> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Dirk Schulze
svgAttributeChanged and childrenChanged call invalidation of Resources. But this is only called on changes in SVG DOM or DOM. On the other hand, we call invalidate resources during parsing all over the time. This is rather inefficient.
CSS changes and animation do not allways invalidate Resources. We have to make sure, that we invalidate resource when and only when an invalidation is needed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
This is fixed in trunk.