[Webkit-unassigned] [Bug 110959] SVG Deep clone is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 06:18:25 PST 2013


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





--- Comment #2 from Florin Malita <fmalita at chromium.org>  2013-02-27 06:20:49 PST ---
Created an attachment (id=190505)
 --> (https://bugs.webkit.org/attachment.cgi?id=190505&action=review)
Minimized test.

An observation: only dynamically added fragment URI *properties* are discarded (style.fill = 'url(#gr)').

If attributes are used instead (rect.setAttribute('fill', 'url(#gr)')) or if the value is not an URI fragment (style.stroke = 'red') or if the property is statically present on the original element, everything works as expected.

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