PaperForge.SVG (PaperForge v0.6.0)

Copy Markdown View Source

Renders SVG geometry as native PDF vectors.

Supported elements include groups, paths, rectangles, lines, circles, ellipses, polygons, and polylines. Presentation attributes and inline styles cascade through groups. viewBox, affine transforms, and clip paths are applied before PDF operations are emitted.

Summary

Functions

render(page, svg, options)

@spec render(PaperForge.Page.t(), binary(), keyword()) :: PaperForge.Page.t()