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({
|