Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / shapes / parametric_path.json
1 {
2   "name": "ParametricPath",
3   "key": {
4     "int": 15,
5     "string": "parametricpath"
6   },
7   "abstract": true,
8   "extends": "shapes/path.json",
9   "properties": {
10     "width": {
11       "type": "double",
12       "initialValue": "0",
13       "animates": true,
14       "key": {
15         "int": 20,
16         "string": "width"
17       },
18       "description": "Width of the parametric path."
19     },
20     "height": {
21       "type": "double",
22       "initialValue": "0",
23       "animates": true,
24       "key": {
25         "int": 21,
26         "string": "height"
27       },
28       "description": "Height of the parametric path."
29     },
30     "originX": {
31       "type": "double",
32       "initialValue": "0.5",
33       "animates": true,
34       "key": {
35         "int": 123,
36         "string": "originx"
37       },
38       "description": "Origin x in normalized coordinates (0.5 = center, 0 = left, 1 = right)."
39     },
40     "originY": {
41       "type": "double",
42       "initialValue": "0.5",
43       "animates": true,
44       "key": {
45         "int": 124,
46         "string": "originy"
47       },
48       "description": "Origin y in normalized coordinates (0.5 = center, 0 = top, 1 = bottom)."
49     }
50   }
51 }