LogoPixi’VN
pixi-jsFunctions

Function: appendSVGPath()

> appendSVGPath(pathData, graphicsPath): void

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/svg/utils/pathOperations.d.ts:22

Internal

Parses SVG path data and appends instructions to a GraphicsPath.

Parameters

pathData

string

The SVG path data string

graphicsPath

GraphicsPath

The GraphicsPath to append instructions to

Returns

void