Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / shapes / rectangle.json
1 {
2   "name": "Rectangle",
3   "key": {
4     "int": 7,
5     "string": "rectangle"
6   },
7   "extends": "shapes/parametric_path.json",
8   "properties": {
9     "linkCornerRadius": {
10       "type": "bool",
11       "initialValue": "true",
12       "key": {
13         "int": 164,
14         "string": "linkcornerradius"
15       },
16       "description": "Whether the TL corner radius defines all the radiuses"
17     },
18     "cornerRadiusTL": {
19       "type": "double",
20       "initialValue": "0",
21       "animates": true,
22       "key": {
23         "int": 31,
24         "string": "cornerRadiusTL"
25       },
26       "description": "Top left radius of the corners of this rectangle"
27     },
28     "cornerRadiusTR": {
29       "type": "double",
30       "initialValue": "0",
31       "animates": true,
32       "key": {
33         "int": 161,
34         "string": "cornerRadiusTR"
35       },
36       "description": "Top right radius of the corners of this rectangle"
37     },
38     "cornerRadiusBL": {
39       "type": "double",
40       "initialValue": "0",
41       "animates": true,
42       "key": {
43         "int": 162,
44         "string": "cornerRadiusBL"
45       },
46       "description": "Bottom left radius of the corners of this rectangle"
47     },
48     "cornerRadiusBR": {
49       "type": "double",
50       "initialValue": "0",
51       "animates": true,
52       "key": {
53         "int": 163,
54         "string": "cornerRadiusBR"
55       },
56       "description": "Bottom right radius of the corners of this rectangle"
57     }
58   }
59 }