From a4610822b566626ed89f8a9321ac26179f85e094 Mon Sep 17 00:00:00 2001 From: Andrea Bogazzi Date: Sat, 13 Sep 2014 18:01:19 +0200 Subject: [PATCH] Update object.class.js Fix code style error. --- src/shapes/object.class.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); }