GraphicsJS Versions Save

A lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology.

v1.3.5

5 years ago

v1.3.2

6 years ago

Changes

  • Improved memory allocation when running GraphicsJS in Node.js environment.
  • Fixed issues with non working text.path() method

v1.3.1

6 years ago

Fixed IE 6-8 drawing issues

v1.3.0

6 years ago
  • 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

7 years ago

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+.

v1.1.0

7 years ago

New Features:

  • Added Unmanaged Layer feature.
  • Added a11y support setTitle, setDesc, setAttributes, getAttribute methods.
  • Added new primitives triangleRight, triangleLeft.
  • Exports reworked with goog.net.IframeIo.