drawio_dsl 0.8.10 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +26 -0
  3. data/config/configuration.json +340 -8
  4. data/docs/project-plan/project.drawio +85 -73
  5. data/docs/project-plan/project_done.svg +1 -1
  6. data/docs/project-plan/project_in_progress.svg +1 -1
  7. data/docs/samples/grid-direction-vertical.svg +1 -1
  8. data/docs/samples/styles-glass.svg +1 -1
  9. data/docs/samples/styles-plain.svg +1 -1
  10. data/docs/samples/styles-rounded.svg +1 -1
  11. data/docs/samples/styles-shadow.svg +1 -1
  12. data/docs/samples/styles-sketch.svg +1 -1
  13. data/docs/samples/themes-random.svg +1 -1
  14. data/docs/samples/willoughby-council.svg +1 -1
  15. data/lib/drawio_dsl/configuration.rb +124 -18
  16. data/lib/drawio_dsl/configuration_shapes.rb +9 -9
  17. data/lib/drawio_dsl/dom_builder_shapes.rb +3 -3
  18. data/lib/drawio_dsl/drawio_shapes.rb +3 -3
  19. data/lib/drawio_dsl/schema/_.rb +55 -45
  20. data/lib/drawio_dsl/schema/diagram.rb +17 -11
  21. data/lib/drawio_dsl/schema/element.rb +23 -0
  22. data/lib/drawio_dsl/schema/{shapes/face.rb → elements/actor.rb} +2 -2
  23. data/lib/drawio_dsl/schema/{shapes/cross.rb → elements/actor2.rb} +2 -2
  24. data/lib/drawio_dsl/schema/{shapes/actor2.rb → elements/callout.rb} +2 -2
  25. data/lib/drawio_dsl/schema/{shapes/callout.rb → elements/callout2.rb} +2 -2
  26. data/lib/drawio_dsl/schema/elements/callout3.rb +9 -0
  27. data/lib/drawio_dsl/schema/elements/callout4.rb +9 -0
  28. data/lib/drawio_dsl/schema/{shapes/actor.rb → elements/circle.rb} +2 -2
  29. data/lib/drawio_dsl/schema/elements/cloud.rb +9 -0
  30. data/lib/drawio_dsl/schema/elements/container.rb +9 -0
  31. data/lib/drawio_dsl/schema/elements/container2.rb +9 -0
  32. data/lib/drawio_dsl/schema/elements/container3.rb +9 -0
  33. data/lib/drawio_dsl/schema/elements/container4.rb +9 -0
  34. data/lib/drawio_dsl/schema/elements/cross.rb +9 -0
  35. data/lib/drawio_dsl/schema/elements/database.rb +9 -0
  36. data/lib/drawio_dsl/schema/{shapes/circle.rb → elements/db_json.rb} +2 -2
  37. data/lib/drawio_dsl/schema/elements/diamond.rb +9 -0
  38. data/lib/drawio_dsl/schema/elements/document.rb +9 -0
  39. data/lib/drawio_dsl/schema/elements/ellipse.rb +9 -0
  40. data/lib/drawio_dsl/schema/elements/embed_col200.rb +9 -0
  41. data/lib/drawio_dsl/schema/elements/embed_col50.rb +9 -0
  42. data/lib/drawio_dsl/schema/{shapes/callout2.rb → elements/embed_row.rb} +2 -2
  43. data/lib/drawio_dsl/schema/elements/envelop.rb +9 -0
  44. data/lib/drawio_dsl/schema/elements/face.rb +9 -0
  45. data/lib/drawio_dsl/schema/elements/group.rb +9 -0
  46. data/lib/drawio_dsl/schema/elements/hexagon.rb +9 -0
  47. data/lib/drawio_dsl/schema/elements/interface.rb +9 -0
  48. data/lib/drawio_dsl/schema/elements/klass.rb +9 -0
  49. data/lib/drawio_dsl/schema/elements/note.rb +9 -0
  50. data/lib/drawio_dsl/schema/elements/process.rb +9 -0
  51. data/lib/drawio_dsl/schema/elements/rectangle.rb +9 -0
  52. data/lib/drawio_dsl/schema/elements/rectangle2.rb +9 -0
  53. data/lib/drawio_dsl/schema/{shapes/cloud.rb → elements/square.rb} +2 -2
  54. data/lib/drawio_dsl/schema/elements/step.rb +9 -0
  55. data/lib/drawio_dsl/schema/elements/tick.rb +9 -0
  56. data/lib/drawio_dsl/schema/elements/todo.rb +9 -0
  57. data/lib/drawio_dsl/schema/elements/triangle.rb +9 -0
  58. data/lib/drawio_dsl/schema/line.rb +24 -0
  59. data/lib/drawio_dsl/schema/lines/solid.rb +9 -0
  60. data/lib/drawio_dsl/schema/page.rb +16 -7
  61. data/lib/drawio_dsl/schema/{shapes/shape.rb → shape.rb} +19 -22
  62. data/lib/drawio_dsl/schema/text.rb +23 -0
  63. data/lib/drawio_dsl/schema/{shapes → texts}/h1.rb +2 -2
  64. data/lib/drawio_dsl/schema/{shapes → texts}/h2.rb +2 -2
  65. data/lib/drawio_dsl/schema/{shapes → texts}/h3.rb +2 -2
  66. data/lib/drawio_dsl/schema/{shapes → texts}/h4.rb +2 -2
  67. data/lib/drawio_dsl/schema/{shapes → texts}/h5.rb +2 -2
  68. data/lib/drawio_dsl/schema/{shapes → texts}/h6.rb +2 -2
  69. data/lib/drawio_dsl/schema/{shapes → texts}/p.rb +2 -2
  70. data/lib/drawio_dsl/version.rb +1 -1
  71. data/lib/drawio_dsl.rb +7 -10
  72. data/package-lock.json +2 -2
  73. data/package.json +1 -1
  74. metadata +50 -48
  75. data/lib/drawio_dsl/configuration_themes.rb +0 -63
  76. data/lib/drawio_dsl/schema/shapes/callout3.rb +0 -9
  77. data/lib/drawio_dsl/schema/shapes/callout4.rb +0 -9
  78. data/lib/drawio_dsl/schema/shapes/container.rb +0 -9
  79. data/lib/drawio_dsl/schema/shapes/container2.rb +0 -9
  80. data/lib/drawio_dsl/schema/shapes/container3.rb +0 -9
  81. data/lib/drawio_dsl/schema/shapes/container4.rb +0 -9
  82. data/lib/drawio_dsl/schema/shapes/database.rb +0 -9
  83. data/lib/drawio_dsl/schema/shapes/db_json.rb +0 -9
  84. data/lib/drawio_dsl/schema/shapes/diamond.rb +0 -9
  85. data/lib/drawio_dsl/schema/shapes/document.rb +0 -9
  86. data/lib/drawio_dsl/schema/shapes/ellipse.rb +0 -9
  87. data/lib/drawio_dsl/schema/shapes/embed_col200.rb +0 -9
  88. data/lib/drawio_dsl/schema/shapes/embed_col50.rb +0 -9
  89. data/lib/drawio_dsl/schema/shapes/embed_row.rb +0 -9
  90. data/lib/drawio_dsl/schema/shapes/envelop.rb +0 -9
  91. data/lib/drawio_dsl/schema/shapes/group.rb +0 -9
  92. data/lib/drawio_dsl/schema/shapes/hexagon.rb +0 -9
  93. data/lib/drawio_dsl/schema/shapes/interface.rb +0 -9
  94. data/lib/drawio_dsl/schema/shapes/klass.rb +0 -9
  95. data/lib/drawio_dsl/schema/shapes/line.rb +0 -9
  96. data/lib/drawio_dsl/schema/shapes/note.rb +0 -9
  97. data/lib/drawio_dsl/schema/shapes/process.rb +0 -9
  98. data/lib/drawio_dsl/schema/shapes/rectangle.rb +0 -9
  99. data/lib/drawio_dsl/schema/shapes/rectangle2.rb +0 -9
  100. data/lib/drawio_dsl/schema/shapes/square.rb +0 -9
  101. data/lib/drawio_dsl/schema/shapes/step.rb +0 -9
  102. data/lib/drawio_dsl/schema/shapes/tick.rb +0 -9
  103. data/lib/drawio_dsl/schema/shapes/todo.rb +0 -9
  104. data/lib/drawio_dsl/schema/shapes/triangle.rb +0 -9
