Skip to content

joinPath

joinPath(pathData, fractionDigits?): string

Defined in: src/util/path/index.ts:1032

Join path commands to go back to svg format

Parameters

pathData

TSimplePathData

fabricJS parsed path commands

fractionDigits?

number

number of fraction digits to “leave”

Returns

string

joined path ‘M 0 0 L 20 30’