Skip to main content

Module rasterizer_outline_aa

Module rasterizer_outline_aa 

Source
Expand description

Anti-aliased outline rasterizer.

Port of agg_rasterizer_outline_aa.h. Consumes a vertex source and renders anti-aliased outlines using the RendererOutlineAa renderer.

Copyright 2025.

Structs§

LineAaVertex
Vertex with distance for AA line rendering. Port of C++ line_aa_vertex.
RasterizerOutlineAa
Anti-aliased outline rasterizer.

Enums§

OutlineAaJoin
Join type for outline AA lines.