You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to draw a Polyline with the mouse, but I found that when the mouse is moved to the far left of the point set of Polylien, the Polyline moves to the right. When the mouse moves to the top of the point set of Polyline, Polyline will move down.
Create polyline on mousedown
Add new points to polyline points when the mouse moves
Double-click the mouse to end the polyline drawing
Expected Behavior
Actual Behavior
Error Message & Stack Trace
No response
The text was updated successfully, but these errors were encountered:
CheckList
Version
6.0.0-beta9
In What environments are you experiencing the problem?
Chrome
Node Version (if applicable)
16.14.2
Link To Reproduction
https://codesandbox.io/p/sandbox/fabric-vanillajs-sandbox-forked-ngdv8d?file=%2Fsrc%2Findex.ts%3A51%2C19
Steps To Reproduce
I'm trying to draw a
Polyline
with the mouse, but I found that when the mouse is moved to the far left of the point set ofPolylien
, thePolyline
moves to the right. When the mouse moves to the top of the point set ofPolyline
,Polyline
will move down.Expected Behavior
Actual Behavior
Error Message & Stack Trace
No response
The text was updated successfully, but these errors were encountered: