customized-fabric 1.7.0 → 1.7.1

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