mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-18 18:41:08 +00:00
add strokewdith to cachekey
This commit is contained in:
parent
c96bb92705
commit
d276707e2d
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue