blob: 1b01a02e2f63e440e881ed38e5c18999fece1f28 [file] [log] [blame]
{
"name": "PointsCommonPath",
"key": {
"int": 620,
"string": "pointscommonpath"
},
"abstract": true,
"extends": "shapes/path.json",
"properties": {
"isClosed": {
"type": "bool",
"initialValue": "false",
"key": {
"int": 32,
"string": "isclosed"
},
"description": "If the path should close back on its first vertex."
},
"isClockwise": {
"type": "bool",
"initialValue": "true",
"key": {
"int": 753,
"string": "isclockwise"
},
"description": "We use this to track whether user designed paths are clockwise.",
"runtime": false,
"journal": false
}
}
}