add strokewdith to cachekey

This commit is contained in:
Asturur 2017-12-02 11:29:15 +01:00
parent c96bb92705
commit d276707e2d

View file

@ -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;
},
/**