Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

re-injecting an element does not work with VML #9

Open
arian opened this issue Jul 20, 2011 · 0 comments
Open

re-injecting an element does not work with VML #9

arian opened this issue Jul 20, 2011 · 0 comments

Comments

@arian
Copy link
Contributor

arian commented Jul 20, 2011

Re-injecting elements does not work in IE with VML, for example:

var art = new ART(300, 300).inject(document.id('myElement'));

var group = new ART.Group().inject(art);

var rect = new ART.Rectangle(100, 100).fill('red');
rect.inject(group);

rect.eject(group);
rect.inject(group);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant