customized-fabric 1.9.9 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,10 +24,10 @@ const CurvedTextClass = fabric_1.fabric.util.createClass(fabric_1.fabric.Group,
24
24
  originY: "center",
25
25
  textAlign: "center",
26
26
  objectCaching: false,
27
- ...text,
28
- text: prefix + infix + suffix,
29
27
  fontFamily: "",
30
28
  paintFirst: "stroke",
29
+ ...text,
30
+ text: prefix + infix + suffix,
31
31
  });
32
32
  const group = new fabric_1.fabric.Group([this.rectObject, this.textObject]);
33
33
  this.set({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "customized-fabric",
3
- "version": "1.9.9",
3
+ "version": "2.0.1",
4
4
  "description": "Customized fabric",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",