[Webkit-unassigned] [Bug 78902] Integrate SVGUseElement within the new shadow root concept

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 17 08:13:36 PST 2012


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





--- Comment #1 from Nikolas Zimmermann <zimmermann at kde.org>  2012-02-17 08:13:36 PST ---
Created an attachment (id=127590)
 --> (https://bugs.webkit.org/attachment.cgi?id=127590&action=review)
<use> without cloning prototype

Historical patch, some months ago: My attempt to rewrite <use> completly w/o any shadow trees.
The approach failed, as <text> selection etc. is not possible with that approach, as it renders <use> targets into ImageBuffers.
Maybe we can opt-it in for simple use-on-shape, situations, etc. as it's incredibe much faster than cloning.

NOTE: This is just for the record, so schenney can see it - it contains debug code, etc.

-- 
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