This is considered alpha grade. A two-dimensional drawing api meant for modern browsers. It is renderer agnostic enabling the same api to render in multiple contexts: webgl, canvas2d, and svg.
- Optimize
webgl
. There are currently a lot of object replication.
Two.Group
unable to re-add.
- Add
width
andheight
properties toTwo.Polygon
. - Add
radius
toTwo.Circle
. - Add
Two.Arc
. - Add a
z-index
property toTwo.Shape
. - Standardized way to apply other types of transformations — namely
skewX
,skewY
,scaleX
,scaleY
.