mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-17 04:40:58 +00:00
Fix typo. Closes #1265
This commit is contained in:
parent
63ea7b0c34
commit
3e06f4127d
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@
|
|||
top + height + scaleOffsetSizeY + strokeWidth2 + paddingY);
|
||||
|
||||
// middle-right
|
||||
this._drawControl('mb', ctx, methodName,
|
||||
this._drawControl('mr', ctx, methodName,
|
||||
left + width + scaleOffsetSizeX + strokeWidth2 + paddingX,
|
||||
top + height/2 - scaleOffsetY);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue