diff --git a/src/shapes/object.class.js b/src/shapes/object.class.js index 32e8a80f..8d2c929b 100644 --- a/src/shapes/object.class.js +++ b/src/shapes/object.class.js @@ -1091,7 +1091,7 @@ ctx.translate( -this.width / 2 + this.fill.offsetX || 0, -this.height / 2 + this.fill.offsetY || 0); - } + } if (this.fillRule === 'destination-over') { ctx.fill('evenodd'); }