[webkit-dev] SVG cloneNode?

Fady Samuel fsamuel at google.com
Wed Jun 30 10:38:14 PDT 2010


Sorry for the premature send.

StyledElment's void copyNonAttributeProperties(const Element *sourceElement)
for every single SVG node. Do you think this is the case or is there a nicer
way to do this that doesn't involve my modifying 100+ files? Thanks,

Fady

On Wed, Jun 30, 2010 at 1:36 PM, Fady Samuel <fsamuel at google.com> wrote:

> So I'm looking at cloning SVG nodes in Javascript, and it's looking to me
> like SVG-specific properties aren't copied on cloning. I don't see SVG
> properties being stored in an attribute or property map, which suggests to
> me I'm going to need to modify every single SVG node class, overriding
> StyledElement's
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20100630/2cbcd36a/attachment.html>


More information about the webkit-dev mailing list