Bug 45614

Summary: RenderSVGResourceFilterPrimitive should be responsible for layout of SVG filter primitives
Product: WebKit Reporter: Dirk Schulze <krit>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: rhodovan.u-szeged, zherczeg, zimmermann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 68469, 26389    

Description Dirk Schulze 2010-09-12 05:07:48 PDT
RenderSVGResourceFilterPrimitive should be responsible for layout of SVG filter primitives.
Comment 1 Dirk Schulze 2011-07-05 04:06:52 PDT
Is layout handled for all filter primitives in RenderSVGResourceFilterPrimitive now? Can we close this bug?
Comment 2 Zoltan Herczeg 2011-07-05 04:12:59 PDT
Depending on what was the plan.

RenderSVGResourceFilterPrimitive still has no "layout()" call, but it is unlikely that we will ever add one, since the primitives "lives" inside the filter.
Comment 3 Dirk Schulze 2011-07-05 04:14:21 PDT
(In reply to comment #2)
> Depending on what was the plan.
> 
> RenderSVGResourceFilterPrimitive still has no "layout()" call, but it is unlikely that we will ever add one, since the primitives "lives" inside the filter.

I agree, but do we still have to move some primitives to the current concept?
Comment 4 Zoltan Herczeg 2011-07-05 04:41:04 PDT
> I agree, but do we still have to move some primitives to the current concept?

Shouldn't. I support closing this bug. If ever needed, we can still reopen it.