d265f5388d14da287ede31431ef1c7842da0f813
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / shapes / star.json
1 {
2     "name": "Star",
3     "key": {
4       "int": 52,
5       "string": "star"
6     },
7     "extends": "shapes/polygon.json",
8     "properties": {
9       "innerRadius": {
10         "type": "double",
11         "initialValue": "0.5",
12         "animates": true,
13         "key": {
14           "int": 127,
15           "string": "inner_radius"
16         },
17         "description": "Percentage of width/height to project inner points of the star."
18       }
19     }
20   }