submodule: add rive-cpp to rive-tizen as submodule
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / shapes / straight_vertex.json
1 {
2   "name": "StraightVertex",
3   "key": {
4     "int": 5,
5     "string": "straightvertex"
6   },
7   "extends": "shapes/path_vertex.json",
8   "generic": "bones/weight.json",
9   "properties": {
10     "radius": {
11       "type": "double",
12       "initialValue": "0",
13       "animates": true,
14       "key": {
15         "int": 26,
16         "string": "radius"
17       },
18       "description": "Radius of the vertex"
19     }
20   }
21 }