RESOLVED FIXED 35181
Invalidate RenderSVGResources if needed
https://bugs.webkit.org/show_bug.cgi?id=35181
Summary Invalidate RenderSVGResources if needed
Dirk Schulze
Reported 2010-02-19 14:44:08 PST
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
Nikolas Zimmermann
Comment 1 2010-04-29 02:53:03 PDT
This is fixed in trunk.
Note You need to log in before you can comment on or make changes to this bug.