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.
- Add svg import support.
Two.Groupunable to re-add.- How does
canvas2dperform onctx.fillStyleandctx.setStyleat high volumes of particles. - How to do stroke properties, namely
miter,cap, andjoin, inwebgl.
- Add
widthandheightproperties toTwo.Polygon. - Add
radiustoTwo.Circle. - Add
Two.Arc. - Add a
z-indexproperty toTwo.Shape. - Standardized way to apply other types of transformations — namely
skewX,skewY,scaleX,scaleY.