@@ -1,199 +1,211 @@
1
- <mxfile host="XrD">
2
- <diagram id="b57" name="In progress">
3
- <mxGraphModel dx="0" dy="0" background="#FFFACD" 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">
1
+ <mxfile host="EHX">
2
+ <diagram id="7Dw" name="In progress">
3
+ <mxGraphModel dx="0" dy="0" background="#ff0000" 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_b57" parent="b57"/>
6
- <mxCell id="node_root_b57" parent="page_root_b57"/>
7
- <mxCell id="b57-3" value="configuration for lines" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_b57">
5
+ <mxCell id="page_root_7Dw" parent="7Dw"/>
6
+ <mxCell id="node_root_7Dw" parent="page_root_7Dw"/>
7
+ <mxCell id="7Dw-1" value="DrawIO DSL" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fontColor=#aaaaaa;text;fontSize=28;fontStyle=1;fillColor=none" vertex="1" parent="node_root_7Dw">
8
+ <mxGeometry x="300" y="0" width="400" height="80" as="geometry"/>
9
+ </mxCell>
10
+ <mxCell id="7Dw-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_7Dw">
8
11
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
9
12
  </mxCell>
10
- <mxCell id="b57-4" value="configuration for text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_b57">
13
+ <mxCell id="7Dw-4" value="add background theme, with foreground text color" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_7Dw">
11
14
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
12
15
  </mxCell>
