drawio_dsl 0.10.1 → 0.11.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/config/configuration.json +843 -647
  4. data/docs/printspeak-architecture-controllers.drawio +47 -47
  5. data/docs/printspeak-architecture-generator-custom.drawio +306 -0
  6. data/docs/printspeak-architecture-generator-custom.png +0 -0
  7. data/docs/project-plan/project.drawio +98 -74
  8. data/docs/project-plan/project_done.svg +1 -1
  9. data/docs/project-plan/project_in_progress.svg +1 -1
  10. data/docs/project-plan/project_todo.svg +1 -1
  11. data/docs/samples/grid-direction-horizontal.svg +1 -1
  12. data/docs/samples/grid-direction-vertical.svg +1 -1
  13. data/docs/samples/styles-glass.svg +1 -1
  14. data/docs/samples/styles-plain.svg +1 -1
  15. data/docs/samples/styles-rounded.svg +1 -1
  16. data/docs/samples/styles-shadow.svg +1 -1
  17. data/docs/samples/styles-sketch.svg +1 -1
  18. data/docs/samples/themes-random.svg +1 -1
  19. data/docs/samples/willoughby-council.svg +1 -1
  20. data/lib/drawio_dsl/configuration.rb +181 -108
  21. data/lib/drawio_dsl/dom_builder.rb +2 -2
  22. data/lib/drawio_dsl/schema/diagram.rb +1 -1
  23. data/lib/drawio_dsl/schema/element.rb +4 -0
  24. data/lib/drawio_dsl/schema/layouts/flex_layout.rb +1 -1
  25. data/lib/drawio_dsl/schema/layouts/grid_layout.rb +1 -1
  26. data/lib/drawio_dsl/schema/line.rb +9 -2
  27. data/lib/drawio_dsl/schema/node.rb +5 -5
  28. data/lib/drawio_dsl/schema/shape.rb +9 -9
  29. data/lib/drawio_dsl/schema/text.rb +4 -0
  30. data/lib/drawio_dsl/version.rb +1 -1
  31. data/lib/drawio_dsl.rb +1 -2
  32. data/package-lock.json +2 -2
  33. data/package.json +1 -1
  34. metadata +4 -4
  35. data/docs/printspeak-architecture-generator.drawio +0 -107
  36. data/lib/drawio_dsl/configuration_shapes.rb +0 -109
@@ -1,211 +1,235 @@
1
- <mxfile host="0FH">
2
- <diagram id="Jco" name="In progress">
1
+ <mxfile host="DW3">
2
+ <diagram id="Gtt" name="In progress">
3
3
  <mxGraphModel dx="0" dy="0" background="#000000" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
4
4
  <root>
5
- <mxCell id="page_root_Jco" parent="Jco"/>
6
- <mxCell id="node_root_Jco" parent="page_root_Jco"/>
7
- <mxCell id="Jco-1" value="DrawIO DSL" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fontColor=#FFFFFF;text;fontSize=28;fontStyle=1;fillColor=none" vertex="1" parent="node_root_Jco">
5
+ <mxCell id="page_root_Gtt" parent="Gtt"/>
6
+ <mxCell id="node_root_Gtt" parent="page_root_Gtt"/>
7
+ <mxCell id="Gtt-1" value="DrawIO DSL" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fontColor=#FFFFFF;text;fontSize=28;fontStyle=1;fillColor=none" vertex="1" parent="node_root_Gtt">
8
8
  <mxGeometry x="300" y="0" width="400" height="80" as="geometry"/>
9
9
  </mxCell>
10
- <mxCell id="Jco-3" value="refactor shapes to use configuration file and split into elements, lines and texts" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Jco">
10
+ <mxCell id="Gtt-3" value="add new shapes related to line connectors" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Gtt">
11
11
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
12
12
  </mxCell>
13
- <mxCell id="Jco-4" value="add :shape, :line and :text to random shape generator, note: you can see the issue in the samples/20-styled-shapes.rb where the text is not rendered" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Jco">
13
+ <mxCell id="Gtt-4" value="line connector aliases gives a simple way to use predefined line configurations" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Gtt">
14
14
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
15
15
  </mxCell>
