Bug 33105
Summary: | RenderSVGTextToTree should mention Resources if they are used. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dirk Schulze <krit> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | zimmermann |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Dirk Schulze
RenderSVGTextToTree should mention SVGResources only if they are used by a renderer and with the special properties of the renderer. At the moment we mention KCanvasResource per id.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dirk Schulze
I looked to the code of RenderSVGTextToTree again. At the moment it assumes, that every filter/masker/clipper/marker id has one Resource. That is no longer true. E.g. a masker Id can be used by different Renderer/Elements in SVG. We should write the information about the resources for every Renderer isntead once at the beginning.
No need to inform in DRT about existing maskers, filters .. if they are not needed for the rendering and not called by any renderer.
Dirk Schulze
This is already in trunk.