RESOLVED FIXED Bug 45614
RenderSVGResourceFilterPrimitive should be responsible for layout of SVG filter primitives
https://bugs.webkit.org/show_bug.cgi?id=45614
Summary RenderSVGResourceFilterPrimitive should be responsible for layout of SVG filt...
Dirk Schulze
Reported 2010-09-12 05:07:48 PDT
RenderSVGResourceFilterPrimitive should be responsible for layout of SVG filter primitives.
Attachments
Dirk Schulze
Comment 1 2011-07-05 04:06:52 PDT
Is layout handled for all filter primitives in RenderSVGResourceFilterPrimitive now? Can we close this bug?
Zoltan Herczeg
Comment 2 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.
Dirk Schulze
Comment 3 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?
Zoltan Herczeg
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.