Releases: AnyChart/GraphicsJS
Releases · AnyChart/GraphicsJS
Release v1.3.5
Release v1.3.2
Changes
- Improved memory allocation when running GraphicsJS in Node.js environment.
- Fixed issues with non working text.path() method
Release v1.3.1
Fixed IE 6-8 drawing issues
Release v1.3.0
- Word wrap feature is now available using text.wordWrap('byWord') call
- Added serializePathArgs method, a lightweight way to copy acgraph.vector.Path element without appearance settings.
- Fixed issues with text rotation feature in IE8 - IE6
v1.2.0
Improvements:
- Updated the Closure library and the Closure Compiler to version 20161024.
- Improved performance.
- The process of getting a link to a container for the stage has been optimized.
- Resize events are now delivered using the Timer object instead of the iFrame element.
Bug fixes:
- Fixed exporting to an image file in a situation when dimensions are specified for the following methods: saveAsPng(), saveAsJpg(), saveAsSvg(), saveAsPdf().
- Fixed gradients in Firefox 51+.