[Adaptation Layer] Added rive-tizen adaptation layer class.
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / shapes / path_vertex.json
1 {
2   "name": "PathVertex",
3   "key": {
4     "int": 14,
5     "string": "pathvertex"
6   },
7   "abstract": true,
8   "extends": "container_component.json",
9   "properties": {
10     "x": {
11       "type": "double",
12       "initialValue": "0",
13       "animates": true,
14       "group": "position",
15       "key": {
16         "int": 24,
17         "string": "x"
18       },
19       "description": "X value for the translation of the vertex."
20     },
21     "y": {
22       "type": "double",
23       "initialValue": "0",
24       "animates": true,
25       "group": "position",
26       "key": {
27         "int": 25,
28         "string": "y"
29       },
30       "description": "Y value for the translation of the vertex."
31     }
32   }
33 }