1{
2	"x": 0,
3	"y": 0,
4	"line-width": 3,
5	"line-length": 50,
6	"text-margin": 10,
7	"font-size": 14,
8	"font-color": "black",
9	"line-color": "black",
10	"element-color": "black",
11	"fill": "white",
12	"yes-text": "yes",
13	"no-text": "no",
14	"arrow-end": "block",
15	"scale": 1,
16	"symbols": {
17		"start": {
18			"font-color": "red",
19			"element-color": "green",
20			"fill": "yellow"
21		},
22		"end":{
23			"class": "end-element"
24		}
25	},
26	"flowstate" : {
27		"past" : { "fill" : "#CCCCCC", "font-size" : 12},
28		"current" : {"fill" : "yellow", "font-color" : "red", "font-weight" : "bold"},
29		"future" : { "fill" : "#FFFF99"},
30		"request" : { "fill" : "blue"},
31		"invalid": {"fill" : "#444444"},
32		"approved" : { "fill" : "#58C4A3", "font-size" : 12, "yes-text" : "APPROVED", "no-text" : "n/a" },
33		"rejected" : { "fill" : "#C45879", "font-size" : 12, "yes-text" : "n/a", "no-text" : "REJECTED" }
34	}
35}
36