joinPath
joinPath(
pathData
,fractionDigits?
):string
Defined in: src/util/path/index.ts:1032
Join path commands to go back to svg format
Parameters
Section titled “Parameters”pathData
Section titled “pathData”fabricJS parsed path commands
fractionDigits?
Section titled “fractionDigits?”number
number of fraction digits to “leave”
Returns
Section titled “Returns”string
joined path ‘M 0 0 L 20 30’