Bug 35181 - Invalidate RenderSVGResources if needed
Summary: Invalidate RenderSVGResources if needed
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-19 14:44 PST by Dirk Schulze
Modified: 2010-04-29 02:53 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Schulze 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.
Comment 1 Nikolas Zimmermann 2010-04-29 02:53:03 PDT
This is fixed in trunk.