Bug 15430 - SVGElementInstances should rebuild themselves lazily
Summary: SVGElementInstances should rebuild themselves lazily
Status: RESOLVED DUPLICATE of bug 15413
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-08 17:40 PDT by Eric Seidel (no email)
Modified: 2008-10-08 20:00 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2007-10-08 17:40:50 PDT
SVGElementInstances should rebuild themselves lazily

Currently SVGStyledElement::updateElementInstance is called any time an SVGStyledElement changes.  Instead SVGStyledElement should just invalidate its associated SVGElementInstance every time it changes, and then it should rebuild itself when necessary (during layout perhaps?)
Comment 1 Nikolas Zimmermann 2008-10-08 20:00:26 PDT

*** This bug has been marked as a duplicate of 15413 ***