Fabric.js 4.3.0 released, JavaScript Canvas library

Fabric.js 4.3.0 has been released. Fabric.js is a simple and powerful JavaScript Canvas library that provides an interactive object model on top of HTML5 Canvas elements and also includes a Canvas-to-SVG parser.

Use Fabric.js to create and fill objects on the canvas, from simple geometric figures to complex figures composed of hundreds of paths. You can easily move, scale and rotate these objects with the mouse, modify their properties (color, transparency, stacking order) and so on.

The update content of this version is as follows:

  • fix(fabric.Textbox): Don’t let splitbygrapheme split the previously unwrapped text #6621
  • feat(fabric.controlsUtils): Move the drag action to the control handler #6617
  • feat(fabric.Control): Add custom control size for each control. #6562
  • fix(svg_export): Export the svg with gradient in the path and add tests. #6654
  • fix(fabric.Text): Improve compatibility with transformed gradients #6669
  • feat(fabric.Text): Added the function of placing text on paths BETA #6543
  • fix(fabric.Canvas):rotation handle 要考虑  origin into account#6686
  • fix(fabric.Text): Text on path, to correct the nonlinear distance of characters on the path. #6671

Update instructions: https://github.com/fabricjs/fabric.js/releases/tag/v4.3.0 

Guess you like

Origin www.oschina.net/news/124523/fabric-js-4-3-0-released