--- layout: posts title: Api - ISVGPathDataRenderOptions Interface ---

SVG Path Data rendering options.

Hierarchy

Index

Properties

Optional accuracy

accuracy: number

Optional exemplar of number of decimal places.

Optional byLayers

byLayers: boolean

Optional boolean flag to return a map of path data by layer.

Optional fillRule

fillRule: "nonzero" | "evenodd"

SVG fill-rule.

Optional origin

origin: IPoint

Optional origin. Default x = 0, y = topmost y point in the model. Use [0, 0] to use the same origin as Maker.js, which will translate to negative Y values in SVG.

Optional units

units: string

Optional unit system to embed in exported file, if the export format allows alternate unit systems.

Generated using TypeDoc