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’
joinPath(
pathData
,fractionDigits
?):string
• pathData: TSimplePathData
fabricJS parsed path commands
• fractionDigits?: number
number of fraction digits to “leave”
string
joined path ‘M 0 0 L 20 30’