Bug 15430

Summary: SVGElementInstances should rebuild themselves lazily
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   

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 ***