SVGClippingPath
Defined in: dynamic-line-utils/src/types/layout/types.ts:117
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
specification | { data: string; type: "svgPathData"; } | - | dynamic-line-utils/src/types/layout/types.ts:118 |
specification.data | string | SVG Path Data string | dynamic-line-utils/src/types/layout/types.ts:121 |
specification.type | "svgPathData" | - | dynamic-line-utils/src/types/layout/types.ts:119 |
viewBox | string | View box for SVG Path | dynamic-line-utils/src/types/layout/types.ts:124 |