13
- <mxCell id="b57-5" value="refactor shapes configuration so that it reads from custom file" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_b57">
16
+ <mxCell id="7Dw-5" value="add sample for backgrounds with text on top" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_7Dw">
14
17
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
15
18
  </mxCell>
16
- <mxCell id="b57-6" value="fix :text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_b57">
19
+ <mxCell id="7Dw-6" 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_7Dw">
17
20
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
18
21
  </mxCell>
19
- <mxCell id="b57-7" 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_b57">
22
+ <mxCell id="7Dw-7" 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_7Dw">
20
23
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
21
24
  </mxCell>
22
- <mxCell id="b57-8" 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_b57">
25
+ <mxCell id="7Dw-8" 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_7Dw">
23
26
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
24
27
  </mxCell>
25
- <mxCell id="b57-9" 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_b57">
28
+ <mxCell id="7Dw-9" 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_7Dw">
26
29
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
27
30
  </mxCell>
28
- <mxCell id="b57-10" 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_b57">
31
+ <mxCell id="7Dw-10" 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_7Dw">
29
32
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
30
33
  </mxCell>
31
- <mxCell id="b57-11" 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_b57">
34
+ <mxCell id="7Dw-11" 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_7Dw">
32
35
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
33
36
  </mxCell>
34
- <mxCell id="b57-12" 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_b57">
37
+ <mxCell id="7Dw-12" value="improve coverage" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_7Dw">
35
38
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
36
39
  </mxCell>
37
- <mxCell id="b57-13" value="improve coverage" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_b57">
40
+ <mxCell id="7Dw-13" 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_7Dw">
38
41
  <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
39
42
  </mxCell>
40
- <mxCell id="b57-14" 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_b57">
41
- <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
42
- </mxCell>
43
43
  </root>
44
44
  </mxGraphModel>
45
45
  </diagram>
46
- <diagram id="plU" name="To Do">
47
- <mxGraphModel dx="0" dy="0" background="#FFFACD" 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">
46
+ <diagram id="zKg" name="To Do">
47
+ <mxGraphModel dx="0" dy="0" background="#ff0000" 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">
48
48
  <root>
49
- <mxCell id="page_root_plU" parent="plU"/>
50
- <mxCell id="node_root_plU" parent="page_root_plU"/>
51
- <mxCell id="plU-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_plU">
49
+ <mxCell id="page_root_zKg" parent="zKg"/>
50
+ <mxCell id="node_root_zKg" parent="page_root_zKg"/>
51
+ <mxCell id="zKg-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_zKg">
52
52
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
53
53
  </mxCell>
54
- <mxCell id="plU-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_plU">
54
+ <mxCell id="zKg-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_zKg">
55
55
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
56
56
  </mxCell>
57
- <mxCell id="plU-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_plU">
57
+ <mxCell id="zKg-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_zKg">
58
58
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
59
59
  </mxCell>
60
- <mxCell id="plU-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_plU">
60
+ <mxCell id="zKg-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_zKg">
61
61
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
62
62
  </mxCell>
63
- <mxCell id="plU-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_plU">
63
+ <mxCell id="zKg-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_zKg">
64
64
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
65
65
  </mxCell>
66
- <mxCell id="plU-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_plU">
66
+ <mxCell id="zKg-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_zKg">
67
67
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
68
68
  </mxCell>
69
- <mxCell id="plU-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_plU">
69
+ <mxCell id="zKg-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_zKg">
70
70
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
71
71
  </mxCell>
72
- <mxCell id="plU-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_plU">
72
+ <mxCell id="zKg-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_zKg">
73
73
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
74
74
  </mxCell>
75
- <mxCell id="plU-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_plU">
75
+ <mxCell id="zKg-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_zKg">
76
76
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
77
77
  </mxCell>
78
- <mxCell id="plU-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_plU">
78
+ <mxCell id="zKg-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_zKg">
79
79
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
80
80
  </mxCell>
81
- <mxCell id="plU-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_plU">
81
+ <mxCell id="zKg-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_zKg">
82
82
  <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
83
83
  </mxCell>
84
- <mxCell id="plU-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_plU">
84
+ <mxCell id="zKg-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_zKg">
85
85
  <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
86
86
  </mxCell>
87
- <mxCell id="plU-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_plU">
87
+ <mxCell id="zKg-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_zKg">
88
88
  <mxGeometry x="10" y="330" width="300" height="60" as="geometry"/>
89
89
  </mxCell>
90
90
  </root>
91
91
  </mxGraphModel>
92
92
  </diagram>
93
- <diagram id="lil" name="Done">
94
- <mxGraphModel dx="0" dy="0" background="#FFFACD" 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">
93
+ <diagram id="Dpb" name="Done">
94
+ <mxGraphModel dx="0" dy="0" background="#ff0000" 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">
95
95
  <root>
96
- <mxCell id="page_root_lil" parent="lil"/>
97
- <mxCell id="node_root_lil" parent="page_root_lil"/>
98
- <mxCell id="lil-2" value="configuration for elements" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_lil">
96
+ <mxCell id="page_root_Dpb" parent="Dpb"/>
97
+ <mxCell id="node_root_Dpb" parent="page_root_Dpb"/>
98
+ <mxCell id="Dpb-2" 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_Dpb">
99
99
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
100
100
  </mxCell>
101
- <mxCell id="lil-3" 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_lil">
101
+ <mxCell id="Dpb-3" value="fix :text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_Dpb">
102
102
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
103
103
  </mxCell>
