Paint select doesn't work completely for tilted cards

When you rotate a card, it seems the bounding box for calculating paint doesn’t change. So if I paint over the left side of this card, it doesn’t get selected.

image

2 Likes

that’s a really hard one to solve bc the bounding box system is all rectangle based, i’d have to convert the box into a series of rects which is a little complex. def add it to the forum but it might be a low priority/high complexity issue that’ll take some time to fix

1 Like

What if instead of A, we expand the bounding box to B? If that is easier than a series of rectangles, this might be a shorter-term solution. Perhaps being greedier feels less broken than if you try to select and nothing happens.

3 Likes

it’s not perfect bc speed/my limits of math, but added support for paint selecting tilted cards

4 Likes