Hi guys,
There is a new release of StageXL on Pub. This release is pretty much all about drawing strokes with the graphics class, but we also added some minor new features. The new alignPivot method for all DisplayObjects may be useful for you.
Support for Graphics in WebGL is still not complete but we are getting closer. We now support paths and solid color fills and strokes. We also support all jointStlyes and lineCaps. And last but not least we made all GraphicsCommands mutable, which mean you can change your paths, fills, strokes, etc. at runtime without redrawing the whole graphics object. Please give it a try and send feature requests for your favorite feature that is still missing.
#### Pub version 0.13.1
* Added better support for vector graphics in WebGL.
* Added DisplayObject.alignPivot method.
* Fixed Sprite.bounds with graphics.
* Fixed Sprite.getObjectsUnderPoint with graphics.