104
- <mxCell id="lil-4" 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_lil">
104
+ <mxCell id="Dpb-4" value="configuration for lines" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_Dpb">
105
105
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
106
106
  </mxCell>
107
- <mxCell id="lil-5" 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_lil">
107
+ <mxCell id="Dpb-5" value="configuration for text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_Dpb">
108
108
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
109
109
  </mxCell>
110
- <mxCell id="lil-6" 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_lil">
110
+ <mxCell id="Dpb-6" value="configuration for elements" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_Dpb">
111
111
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
112
112
  </mxCell>
113
- <mxCell id="lil-7" 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_lil">
113
+ <mxCell id="Dpb-7" 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_Dpb">
114
114
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
115
115
  </mxCell>
116
- <mxCell id="lil-8" 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_lil">
116
+ <mxCell id="Dpb-8" 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_Dpb">
117
117
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
118
118
  </mxCell>
119
- <mxCell id="lil-9" 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_lil">
119
+ <mxCell id="Dpb-9" 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_Dpb">
120
120
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
121
121
  </mxCell>
122
- <mxCell id="lil-10" 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_lil">
122
+ <mxCell id="Dpb-10" 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_Dpb">
123
123
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
124
124
  </mxCell>
125
- <mxCell id="lil-11" 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_lil">
125
+ <mxCell id="Dpb-11" 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_Dpb">
126
126
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
127
127
  </mxCell>
128
- <mxCell id="lil-12" 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_lil">
128
+ <mxCell id="Dpb-12" 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_Dpb">
129
129
  <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
130
130
  </mxCell>
131
- <mxCell id="lil-13" 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_lil">
131
+ <mxCell id="Dpb-13" 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_Dpb">
132
132
  <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
133
133
  </mxCell>
134
- <mxCell id="lil-14" 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_lil">
134
+ <mxCell id="Dpb-14" 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_Dpb">
135
135
  <mxGeometry x="10" y="330" width="300" height="60" as="geometry"/>
136
136
  </mxCell>
137
- <mxCell id="lil-15" 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_lil">
137
+ <mxCell id="Dpb-15" 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_Dpb">
138
138
  <mxGeometry x="330" y="330" width="300" height="60" as="geometry"/>
139
139
  </mxCell>
140
- <mxCell id="lil-16" 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_lil">
140
+ <mxCell id="Dpb-16" 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_Dpb">
141
141
  <mxGeometry x="650" y="330" width="300" height="60" as="geometry"/>
142
142
  </mxCell>
143
- <mxCell id="lil-17" 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_lil">
143
+ <mxCell id="Dpb-17" 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_Dpb">
144
144
  <mxGeometry x="10" y="410" width="300" height="60" as="geometry"/>
145
145
  </mxCell>
146
- <mxCell id="lil-18" 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_lil">
146
+ <mxCell id="Dpb-18" 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_Dpb">
147
147
  <mxGeometry x="330" y="410" width="300" height="60" as="geometry"/>
148
148
  </mxCell>
149
- <mxCell id="lil-19" 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_lil">
149
+ <mxCell id="Dpb-19" 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_Dpb">
150
150
  <mxGeometry x="650" y="410" width="300" height="60" as="geometry"/>
151
151
  </mxCell>
152
- <mxCell id="lil-20" 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_lil">
152
+ <mxCell id="Dpb-20" 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_Dpb">
153
153
  <mxGeometry x="10" y="490" width="300" height="60" as="geometry"/>
154
154
  </mxCell>
155
- <mxCell id="lil-21" 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_lil">
155
+ <mxCell id="Dpb-21" 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_Dpb">
156
156
  <mxGeometry x="330" y="490" width="300" height="60" as="geometry"/>
157
157
  </mxCell>
158
- <mxCell id="lil-22" 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_lil">
158
+ <mxCell id="Dpb-22" 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_Dpb">
159
159
  <mxGeometry x="650" y="490" width="300" height="60" as="geometry"/>
