Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
Signed-off-by: codeSafari10 <[email protected]>
  • Loading branch information
codeSafari10 committed Aug 26, 2024
1 parent 2817b2b commit 30124cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/constructs/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
},
"shape-polygon-points": {
"type": "string",
"description": "The points that describe the shape of the node when shape is polygon. The points are given as a space-separated list of x, y pairs, e.g. '0 0 1 1 2 2'."
"description": "An array (or a space-separated string) of numbers ranging on [-1, 1], representing alternating x and y values (i.e. x1 y1 x2 y2, x3 y3 ...). This represents the points in the polygon for the node’s shape. The bounding box of the node is given by (-1, -1), (1, -1), (1, 1), (-1, 1). The node’s position is the origin (0, 0 )"
}
}
}
Expand Down

0 comments on commit 30124cf

Please sign in to comment.