drawio_dsl 0.11.5 → 0.11.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 391a1a7b1c753cae17e79322b8ad51cc24d8b8fc35b81ea9dbc7fc60cebba0d9
4
- data.tar.gz: dd7174bbbf067e1645a8d155fe0f837b24fdb0b387b4138b6b384cc34e8863cb
3
+ metadata.gz: 0fc030cd0b9096419d6100553ea44b7d1c98af215a7a503de23017c4485e12b5
4
+ data.tar.gz: ad627eb54b952bcb04c78e1f7fac95a6e02c1e6ee787e4a270c71b9c56a8e676
5
5
  SHA512:
6
- metadata.gz: fea11ed0ecbd83824436697109df47763f77e1d268a02fb9af36256e566a4fec109d062d6ab0a5cd590fad97e380d7c4bbe274c57f8b4f9ea0624067a341a55b
7
- data.tar.gz: fe6d84eb072505fc916c80571c9e869796c91f94b363ab356fc20fa877ac413421454f1945a6fae83e711f89ecb08997c80d6df61365ba9b2269bb956f344736
6
+ metadata.gz: de4f5eea43e3293aaf212c230feb24017fec643cdd689446a95b34eeda406a44461008c14acaf2cf6ab8be23a9eb35d7b206783de0f17aae2fd0b01025330b08
7
+ data.tar.gz: 64372304714426ee9b4346cfac997359a201d273be28d10a1fcb7b8a89c26904376fce28940affcb7330ec026b9baedea4627e4564a7ae05730e0f92d7d07cbf
data/.rubocop.yml CHANGED
@@ -70,9 +70,11 @@ Metrics/AbcSize:
70
70
  - "lib/drawio_dsl/configuration.rb"
71
71
  - "lib/drawio_dsl/configuration_shapes.rb"
72
72
  - "lib/drawio_dsl/configuration_themes.rb"
73
+ - "lib/drawio_dsl/schema/line.rb"
73
74
  Metrics/CyclomaticComplexity:
74
75
  Exclude:
75
76
  - "lib/drawio_dsl/drawio_shapes.rb"
77
+ - "lib/drawio_dsl/schema/line.rb"
76
78
  Metrics/MethodLength:
77
79
  Max: 25
78
80
  Exclude:
@@ -84,6 +86,7 @@ Metrics/MethodLength:
84
86
  Metrics/PerceivedComplexity:
85
87
  Exclude:
86
88
  - "lib/drawio_dsl/drawio_shapes.rb"
89
+ - "lib/drawio_dsl/schema/line.rb"
87
90
  Naming/MemoizedInstanceVariableName:
88
91
  Enabled: false
89
92
  Naming/AccessorMethodName:
