altos/draw: Add poly fill function
authorKeith Packard <keithp@keithp.com>
Sun, 26 Feb 2023 06:37:16 +0000 (22:37 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 26 Feb 2023 06:47:51 +0000 (22:47 -0800)
commit38ff7005463ae83bd662ad06434840327bde729d
tree92cec3d1ce4bf71c6d92f4734fe98d51a3258bb1
parentf9e2f41feac8ccd4e02020cf672366b194d2d60d
altos/draw: Add poly fill function

Fill polygons using non-zero winding rule.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/draw/Makefile
src/draw/ao_draw.h
src/draw/ao_poly.c [new file with mode: 0644]