customized-fabric 2.0.0 → 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: prefix + infix + suffix,
28
27
  fontFamily: "",
29
28
  paintFirst: "stroke",
30
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": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Customized fabric",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",