You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow resize of internal viewport (#20)
* Allow resize of the internal viewport
Allows the client to specify a pixel width and height internal to the canvas, independent of the canvas's size on the page
Fix layer order (#10)
Ensure that children of a container are arranged in easeljs the same way they are in the DOM.
The new way of adding children allows us to avoid unnecessary operations by waiting a tick and doing all add operations at once.
Resolves#8