Bug 33647

Summary: SVGClipPathElement shouldn't resolve style manually
Product: WebKit Reporter: Nikolas Zimmermann <zimmermann>
Component: SVGAssignee: Nikolas Zimmermann <zimmermann>
Status: RESOLVED FIXED    
Severity: Normal CC: eric, krit, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Initial patch oliver: review+

Description Nikolas Zimmermann 2010-01-13 19:39:29 PST
SVGClipPathElement manually resolves style. We can just create a RenderSVGHiddenContainer for it, and query that style - much cleaner than hacking around the lack of renderers.
Comment 1 Nikolas Zimmermann 2010-01-13 19:43:30 PST
Created attachment 46535 [details]
Initial patch
Comment 2 Oliver Hunt 2010-01-13 20:06:38 PST
Comment on attachment 46535 [details]
Initial patch

r=me
Comment 3 Nikolas Zimmermann 2010-01-13 20:14:08 PST
Landed in r53233.