Skip to content

joinPath

joinPath(pathData, fractionDigits?): string

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’

Defined in

src/util/path/index.ts:1027