Skip to content

Intermact API Reference / @intermact/core / SvgPathParseOptions

Interface: SvgPathParseOptions

Defined in: packages/core/src/text/svg-path.ts:12

Options for parseSvgPath.

Properties

flipY?

readonly optional flipY?: boolean

Defined in: packages/core/src/text/svg-path.ts:18

Flip the Y axis (SVG is y-down; most Intermact geometry is y-up).


samplesPerCurve?

readonly optional samplesPerCurve?: number

Defined in: packages/core/src/text/svg-path.ts:14

Polyline samples per Bézier/arc segment (default 16).


scale?

readonly optional scale?: number

Defined in: packages/core/src/text/svg-path.ts:16

Multiply all coordinates (e.g. font unit → em).

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)