[Webkit-unassigned] [Bug 33105] RenderSVGTextToTree should mention Resources if they are used.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 2 08:45:02 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33105





--- Comment #1 from Dirk Schulze <krit at webkit.org>  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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list