Skip to content

API Reference / @gtkx/cairo / PathData

Type Alias: PathData

PathData = MoveToSegment | LineToSegment | CurveToSegment | ClosePathSegment

Defined in: types.d.ts:86

One segment of a path copied out of a context or a mesh pattern.

Released under the MPL-2.0 License.