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 <[email protected]> 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
>
>
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to