mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-17 10:01:08 +00:00
Correcting invalid control name
This commit is contained in:
parent
d7c64cc83a
commit
d13a4dd273
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@
|
|||
top - scaleOffsetY - strokeWidth2 - paddingY);
|
||||
|
||||
// bottom-left
|
||||
this._drawControl('tr', ctx, methodName,
|
||||
this._drawControl('bl', ctx, methodName,
|
||||
left - scaleOffsetX - strokeWidth2 - paddingX,
|
||||
top + height + scaleOffsetSizeY + strokeWidth2 + paddingY);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue