[Adaptation Layer] Added rive-tizen adaptation layer class.
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / shapes / paint / stroke.json
1 {
2   "name": "Stroke",
3   "key": {
4     "int": 24,
5     "string": "stroke"
6   },
7   "extends": "shapes/paint/shape_paint.json",
8   "properties": {
9     "thickness": {
10       "type": "double",
11       "initialValue": "1",
12       "animates": true,
13       "key": {
14         "int": 47,
15         "string": "thickness"
16       }
17     },
18     "cap": {
19       "type": "uint",
20       "initialValue": "0",
21       "key": {
22         "int": 48,
23         "string": "cap"
24       }
25     },
26     "join": {
27       "type": "uint",
28       "initialValue": "0",
29       "key": {
30         "int": 49,
31         "string": "join"
32       }
33     },
34     "transformAffectsStroke": {
35       "type": "bool",
36       "initialValue": "true",
37       "key": {
38         "int": 50,
39         "string": "transformaffectsstroke"
40       }
41     }
42   }
43 }