Expand description
§The built-in rasterizers.
Plotters make a minimal backend ability assumption - which is drawing a pixel on backend. And this is the rasterizer that utilize this minimal ability to build a fully functioning backend.
Functions§
- draw_
circle - draw_
line - draw_
rect - fill_
polygon - polygonize
- Covert a path with >1px stroke width into polygon.