16
- <mxCell id="Jco-5" value="add new shapes related to line connectors" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Jco">
16
+ <mxCell id="Gtt-5" value="line connectors need to support autolinking using ids" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Gtt">
17
17
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
18
18
  </mxCell>
19
- <mxCell id="Jco-6" value="line connector aliases gives a simple way to use predefined line configurations" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Jco">
19
+ <mxCell id="Gtt-6" value="line connectors should not effect the grid positioning systems" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Gtt">
20
20
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
21
21
  </mxCell>
22
- <mxCell id="Jco-7" value="line connectors need to support autolinking using ids" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Jco">
22
+ <mxCell id="Gtt-7" value="new format for connectors - connect(:a, :b, :solid)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Gtt">
23
23
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
24
24
  </mxCell>
25
- <mxCell id="Jco-8" value="line connectors should not effect the grid positioning systems" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Jco">
25
+ <mxCell id="Gtt-8" value="bg_theme does not work" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Gtt">
26
26
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
27
27
  </mxCell>
28
- <mxCell id="Jco-9" value="headings do not appear to be working?" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Jco">
28
+ <mxCell id="Gtt-9" value="improve coverage" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Gtt">
29
29
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
30
30
  </mxCell>
31
- <mxCell id="Jco-10" value="improve coverage" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Jco">
31
+ <mxCell id="Gtt-10" value="class html builder to support include/extend modules, class methods" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Gtt">
32
32
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
33
33
  </mxCell>
34
- <mxCell id="Jco-11" value="class html builder to support include/extend modules, class methods" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Jco">
35
- <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
36
- </mxCell>
37
34
  </root>
38
35
  </mxGraphModel>
39
36
  </diagram>
40
- <diagram id="MSp" name="To Do">
37
+ <diagram id="xKc" name="To Do">
41
38
  <mxGraphModel dx="0" dy="0" background="#000000" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
42
39
  <root>
43
- <mxCell id="page_root_MSp" parent="MSp"/>
44
- <mxCell id="node_root_MSp" parent="page_root_MSp"/>
45
- <mxCell id="MSp-2" value="refactor HTML builder to custom GEM or use existing ruby GEM" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
40
+ <mxCell id="page_root_xKc" parent="xKc"/>
41
+ <mxCell id="node_root_xKc" parent="page_root_xKc"/>
42
+ <mxCell id="xKc-2" value="refactor shapes to use configuration file and split into elements, lines and texts" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
46
43
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
47
44
  </mxCell>
48
- <mxCell id="MSp-3" value="add page background to theme, use it whenever the theme is set at a diagram/page level" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
45
+ <mxCell id="xKc-3" value="does x, y, w, h need to be on lines (no for connectors, but other lines?)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
49
46
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
50
47
  </mxCell>
51
- <mxCell id="MSp-4" value="move DrawioDsl::Formatters::Factory::FORMATTERS to resource file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
48
+ <mxCell id="xKc-4" value="update domain model with all the recent architecture changes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
52
49
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
53
50
  </mxCell>
54
- <mxCell id="MSp-5" value="move DrawioDsl::Formatters::StyleBuilder::MAPPINGS to resource file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
51
+ <mxCell id="xKc-5" value="replace generated methods for shapes, texts and lines with meta programming" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
55
52
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
56
53
  </mxCell>
57
- <mxCell id="MSp-6" value="settings style attributes need to de-duplicate, might be best to utilize the new StyleBuilder class" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
54
+ <mxCell id="xKc-6" value="refactor HTML builder to custom GEM or use existing ruby GEM" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
58
55
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
59
56
  </mxCell>
60
- <mxCell id="MSp-7" value="write SVG directly into other projects" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
57
+ <mxCell id="xKc-7" value="add page background to theme, use it whenever the theme is set at a diagram/page level" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
61
58
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
62
59
  </mxCell>
