submodule: add rive-cpp to rive-tizen as submodule
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / shapes / cubic_mirrored_vertex.json
1 {
2   "name": "CubicMirroredVertex",
3   "key": {
4     "int": 35,
5     "string": "cubicmirroredvertex"
6   },
7   "extends": "shapes/cubic_vertex.json",
8   "properties": {
9     "rotation": {
10       "type": "double",
11       "initialValue": "0",
12       "animates": true,
13       "key": {
14         "int": 82,
15         "string": "rotation"
16       },
17       "description": "The control points' angle."
18     },
19     "distance": {
20       "type": "double",
21       "initialValue": "0",
22       "animates": true,
23       "key": {
24         "int": 83,
25         "string": "distance"
26       },
27       "description": "The control points' distance from the translation of the point."
28     }
29   }
30 }