Bug 45614 - RenderSVGResourceFilterPrimitive should be responsible for layout of SVG filter primitives
Summary: RenderSVGResourceFilterPrimitive should be responsible for layout of SVG filt...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 68469 26389
  Show dependency treegraph
 
Reported: 2010-09-12 05:07 PDT by Dirk Schulze
Modified: 2014-05-12 05:54 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.