From d276707e2d8973724b72c775ea6d9e52922adb3e Mon Sep 17 00:00:00 2001 From: Asturur Date: Sat, 2 Dec 2017 11:29:15 +0100 Subject: [PATCH] add strokewdith to cachekey --- src/mixins/object_geometry.mixin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mixins/object_geometry.mixin.js b/src/mixins/object_geometry.mixin.js index 9200597e..867ff6ed 100644 --- a/src/mixins/object_geometry.mixin.js +++ b/src/mixins/object_geometry.mixin.js @@ -453,8 +453,8 @@ prefix = this.group.transformMatrixKey(skipGroup) + sep; }; return prefix + this.top + sep + this.left + sep + this.scaleX + sep + this.scaleY + - sep + this.skewX + sep + this.skewY + sep + this.angle + sep + this.flipX + sep + this.flipY + - sep + this.width + sep + this.height; + sep + this.skewX + sep + this.skewY + sep + this.angle + + sep + this.width + sep + this.height + sep + this.strokeWidth + this.flipX + this.flipY; }, /**