customized-fabric 1.6.0 → 1.6.1
Sign up to get free protection for your applications and to get access to all the features.
package/lib/utils/index.js
CHANGED
@@ -209,7 +209,7 @@ const asyncGetObject = async (object, options) => {
|
|
209
209
|
};
|
210
210
|
exports.asyncGetObject = asyncGetObject;
|
211
211
|
fabric_1.fabric.Object.prototype.transparentCorners = false;
|
212
|
-
fabric_1.fabric.Object.prototype.cornerColor = "
|
212
|
+
fabric_1.fabric.Object.prototype.cornerColor = "transparent";
|
213
213
|
fabric_1.fabric.Object.prototype.cornerStyle = "circle";
|
214
214
|
fabric_1.fabric.Object.prototype.cornerStrokeColor = "black";
|
215
215
|
fabric_1.fabric.Object.prototype.borderColor = "black";
|