Thanks to visit codestin.com
Credit goes to github.com

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

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

@arian

Description

@arian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions