Skip to content

modern-pdf-lib


modern-pdf-lib / SvgDrawCommand

Interface: SvgDrawCommand

Defined in: src/assets/svg/svgParser.ts:23

A single drawing command produced from an SVG element.

Properties

params

params: number[]

Defined in: src/assets/svg/svgParser.ts:34


type

type: "moveTo" | "lineTo" | "curveTo" | "quadCurveTo" | "closePath" | "rect" | "circle" | "ellipse" | "arc"

Defined in: src/assets/svg/svgParser.ts:24

Released under the MIT License.