Given a list of points pts, returns a PathData that can be used as input to the Path shape's pathData attribute to be drawn on the screen.
pts
PathData
Path
pathData
Path Type
List of points
Path data
Given a list of points
pts
, returns aPathData
that can be used as input to thePath
shape'spathData
attribute to be drawn on the screen.