The canvas origin is on the top left conrer, X positive goes to the right and Y positive goes down. A rectangle with origin on (100, 100)
is drawn below the canvas visible area.
Try changing to c.fill_rect(0, 0, 50, 75)
.
The canvas origin is on the top left conrer, X positive goes to the right and Y positive goes down. A rectangle with origin on (100, 100)
is drawn below the canvas visible area.
Try changing to c.fill_rect(0, 0, 50, 75)
.