63
- <mxCell id="MSp-8" value="Nodes need to support child nodes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
60
+ <mxCell id="xKc-8" value="move DrawioDsl::Formatters::Factory::FORMATTERS to resource file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
64
61
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
65
62
  </mxCell>
66
- <mxCell id="MSp-9" value="Grid layout does not position itself in relation to the last element" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
63
+ <mxCell id="xKc-9" value="move DrawioDsl::Formatters::StyleBuilder::MAPPINGS to resource file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
67
64
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
68
65
  </mxCell>
69
- <mxCell id="MSp-10" value="Dynamic sized shapes that expand to the size of their text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
66
+ <mxCell id="xKc-10" value="settings style attributes need to de-duplicate, might be best to utilize the new StyleBuilder class" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
70
67
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
71
68
  </mxCell>
72
- <mxCell id="MSp-11" value="Control of text padding left, right, top and bottom" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
69
+ <mxCell id="xKc-11" value="write SVG directly into other projects" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
73
70
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
74
71
  </mxCell>
75
- <mxCell id="MSp-12" value="Improve the theme control over text-only shapes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
72
+ <mxCell id="xKc-12" value="Nodes need to support child nodes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
76
73
  <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
77
74
  </mxCell>
78
- <mxCell id="MSp-13" value="x,y settings do not work for shapes within a grid layout" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
75
+ <mxCell id="xKc-13" value="Grid layout does not position itself in relation to the last element" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
79
76
  <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
80
77
  </mxCell>
81
- <mxCell id="MSp-14" value="page layout so that you drop elements on and they are positioned correctly, e.g centered, left, right, etc, maybe a grid layout with a wrap of 1 and a width of the page is sufficient" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_MSp">
78
+ <mxCell id="xKc-14" value="Grid layout should not be affected by connector lines" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
82
79
  <mxGeometry x="10" y="330" width="300" height="60" as="geometry"/>
83
80
  </mxCell>
81
+ <mxCell id="xKc-15" value="Grid layout should support flow break (break to next section if less then boundary)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
82
+ <mxGeometry x="330" y="330" width="300" height="60" as="geometry"/>
83
+ </mxCell>
84
+ <mxCell id="xKc-16" value="Grid layout should support hard break (break to next section)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
85
+ <mxGeometry x="650" y="330" width="300" height="60" as="geometry"/>
86
+ </mxCell>
87
+ <mxCell id="xKc-17" value="Dynamic sized shapes that expand to the size of their text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
88
+ <mxGeometry x="10" y="410" width="300" height="60" as="geometry"/>
89
+ </mxCell>
90
+ <mxCell id="xKc-18" value="Control of text padding left, right, top and bottom" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
91
+ <mxGeometry x="330" y="410" width="300" height="60" as="geometry"/>
92
+ </mxCell>
93
+ <mxCell id="xKc-19" value="Improve the theme control over text-only shapes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
94
+ <mxGeometry x="650" y="410" width="300" height="60" as="geometry"/>
95
+ </mxCell>
96
+ <mxCell id="xKc-20" value="x,y settings do not work for shapes within a grid layout" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
97
+ <mxGeometry x="10" y="490" width="300" height="60" as="geometry"/>
98
+ </mxCell>
99
+ <mxCell id="xKc-21" value="page layout so that you drop elements on and they are positioned correctly, e.g centered, left, right, etc, maybe a grid layout with a wrap of 1 and a width of the page is sufficient" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_xKc">
100
+ <mxGeometry x="330" y="490" width="300" height="60" as="geometry"/>
101
+ </mxCell>
84
102
  </root>
85
103
  </mxGraphModel>
86
104
  </diagram>
87
- <diagram id="5RA" name="Done">
105
+ <diagram id="OJm" name="Done">
88
106
  <mxGraphModel dx="0" dy="0" background="#000000" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
89
107
  <root>
90
- <mxCell id="page_root_5RA" parent="5RA"/>
91
- <mxCell id="node_root_5RA" parent="page_root_5RA"/>
92
- <mxCell id="5RA-2" value="add sample for backgrounds with text on top, add support for favourite backgrounds" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
108
+ <mxCell id="page_root_OJm" parent="OJm"/>
109
+ <mxCell id="node_root_OJm" parent="page_root_OJm"/>
110
+ <mxCell id="OJm-2" value="rename type to key" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
93
111
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
94
112
  </mxCell>
