# PolygonFillRender Renders filled polygons using fast pixel blitting and odd-parity polygon scanline filling. Polygon scanline fill algorithm learned and implemented using https://www.cs.rit.edu/~icss571/filling/index.html.