Fabric.js 3.2.0 release, simple JavaScript Canvas Gallery

Fabric.js 3.2.0 released, major updates are as follows:

  • Fix: better handling toCanvasElement in upperCanvas   # 5736
  • Added: passing information to the original event brush  # 5687
  • Deprecated: officially deprecated Object.transformMatrix  # 5747
  • Repair: Repair Return group.toSVG  # 5755
  • Repair: PencilBrush return on a simple point  # 5771

Download and update instructions

Fabric.js is a simple yet powerful JavaScript Canvas library that provides interactive object model on top of HTML5 Canvas element, and also includes Canvas-to-SVG parsers.

Use Fabric.js can create and populate an object on the canvas, complex graphics from simple geometric shapes composed of hundreds or thousands path. You can be easily moved by the mouse, scale and rotate these objects, modify their properties (color, transparency, stacking order) and the like.

Guess you like

Origin www.oschina.net/news/107677/fabric-js-3-2-0-released