95
- <mxCell id="5RA-3" value="add background themes, with foreground text color" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
113
+ <mxCell id="OJm-3" value="headings do not appear to be working?" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
96
114
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
97
115
  </mxCell>
98
- <mxCell id="5RA-4" value="refactor shapes configuration so that it reads from custom file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
116
+ <mxCell id="OJm-4" value="add sample for backgrounds with text on top, add support for favourite backgrounds" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
99
117
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
100
118
  </mxCell>
101
- <mxCell id="5RA-5" value="fix :text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
119
+ <mxCell id="OJm-5" value="add background themes, with foreground text color" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
102
120
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
103
121
  </mxCell>
104
- <mxCell id="5RA-6" value="configuration for lines" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
122
+ <mxCell id="OJm-6" value="refactor shapes configuration so that it reads from custom file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
105
123
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
106
124
  </mxCell>
107
- <mxCell id="5RA-7" value="configuration for text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
125
+ <mxCell id="OJm-7" value="fix :text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
108
126
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
109
127
  </mxCell>
110
- <mxCell id="5RA-8" value="configuration for elements" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
128
+ <mxCell id="OJm-8" value="configuration for lines" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
111
129
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
112
130
  </mxCell>
113
- <mxCell id="5RA-9" value="configuration for line strokes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
131
+ <mxCell id="OJm-9" value="configuration for text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
114
132
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
115
133
  </mxCell>
116
- <mxCell id="5RA-10" value="configuration for connector compass direction" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
134
+ <mxCell id="OJm-10" value="configuration for elements" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
117
135
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
118
136
  </mxCell>
119
- <mxCell id="5RA-11" value="configuration for connector design" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
137
+ <mxCell id="OJm-11" value="configuration for line strokes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
120
138
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
121
139
  </mxCell>
122
- <mxCell id="5RA-12" value="configuration for connector arrows" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
140
+ <mxCell id="OJm-12" value="configuration for connector compass direction" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
123
141
  <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
124
142
  </mxCell>
125
- <mxCell id="5RA-13" value="configuration for connector waypoints" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
143
+ <mxCell id="OJm-13" value="configuration for connector design" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
126
144
  <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
127
145
  </mxCell>
128
- <mxCell id="5RA-14" value="export_json will output a diagram in machine readable format" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
146
+ <mxCell id="OJm-14" value="configuration for connector arrows" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
129
147
  <mxGeometry x="10" y="330" width="300" height="60" as="geometry"/>
130
148
  </mxCell>
131
- <mxCell id="5RA-15" value="class html formatter to support regular html nodes such as p, h1.. ul, li that are found on the builder" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
149
+ <mxCell id="OJm-15" value="configuration for connector waypoints" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
132
150
  <mxGeometry x="330" y="330" width="300" height="60" as="geometry"/>
133
151
  </mxCell>
134
- <mxCell id="5RA-16" value="group box, like a regular box but with a top aligned h1 style title" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
152
+ <mxCell id="OJm-16" value="export_json will output a diagram in machine readable format" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
135
153
  <mxGeometry x="650" y="330" width="300" height="60" as="geometry"/>
136
154
  </mxCell>
137
- <mxCell id="5RA-17" value="build a domain (class) diagram" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
155
+ <mxCell id="OJm-17" value="class html formatter to support regular html nodes such as p, h1.. ul, li that are found on the builder" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
138
156
  <mxGeometry x="10" y="410" width="300" height="60" as="geometry"/>
139
157
  </mxCell>
140
- <mxCell id="5RA-18" value="build configuration for line strokes %i[dashed dotted dashdot dashdotdot dotdotdot longdash)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
158
+ <mxCell id="OJm-18" value="group box, like a regular box but with a top aligned h1 style title" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
141
159
  <mxGeometry x="330" y="410" width="300" height="60" as="geometry"/>
