Line: Position is getting change while change width from left control in fabric.js 6.3.0 version #10153
Unanswered
yashChapaniOB
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
'object:scaling': (e) => {
if (this.selected.type === 'line')
{ var newWidth = Math.round(this.selected.width * this.selected.scaleX)
In this when width change from the left control then why whole line Position change?
Beta Was this translation helpful? Give feedback.
All reactions