data/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## [0.11.7](https://github.com/klueless-io/drawio_dsl/compare/v0.11.6...v0.11.7) (2022-03-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * settings style attributes need to de-duplicate, might be best to utilize the new StyleBuilder class ([4772b9d](https://github.com/klueless-io/drawio_dsl/commit/4772b9dbb9f647216e704165e65ebe2d97b352c8))
7
+
8
+ ## [0.11.6](https://github.com/klueless-io/drawio_dsl/compare/v0.11.5...v0.11.6) (2022-03-31)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * bg_theme does not work OR at least make it better (see willoughby example) ([807364c](https://github.com/klueless-io/drawio_dsl/commit/807364c6df43de74349500858f87c93c2b75499e))
14
+
15
+ ## [0.11.5](https://github.com/klueless-io/drawio_dsl/compare/v0.11.4...v0.11.5) (2022-03-30)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * add support for :arrow to line ([5511b1a](https://github.com/klueless-io/drawio_dsl/commit/5511b1a56f444b1cac58c11670cdf1ee2e67e0d1))
21
+ * add support for :exit, :entry to line ([3381ff4](https://github.com/klueless-io/drawio_dsl/commit/3381ff45c0e8b4c3458f2c40d7e34f5c7a074800))
22
+
1
23
  ## [0.11.4](https://github.com/klueless-io/drawio_dsl/compare/v0.11.3...v0.11.4) (2022-03-28)
2
24
 
3
25
 
@@ -2009,13 +2009,13 @@
2009
2009
  "favourite": 1,
2010
2010
  "key": "pale_gray",
2011
2011
  "bg_color": "#FAFAFA",
2012
- "font_color": "#FFFFFF"
2012
+ "font_color": "#1F2D3D"
2013
2013
  },
2014
2014
  {
2015
2015
  "favourite": 0,
2016
2016
  "key": "pale_grey",
2017
2017
  "bg_color": "#FAFAFA",
2018
- "font_color": "#FFFFFF"
2018
+ "font_color": "#1F2D3D"
2019
2019
  },
2020
2020
  {
2021
2021
  "favourite": 0,
@@ -1,262 +1,265 @@
1
- <mxfile host="FI1">
2
- <diagram id="Xrd" name="In progress">
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">
1
+ <mxfile host="im0">
2
+ <diagram id="eiL" name="In progress">
3
+ <mxGraphModel dx="0" dy="0" background="#FFFAFA" 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_Xrd" parent="Xrd"/>
6
- <mxCell id="node_root_Xrd" parent="page_root_Xrd"/>
7
- <mxCell id="Xrd-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_Xrd">
5
+ <mxCell id="page_root_eiL" parent="eiL"/>
6
+ <mxCell id="node_root_eiL" parent="page_root_eiL"/>
7
+ <mxCell id="eiL-1" value="DrawIO DSL" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fontColor=#1F2D3D;text;fontSize=28;fontStyle=1;fillColor=none" vertex="1" parent="node_root_eiL">
8
8
  <mxGeometry x="300" y="0" width="400" height="80" as="geometry"/>
9
9
  </mxCell>
10
- <mxCell id="Xrd-3" value="add support for :arrow to line" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Xrd">
10
+ <mxCell id="eiL-3" value="line connectors can take an object reference as an alternative to an id" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_eiL">
11
11
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
12
12
  </mxCell>
13
- <mxCell id="Xrd-4" value="add support for :design to line" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Xrd">
13
+ <mxCell id="eiL-4" value="merge category and classification into one property" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_eiL">
14
14
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
15
15
  </mxCell>
16
- <mxCell id="Xrd-5" value="add help messages when invalid lookups are used for stroke, design etc." style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Xrd">
16
+ <mxCell id="eiL-5" 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_eiL">
17
17
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
18
18
  </mxCell>
19
- <mxCell id="Xrd-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=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Xrd">
19
+ <mxCell id="eiL-6" 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_eiL">
20
20
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
21
21
  </mxCell>
22
- <mxCell id="Xrd-7" value="line connectors attributes for :strokes (done), compass_points, designs, arrows and waypoints" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Xrd">
22
+ <mxCell id="eiL-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_eiL">
23
23
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
24
24
  </mxCell>
25
- <mxCell id="Xrd-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_Xrd">
25
+ <mxCell id="eiL-8" value="add help messages when invalid lookups are used for stroke, design etc." style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_eiL">
26
26
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
27
27
  </mxCell>
28
- <mxCell id="Xrd-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_Xrd">
28
+ <mxCell id="eiL-9" value="improve coverage" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_eiL">
29
29
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
30
30
  </mxCell>
31
- <mxCell id="Xrd-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_Xrd">
31
+ <mxCell id="eiL-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_eiL">
32
32
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
33
33
  </mxCell>
34
- <mxCell id="Xrd-11" 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_Xrd">
35
- <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
36
- </mxCell>
37
- <mxCell id="Xrd-12" 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_Xrd">
38
- <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
39
- </mxCell>
40
- <mxCell id="Xrd-13" value="improve coverage" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_Xrd">
41
- <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
42
- </mxCell>
43
- <mxCell id="Xrd-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_Xrd">
44
- <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
45
- </mxCell>
46
34
  </root>
47
35
  </mxGraphModel>
48
36
  </diagram>
49
- <diagram id="3dz" name="To Do">
50
- <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">
37
+ <diagram id="aH2" name="To Do">
38
+ <mxGraphModel dx="0" dy="0" background="#FFFAFA" 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">
51
39
  <root>
52
- <mxCell id="page_root_3dz" parent="3dz"/>
53
- <mxCell id="node_root_3dz" parent="page_root_3dz"/>
54
- <mxCell id="3dz-2" value="add active flag to shapes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_3dz">
40
+ <mxCell id="page_root_aH2" parent="aH2"/>
41
+ <mxCell id="node_root_aH2" parent="page_root_aH2"/>
42
+ <mxCell id="aH2-2" value="add active flag to shapes" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_aH2">
55
43
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
56
44
  </mxCell>
57
- <mxCell id="3dz-3" value="rename entry/exit compass point to start/end point to be consistent with the arrows" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_3dz">
45
+ <mxCell id="aH2-3" value="rename entry/exit compass point to start/end point to be consistent with the arrows" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_aH2">
58
46
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
59
47
  </mxCell>
60
- <mxCell id="3dz-4" value="does x, y, w, h need to be on lines (yes 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_3dz">
48
+ <mxCell id="aH2-4" value="does x, y, w, h need to be on lines (yes 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_aH2">
61
49
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
62
50
  </mxCell>
63
- <mxCell id="3dz-5" 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_3dz">
51
+ <mxCell id="aH2-5" 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_aH2">
64
52
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
65
53
  </mxCell>
66
- <mxCell id="3dz-6" 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_3dz">
54
+ <mxCell id="aH2-6" 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_aH2">
67
55
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
68
56
  </mxCell>
69
- <mxCell id="3dz-7" 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_3dz">
57
+ <mxCell id="aH2-7" 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_aH2">
70
58
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
71
59
  </mxCell>
72
- <mxCell id="3dz-8" 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_3dz">
60
+ <mxCell id="aH2-8" 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_aH2">
73
61
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
74
62
  </mxCell>
75
- <mxCell id="3dz-9" 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_3dz">
63
+ <mxCell id="aH2-9" 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_aH2">
76
64
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
77
65
  </mxCell>
78
- <mxCell id="3dz-10" 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_3dz">
66
+ <mxCell id="aH2-10" 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_aH2">
79
67
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
80
68
  </mxCell>
81
- <mxCell id="3dz-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_3dz">
69
+ <mxCell id="aH2-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_aH2">
82
70
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
83
71
  </mxCell>
84
- <mxCell id="3dz-12" value="Nodes need to support child nodes - aka namespaces, groupings" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_3dz">
72
+ <mxCell id="aH2-12" value="Nodes need to support child nodes - aka namespaces, groupings" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_aH2">
85
73
  <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
86
74
  </mxCell>
87
- <mxCell id="3dz-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_3dz">
75
+ <mxCell id="aH2-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_aH2">
88
76
  <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
89
77
  </mxCell>
90
- <mxCell id="3dz-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_3dz">
78
+ <mxCell id="aH2-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_aH2">
91
79
  <mxGeometry x="10" y="330" width="300" height="60" as="geometry"/>
92
80
  </mxCell>
93
- <mxCell id="3dz-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_3dz">
81
+ <mxCell id="aH2-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_aH2">
94
82
  <mxGeometry x="330" y="330" width="300" height="60" as="geometry"/>
95
83
  </mxCell>
96
- <mxCell id="3dz-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_3dz">
84
+ <mxCell id="aH2-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_aH2">
97
85
  <mxGeometry x="650" y="330" width="300" height="60" as="geometry"/>
98
86
  </mxCell>
99
- <mxCell id="3dz-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_3dz">
87
+ <mxCell id="aH2-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_aH2">
100
88
  <mxGeometry x="10" y="410" width="300" height="60" as="geometry"/>
101
89
  </mxCell>
102
- <mxCell id="3dz-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_3dz">
90
+ <mxCell id="aH2-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_aH2">
103
91
  <mxGeometry x="330" y="410" width="300" height="60" as="geometry"/>
104
92
  </mxCell>
105
- <mxCell id="3dz-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_3dz">
93
+ <mxCell id="aH2-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_aH2">
106
94
  <mxGeometry x="650" y="410" width="300" height="60" as="geometry"/>
107
95
  </mxCell>
108
- <mxCell id="3dz-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_3dz">
96
+ <mxCell id="aH2-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_aH2">
109
97
  <mxGeometry x="10" y="490" width="300" height="60" as="geometry"/>
110
98
  </mxCell>
111
- <mxCell id="3dz-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_3dz">
99
+ <mxCell id="aH2-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_aH2">
112
100
  <mxGeometry x="330" y="490" width="300" height="60" as="geometry"/>
113
101
  </mxCell>
114
102
  </root>
115
103
  </mxGraphModel>
116
104
  </diagram>
117
- <diagram id="nxc" name="Done">
118
- <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">
105
+ <diagram id="4Nb" name="Done">
106
+ <mxGraphModel dx="0" dy="0" background="#FFFAFA" 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">
119
107
  <root>
120
- <mxCell id="page_root_nxc" parent="nxc"/>
121
- <mxCell id="node_root_nxc" parent="page_root_nxc"/>
122
- <mxCell id="nxc-2" value="add support for :waypoint to line" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_nxc">
108
+ <mxCell id="page_root_4Nb" parent="4Nb"/>
109
+ <mxCell id="node_root_4Nb" parent="page_root_4Nb"/>
110
+ <mxCell id="4Nb-2" value="line connectors should not effect the grid positioning systems" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
123
111
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
124
112
  </mxCell>
125
- <mxCell id="nxc-3" value="add support for :exit, :entry to line" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_nxc">
113
+ <mxCell id="4Nb-3" value="bg_theme does not work OR at least make it better (see willoughby example)" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
126
114
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
127
115
  </mxCell>
128
- <mxCell id="nxc-4" value="add support for :design to line" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_nxc">
116
+ <mxCell id="4Nb-4" 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=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
129
117
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
130
118
  </mxCell>
131
- <mxCell id="nxc-5" value="refactor shapes to use configuration file and split into elements, lines and texts" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_nxc">
119
+ <mxCell id="4Nb-5" value="add support for :design to line" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
132
120
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
133
121
  </mxCell>
134
- <mxCell id="nxc-6" value="add new shapes related to line connectors, plus add stroke: configuration" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_nxc">
122
+ <mxCell id="4Nb-6" value="add support for :arrow to line" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
135
123
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
136
124
  </mxCell>
137
- <mxCell id="nxc-7" 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_nxc">
125
+ <mxCell id="4Nb-7" value="add support for :waypoint to line" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
138
126
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
139
127
  </mxCell>
140
- <mxCell id="nxc-8" 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_nxc">
128
+ <mxCell id="4Nb-8" value="add support for :exit, :entry to line" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
141
129
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
142
130
  </mxCell>
143
- <mxCell id="nxc-9" 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_nxc">
131
+ <mxCell id="4Nb-9" value="add support for :design to line" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
144
132
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
145
133
  </mxCell>
146
- <mxCell id="nxc-10" 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_nxc">
134
+ <mxCell id="4Nb-10" value="refactor shapes to use configuration file and split into elements, lines and texts" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
147
135
  <mxGeometry x="650" y="170" width="300" height="60" as="geometry"/>
148
136
  </mxCell>
149
- <mxCell id="nxc-11" 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_nxc">
137
+ <mxCell id="4Nb-11" value="add new shapes related to line connectors, plus add stroke: configuration" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
150
138
  <mxGeometry x="10" y="250" width="300" height="60" as="geometry"/>
151
139
  </mxCell>
152
- <mxCell id="nxc-12" value="fix :text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_nxc">
140
+ <mxCell id="4Nb-12" 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_4Nb">
153
141
  <mxGeometry x="330" y="250" width="300" height="60" as="geometry"/>
154
142
  </mxCell>
155
- <mxCell id="nxc-13" value="configuration for lines" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_nxc">
143
+ <mxCell id="4Nb-13" 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_4Nb">
156
144
  <mxGeometry x="650" y="250" width="300" height="60" as="geometry"/>
157
145
  </mxCell>
158
- <mxCell id="nxc-14" value="configuration for text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_nxc">
146
+ <mxCell id="4Nb-14" 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_4Nb">
159
147
  <mxGeometry x="10" y="330" width="300" height="60" as="geometry"/>
160
148
  </mxCell>
161
- <mxCell id="nxc-15" value="configuration for elements" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_nxc">
149
+ <mxCell id="4Nb-15" 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_4Nb">
162
150
  <mxGeometry x="330" y="330" width="300" height="60" as="geometry"/>
163
151
  </mxCell>
164
- <mxCell id="nxc-16" 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_nxc">
152
+ <mxCell id="4Nb-16" 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_4Nb">
165
153
  <mxGeometry x="650" y="330" width="300" height="60" as="geometry"/>
166
154
  </mxCell>
167
- <mxCell id="nxc-17" 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_nxc">
155
+ <mxCell id="4Nb-17" value="fix :text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
168
156
  <mxGeometry x="10" y="410" width="300" height="60" as="geometry"/>
169
157
  </mxCell>
170
- <mxCell id="nxc-18" 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_nxc">
158
+ <mxCell id="4Nb-18" value="configuration for lines" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
171
159
  <mxGeometry x="330" y="410" width="300" height="60" as="geometry"/>
172
160
  </mxCell>
173
- <mxCell id="nxc-19" 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_nxc">
161
+ <mxCell id="4Nb-19" value="configuration for text" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
174
162
  <mxGeometry x="650" y="410" width="300" height="60" as="geometry"/>
175
163
  </mxCell>
176
- <mxCell id="nxc-20" 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_nxc">
164
+ <mxCell id="4Nb-20" value="configuration for elements" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_4Nb">
177
165
  <mxGeometry x="10" y="490" width="300" height="60" as="geometry"/>
178
166
  </mxCell>
179
- <mxCell id="nxc-21" 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_nxc">
167
+ <mxCell id="4Nb-21" 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_4Nb">
180
168
  <mxGeometry x="330" y="490" width="300" height="60" as="geometry"/>
181
169
  </mxCell>
182
- <mxCell id="nxc-22" 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_nxc">
170
+ <mxCell id="4Nb-22" 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_4Nb">
183
171
  <mxGeometry x="650" y="490" width="300" height="60" as="geometry"/>
184
172
  </mxCell>
185
- <mxCell id="nxc-23" 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_nxc">
173
+ <mxCell id="4Nb-23" 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_4Nb">
186
174
  <mxGeometry x="10" y="570" width="300" height="60" as="geometry"/>
187
175
  </mxCell>
188
- <mxCell id="nxc-24" 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_nxc">
176
+ <mxCell id="4Nb-24" 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_4Nb">
189
177
  <mxGeometry x="330" y="570" width="300" height="60" as="geometry"/>
190
178
  </mxCell>
191
- <mxCell id="nxc-25" 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_nxc">
179
+ <mxCell id="4Nb-25" 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_4Nb">
192
180
  <mxGeometry x="650" y="570" width="300" height="60" as="geometry"/>
193
181
  </mxCell>
194
- <mxCell id="nxc-26" 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_nxc">
182
+ <mxCell id="4Nb-26" 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_4Nb">
195
183
  <mxGeometry x="10" y="650" width="300" height="60" as="geometry"/>
196
184
  </mxCell>
197
- <mxCell id="nxc-27" 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_nxc">
185
+ <mxCell id="4Nb-27" 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_4Nb">
198
186
  <mxGeometry x="330" y="650" width="300" height="60" as="geometry"/>
199
187
  </mxCell>
200
- <mxCell id="nxc-28" 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_nxc">
188
+ <mxCell id="4Nb-28" 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_4Nb">
201
189
  <mxGeometry x="650" y="650" width="300" height="60" as="geometry"/>
202
190
  </mxCell>
203
- <mxCell id="nxc-29" 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_nxc">
191
+ <mxCell id="4Nb-29" 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_4Nb">
204
192
  <mxGeometry x="10" y="730" width="300" height="60" as="geometry"/>
205
193
  </mxCell>
206
- <mxCell id="nxc-30" 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_nxc">
194
+ <mxCell id="4Nb-30" 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_4Nb">
207
195
  <mxGeometry x="330" y="730" width="300" height="60" as="geometry"/>
208
196
  </mxCell>
209
- <mxCell id="nxc-31" 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_nxc">
197
+ <mxCell id="4Nb-31" 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_4Nb">
210
198
  <mxGeometry x="650" y="730" width="300" height="60" as="geometry"/>
211
199
  </mxCell>
212
- <mxCell id="nxc-32" 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_nxc">
200
+ <mxCell id="4Nb-32" 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_4Nb">
213
201
  <mxGeometry x="10" y="810" width="300" height="60" as="geometry"/>
214
202
  </mxCell>
215
- <mxCell id="nxc-33" 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_nxc">
203
+ <mxCell id="4Nb-33" 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_4Nb">
216
204
  <mxGeometry x="330" y="810" width="300" height="60" as="geometry"/>
217
205
  </mxCell>
218
- <mxCell id="nxc-34" 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_nxc">
206
+ <mxCell id="4Nb-34" 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_4Nb">
219
207
  <mxGeometry x="650" y="810" width="300" height="60" as="geometry"/>
220
208
  </mxCell>
221
- <mxCell id="nxc-35" 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_nxc">
209
+ <mxCell id="4Nb-35" 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_4Nb">
222
210
  <mxGeometry x="10" y="890" width="300" height="60" as="geometry"/>
223
211
  </mxCell>
224
- <mxCell id="nxc-36" 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_nxc">
212
+ <mxCell id="4Nb-36" 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_4Nb">
225
213
  <mxGeometry x="330" y="890" width="300" height="60" as="geometry"/>
226
214
  </mxCell>
227
- <mxCell id="nxc-37" 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_nxc">
215
+ <mxCell id="4Nb-37" 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_4Nb">
228
216
  <mxGeometry x="650" y="890" width="300" height="60" as="geometry"/>
229
217
  </mxCell>
230
- <mxCell id="nxc-38" 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_nxc">
218
+ <mxCell id="4Nb-38" 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_4Nb">
231
219
  <mxGeometry x="10" y="970" width="300" height="60" as="geometry"/>
232
220
  </mxCell>
233
- <mxCell id="nxc-39" 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_nxc">
221
+ <mxCell id="4Nb-39" 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_4Nb">
234
222
  <mxGeometry x="330" y="970" width="300" height="60" as="geometry"/>
235
223
  </mxCell>
236
- <mxCell id="nxc-40" 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_nxc">
224
+ <mxCell id="4Nb-40" 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_4Nb">
237
225
  <mxGeometry x="650" y="970" width="300" height="60" as="geometry"/>
238
226
  </mxCell>
239
- <mxCell id="nxc-41" 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_nxc">
227
+ <mxCell id="4Nb-41" 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_4Nb">
240
228
  <mxGeometry x="10" y="1050" width="300" height="60" as="geometry"/>
241
229
  </mxCell>
242
- <mxCell id="nxc-42" 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_nxc">
230
+ <mxCell id="4Nb-42" 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_4Nb">
243
231
  <mxGeometry x="330" y="1050" width="300" height="60" as="geometry"/>
244
232
  </mxCell>
245
- <mxCell id="nxc-43" 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_nxc">
233
+ <mxCell id="4Nb-43" 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_4Nb">
246
234
  <mxGeometry x="650" y="1050" width="300" height="60" as="geometry"/>
247
235
  </mxCell>
248
- <mxCell id="nxc-44" 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_nxc">
236
+ <mxCell id="4Nb-44" 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_4Nb">
249
237
  <mxGeometry x="10" y="1130" width="300" height="60" as="geometry"/>
250
238
  </mxCell>
251
- <mxCell id="nxc-45" 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_nxc">
239
+ <mxCell id="4Nb-45" 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_4Nb">
252
240
  <mxGeometry x="330" y="1130" width="300" height="60" as="geometry"/>
253
241
  </mxCell>
254
- <mxCell id="nxc-46" 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_nxc">
242
+ <mxCell id="4Nb-46" 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_4Nb">
255
243
  <mxGeometry x="650" y="1130" width="300" height="60" as="geometry"/>
256
244
  </mxCell>
257
- <mxCell id="nxc-47" 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_nxc">
245
+ <mxCell id="4Nb-47" 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_4Nb">
258
246
  <mxGeometry x="10" y="1210" width="300" height="60" as="geometry"/>
259
247
  </mxCell>
248
+ <mxCell id="4Nb-48" 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_4Nb">
249
+ <mxGeometry x="330" y="1210" width="300" height="60" as="geometry"/>
250
+ </mxCell>
251
+ <mxCell id="4Nb-49" 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_4Nb">
252
+ <mxGeometry x="650" y="1210" width="300" height="60" as="geometry"/>
253
+ </mxCell>
254
+ <mxCell id="4Nb-50" 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_4Nb">
255
+ <mxGeometry x="10" y="1290" width="300" height="60" as="geometry"/>
256
+ </mxCell>
257
+ <mxCell id="4Nb-51" 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_4Nb">
258
+ <mxGeometry x="330" y="1290" width="300" height="60" as="geometry"/>
259
+ </mxCell>
260
+ <mxCell id="4Nb-52" 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_4Nb">
261
+ <mxGeometry x="650" y="1290" width="300" height="60" as="geometry"/>
262
+ </mxCell>
260
263
  </root>
261
264
  </mxGraphModel>
262
265
  </diagram>