142
160
  </mxCell>
143
- <mxCell id="5RA-19" value="build configuration for line compass %i[n ne e se s sw w nw]" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
161
+ <mxCell id="OJm-19" value="build a domain (class) diagram" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
144
162
  <mxGeometry x="650" y="410" width="300" height="60" as="geometry"/>
145
163
  </mxCell>
146
- <mxCell id="5RA-20" value="build configuration for line shape %i[style1 style2 style3 style4]" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
164
+ <mxCell id="OJm-20" value="build configuration for line strokes %i[dashed dotted dashdot dashdotdot dotdotdot longdash)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
147
165
  <mxGeometry x="10" y="490" width="300" height="60" as="geometry"/>
148
166
  </mxCell>
149
- <mxCell id="5RA-21" value="build configuration for arrows %i[straight triangle diamond circle cross short default none plain skewed_dash concave er_many er_one er_one_optional er_one_mandatory er_many_optional er_many_mandatory]" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
167
+ <mxCell id="OJm-21" value="build configuration for line compass %i[n ne e se s sw w nw]" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
150
168
  <mxGeometry x="330" y="490" width="300" height="60" as="geometry"/>
151
169
  </mxCell>
152
- <mxCell id="5RA-22" value="refactor the shape-&gt;text_only (boolean) to category (symbol)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
170
+ <mxCell id="OJm-22" value="build configuration for line shape %i[style1 style2 style3 style4]" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
153
171
  <mxGeometry x="650" y="490" width="300" height="60" as="geometry"/>
154
172
  </mxCell>
155
- <mxCell id="5RA-23" value="ensure that ids are working as expected" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
173
+ <mxCell id="OJm-23" value="build configuration for arrows %i[straight triangle diamond circle cross short default none plain skewed_dash concave er_many er_one er_one_optional er_one_mandatory er_many_optional er_many_mandatory]" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
156
174
  <mxGeometry x="10" y="570" width="300" height="60" as="geometry"/>
157
175
  </mxCell>
158
- <mxCell id="5RA-24" value="alter the initial parameter of all shapes so that it can be an ID, without named attribute" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
176
+ <mxCell id="OJm-24" value="refactor the shape-&gt;text_only (boolean) to category (symbol)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
159
177
  <mxGeometry x="330" y="570" width="300" height="60" as="geometry"/>
160
178
  </mxCell>
161
- <mxCell id="5RA-25" value="move project-plan files" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
179
+ <mxCell id="OJm-25" value="ensure that ids are working as expected" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
162
180
  <mxGeometry x="650" y="570" width="300" height="60" as="geometry"/>
163
181
  </mxCell>
164
- <mxCell id="5RA-26" value="alter configure_shape so it sets the default shape key and use that for selecting the default HTML formatter" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
182
+ <mxCell id="OJm-26" value="alter the initial parameter of all shapes so that it can be an ID, without named attribute" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
165
183
  <mxGeometry x="10" y="650" width="300" height="60" as="geometry"/>
166
184
  </mxCell>
167
- <mxCell id="5RA-27" value="add todo shape to simplify project plan drawing" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
185
+ <mxCell id="OJm-27" value="move project-plan files" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
168
186
  <mxGeometry x="330" y="650" width="300" height="60" as="geometry"/>
169
187
  </mxCell>
170
- <mxCell id="5RA-28" value="introduce .value property to shape and let it use either formatted HTML or plain text title" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
188
+ <mxCell id="OJm-28" value="alter configure_shape so it sets the default shape key and use that for selecting the default HTML formatter" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
171
189
  <mxGeometry x="650" y="650" width="300" height="60" as="geometry"/>
172
190
  </mxCell>
173
- <mxCell id="5RA-29" value="formatter DSL that can render HTML directly into the value property" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
191
+ <mxCell id="OJm-29" value="add todo shape to simplify project plan drawing" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
174
192
  <mxGeometry x="10" y="730" width="300" height="60" as="geometry"/>
175
193
  </mxCell>
