@leapfrog/interactive-canvas 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1113,6 +1113,7 @@ var Border = /** @class */ (function (_super) {
|
|
|
1113
1113
|
_this.strokeWidth$ = new BehaviorSubject(0);
|
|
1114
1114
|
_this.canvas = canvas;
|
|
1115
1115
|
_this.strokeWidth$.next(_this.fabricObject.strokeWidth);
|
|
1116
|
+
_this.fabricObject.set({ "fill": null });
|
|
1116
1117
|
_this.updatePosition();
|
|
1117
1118
|
return _this;
|
|
1118
1119
|
}
|
|
@@ -1115,6 +1115,7 @@ var Border = /** @class */ (function (_super) {
|
|
|
1115
1115
|
_this.strokeWidth$ = new rxjs.BehaviorSubject(0);
|
|
1116
1116
|
_this.canvas = canvas;
|
|
1117
1117
|
_this.strokeWidth$.next(_this.fabricObject.strokeWidth);
|
|
1118
|
+
_this.fabricObject.set({ "fill": null });
|
|
1118
1119
|
_this.updatePosition();
|
|
1119
1120
|
return _this;
|
|
1120
1121
|
}
|