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
The VMobject width/height attributes are calculated using the points array which is actually the control points for the quadratic bézier curves. This is not very intuitive behavior for end-users.
Expected behavior
The VMobject width/height attributes should indicate the width/height of the physical curve, respectively.
Description of bug / unexpected behavior
The VMobject width/height attributes are calculated using the points array which is actually the control points for the quadratic bézier curves. This is not very intuitive behavior for end-users.
Expected behavior
The VMobject width/height attributes should indicate the width/height of the physical curve, respectively.
How to reproduce the issue
Additional media files
https://discord.com/channels/581738731934056449/976376734935048223/1207665909871677500
Additional comments
Possibly related to this issue: #3344
This may be helpful for anyone fixing this issue in the future: https://stackoverflow.com/questions/2587751/an-algorithm-to-find-bounding-box-of-closed-bezier-curves
The text was updated successfully, but these errors were encountered: