On Tue Mar 25 20:44:30 2025 +0000, Bartosz Kosiorek wrote:
Why we are not checking colours? I guess that `min_x` colour will be 0, and max_x will be 9.
We are checking if color is zero (fully transparent, the value we cleared the image to) or non-zero, to figure out where the shape was drawn. I'm assuming (not checking) that it's a rectangle and the min/max x and y drawn correspond to the corners.