[−][src]Module plotters_backend::rasterizer
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. |