Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / shapes / polygon.json
1 {
2   "name": "Polygon",
3   "key": {
4     "int": 51,
5     "string": "polygon"
6   },
7   "extends": "shapes/parametric_path.json",
8   "properties": {
9     "points": {
10       "type": "uint",
11       "initialValue": "5",
12       "key": {
13         "int": 125,
14         "string": "points"
15       },
16       "description": "The number of points for the polygon."
17     },
18     "cornerRadius": {
19       "type": "double",
20       "initialValue": "0",
21       "key": {
22         "int": 126,
23         "string": "cornerradius"
24       },
25       "description": "The corner radius."
26     }
27   }
28 }