Bug 35181

Summary: Invalidate RenderSVGResources if needed
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: 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
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.