Update object.class.js

Fix code style error.
This commit is contained in:
Andrea Bogazzi 2014-09-13 18:01:19 +02:00
parent 2415eec00d
commit a4610822b5

View file

@ -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');
}