submodule: add rive-cpp to rive-tizen as submodule
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / artboard.json
1 {
2   "name": "Artboard",
3   "key": {
4     "int": 1,
5     "string": "artboard"
6   },
7   "extends": "container_component.json",
8   "properties": {
9     "width": {
10       "type": "double",
11       "key": {
12         "int": 7,
13         "string": "w"
14       },
15       "description": "Width of the artboard."
16     },
17     "height": {
18       "type": "double",
19       "key": {
20         "int": 8,
21         "string": "h"
22       },
23       "description": "Height of the artboard."
24     },
25     "x": {
26       "type": "double",
27       "key": {
28         "int": 9,
29         "string": "x"
30       },
31       "description": "X coordinate in editor world space."
32     },
33     "y": {
34       "type": "double",
35       "key": {
36         "int": 10,
37         "string": "y"
38       },
39       "description": "Y coordinate in editor world space."
40     },
41     "originX": {
42       "type": "double",
43       "key": {
44         "int": 11,
45         "string": "ox"
46       },
47       "description": "Origin x in normalized coordinates (0.5 = center, 0 = left, 1 = right)."
48     },
49     "originY": {
50       "type": "double",
51       "key": {
52         "int": 12,
53         "string": "oy"
54       },
55       "description": "Origin y in normalized coordinates (0.5 = center, 0 = top, 1 = bottom)."
56     }
57   }
58 }