blob: 78ee69dcbcec1ec89bc6d0972b92fe9c84ed3fe6 [file] [log] [blame] [edit]
{
"name": "Rectangle",
"key": {
"int": 7,
"string": "rectangle"
},
"extends": "shapes/parametric_path.json",
"properties": {
"linkCornerRadius": {
"type": "bool",
"initialValue": "true",
"key": {
"int": 164,
"string": "linkcornerradius"
},
"description": "Whether the TL corner radius defines all the radiuses",
"bindable": true
},
"cornerRadiusTL": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 31,
"string": "cornerRadiusTL"
},
"description": "Top left radius of the corners of this rectangle"
},
"cornerRadiusTR": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 161,
"string": "cornerRadiusTR"
},
"description": "Top right radius of the corners of this rectangle",
"bindable": true
},
"cornerRadiusBL": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 162,
"string": "cornerRadiusBL"
},
"description": "Bottom left radius of the corners of this rectangle",
"bindable": true
},
"cornerRadiusBR": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 163,
"string": "cornerRadiusBR"
},
"description": "Bottom right radius of the corners of this rectangle",
"bindable": true
}
}
}