Fabric.js 3.5.0 release, simple JavaScript Canvas Gallery

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

  • Deprecated: abandoned three methods: setPatternFill, setColor, setShadow
  • Repair: Remove strokeUniform dash line modification  # 5953
  • Improvement: ISSUE-5955 recursive resolution svg clipping path  # 5960
  • Repair: object.toCanvasElement group of objects  # 5962
  • Replace pencil brush, to finalize the agreement with the other brush  # 5866

Update Description: https://github.com/fabricjs/fabric.js/releases/tag/v3.5.0

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/111368/fabric-js-3-5-0-released
Recommended