// Create a closed path with a line and some curvesvariable tPath asPathputpath"M10,10 L50,100 Q100,100 100,50 C75,50 50,25 50,10z"into tPath
Values
Name
Type
Description
return
A new path created from the instructions provided. The format of the path instructions is the same as that used for SVG path data as defined here - http://www.w3.org/TR/SVG/paths.html#PathData