A generic shape composed of a series of points
Fill color or gradient
See Colors
A string value containing all the x and y positions for each point separated by space or comma.
Example: "0,1 1,1 1,0 0,0"
will be a rectangle 1 point in size
{
"$type": "Shape",
"Color": "#8bf",
"Path": "-1.75,6.5 -1.75,-20.5 1.75,-20.5 1.75,6.5"
}