WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 33105
RenderSVGTextToTree should mention Resources if they are used.
https://bugs.webkit.org/show_bug.cgi?id=33105
Summary
RenderSVGTextToTree should mention Resources if they are used.
Dirk Schulze
Reported
2010-01-02 06:38:40 PST
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
Comment 1
2010-01-02 08:45:02 PST
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
Comment 2
2010-05-31 13:36:24 PDT
This is already in trunk.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug