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
Don't be as eager to merge small slices and override state.
- Only merge slices less than a pixel wide or with a gap of
less than 2px.
- If a slices is 3 times larger than what it's merged with,
it's state dominates the merge priority, thus a tiny running
slices doesn't turn it's large runnable neighbor into running.