@@ -49,15 +49,20 @@ If you like or are using this project please give it a star. Thanks!
49
49
<?xml version =" 1.0" encoding =" utf-8" ?>
50
50
<StateMachine >
51
51
<States >
52
- <State Name =" Start" Position = " 37, 80 " IsCollapse = " False " />
53
- <State Name =" State 1" Position = " 471, 195.54 " IsCollapse = " False " />
54
- <State Name =" State 2" Position = " 276, 83.03999999999999 " IsCollapse = " False " />
52
+ <State Name =" Start" />
53
+ <State Name =" State 1" />
54
+ <State Name =" State 2" />
55
55
</States >
56
56
<StartState Name =" Start" />
57
57
<Transitions >
58
58
<Transition Name =" Transition 2" From =" State 2" To =" State 1" />
59
59
<Transition Name =" Transition 1" From =" Start" To =" State 2" />
60
60
</Transitions >
61
+ <Visualization >
62
+ <State Name =" Start" Position =" 37, 80" IsCollapse =" False" />
63
+ <State Name =" State 1" Position =" 471, 195.54" IsCollapse =" False" />
64
+ <State Name =" State 2" Position =" 276, 83.03999999999999" IsCollapse =" False" />
65
+ </Visualization >
61
66
</StateMachine >
62
67
```
63
68
### Save work space as PNG/JPEG
0 commit comments