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
Calling .transform() performs a check if the newly transformed vertices are within bounds of the initial triangle. Occasionally something goes wrong and zooming becomes very jumpy, especially when dragging the transformed triangle near the vertices of the initial triangle.
Calling
.transform()
performs a check if the newly transformed vertices are within bounds of the initial triangle. Occasionally something goes wrong and zooming becomes very jumpy, especially when dragging the transformed triangle near the vertices of the initial triangle.See this demo
This GIF kind of depict how the check works.
https://twitter.com/FreyaHolmer/status/1300041795670245376
The text was updated successfully, but these errors were encountered: