Bug 33320
Summary: | SVG enable-background support missing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Schulze <krit> |
Component: | SVG | Assignee: | Stephen Chenney <schenney> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | eric, grebenshikov.n, jeffschiller, mackyle, rhodovan.u-szeged, schenney, syoichi, thorton, zherczeg, zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 6022, 68469, 26389 |
Dirk Schulze
We should support enable-background. This is mainly neccessary to support other sourceGrapics for filters. But we should implement it in a way, so that we can also use it for SVG Compositing (in SVG 2.0) later.
http://www.w3.org/TR/SVG/filters.html#AccessingBackgroundImage
http://www.w3.org/TR/SVGCompositing/
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Schulze
We could use repaintRectInLocalCoordinates() of the renderer, where the attribute enable-background is set, create a ImageBuffer and continue further drawings on the context of this ImageBuffer.
Zoltan Herczeg
Good idea. Though it is not easy.
Dirk Schulze
(In reply to comment #2)
> Good idea. Though it is not easy.
Don't spend to much time at the moment on it. HTML has ti support it as well for Compositing and Blending spec. We will do it hardware accelerated from the beginning :)
Dirk Schulze
We won't support enable-background. The property is deprecated and removed from Filter Effects. Instead we implemented the isolation property. However, accessing the back drop is still not possible yet. This will be the next step. Closing this bug for now.