160
160
  </mxCell>
161
- <mxCell id="lil-23" 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_lil">
161
+ <mxCell id="Dpb-23" 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_Dpb">
162
162
  <mxGeometry x="10" y="570" width="300" height="60" as="geometry"/>
163
163
  </mxCell>
164
- <mxCell id="lil-24" 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_lil">
164
+ <mxCell id="Dpb-24" 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_Dpb">
165
165
  <mxGeometry x="330" y="570" width="300" height="60" as="geometry"/>
166
166
  </mxCell>
167
- <mxCell id="lil-25" 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_lil">
167
+ <mxCell id="Dpb-25" 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_Dpb">
168
168
  <mxGeometry x="650" y="570" width="300" height="60" as="geometry"/>
169
169
  </mxCell>
170
- <mxCell id="lil-26" 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_lil">
170
+ <mxCell id="Dpb-26" 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_Dpb">
171
171
  <mxGeometry x="10" y="650" width="300" height="60" as="geometry"/>
172
172
  </mxCell>
173
- <mxCell id="lil-27" 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_lil">
173
+ <mxCell id="Dpb-27" 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_Dpb">
174
174
  <mxGeometry x="330" y="650" width="300" height="60" as="geometry"/>
175
175
  </mxCell>
176
- <mxCell id="lil-28" 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_lil">
176
+ <mxCell id="Dpb-28" 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_Dpb">
177
177
  <mxGeometry x="650" y="650" width="300" height="60" as="geometry"/>
178
178
  </mxCell>
179
- <mxCell id="lil-29" 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_lil">
179
+ <mxCell id="Dpb-29" 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_Dpb">
180
180
  <mxGeometry x="10" y="730" width="300" height="60" as="geometry"/>
181
181
  </mxCell>
182
- <mxCell id="lil-30" 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_lil">
182
+ <mxCell id="Dpb-30" 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_Dpb">
183
183
  <mxGeometry x="330" y="730" width="300" height="60" as="geometry"/>
184
184
  </mxCell>
185
- <mxCell id="lil-31" 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_lil">
185
+ <mxCell id="Dpb-31" 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_Dpb">
186
186
  <mxGeometry x="650" y="730" width="300" height="60" as="geometry"/>
187
187
  </mxCell>
188
- <mxCell id="lil-32" 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_lil">
188
+ <mxCell id="Dpb-32" 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_Dpb">
189
189
  <mxGeometry x="10" y="810" width="300" height="60" as="geometry"/>
190
190
  </mxCell>
191
- <mxCell id="lil-33" 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_lil">
191
+ <mxCell id="Dpb-33" 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_Dpb">
192
192
  <mxGeometry x="330" y="810" width="300" height="60" as="geometry"/>
193
193
  </mxCell>
194
- <mxCell id="lil-34" 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_lil">
194
+ <mxCell id="Dpb-34" 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_Dpb">
195
195
  <mxGeometry x="650" y="810" width="300" height="60" as="geometry"/>
196
196
  </mxCell>
197
+ <mxCell id="Dpb-35" 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_Dpb">
198
+ <mxGeometry x="10" y="890" width="300" height="60" as="geometry"/>
199
+ </mxCell>
200
+ <mxCell id="Dpb-36" 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_Dpb">
201
+ <mxGeometry x="330" y="890" width="300" height="60" as="geometry"/>
202
+ </mxCell>
203
+ <mxCell id="Dpb-37" 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_Dpb">
204
+ <mxGeometry x="650" y="890" width="300" height="60" as="geometry"/>
205
+ </mxCell>
206
+ <mxCell id="Dpb-38" 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_Dpb">
207
+ <mxGeometry x="10" y="970" width="300" height="60" as="geometry"/>
208
+ </mxCell>
197
209
  </root>
198
210
  </mxGraphModel>
199
211
  </diagram>