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
Clicking on a sprite in the sprite pane should not affect its fencing behavior.
Actual Behavior
When you click on a sprite in the sprite pane, its precise bounds are calculated from its convex hull as part of the blue selection box effect, and for vector sprites, the fence bounds switch over from the AABB bounds to the precise ones. Scratch 2.0 always uses the AABB bounds, even for vector sprites.