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
And leave it for ~10 minutes.
In my case (Chrome, Windows, DevTools open) the svg slowly grows bigger than the .pin.
Maybe that's because the previous transform3d is not identity matrix when the new transform3d is applied.
The text was updated successfully, but these errors were encountered:
Yes definitely a problem. One solution would be to have an optional from parameter to setup attributes at their initial position. I'm not sure I'll work on that soon.
Open this example
http://dynamicsjs.com/examples/pin.html
And leave it for ~10 minutes.
In my case (Chrome, Windows, DevTools open) the
svg
slowly grows bigger than the.pin
.Maybe that's because the previous
transform3d
is not identity matrix when the newtransform3d
is applied.The text was updated successfully, but these errors were encountered: