vector
vector
Mojo package 🡭
vector
Modules
draw_target: DrawTarget: the drawing-primitive interface a higher-level charting layer renders through, so a plot/scale/theme layer can target a rasterCanvas, a vectorSvgCanvasor aPdfCanvaspage without knowing which it holds. Neither vector backend has a fixed pixel resolution, so nothing rendered through the trait deals in supersampling.pdf:PdfCanvas: aDrawTargetthat writes PDF documents.pdf_font: Font embedding forPdfCanvas: the glyphs a document used, the font program carrying them, and the tables a PDF viewer needs to place and extract them.svg: ADrawTargetthat accumulates resolution-independent SVG markup.