176
- <mxCell id="5RA-30" value="formatter DSL for class and interface generation" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
194
+ <mxCell id="OJm-30" value="introduce .value property to shape and let it use either formatted HTML or plain text title" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
177
195
  <mxGeometry x="330" y="730" width="300" height="60" as="geometry"/>
178
196
  </mxCell>
179
- <mxCell id="5RA-31" value="generate extension based graphics based on drawio extensions.js" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
197
+ <mxCell id="OJm-31" value="formatter DSL that can render HTML directly into the value property" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
180
198
  <mxGeometry x="650" y="730" width="300" height="60" as="geometry"/>
181
199
  </mxCell>
182
- <mxCell id="5RA-32" value="active? flag on page defaulting to true. set to false to exclude page from diagram." style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
200
+ <mxCell id="OJm-32" value="formatter DSL for class and interface generation" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
183
201
  <mxGeometry x="10" y="810" width="300" height="60" as="geometry"/>
184
202
  </mxCell>
185
- <mxCell id="5RA-33" value="first level child nodes need to hang of node 1" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
203
+ <mxCell id="OJm-33" value="generate extension based graphics based on drawio extensions.js" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
186
204
  <mxGeometry x="330" y="810" width="300" height="60" as="geometry"/>
187
205
  </mxCell>
188
- <mxCell id="5RA-34" value="node has child nodes and add_node will set a nodes parent" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
206
+ <mxCell id="OJm-34" value="active? flag on page defaulting to true. set to false to exclude page from diagram." style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
189
207
  <mxGeometry x="650" y="810" width="300" height="60" as="geometry"/>
190
208
  </mxCell>
191
- <mxCell id="5RA-35" value="nodes can belong to a parent node, the top level node responds with truthy to root?" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
209
+ <mxCell id="OJm-35" value="first level child nodes need to hang of node 1" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
192
210
  <mxGeometry x="10" y="890" width="300" height="60" as="geometry"/>
193
211
  </mxCell>
194
- <mxCell id="5RA-36" value="add sample diagram for the github readme file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
212
+ <mxCell id="OJm-36" value="node has child nodes and add_node will set a nodes parent" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
195
213
  <mxGeometry x="330" y="890" width="300" height="60" as="geometry"/>
196
214
  </mxCell>
197
- <mxCell id="5RA-37" value="write samples into docs folder and display in readme" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
215
+ <mxCell id="OJm-37" value="nodes can belong to a parent node, the top level node responds with truthy to root?" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
198
216
  <mxGeometry x="650" y="890" width="300" height="60" as="geometry"/>
199
217
  </mxCell>
200
- <mxCell id="5RA-38" value="add export as .PNG, needs to take a page number as the PNG will not support multiple pages" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
218
+ <mxCell id="OJm-38" value="add sample diagram for the github readme file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
201
219
  <mxGeometry x="10" y="970" width="300" height="60" as="geometry"/>
202
220
  </mxCell>
203
- <mxCell id="5RA-39" value="add export as .SVG, needs to take a page number as the SVG will not support multiple pages" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
221
+ <mxCell id="OJm-39" value="write samples into docs folder and display in readme" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
204
222
  <mxGeometry x="330" y="970" width="300" height="60" as="geometry"/>
205
223
  </mxCell>
206
- <mxCell id="5RA-40" value="add save as .drawio" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_5RA">
224
+ <mxCell id="OJm-40" value="add export as .PNG, needs to take a page number as the PNG will not support multiple pages" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
207
225
  <mxGeometry x="650" y="970" width="300" height="60" as="geometry"/>
208
226
  </mxCell>
227
+ <mxCell id="OJm-41" value="add export as .SVG, needs to take a page number as the SVG will not support multiple pages" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
228
+ <mxGeometry x="10" y="1050" width="300" height="60" as="geometry"/>
229
+ </mxCell>
230
+ <mxCell id="OJm-42" value="add save as .drawio" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_OJm">
231
+ <mxGeometry x="330" y="1050" width="300" height="60" as="geometry"/>
232
+ </mxCell>
209
233
  </root>
210
234
  </mxGraphModel>
211
235
  </diagram>