Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 442 Bytes

Shape.md

File metadata and controls

34 lines (18 loc) · 442 Bytes

Shape

A generic shape composed of a series of points

Properties

Color

Fill color or gradient

See Colors

Path

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


Example

{
    "$type": "Shape",
    "Color": "#8bf",
    "Path": "-1.75,6.5 -1.75,-20.5 1.75,-20.5 1.75,6.5"
}