up-to-date submodule(rive-cpp)
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / shapes / path.json
1 {
2   "name": "Path",
3   "key": {
4     "int": 12,
5     "string": "path"
6   },
7   "abstract": true,
8   "extends": "node.json",
9   "properties": {
10     "pathFlags": {
11       "type": "uint",
12       "initialValue": "0",
13       "key": {
14         "int": 128,
15         "string": "pathflags"
16       },
17       "coop": false
18     }
19   }
20 }