Does anyone know why <Rect.contains(Offset)> would...
# compose
n
Does anyone know why Rect.contains(Offset) would not consider the end and bottom sides? I see that it’s documented, but still don’t get it 😄
r
It does consider them but their exclusive, not inclusive. This matches rendering behavior