@JvmStatic fun parse(pathData: String): PathData
Constructs a PathData object from the provided SVG path data string.
pathData - The SVG path data string to convert.
pathData
Return A PathData object represented by the provided SVG path data string.