mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-21 20:01:52 +00:00
Update object.class.js
Fix code style error.
This commit is contained in:
parent
2415eec00d
commit
a4610822b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue