fill_rectangle¶
fill_rectangle(size: coord) -> frame
Draw a solid rectangle.
The origin of the returned rectangle is at its top-left corner. The fill color
is taken from the color
variable.
fill_rectangle(size: coord) -> frame
Draw a solid rectangle.
The origin of the returned rectangle is at its top-left corner. The fill color
is taken from the color
variable.