altos/draw: Inline span fill for polygons
authorKeith Packard <keithp@keithp.com>
Mon, 27 Feb 2023 02:48:54 +0000 (18:48 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 27 Feb 2023 02:48:54 +0000 (18:48 -0800)
commitcd5b0ac6f2b0c709fe3d419c4c090aa5638d09e1
tree82fcb2546faa10b87c70b5b74463e0115ee6a7be
parentbc17e4ed423c75624115ee3921aee2111ec1139b
altos/draw: Inline span fill for polygons

Instead of calling ao_rect, do the clipping by hand
and call ao_solid instead.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/draw/ao_poly.c