update back font size
|
|
@ -28,6 +28,7 @@
|
|||
- Ensures shapes with icons have enough padding for their labels. [#702](https://github.com/terrastruct/d2/pull/702)
|
||||
- `--force-appendix` flag adds an appendix to SVG outputs with tooltips or links. [#761](https://github.com/terrastruct/d2/pull/761)
|
||||
- `d2 themes` subcommand to list themes. [#760](https://github.com/terrastruct/d2/pull/760)
|
||||
- `sql_table` header left-aligned with column [#769](https://github.com/terrastruct/d2/pull/769)
|
||||
|
||||
#### Bugfixes ⛑️
|
||||
|
||||
|
|
|
|||
|
|
@ -136,10 +136,10 @@ func toShape(obj *d2graph.Object, theme *d2themes.Theme) d2target.Shape {
|
|||
case d2target.ShapeClass:
|
||||
shape.Class = *obj.Class
|
||||
// The label is the header for classes and tables, which is set in client to be 4 px larger than the object's set font size
|
||||
shape.FontSize -= 4
|
||||
shape.FontSize -= d2target.HeaderFontAdd
|
||||
case d2target.ShapeSQLTable:
|
||||
shape.SQLTable = *obj.SQLTable
|
||||
shape.FontSize -= 4
|
||||
shape.FontSize -= d2target.HeaderFontAdd
|
||||
}
|
||||
shape.Label = text.Text
|
||||
shape.LabelWidth = text.Dimensions.Width
|
||||
|
|
|
|||
|
|
@ -465,6 +465,11 @@ func (obj *Object) Text() *d2target.MText {
|
|||
isItalic = true
|
||||
}
|
||||
fontSize := d2fonts.FONT_SIZE_M
|
||||
|
||||
if obj.Class != nil || obj.SQLTable != nil {
|
||||
fontSize = d2fonts.FONT_SIZE_XL
|
||||
}
|
||||
|
||||
if obj.OuterSequenceDiagram() == nil {
|
||||
if obj.IsContainer() {
|
||||
fontSize = obj.Level().LabelSize()
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 196 KiB After Width: | Height: | Size: 196 KiB |
|
Before Width: | Height: | Size: 309 KiB After Width: | Height: | Size: 309 KiB |
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
2
e2etests/testdata/measured/empty-class/dagre/board.exp.json
generated
vendored
|
|
@ -30,7 +30,7 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ width="316" height="248" viewBox="-102 -102 316 248"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="a"><g class="shape" ><rect class="shape" x="0" y="0" width="112" height="44" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="112.000000" height="44.000000" fill="#0A0F25" /><line x1="0.000000" y1="44.000000" x2="112.000000" y2="44.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><mask id="782716398" maskUnits="userSpaceOnUse" x="-100" y="-100" width="316" height="248">
|
||||
]]></script><g id="a"><g class="shape" ><rect class="shape" x="0" y="0" width="112" height="44" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="112.000000" height="44.000000" fill="#0A0F25" /><line x1="0.000000" y1="44.000000" x2="112.000000" y2="44.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><mask id="933829363" maskUnits="userSpaceOnUse" x="-100" y="-100" width="316" height="248">
|
||||
<rect x="-100" y="-100" width="316" height="248" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[]]></style></svg>
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
2
e2etests/testdata/measured/empty-sql_table/dagre/board.exp.json
generated
vendored
|
|
@ -30,7 +30,7 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ width="254" height="216" viewBox="-102 -102 254 216"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="a"><g class="shape" ><rect class="shape" x="0" y="0" width="50" height="12" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="50.000000" height="12.000000" fill="#0A0F25" /></g></g><mask id="1284081062" maskUnits="userSpaceOnUse" x="-100" y="-100" width="254" height="216">
|
||||
]]></script><g id="a"><g class="shape" ><rect class="shape" x="0" y="0" width="50" height="12" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="50.000000" height="12.000000" fill="#0A0F25" /></g></g><mask id="3370421197" maskUnits="userSpaceOnUse" x="-100" y="-100" width="254" height="216">
|
||||
<rect x="-100" y="-100" width="254" height="216" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[]]></style></svg>
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
22
e2etests/testdata/regression/empty_class_height/dagre/board.exp.json
generated
vendored
|
|
@ -9,7 +9,7 @@
|
|||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"width": 283,
|
||||
"width": 354,
|
||||
"height": 184,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -41,15 +41,15 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "class with rows",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 178,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 249,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -60,11 +60,11 @@
|
|||
"id": "class2",
|
||||
"type": "class",
|
||||
"pos": {
|
||||
"x": 343,
|
||||
"y": 51
|
||||
"x": 414,
|
||||
"y": 41
|
||||
},
|
||||
"width": 319,
|
||||
"height": 82,
|
||||
"width": 404,
|
||||
"height": 102,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -84,15 +84,15 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "class without rows",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 214,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 299,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="866" height="388" viewBox="-102 -102 866 388"><style type="text/css">
|
||||
width="1022" height="388" viewBox="-102 -102 1022 388"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,12 +39,12 @@ width="866" height="388" viewBox="-102 -102 866 388"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="class1"><g class="shape" ><rect class="shape" x="0" y="0" width="283" height="184" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="283.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="141.500000" y="52.500000" style="text-anchor:middle;font-size:20px;fill:#FFFFFF">class with rows</text><text class="text-mono" x="10.000000" y="119.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="119.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="263.000000" y="119.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="165.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="165.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="263.000000" y="165.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><line x1="0.000000" y1="184.000000" x2="283.000000" y2="184.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><g id="class2"><g class="shape" ><rect class="shape" x="343" y="51" width="319" height="82" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="343.000000" y="51.000000" width="319.000000" height="82.000000" fill="#0A0F25" /><text class="text-mono" x="502.500000" y="98.500000" style="text-anchor:middle;font-size:20px;fill:#FFFFFF">class without rows</text><line x1="343.000000" y1="133.000000" x2="662.000000" y2="133.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><mask id="2417789134" maskUnits="userSpaceOnUse" x="-100" y="-100" width="866" height="388">
|
||||
<rect x="-100" y="-100" width="866" height="388" fill="white"></rect>
|
||||
]]></script><g id="class1"><g class="shape" ><rect class="shape" x="0" y="0" width="354" height="184" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="354.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="177.000000" y="55.000000" style="text-anchor:middle;font-size:28px;fill:#FFFFFF">class with rows</text><text class="text-mono" x="10.000000" y="121.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="121.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="334.000000" y="121.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="167.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="167.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="334.000000" y="167.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><line x1="0.000000" y1="184.000000" x2="354.000000" y2="184.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><g id="class2"><g class="shape" ><rect class="shape" x="414" y="41" width="404" height="102" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="414.000000" y="41.000000" width="404.000000" height="102.000000" fill="#0A0F25" /><text class="text-mono" x="616.000000" y="101.000000" style="text-anchor:middle;font-size:28px;fill:#FFFFFF">class without rows</text><line x1="414.000000" y1="143.000000" x2="818.000000" y2="143.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><mask id="1240515111" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1022" height="388">
|
||||
<rect x="-100" y="-100" width="1022" height="388" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text-mono {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
22
e2etests/testdata/regression/empty_class_height/elk/board.exp.json
generated
vendored
|
|
@ -9,7 +9,7 @@
|
|||
"x": 12,
|
||||
"y": 12
|
||||
},
|
||||
"width": 283,
|
||||
"width": 354,
|
||||
"height": 184,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
|
|
@ -41,15 +41,15 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "class with rows",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 178,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 249,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -60,11 +60,11 @@
|
|||
"id": "class2",
|
||||
"type": "class",
|
||||
"pos": {
|
||||
"x": 315,
|
||||
"y": 63
|
||||
"x": 386,
|
||||
"y": 53
|
||||
},
|
||||
"width": 319,
|
||||
"height": 82,
|
||||
"width": 404,
|
||||
"height": 102,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -84,15 +84,15 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "class without rows",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 214,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 299,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="826" height="388" viewBox="-90 -90 826 388"><style type="text/css">
|
||||
width="982" height="388" viewBox="-90 -90 982 388"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,12 +39,12 @@ width="826" height="388" viewBox="-90 -90 826 388"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="class1"><g class="shape" ><rect class="shape" x="12" y="12" width="283" height="184" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="283.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="153.500000" y="64.500000" style="text-anchor:middle;font-size:20px;fill:#FFFFFF">class with rows</text><text class="text-mono" x="22.000000" y="131.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="131.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="275.000000" y="131.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="177.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="177.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="275.000000" y="177.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><line x1="12.000000" y1="196.000000" x2="295.000000" y2="196.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><g id="class2"><g class="shape" ><rect class="shape" x="315" y="63" width="319" height="82" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="315.000000" y="63.000000" width="319.000000" height="82.000000" fill="#0A0F25" /><text class="text-mono" x="474.500000" y="110.500000" style="text-anchor:middle;font-size:20px;fill:#FFFFFF">class without rows</text><line x1="315.000000" y1="145.000000" x2="634.000000" y2="145.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><mask id="2670807458" maskUnits="userSpaceOnUse" x="-100" y="-100" width="826" height="388">
|
||||
<rect x="-100" y="-100" width="826" height="388" fill="white"></rect>
|
||||
]]></script><g id="class1"><g class="shape" ><rect class="shape" x="12" y="12" width="354" height="184" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="354.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="189.000000" y="67.000000" style="text-anchor:middle;font-size:28px;fill:#FFFFFF">class with rows</text><text class="text-mono" x="22.000000" y="133.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="133.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="346.000000" y="133.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="179.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="179.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="346.000000" y="179.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><line x1="12.000000" y1="196.000000" x2="366.000000" y2="196.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><g id="class2"><g class="shape" ><rect class="shape" x="386" y="53" width="404" height="102" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="386.000000" y="53.000000" width="404.000000" height="102.000000" fill="#0A0F25" /><text class="text-mono" x="588.000000" y="113.000000" style="text-anchor:middle;font-size:28px;fill:#FFFFFF">class without rows</text><line x1="386.000000" y1="155.000000" x2="790.000000" y2="155.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><mask id="3451017074" maskUnits="userSpaceOnUse" x="-100" y="-100" width="982" height="388">
|
||||
<rect x="-100" y="-100" width="982" height="388" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text-mono {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
72
e2etests/testdata/regression/only_header_class_table/dagre/board.exp.json
generated
vendored
|
|
@ -9,8 +9,8 @@
|
|||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"width": 918,
|
||||
"height": 82,
|
||||
"width": 1245,
|
||||
"height": 102,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -30,15 +30,15 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "RefreshAuthorizationPolicyProtocolServerSideTranslatorProtocolBuffer",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 813,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 1140,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -49,11 +49,11 @@
|
|||
"id": "table",
|
||||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 299,
|
||||
"y": 182
|
||||
"x": 403,
|
||||
"y": 202
|
||||
},
|
||||
"width": 321,
|
||||
"height": 31,
|
||||
"width": 439,
|
||||
"height": 41,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -73,15 +73,15 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "RefreshAuthorizationPolicyCache",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 296,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 414,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -92,11 +92,11 @@
|
|||
"id": "table with short col",
|
||||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 299,
|
||||
"y": 313
|
||||
"x": 403,
|
||||
"y": 343
|
||||
},
|
||||
"width": 321,
|
||||
"height": 62,
|
||||
"width": 439,
|
||||
"height": 82,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -145,15 +145,15 @@
|
|||
}
|
||||
],
|
||||
"label": "RefreshAuthorizationPolicyCache",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 296,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 414,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -188,20 +188,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 459,
|
||||
"y": 82
|
||||
"x": 622.5,
|
||||
"y": 102
|
||||
},
|
||||
{
|
||||
"x": 459,
|
||||
"y": 122
|
||||
},
|
||||
{
|
||||
"x": 459,
|
||||
"x": 622.5,
|
||||
"y": 142
|
||||
},
|
||||
{
|
||||
"x": 459,
|
||||
"y": 182
|
||||
"x": 622.5,
|
||||
"y": 162
|
||||
},
|
||||
{
|
||||
"x": 622.5,
|
||||
"y": 202
|
||||
}
|
||||
],
|
||||
"isCurve": true,
|
||||
|
|
@ -236,20 +236,20 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 459,
|
||||
"y": 213
|
||||
"x": 622.5,
|
||||
"y": 243
|
||||
},
|
||||
{
|
||||
"x": 459,
|
||||
"y": 253
|
||||
"x": 622.5,
|
||||
"y": 283
|
||||
},
|
||||
{
|
||||
"x": 459,
|
||||
"y": 273
|
||||
"x": 622.5,
|
||||
"y": 303
|
||||
},
|
||||
{
|
||||
"x": 459,
|
||||
"y": 313
|
||||
"x": 622.5,
|
||||
"y": 343
|
||||
}
|
||||
],
|
||||
"isCurve": true,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="1122" height="579" viewBox="-102 -102 1122 579"><style type="text/css">
|
||||
width="1449" height="629" viewBox="-102 -102 1449 629"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,10 +39,10 @@ width="1122" height="579" viewBox="-102 -102 1122 579"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="0" y="0" width="918" height="82" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="918.000000" height="82.000000" fill="#0A0F25" /><text class="text-mono" x="459.000000" y="47.500000" style="text-anchor:middle;font-size:20px;fill:#FFFFFF">RefreshAuthorizationPolicyProtocolServerSideTranslatorProtocolBuffer</text><line x1="0.000000" y1="82.000000" x2="918.000000" y2="82.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><g id="table"><g class="shape" ><rect class="shape" x="299" y="182" width="321" height="31" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="299.000000" y="182.000000" width="321.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="309.000000" y="204.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">RefreshAuthorizationPolicyCache</text></g></g><g id="table with short col"><g class="shape" ><rect class="shape" x="299" y="313" width="321" height="62" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="299.000000" y="313.000000" width="321.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="309.000000" y="335.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">RefreshAuthorizationPolicyCache</text><text class="text" x="309.000000" y="363.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">ok</text>
|
||||
<text class="text" x="350.000000" y="363.500000" style="text-anchor:start;font-size:16px;fill:#676C7E"></text>
|
||||
<text class="text" x="600.000000" y="363.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="299.000000" y1="375.000000" x2="620.000000" y2="375.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="(class -> table)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 459.000000 84.000000 C 459.000000 122.000000 459.000000 142.000000 459.000000 178.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1723563930)"/></g><g id="(table -> table with short col)[0]"><path d="M 459.000000 215.000000 C 459.000000 253.000000 459.000000 273.000000 459.000000 309.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1723563930)"/></g><mask id="1723563930" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1122" height="579">
|
||||
<rect x="-100" y="-100" width="1122" height="579" fill="white"></rect>
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="0" y="0" width="1245" height="102" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="1245.000000" height="102.000000" fill="#0A0F25" /><text class="text-mono" x="622.500000" y="60.000000" style="text-anchor:middle;font-size:28px;fill:#FFFFFF">RefreshAuthorizationPolicyProtocolServerSideTranslatorProtocolBuffer</text><line x1="0.000000" y1="102.000000" x2="1245.000000" y2="102.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><g id="table"><g class="shape" ><rect class="shape" x="403" y="202" width="439" height="41" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="403.000000" y="202.000000" width="439.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="413.000000" y="231.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">RefreshAuthorizationPolicyCache</text></g></g><g id="table with short col"><g class="shape" ><rect class="shape" x="403" y="343" width="439" height="82" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="403.000000" y="343.000000" width="439.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="413.000000" y="372.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">RefreshAuthorizationPolicyCache</text><text class="text" x="413.000000" y="410.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">ok</text>
|
||||
<text class="text" x="454.000000" y="410.500000" style="text-anchor:start;font-size:24px;fill:#676C7E"></text>
|
||||
<text class="text" x="822.000000" y="410.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="403.000000" y1="425.000000" x2="842.000000" y2="425.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="(class -> table)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 622.500000 104.000000 C 622.500000 142.000000 622.500000 162.000000 622.500000 198.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3447949647)"/></g><g id="(table -> table with short col)[0]"><path d="M 622.500000 245.000000 C 622.500000 283.000000 622.500000 303.000000 622.500000 339.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3447949647)"/></g><mask id="3447949647" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1449" height="629">
|
||||
<rect x="-100" y="-100" width="1449" height="629" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 508 KiB After Width: | Height: | Size: 508 KiB |
54
e2etests/testdata/regression/only_header_class_table/elk/board.exp.json
generated
vendored
|
|
@ -9,8 +9,8 @@
|
|||
"x": 12,
|
||||
"y": 12
|
||||
},
|
||||
"width": 918,
|
||||
"height": 82,
|
||||
"width": 1245,
|
||||
"height": 102,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -30,15 +30,15 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "RefreshAuthorizationPolicyProtocolServerSideTranslatorProtocolBuffer",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 813,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 1140,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -49,11 +49,11 @@
|
|||
"id": "table",
|
||||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 310,
|
||||
"y": 194
|
||||
"x": 415,
|
||||
"y": 214
|
||||
},
|
||||
"width": 321,
|
||||
"height": 31,
|
||||
"width": 439,
|
||||
"height": 41,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -73,15 +73,15 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "RefreshAuthorizationPolicyCache",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 296,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 414,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -92,11 +92,11 @@
|
|||
"id": "table with short col",
|
||||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 310,
|
||||
"y": 325
|
||||
"x": 415,
|
||||
"y": 355
|
||||
},
|
||||
"width": 321,
|
||||
"height": 62,
|
||||
"width": 439,
|
||||
"height": 82,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -145,15 +145,15 @@
|
|||
}
|
||||
],
|
||||
"label": "RefreshAuthorizationPolicyCache",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 296,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 414,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -188,12 +188,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 471,
|
||||
"y": 94
|
||||
"x": 634.5,
|
||||
"y": 114
|
||||
},
|
||||
{
|
||||
"x": 471,
|
||||
"y": 194
|
||||
"x": 634.5,
|
||||
"y": 214
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -227,12 +227,12 @@
|
|||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 471,
|
||||
"y": 225
|
||||
"x": 634.5,
|
||||
"y": 255
|
||||
},
|
||||
{
|
||||
"x": 471,
|
||||
"y": 325
|
||||
"x": 634.5,
|
||||
"y": 355
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="1122" height="579" viewBox="-90 -90 1122 579"><style type="text/css">
|
||||
width="1449" height="629" viewBox="-90 -90 1449 629"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,10 +39,10 @@ width="1122" height="579" viewBox="-90 -90 1122 579"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="12" y="12" width="918" height="82" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="918.000000" height="82.000000" fill="#0A0F25" /><text class="text-mono" x="471.000000" y="59.500000" style="text-anchor:middle;font-size:20px;fill:#FFFFFF">RefreshAuthorizationPolicyProtocolServerSideTranslatorProtocolBuffer</text><line x1="12.000000" y1="94.000000" x2="930.000000" y2="94.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><g id="table"><g class="shape" ><rect class="shape" x="310" y="194" width="321" height="31" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="310.000000" y="194.000000" width="321.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="320.000000" y="216.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">RefreshAuthorizationPolicyCache</text></g></g><g id="table with short col"><g class="shape" ><rect class="shape" x="310" y="325" width="321" height="62" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="310.000000" y="325.000000" width="321.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="320.000000" y="347.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">RefreshAuthorizationPolicyCache</text><text class="text" x="320.000000" y="375.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">ok</text>
|
||||
<text class="text" x="361.000000" y="375.500000" style="text-anchor:start;font-size:16px;fill:#676C7E"></text>
|
||||
<text class="text" x="611.000000" y="375.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="310.000000" y1="387.000000" x2="631.000000" y2="387.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="(class -> table)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 471.000000 96.000000 L 471.000000 190.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3235019360)"/></g><g id="(table -> table with short col)[0]"><path d="M 471.000000 227.000000 L 471.000000 321.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3235019360)"/></g><mask id="3235019360" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1122" height="579">
|
||||
<rect x="-100" y="-100" width="1122" height="579" fill="white"></rect>
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="12" y="12" width="1245" height="102" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="1245.000000" height="102.000000" fill="#0A0F25" /><text class="text-mono" x="634.500000" y="72.000000" style="text-anchor:middle;font-size:28px;fill:#FFFFFF">RefreshAuthorizationPolicyProtocolServerSideTranslatorProtocolBuffer</text><line x1="12.000000" y1="114.000000" x2="1257.000000" y2="114.000000" style="stroke-width:1;stroke:#0A0F25" /></g></g><g id="table"><g class="shape" ><rect class="shape" x="415" y="214" width="439" height="41" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="415.000000" y="214.000000" width="439.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="425.000000" y="243.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">RefreshAuthorizationPolicyCache</text></g></g><g id="table with short col"><g class="shape" ><rect class="shape" x="415" y="355" width="439" height="82" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="415.000000" y="355.000000" width="439.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="425.000000" y="384.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">RefreshAuthorizationPolicyCache</text><text class="text" x="425.000000" y="422.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">ok</text>
|
||||
<text class="text" x="466.000000" y="422.500000" style="text-anchor:start;font-size:24px;fill:#676C7E"></text>
|
||||
<text class="text" x="834.000000" y="422.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="415.000000" y1="437.000000" x2="854.000000" y2="437.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="(class -> table)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 634.500000 116.000000 L 634.500000 210.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#912629984)"/></g><g id="(table -> table with short col)[0]"><path d="M 634.500000 257.000000 L 634.500000 351.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#912629984)"/></g><mask id="912629984" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1449" height="629">
|
||||
<rect x="-100" y="-100" width="1449" height="629" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 508 KiB After Width: | Height: | Size: 508 KiB |
16
e2etests/testdata/regression/sql_table_overflow/dagre/board.exp.json
generated
vendored
|
|
@ -10,7 +10,7 @@
|
|||
"y": 0
|
||||
},
|
||||
"width": 534,
|
||||
"height": 93,
|
||||
"height": 123,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -87,15 +87,15 @@
|
|||
}
|
||||
],
|
||||
"label": "sql_table_overflow",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 172,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 240,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
"y": 0
|
||||
},
|
||||
"width": 594,
|
||||
"height": 93,
|
||||
"height": 123,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -187,15 +187,15 @@
|
|||
}
|
||||
],
|
||||
"label": "sql_table_constrained_overflow",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 287,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 402,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="1392" height="297" viewBox="-102 -102 1392 297"><style type="text/css">
|
||||
width="1392" height="327" viewBox="-102 -102 1392 327"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,16 +39,16 @@ width="1392" height="297" viewBox="-102 -102 1392 297"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="table"><g class="shape" ><rect class="shape" x="0" y="0" width="534" height="93" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="534.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="10.000000" y="22.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">sql_table_overflow</text><text class="text" x="10.000000" y="50.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">short</text>
|
||||
<text class="text" x="272.000000" y="50.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">loooooooooooooooooooong</text>
|
||||
<text class="text" x="514.000000" y="50.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="62.000000" x2="534.000000" y2="62.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="81.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">loooooooooooooooooooong</text>
|
||||
<text class="text" x="272.000000" y="81.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">short</text>
|
||||
<text class="text" x="514.000000" y="81.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="93.000000" x2="534.000000" y2="93.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="table_constrained"><g class="shape" ><rect class="shape" x="594" y="0" width="594" height="93" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="594.000000" y="0.000000" width="594.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="604.000000" y="22.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">sql_table_constrained_overflow</text><text class="text" x="604.000000" y="50.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">short</text>
|
||||
<text class="text" x="866.000000" y="50.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">loooooooooooooooooooong</text>
|
||||
<text class="text" x="1168.000000" y="50.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;">UNQ</text><line x1="594.000000" y1="62.000000" x2="1188.000000" y2="62.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="604.000000" y="81.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">loooooooooooooooooooong</text>
|
||||
<text class="text" x="866.000000" y="81.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">short</text>
|
||||
<text class="text" x="1168.000000" y="81.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;">FK</text><line x1="594.000000" y1="93.000000" x2="1188.000000" y2="93.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><mask id="1260011639" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1392" height="297">
|
||||
<rect x="-100" y="-100" width="1392" height="297" fill="white"></rect>
|
||||
]]></script><g id="table"><g class="shape" ><rect class="shape" x="0" y="0" width="534" height="123" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="534.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="10.000000" y="29.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">sql_table_overflow</text><text class="text" x="10.000000" y="67.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">short</text>
|
||||
<text class="text" x="272.000000" y="67.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">loooooooooooooooooooong</text>
|
||||
<text class="text" x="514.000000" y="67.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="82.000000" x2="534.000000" y2="82.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="108.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">loooooooooooooooooooong</text>
|
||||
<text class="text" x="272.000000" y="108.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">short</text>
|
||||
<text class="text" x="514.000000" y="108.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="123.000000" x2="534.000000" y2="123.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="table_constrained"><g class="shape" ><rect class="shape" x="594" y="0" width="594" height="123" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="594.000000" y="0.000000" width="594.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="604.000000" y="29.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">sql_table_constrained_overflow</text><text class="text" x="604.000000" y="67.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">short</text>
|
||||
<text class="text" x="866.000000" y="67.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">loooooooooooooooooooong</text>
|
||||
<text class="text" x="1168.000000" y="67.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;">UNQ</text><line x1="594.000000" y1="82.000000" x2="1188.000000" y2="82.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="604.000000" y="108.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">loooooooooooooooooooong</text>
|
||||
<text class="text" x="866.000000" y="108.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">short</text>
|
||||
<text class="text" x="1168.000000" y="108.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;">FK</text><line x1="594.000000" y1="123.000000" x2="1188.000000" y2="123.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><mask id="3126474756" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1392" height="327">
|
||||
<rect x="-100" y="-100" width="1392" height="327" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 328 KiB After Width: | Height: | Size: 328 KiB |
16
e2etests/testdata/regression/sql_table_overflow/elk/board.exp.json
generated
vendored
|
|
@ -10,7 +10,7 @@
|
|||
"y": 12
|
||||
},
|
||||
"width": 534,
|
||||
"height": 93,
|
||||
"height": 123,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -87,15 +87,15 @@
|
|||
}
|
||||
],
|
||||
"label": "sql_table_overflow",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 172,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 240,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
"y": 12
|
||||
},
|
||||
"width": 594,
|
||||
"height": 93,
|
||||
"height": 123,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -187,15 +187,15 @@
|
|||
}
|
||||
],
|
||||
"label": "sql_table_constrained_overflow",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 287,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 402,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="1352" height="297" viewBox="-90 -90 1352 297"><style type="text/css">
|
||||
width="1352" height="327" viewBox="-90 -90 1352 327"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,16 +39,16 @@ width="1352" height="297" viewBox="-90 -90 1352 297"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="table"><g class="shape" ><rect class="shape" x="12" y="12" width="534" height="93" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="534.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="22.000000" y="34.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">sql_table_overflow</text><text class="text" x="22.000000" y="62.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">short</text>
|
||||
<text class="text" x="284.000000" y="62.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">loooooooooooooooooooong</text>
|
||||
<text class="text" x="526.000000" y="62.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="74.000000" x2="546.000000" y2="74.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="93.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">loooooooooooooooooooong</text>
|
||||
<text class="text" x="284.000000" y="93.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">short</text>
|
||||
<text class="text" x="526.000000" y="93.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="105.000000" x2="546.000000" y2="105.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="table_constrained"><g class="shape" ><rect class="shape" x="566" y="12" width="594" height="93" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="566.000000" y="12.000000" width="594.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="576.000000" y="34.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">sql_table_constrained_overflow</text><text class="text" x="576.000000" y="62.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">short</text>
|
||||
<text class="text" x="838.000000" y="62.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">loooooooooooooooooooong</text>
|
||||
<text class="text" x="1140.000000" y="62.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;">UNQ</text><line x1="566.000000" y1="74.000000" x2="1160.000000" y2="74.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="576.000000" y="93.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">loooooooooooooooooooong</text>
|
||||
<text class="text" x="838.000000" y="93.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">short</text>
|
||||
<text class="text" x="1140.000000" y="93.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;">FK</text><line x1="566.000000" y1="105.000000" x2="1160.000000" y2="105.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><mask id="3564871981" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1352" height="297">
|
||||
<rect x="-100" y="-100" width="1352" height="297" fill="white"></rect>
|
||||
]]></script><g id="table"><g class="shape" ><rect class="shape" x="12" y="12" width="534" height="123" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="534.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="22.000000" y="41.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">sql_table_overflow</text><text class="text" x="22.000000" y="79.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">short</text>
|
||||
<text class="text" x="284.000000" y="79.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">loooooooooooooooooooong</text>
|
||||
<text class="text" x="526.000000" y="79.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="94.000000" x2="546.000000" y2="94.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="120.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">loooooooooooooooooooong</text>
|
||||
<text class="text" x="284.000000" y="120.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">short</text>
|
||||
<text class="text" x="526.000000" y="120.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="135.000000" x2="546.000000" y2="135.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="table_constrained"><g class="shape" ><rect class="shape" x="566" y="12" width="594" height="123" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="566.000000" y="12.000000" width="594.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="576.000000" y="41.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">sql_table_constrained_overflow</text><text class="text" x="576.000000" y="79.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">short</text>
|
||||
<text class="text" x="838.000000" y="79.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">loooooooooooooooooooong</text>
|
||||
<text class="text" x="1140.000000" y="79.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;">UNQ</text><line x1="566.000000" y1="94.000000" x2="1160.000000" y2="94.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="576.000000" y="120.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">loooooooooooooooooooong</text>
|
||||
<text class="text" x="838.000000" y="120.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">short</text>
|
||||
<text class="text" x="1140.000000" y="120.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;">FK</text><line x1="566.000000" y1="135.000000" x2="1160.000000" y2="135.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><mask id="2291649878" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1352" height="327">
|
||||
<rect x="-100" y="-100" width="1352" height="327" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 328 KiB After Width: | Height: | Size: 328 KiB |
28
e2etests/testdata/regression/unnamed_class_table_code/dagre/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
"y": 468
|
||||
},
|
||||
"width": 208,
|
||||
"height": 156,
|
||||
"height": 216,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -246,15 +246,15 @@
|
|||
}
|
||||
],
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 49,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 69,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
"type": "code",
|
||||
"pos": {
|
||||
"x": 113,
|
||||
"y": 724
|
||||
"y": 784
|
||||
},
|
||||
"width": 196,
|
||||
"height": 70,
|
||||
|
|
@ -376,14 +376,6 @@
|
|||
"labelPosition": "",
|
||||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 211,
|
||||
"y": 624
|
||||
},
|
||||
{
|
||||
"x": 211,
|
||||
"y": 664
|
||||
},
|
||||
{
|
||||
"x": 211,
|
||||
"y": 684
|
||||
|
|
@ -391,6 +383,14 @@
|
|||
{
|
||||
"x": 211,
|
||||
"y": 724
|
||||
},
|
||||
{
|
||||
"x": 211,
|
||||
"y": 744
|
||||
},
|
||||
{
|
||||
"x": 211,
|
||||
"y": 784
|
||||
}
|
||||
],
|
||||
"isCurve": true,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="626" height="998" viewBox="-102 -102 626 998"><style type="text/css">
|
||||
width="626" height="1058" viewBox="-102 -102 626 1058"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,32 +39,32 @@ width="626" height="998" viewBox="-102 -102 626 998"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="0" y="0" width="422" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="422.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="10.000000" y="119.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="119.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="402.000000" y="119.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="165.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="165.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="402.000000" y="165.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="211.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="211.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="402.000000" y="211.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3"></text><line x1="0.000000" y1="230.000000" x2="422.000000" y2="230.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="10.000000" y="257.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="257.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="402.000000" y="257.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Enum</text><text class="text-mono" x="10.000000" y="303.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="303.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="402.000000" y="303.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="10.000000" y="349.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="349.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="402.000000" y="349.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="107" y="468" width="208" height="156" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="107.000000" y="468.000000" width="208.000000" height="26.000000" fill="#0A0F25" /><text class="text" x="117.000000" y="511.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="218.000000" y="511.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="295.000000" y="511.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="520.000000" x2="315.000000" y2="520.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="537.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="218.000000" y="537.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="537.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="546.000000" x2="315.000000" y2="546.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="563.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="218.000000" y="563.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="563.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="572.000000" x2="315.000000" y2="572.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="589.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="218.000000" y="589.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="589.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="598.000000" x2="315.000000" y2="598.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="615.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="218.000000" y="615.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="295.000000" y="615.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="624.000000" x2="315.000000" y2="624.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="code"><g class="shape" ></g><g transform="translate(113.000000 724.000000)"><rect class="shape" width="196" height="70" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="0" y="0" width="422" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="422.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="10.000000" y="121.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="121.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="402.000000" y="121.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="167.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="167.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="402.000000" y="167.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="213.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="213.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="402.000000" y="213.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3"></text><line x1="0.000000" y1="230.000000" x2="422.000000" y2="230.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="10.000000" y="259.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="259.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="402.000000" y="259.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Enum</text><text class="text-mono" x="10.000000" y="305.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="305.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="402.000000" y="305.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="10.000000" y="351.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="351.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="402.000000" y="351.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="107" y="468" width="208" height="216" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="107.000000" y="468.000000" width="208.000000" height="36.000000" fill="#0A0F25" /><text class="text" x="117.000000" y="528.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="218.000000" y="528.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="295.000000" y="528.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="540.000000" x2="315.000000" y2="540.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="564.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="218.000000" y="564.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="564.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="576.000000" x2="315.000000" y2="576.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="600.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="218.000000" y="600.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="600.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="612.000000" x2="315.000000" y2="612.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="636.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="218.000000" y="636.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="636.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="648.000000" x2="315.000000" y2="648.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="672.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="218.000000" y="672.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="295.000000" y="672.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="684.000000" x2="315.000000" y2="684.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="code"><g class="shape" ></g><g transform="translate(113.000000 784.000000)"><rect class="shape" width="196" height="70" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
</text><text class="text-mono" x="0" y="2.000000em" xml:space="preserve">b <tspan fill="#000000" class="text-mono-bold">:=</tspan> a <tspan fill="#000000" class="text-mono-bold">+</tspan> <tspan fill="#009999">7</tspan>
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="(class -> users)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 211.000000 370.000000 C 211.000000 408.000000 211.000000 428.000000 211.000000 464.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#64160202)"/></g><g id="(users -> code)[0]"><path d="M 211.000000 626.000000 C 211.000000 664.000000 211.000000 684.000000 211.000000 720.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#64160202)"/></g><mask id="64160202" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="998">
|
||||
<rect x="-100" y="-100" width="626" height="998" fill="white"></rect>
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="(class -> users)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 211.000000 370.000000 C 211.000000 408.000000 211.000000 428.000000 211.000000 464.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#810201694)"/></g><g id="(users -> code)[0]"><path d="M 211.000000 686.000000 C 211.000000 724.000000 211.000000 744.000000 211.000000 780.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#810201694)"/></g><mask id="810201694" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="1058">
|
||||
<rect x="-100" y="-100" width="626" height="1058" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 601 KiB After Width: | Height: | Size: 601 KiB |
16
e2etests/testdata/regression/unnamed_class_table_code/elk/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
"y": 480
|
||||
},
|
||||
"width": 208,
|
||||
"height": 156,
|
||||
"height": 216,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -246,15 +246,15 @@
|
|||
}
|
||||
],
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 49,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 69,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
"type": "code",
|
||||
"pos": {
|
||||
"x": 125,
|
||||
"y": 736
|
||||
"y": 796
|
||||
},
|
||||
"width": 196,
|
||||
"height": 70,
|
||||
|
|
@ -369,11 +369,11 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 223,
|
||||
"y": 636
|
||||
"y": 696
|
||||
},
|
||||
{
|
||||
"x": 223,
|
||||
"y": 736
|
||||
"y": 796
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="626" height="998" viewBox="-90 -90 626 998"><style type="text/css">
|
||||
width="626" height="1058" viewBox="-90 -90 626 1058"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,32 +39,32 @@ width="626" height="998" viewBox="-90 -90 626 998"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="12" y="12" width="422" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="422.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="22.000000" y="131.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="131.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="414.000000" y="131.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="177.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="177.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="414.000000" y="177.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="223.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="223.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="414.000000" y="223.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3"></text><line x1="12.000000" y1="242.000000" x2="434.000000" y2="242.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="22.000000" y="269.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="269.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="414.000000" y="269.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Enum</text><text class="text-mono" x="22.000000" y="315.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="315.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="414.000000" y="315.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="22.000000" y="361.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="361.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="414.000000" y="361.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="119" y="480" width="208" height="156" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="119.000000" y="480.000000" width="208.000000" height="26.000000" fill="#0A0F25" /><text class="text" x="129.000000" y="523.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="230.000000" y="523.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="307.000000" y="523.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="532.000000" x2="327.000000" y2="532.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="549.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="230.000000" y="549.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="549.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="558.000000" x2="327.000000" y2="558.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="575.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="230.000000" y="575.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="575.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="584.000000" x2="327.000000" y2="584.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="601.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="230.000000" y="601.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="601.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="610.000000" x2="327.000000" y2="610.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="627.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="230.000000" y="627.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="307.000000" y="627.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="636.000000" x2="327.000000" y2="636.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="code"><g class="shape" ></g><g transform="translate(125.000000 736.000000)"><rect class="shape" width="196" height="70" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="12" y="12" width="422" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="422.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="22.000000" y="133.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="133.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="414.000000" y="133.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="179.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="179.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="414.000000" y="179.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="225.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="225.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="414.000000" y="225.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3"></text><line x1="12.000000" y1="242.000000" x2="434.000000" y2="242.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="22.000000" y="271.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="271.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="414.000000" y="271.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Enum</text><text class="text-mono" x="22.000000" y="317.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="317.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="414.000000" y="317.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="22.000000" y="363.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="363.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="414.000000" y="363.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="119" y="480" width="208" height="216" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="119.000000" y="480.000000" width="208.000000" height="36.000000" fill="#0A0F25" /><text class="text" x="129.000000" y="540.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="230.000000" y="540.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="307.000000" y="540.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="552.000000" x2="327.000000" y2="552.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="576.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="230.000000" y="576.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="576.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="588.000000" x2="327.000000" y2="588.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="612.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="230.000000" y="612.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="612.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="624.000000" x2="327.000000" y2="624.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="648.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="230.000000" y="648.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="648.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="660.000000" x2="327.000000" y2="660.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="684.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="230.000000" y="684.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="307.000000" y="684.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="696.000000" x2="327.000000" y2="696.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="code"><g class="shape" ></g><g transform="translate(125.000000 796.000000)"><rect class="shape" width="196" height="70" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
</text><text class="text-mono" x="0" y="2.000000em" xml:space="preserve">b <tspan fill="#000000" class="text-mono-bold">:=</tspan> a <tspan fill="#000000" class="text-mono-bold">+</tspan> <tspan fill="#009999">7</tspan>
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="(class -> users)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 223.000000 382.000000 L 223.000000 476.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#2529926167)"/></g><g id="(users -> code)[0]"><path d="M 223.000000 638.000000 L 223.000000 732.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#2529926167)"/></g><mask id="2529926167" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="998">
|
||||
<rect x="-100" y="-100" width="626" height="998" fill="white"></rect>
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="(class -> users)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 223.000000 382.000000 L 223.000000 476.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3762456783)"/></g><g id="(users -> code)[0]"><path d="M 223.000000 698.000000 L 223.000000 792.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3762456783)"/></g><mask id="3762456783" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="1058">
|
||||
<rect x="-100" y="-100" width="626" height="1058" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 601 KiB After Width: | Height: | Size: 601 KiB |
6
e2etests/testdata/stable/class/dagre/board.exp.json
generated
vendored
|
|
@ -62,15 +62,15 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "BatchManager",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 142,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 199,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
|
|||
|
|
@ -39,19 +39,19 @@ width="626" height="572" viewBox="-102 -102 626 572"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="manager"><g class="shape" ><rect class="shape" x="0" y="0" width="422" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="422.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="211.000000" y="52.500000" style="text-anchor:middle;font-size:20px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="10.000000" y="119.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="119.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="402.000000" y="119.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="165.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="165.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="402.000000" y="165.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="211.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="211.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="402.000000" y="211.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3"></text><line x1="0.000000" y1="230.000000" x2="422.000000" y2="230.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="10.000000" y="257.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="257.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="402.000000" y="257.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Enum</text><text class="text-mono" x="10.000000" y="303.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="303.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="402.000000" y="303.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="10.000000" y="349.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="349.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="402.000000" y="349.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">void</text></g></g><mask id="2786348887" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="572">
|
||||
]]></script><g id="manager"><g class="shape" ><rect class="shape" x="0" y="0" width="422" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="422.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="211.000000" y="55.000000" style="text-anchor:middle;font-size:28px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="10.000000" y="121.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="121.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="402.000000" y="121.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="167.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="167.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="402.000000" y="167.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="213.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="213.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="402.000000" y="213.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3"></text><line x1="0.000000" y1="230.000000" x2="422.000000" y2="230.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="10.000000" y="259.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="259.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="402.000000" y="259.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Enum</text><text class="text-mono" x="10.000000" y="305.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="305.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="402.000000" y="305.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="10.000000" y="351.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="351.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="402.000000" y="351.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">void</text></g></g><mask id="4143248601" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="572">
|
||||
<rect x="-100" y="-100" width="626" height="572" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 185 KiB |
6
e2etests/testdata/stable/class/elk/board.exp.json
generated
vendored
|
|
@ -62,15 +62,15 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "BatchManager",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 142,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 199,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
|
|||
|
|
@ -39,19 +39,19 @@ width="626" height="572" viewBox="-90 -90 626 572"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="manager"><g class="shape" ><rect class="shape" x="12" y="12" width="422" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="422.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="223.000000" y="64.500000" style="text-anchor:middle;font-size:20px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="22.000000" y="131.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="131.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="414.000000" y="131.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="177.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="177.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="414.000000" y="177.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="223.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="223.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="414.000000" y="223.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3"></text><line x1="12.000000" y1="242.000000" x2="434.000000" y2="242.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="22.000000" y="269.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="269.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="414.000000" y="269.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Enum</text><text class="text-mono" x="22.000000" y="315.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="315.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="414.000000" y="315.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="22.000000" y="361.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="361.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="414.000000" y="361.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">void</text></g></g><mask id="260210591" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="572">
|
||||
]]></script><g id="manager"><g class="shape" ><rect class="shape" x="12" y="12" width="422" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="422.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="223.000000" y="67.000000" style="text-anchor:middle;font-size:28px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="22.000000" y="133.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="133.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="414.000000" y="133.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="179.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="179.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="414.000000" y="179.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="225.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="225.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="414.000000" y="225.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3"></text><line x1="12.000000" y1="242.000000" x2="434.000000" y2="242.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="22.000000" y="271.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="271.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="414.000000" y="271.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Enum</text><text class="text-mono" x="22.000000" y="317.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="317.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="414.000000" y="317.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="22.000000" y="363.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="363.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="414.000000" y="363.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">void</text></g></g><mask id="1160261473" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="572">
|
||||
<rect x="-100" y="-100" width="626" height="572" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 185 KiB |
16
e2etests/testdata/stable/sequence_diagram_all_shapes/dagre/board.exp.json
generated
vendored
|
|
@ -123,15 +123,15 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "a class",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 82,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 114,
|
||||
"labelHeight": 36,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
|
|
@ -811,10 +811,10 @@
|
|||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 4823,
|
||||
"y": 165
|
||||
"y": 135
|
||||
},
|
||||
"width": 161,
|
||||
"height": 93,
|
||||
"height": 123,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -891,15 +891,15 @@
|
|||
}
|
||||
],
|
||||
"label": "users",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 44,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 60,
|
||||
"labelHeight": 36,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 757 KiB After Width: | Height: | Size: 757 KiB |
16
e2etests/testdata/stable/sequence_diagram_all_shapes/elk/board.exp.json
generated
vendored
|
|
@ -123,15 +123,15 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "a class",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 82,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 114,
|
||||
"labelHeight": 36,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
|
|
@ -811,10 +811,10 @@
|
|||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 4823,
|
||||
"y": 165
|
||||
"y": 135
|
||||
},
|
||||
"width": 161,
|
||||
"height": 93,
|
||||
"height": 123,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -891,15 +891,15 @@
|
|||
}
|
||||
],
|
||||
"label": "users",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 44,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 60,
|
||||
"labelHeight": 36,
|
||||
"labelPosition": "INSIDE_MIDDLE_CENTER",
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 757 KiB After Width: | Height: | Size: 757 KiB |
30
e2etests/testdata/stable/sql_table_tooltip_animated/dagre/board.exp.json
generated
vendored
|
|
@ -10,7 +10,7 @@
|
|||
"y": 0
|
||||
},
|
||||
"width": 60,
|
||||
"height": 62,
|
||||
"height": 82,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -59,15 +59,15 @@
|
|||
}
|
||||
],
|
||||
"label": "x",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 10,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 14,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -79,10 +79,10 @@
|
|||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
"y": 162
|
||||
"y": 182
|
||||
},
|
||||
"width": 60,
|
||||
"height": 62,
|
||||
"height": 82,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -131,15 +131,15 @@
|
|||
}
|
||||
],
|
||||
"label": "a",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 10,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 13,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -175,11 +175,7 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 30,
|
||||
"y": 62
|
||||
},
|
||||
{
|
||||
"x": 30,
|
||||
"y": 102
|
||||
"y": 82
|
||||
},
|
||||
{
|
||||
"x": 30,
|
||||
|
|
@ -187,7 +183,11 @@
|
|||
},
|
||||
{
|
||||
"x": 30,
|
||||
"y": 162
|
||||
"y": 142
|
||||
},
|
||||
{
|
||||
"x": 30,
|
||||
"y": 182
|
||||
}
|
||||
],
|
||||
"isCurve": true,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="280" height="444" viewBox="-102 -118 280 444"><style type="text/css">
|
||||
width="280" height="484" viewBox="-102 -118 280 484"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,9 +39,9 @@ width="280" height="444" viewBox="-102 -118 280 444"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="x"><g class="shape" ><rect class="shape" x="0" y="0" width="60" height="62" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="60.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="10.000000" y="22.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">x</text><text class="text" x="10.000000" y="50.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">y</text>
|
||||
<text class="text" x="40.000000" y="50.500000" style="text-anchor:start;font-size:16px;fill:#676C7E"></text>
|
||||
<text class="text" x="40.000000" y="50.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="62.000000" x2="60.000000" y2="62.000000" style="stroke-width:2;stroke:#0A0F25" /><g transform="translate(44 -16)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
]]></script><g id="x"><g class="shape" ><rect class="shape" x="0" y="0" width="60" height="82" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="60.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="10.000000" y="29.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">x</text><text class="text" x="10.000000" y="67.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">y</text>
|
||||
<text class="text" x="40.000000" y="67.500000" style="text-anchor:start;font-size:24px;fill:#676C7E"></text>
|
||||
<text class="text" x="40.000000" y="67.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="82.000000" x2="60.000000" y2="82.000000" style="stroke-width:2;stroke:#0A0F25" /><g transform="translate(44 -16)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_3427_35082111)">
|
||||
<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
|
||||
<path d="M16 26C21.5228 26 26 21.5228 26 16C26 10.4772 21.5228 6 16 6C10.4772 6 6 10.4772 6 16C6 21.5228 10.4772 26 16 26Z" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
|
@ -54,10 +54,10 @@ width="280" height="444" viewBox="-102 -118 280 444"><style type="text/css">
|
|||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
</g><title>I like turtles</title></g></g><g id="a"><g class="shape" ><rect class="shape" x="0" y="162" width="60" height="62" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="162.000000" width="60.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="10.000000" y="184.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">a</text><text class="text" x="10.000000" y="212.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">b</text>
|
||||
<text class="text" x="40.000000" y="212.500000" style="text-anchor:start;font-size:16px;fill:#676C7E"></text>
|
||||
<text class="text" x="40.000000" y="212.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="224.000000" x2="60.000000" y2="224.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="(x -> a)[0]"><marker id="mk-238431170" markerWidth="28.000000" markerHeight="30.000000" refX="25.000000" refY="15.000000" viewBox="0.000000 0.000000 28.000000 30.000000" orient="auto" markerUnits="userSpaceOnUse"> <g class="connection" stroke="#0D32B2" stroke-width="2" fill="white"><circle class="connection" stroke="#0D32B2" stroke-width="2" fill="white" cx="5.000000" cy="15.000000" r="4.000000"/><path d="M25.000000,15.000000 36.000000,15.000000 M10.000000,15.000000 36.000000,0.000000 M10.000000,15.000000 36.000000,30.000000"/></g> </marker><path d="M 30.000000 64.000000 C 30.000000 102.000000 30.000000 122.000000 30.000000 158.000000" class="connection animated-connection" style="fill:none;stroke:#0D32B2;stroke-width:2;stroke-dasharray:10.000000,9.865639;stroke-dashoffset:-198.656393;animation: dashdraw 4.932820s linear infinite;" marker-end="url(#mk-238431170)" mask="url(#1166660307)"/></g><mask id="1166660307" maskUnits="userSpaceOnUse" x="-100" y="-100" width="280" height="444">
|
||||
<rect x="-100" y="-100" width="280" height="444" fill="white"></rect>
|
||||
</g><title>I like turtles</title></g></g><g id="a"><g class="shape" ><rect class="shape" x="0" y="182" width="60" height="82" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="182.000000" width="60.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="10.000000" y="211.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">a</text><text class="text" x="10.000000" y="249.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">b</text>
|
||||
<text class="text" x="40.000000" y="249.500000" style="text-anchor:start;font-size:24px;fill:#676C7E"></text>
|
||||
<text class="text" x="40.000000" y="249.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="264.000000" x2="60.000000" y2="264.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="(x -> a)[0]"><marker id="mk-238431170" markerWidth="28.000000" markerHeight="30.000000" refX="25.000000" refY="15.000000" viewBox="0.000000 0.000000 28.000000 30.000000" orient="auto" markerUnits="userSpaceOnUse"> <g class="connection" stroke="#0D32B2" stroke-width="2" fill="white"><circle class="connection" stroke="#0D32B2" stroke-width="2" fill="white" cx="5.000000" cy="15.000000" r="4.000000"/><path d="M25.000000,15.000000 36.000000,15.000000 M10.000000,15.000000 36.000000,0.000000 M10.000000,15.000000 36.000000,30.000000"/></g> </marker><path d="M 30.000000 84.000000 C 30.000000 122.000000 30.000000 142.000000 30.000000 178.000000" class="connection animated-connection" style="fill:none;stroke:#0D32B2;stroke-width:2;stroke-dasharray:10.000000,9.865639;stroke-dashoffset:-198.656393;animation: dashdraw 4.932820s linear infinite;" marker-end="url(#mk-238431170)" mask="url(#1750868492)"/></g><mask id="1750868492" maskUnits="userSpaceOnUse" x="-100" y="-100" width="280" height="484">
|
||||
<rect x="-100" y="-100" width="280" height="484" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 329 KiB After Width: | Height: | Size: 329 KiB |
22
e2etests/testdata/stable/sql_table_tooltip_animated/elk/board.exp.json
generated
vendored
|
|
@ -10,7 +10,7 @@
|
|||
"y": 12
|
||||
},
|
||||
"width": 60,
|
||||
"height": 62,
|
||||
"height": 82,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -59,15 +59,15 @@
|
|||
}
|
||||
],
|
||||
"label": "x",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 10,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 14,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -79,10 +79,10 @@
|
|||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 12,
|
||||
"y": 174
|
||||
"y": 194
|
||||
},
|
||||
"width": 60,
|
||||
"height": 62,
|
||||
"height": 82,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -131,15 +131,15 @@
|
|||
}
|
||||
],
|
||||
"label": "a",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 10,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 13,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -175,11 +175,11 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 42,
|
||||
"y": 74
|
||||
"y": 94
|
||||
},
|
||||
{
|
||||
"x": 42,
|
||||
"y": 174
|
||||
"y": 194
|
||||
}
|
||||
],
|
||||
"animated": true,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="280" height="444" viewBox="-90 -106 280 444"><style type="text/css">
|
||||
width="280" height="484" viewBox="-90 -106 280 484"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,9 +39,9 @@ width="280" height="444" viewBox="-90 -106 280 444"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="x"><g class="shape" ><rect class="shape" x="12" y="12" width="60" height="62" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="60.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="22.000000" y="34.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">x</text><text class="text" x="22.000000" y="62.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">y</text>
|
||||
<text class="text" x="52.000000" y="62.500000" style="text-anchor:start;font-size:16px;fill:#676C7E"></text>
|
||||
<text class="text" x="52.000000" y="62.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="74.000000" x2="72.000000" y2="74.000000" style="stroke-width:2;stroke:#0A0F25" /><g transform="translate(56 -4)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
]]></script><g id="x"><g class="shape" ><rect class="shape" x="12" y="12" width="60" height="82" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="60.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="22.000000" y="41.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">x</text><text class="text" x="22.000000" y="79.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">y</text>
|
||||
<text class="text" x="52.000000" y="79.500000" style="text-anchor:start;font-size:24px;fill:#676C7E"></text>
|
||||
<text class="text" x="52.000000" y="79.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="94.000000" x2="72.000000" y2="94.000000" style="stroke-width:2;stroke:#0A0F25" /><g transform="translate(56 -4)" class="appendix-icon"><svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_3427_35082111)">
|
||||
<path d="M16 31.1109C24.3456 31.1109 31.1111 24.3454 31.1111 15.9998C31.1111 7.65415 24.3456 0.888672 16 0.888672C7.65436 0.888672 0.888885 7.65415 0.888885 15.9998C0.888885 24.3454 7.65436 31.1109 16 31.1109Z" fill="white" stroke="#DEE1EB"/>
|
||||
<path d="M16 26C21.5228 26 26 21.5228 26 16C26 10.4772 21.5228 6 16 6C10.4772 6 6 10.4772 6 16C6 21.5228 10.4772 26 16 26Z" stroke="#2E3346" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
|
@ -54,10 +54,10 @@ width="280" height="444" viewBox="-90 -106 280 444"><style type="text/css">
|
|||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
</g><title>I like turtles</title></g></g><g id="a"><g class="shape" ><rect class="shape" x="12" y="174" width="60" height="62" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="174.000000" width="60.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="22.000000" y="196.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">a</text><text class="text" x="22.000000" y="224.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">b</text>
|
||||
<text class="text" x="52.000000" y="224.500000" style="text-anchor:start;font-size:16px;fill:#676C7E"></text>
|
||||
<text class="text" x="52.000000" y="224.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="236.000000" x2="72.000000" y2="236.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="(x -> a)[0]"><marker id="mk-238431170" markerWidth="28.000000" markerHeight="30.000000" refX="25.000000" refY="15.000000" viewBox="0.000000 0.000000 28.000000 30.000000" orient="auto" markerUnits="userSpaceOnUse"> <g class="connection" stroke="#0D32B2" stroke-width="2" fill="white"><circle class="connection" stroke="#0D32B2" stroke-width="2" fill="white" cx="5.000000" cy="15.000000" r="4.000000"/><path d="M25.000000,15.000000 36.000000,15.000000 M10.000000,15.000000 36.000000,0.000000 M10.000000,15.000000 36.000000,30.000000"/></g> </marker><path d="M 42.000000 76.000000 L 42.000000 170.000000" class="connection animated-connection" style="fill:none;stroke:#0D32B2;stroke-width:2;stroke-dasharray:10.000000,9.865639;stroke-dashoffset:-198.656393;animation: dashdraw 4.932820s linear infinite;" marker-end="url(#mk-238431170)" mask="url(#2608043058)"/></g><mask id="2608043058" maskUnits="userSpaceOnUse" x="-100" y="-100" width="280" height="444">
|
||||
<rect x="-100" y="-100" width="280" height="444" fill="white"></rect>
|
||||
</g><title>I like turtles</title></g></g><g id="a"><g class="shape" ><rect class="shape" x="12" y="194" width="60" height="82" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="194.000000" width="60.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="22.000000" y="223.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">a</text><text class="text" x="22.000000" y="261.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">b</text>
|
||||
<text class="text" x="52.000000" y="261.500000" style="text-anchor:start;font-size:24px;fill:#676C7E"></text>
|
||||
<text class="text" x="52.000000" y="261.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="276.000000" x2="72.000000" y2="276.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="(x -> a)[0]"><marker id="mk-238431170" markerWidth="28.000000" markerHeight="30.000000" refX="25.000000" refY="15.000000" viewBox="0.000000 0.000000 28.000000 30.000000" orient="auto" markerUnits="userSpaceOnUse"> <g class="connection" stroke="#0D32B2" stroke-width="2" fill="white"><circle class="connection" stroke="#0D32B2" stroke-width="2" fill="white" cx="5.000000" cy="15.000000" r="4.000000"/><path d="M25.000000,15.000000 36.000000,15.000000 M10.000000,15.000000 36.000000,0.000000 M10.000000,15.000000 36.000000,30.000000"/></g> </marker><path d="M 42.000000 96.000000 L 42.000000 190.000000" class="connection animated-connection" style="fill:none;stroke:#0D32B2;stroke-width:2;stroke-dasharray:10.000000,9.865639;stroke-dashoffset:-198.656393;animation: dashdraw 4.932820s linear infinite;" marker-end="url(#mk-238431170)" mask="url(#2054079951)"/></g><mask id="2054079951" maskUnits="userSpaceOnUse" x="-100" y="-100" width="280" height="484">
|
||||
<rect x="-100" y="-100" width="280" height="484" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 329 KiB After Width: | Height: | Size: 329 KiB |
62
e2etests/testdata/stable/sql_tables/dagre/board.exp.json
generated
vendored
|
|
@ -10,7 +10,7 @@
|
|||
"y": 0
|
||||
},
|
||||
"width": 268,
|
||||
"height": 186,
|
||||
"height": 246,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -171,15 +171,15 @@
|
|||
}
|
||||
],
|
||||
"label": "users",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 47,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 65,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -191,10 +191,10 @@
|
|||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 328,
|
||||
"y": 16
|
||||
"y": 21
|
||||
},
|
||||
"width": 164,
|
||||
"height": 155,
|
||||
"height": 205,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -327,15 +327,15 @@
|
|||
}
|
||||
],
|
||||
"label": "products",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 79,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 110,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -347,10 +347,10 @@
|
|||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 328,
|
||||
"y": 286
|
||||
"y": 346
|
||||
},
|
||||
"width": 164,
|
||||
"height": 124,
|
||||
"height": 164,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -455,15 +455,15 @@
|
|||
}
|
||||
],
|
||||
"label": "orders",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 58,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 80,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -475,10 +475,10 @@
|
|||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 552,
|
||||
"y": 16
|
||||
"y": 21
|
||||
},
|
||||
"width": 244,
|
||||
"height": 155,
|
||||
"height": 205,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -611,15 +611,15 @@
|
|||
}
|
||||
],
|
||||
"label": "shipments",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 93,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 130,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -655,19 +655,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 134,
|
||||
"y": 186
|
||||
"y": 246
|
||||
},
|
||||
{
|
||||
"x": 134,
|
||||
"y": 226
|
||||
"y": 286
|
||||
},
|
||||
{
|
||||
"x": 172.8,
|
||||
"y": 251.8
|
||||
"y": 314.6
|
||||
},
|
||||
{
|
||||
"x": 328,
|
||||
"y": 315
|
||||
"y": 389
|
||||
}
|
||||
],
|
||||
"isCurve": true,
|
||||
|
|
@ -703,19 +703,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 410,
|
||||
"y": 171.5
|
||||
"y": 226.5
|
||||
},
|
||||
{
|
||||
"x": 410,
|
||||
"y": 223.1
|
||||
"y": 282.1
|
||||
},
|
||||
{
|
||||
"x": 410,
|
||||
"y": 246
|
||||
"y": 306
|
||||
},
|
||||
{
|
||||
"x": 410,
|
||||
"y": 286
|
||||
"y": 346
|
||||
}
|
||||
],
|
||||
"isCurve": true,
|
||||
|
|
@ -751,19 +751,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 674,
|
||||
"y": 171.5
|
||||
"y": 226.5
|
||||
},
|
||||
{
|
||||
"x": 674,
|
||||
"y": 223.1
|
||||
"y": 282.1
|
||||
},
|
||||
{
|
||||
"x": 637.6,
|
||||
"y": 251.4
|
||||
"y": 314.2
|
||||
},
|
||||
{
|
||||
"x": 492,
|
||||
"y": 313
|
||||
"y": 387
|
||||
}
|
||||
],
|
||||
"isCurve": true,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="1000" height="614" viewBox="-102 -102 1000 614"><style type="text/css">
|
||||
width="1000" height="714" viewBox="-102 -102 1000 714"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,40 +39,40 @@ width="1000" height="614" viewBox="-102 -102 1000 614"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="users"><g class="shape" ><rect class="shape" x="0" y="0" width="268" height="186" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="268.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="10.000000" y="22.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">users</text><text class="text" x="10.000000" y="50.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="111.000000" y="50.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="248.000000" y="50.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="62.000000" x2="268.000000" y2="62.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="81.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="111.000000" y="81.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="248.000000" y="81.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="93.000000" x2="268.000000" y2="93.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="112.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="111.000000" y="112.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="248.000000" y="112.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="124.000000" x2="268.000000" y2="124.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="143.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="111.000000" y="143.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="248.000000" y="143.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="155.000000" x2="268.000000" y2="155.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="174.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="111.000000" y="174.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="248.000000" y="174.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;">PK</text><line x1="0.000000" y1="186.000000" x2="268.000000" y2="186.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="products"><g class="shape" ><rect class="shape" x="328" y="16" width="164" height="155" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="328.000000" y="16.000000" width="164.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="338.000000" y="38.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">products</text><text class="text" x="338.000000" y="66.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="405.000000" y="66.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="472.000000" y="66.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="78.000000" x2="492.000000" y2="78.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="338.000000" y="97.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">price</text>
|
||||
<text class="text" x="405.000000" y="97.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">decimal</text>
|
||||
<text class="text" x="472.000000" y="97.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="109.000000" x2="492.000000" y2="109.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="338.000000" y="128.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">sku</text>
|
||||
<text class="text" x="405.000000" y="128.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="472.000000" y="128.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="140.000000" x2="492.000000" y2="140.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="338.000000" y="159.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="405.000000" y="159.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="472.000000" y="159.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="171.000000" x2="492.000000" y2="171.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="orders"><g class="shape" ><rect class="shape" x="328" y="286" width="164" height="124" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="328.000000" y="286.000000" width="164.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="338.000000" y="308.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">orders</text><text class="text" x="338.000000" y="336.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="449.000000" y="336.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="472.000000" y="336.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="348.000000" x2="492.000000" y2="348.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="338.000000" y="367.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">user_id</text>
|
||||
<text class="text" x="449.000000" y="367.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="472.000000" y="367.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="379.000000" x2="492.000000" y2="379.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="338.000000" y="398.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">product_id</text>
|
||||
<text class="text" x="449.000000" y="398.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="472.000000" y="398.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="410.000000" x2="492.000000" y2="410.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="shipments"><g class="shape" ><rect class="shape" x="552" y="16" width="244" height="155" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="552.000000" y="16.000000" width="244.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="562.000000" y="38.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">shipments</text><text class="text" x="562.000000" y="66.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="728.000000" y="66.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="776.000000" y="66.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="552.000000" y1="78.000000" x2="796.000000" y2="78.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="562.000000" y="97.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">order_id</text>
|
||||
<text class="text" x="728.000000" y="97.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="776.000000" y="97.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="552.000000" y1="109.000000" x2="796.000000" y2="109.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="562.000000" y="128.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">tracking_number</text>
|
||||
<text class="text" x="728.000000" y="128.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="776.000000" y="128.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="552.000000" y1="140.000000" x2="796.000000" y2="140.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="562.000000" y="159.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">status</text>
|
||||
<text class="text" x="728.000000" y="159.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="776.000000" y="159.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="552.000000" y1="171.000000" x2="796.000000" y2="171.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="(users <-> orders)[0]"><marker id="mk-2510427236" markerWidth="10.000000" markerHeight="12.000000" refX="3.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="10.000000,0.000000 0.000000,6.000000 10.000000,12.000000" /> </marker><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 134.000000 190.000000 C 134.000000 226.000000 172.800000 251.800000 324.295383 313.491419" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#3269062516)"/></g><g id="(products <-> orders)[0]"><path d="M 410.000000 175.500000 C 410.000000 223.100000 410.000000 246.000000 410.000000 282.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#3269062516)"/></g><g id="(shipments <-> orders)[0]"><path d="M 674.000000 175.500000 C 674.000000 223.100000 637.600000 251.400000 495.683869 311.441440" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#3269062516)"/></g><mask id="3269062516" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1000" height="614">
|
||||
<rect x="-100" y="-100" width="1000" height="614" fill="white"></rect>
|
||||
]]></script><g id="users"><g class="shape" ><rect class="shape" x="0" y="0" width="268" height="246" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="268.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="10.000000" y="29.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">users</text><text class="text" x="10.000000" y="67.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="111.000000" y="67.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="248.000000" y="67.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="82.000000" x2="268.000000" y2="82.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="108.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="111.000000" y="108.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="248.000000" y="108.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="123.000000" x2="268.000000" y2="123.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="149.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="111.000000" y="149.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="248.000000" y="149.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="164.000000" x2="268.000000" y2="164.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="190.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="111.000000" y="190.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="248.000000" y="190.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="205.000000" x2="268.000000" y2="205.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="231.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="111.000000" y="231.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="248.000000" y="231.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;">PK</text><line x1="0.000000" y1="246.000000" x2="268.000000" y2="246.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="products"><g class="shape" ><rect class="shape" x="328" y="21" width="164" height="205" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="328.000000" y="21.000000" width="164.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="338.000000" y="50.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">products</text><text class="text" x="338.000000" y="88.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="405.000000" y="88.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="472.000000" y="88.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="103.000000" x2="492.000000" y2="103.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="338.000000" y="129.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">price</text>
|
||||
<text class="text" x="405.000000" y="129.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">decimal</text>
|
||||
<text class="text" x="472.000000" y="129.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="144.000000" x2="492.000000" y2="144.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="338.000000" y="170.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">sku</text>
|
||||
<text class="text" x="405.000000" y="170.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="472.000000" y="170.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="185.000000" x2="492.000000" y2="185.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="338.000000" y="211.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="405.000000" y="211.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="472.000000" y="211.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="226.000000" x2="492.000000" y2="226.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="orders"><g class="shape" ><rect class="shape" x="328" y="346" width="164" height="164" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="328.000000" y="346.000000" width="164.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="338.000000" y="375.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">orders</text><text class="text" x="338.000000" y="413.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="449.000000" y="413.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="472.000000" y="413.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="428.000000" x2="492.000000" y2="428.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="338.000000" y="454.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">user_id</text>
|
||||
<text class="text" x="449.000000" y="454.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="472.000000" y="454.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="469.000000" x2="492.000000" y2="469.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="338.000000" y="495.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">product_id</text>
|
||||
<text class="text" x="449.000000" y="495.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="472.000000" y="495.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="328.000000" y1="510.000000" x2="492.000000" y2="510.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="shipments"><g class="shape" ><rect class="shape" x="552" y="21" width="244" height="205" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="552.000000" y="21.000000" width="244.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="562.000000" y="50.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">shipments</text><text class="text" x="562.000000" y="88.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="728.000000" y="88.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="776.000000" y="88.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="552.000000" y1="103.000000" x2="796.000000" y2="103.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="562.000000" y="129.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">order_id</text>
|
||||
<text class="text" x="728.000000" y="129.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="776.000000" y="129.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="552.000000" y1="144.000000" x2="796.000000" y2="144.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="562.000000" y="170.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">tracking_number</text>
|
||||
<text class="text" x="728.000000" y="170.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="776.000000" y="170.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="552.000000" y1="185.000000" x2="796.000000" y2="185.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="562.000000" y="211.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">status</text>
|
||||
<text class="text" x="728.000000" y="211.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="776.000000" y="211.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="552.000000" y1="226.000000" x2="796.000000" y2="226.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="(users <-> orders)[0]"><marker id="mk-2510427236" markerWidth="10.000000" markerHeight="12.000000" refX="3.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="10.000000,0.000000 0.000000,6.000000 10.000000,12.000000" /> </marker><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 134.000000 250.000000 C 134.000000 286.000000 172.800000 314.600000 324.393038 387.270889" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#2777058272)"/></g><g id="(products <-> orders)[0]"><path d="M 410.000000 230.500000 C 410.000000 282.100000 410.000000 306.000000 410.000000 342.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#2777058272)"/></g><g id="(shipments <-> orders)[0]"><path d="M 674.000000 230.500000 C 674.000000 282.100000 637.600000 314.200000 495.577709 385.211146" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#2777058272)"/></g><mask id="2777058272" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1000" height="714">
|
||||
<rect x="-100" y="-100" width="1000" height="714" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 335 KiB After Width: | Height: | Size: 335 KiB |
58
e2etests/testdata/stable/sql_tables/elk/board.exp.json
generated
vendored
|
|
@ -10,7 +10,7 @@
|
|||
"y": 12
|
||||
},
|
||||
"width": 268,
|
||||
"height": 186,
|
||||
"height": 246,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -171,15 +171,15 @@
|
|||
}
|
||||
],
|
||||
"label": "users",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 47,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 65,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -191,10 +191,10 @@
|
|||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 300,
|
||||
"y": 43
|
||||
"y": 53
|
||||
},
|
||||
"width": 164,
|
||||
"height": 155,
|
||||
"height": 205,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -327,15 +327,15 @@
|
|||
}
|
||||
],
|
||||
"label": "products",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 79,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 110,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -347,10 +347,10 @@
|
|||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 300,
|
||||
"y": 298
|
||||
"y": 358
|
||||
},
|
||||
"width": 164,
|
||||
"height": 124,
|
||||
"height": 164,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -455,15 +455,15 @@
|
|||
}
|
||||
],
|
||||
"label": "orders",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 58,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 80,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -475,10 +475,10 @@
|
|||
"type": "sql_table",
|
||||
"pos": {
|
||||
"x": 484,
|
||||
"y": 43
|
||||
"y": 53
|
||||
},
|
||||
"width": 244,
|
||||
"height": 155,
|
||||
"height": 205,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -611,15 +611,15 @@
|
|||
}
|
||||
],
|
||||
"label": "shipments",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 93,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 130,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -655,19 +655,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 146,
|
||||
"y": 198
|
||||
"y": 258
|
||||
},
|
||||
{
|
||||
"x": 146,
|
||||
"y": 248
|
||||
"y": 308
|
||||
},
|
||||
{
|
||||
"x": 341,
|
||||
"y": 248
|
||||
"y": 308
|
||||
},
|
||||
{
|
||||
"x": 341,
|
||||
"y": 298
|
||||
"y": 358
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -702,11 +702,11 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 382,
|
||||
"y": 198
|
||||
"y": 258
|
||||
},
|
||||
{
|
||||
"x": 382,
|
||||
"y": 298
|
||||
"y": 358
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -741,19 +741,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 606,
|
||||
"y": 198
|
||||
"y": 258
|
||||
},
|
||||
{
|
||||
"x": 606,
|
||||
"y": 248
|
||||
"y": 308
|
||||
},
|
||||
{
|
||||
"x": 423,
|
||||
"y": 248
|
||||
"y": 308
|
||||
},
|
||||
{
|
||||
"x": 423,
|
||||
"y": 298
|
||||
"y": 358
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="920" height="614" viewBox="-90 -90 920 614"><style type="text/css">
|
||||
width="920" height="714" viewBox="-90 -90 920 714"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,40 +39,40 @@ width="920" height="614" viewBox="-90 -90 920 614"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="users"><g class="shape" ><rect class="shape" x="12" y="12" width="268" height="186" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="268.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="22.000000" y="34.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">users</text><text class="text" x="22.000000" y="62.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="123.000000" y="62.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="260.000000" y="62.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="74.000000" x2="280.000000" y2="74.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="93.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="123.000000" y="93.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="260.000000" y="93.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="105.000000" x2="280.000000" y2="105.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="124.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="123.000000" y="124.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="260.000000" y="124.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="136.000000" x2="280.000000" y2="136.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="155.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="123.000000" y="155.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="260.000000" y="155.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="167.000000" x2="280.000000" y2="167.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="186.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="123.000000" y="186.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="260.000000" y="186.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;">PK</text><line x1="12.000000" y1="198.000000" x2="280.000000" y2="198.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="products"><g class="shape" ><rect class="shape" x="300" y="43" width="164" height="155" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="300.000000" y="43.000000" width="164.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="310.000000" y="65.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">products</text><text class="text" x="310.000000" y="93.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="377.000000" y="93.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="444.000000" y="93.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="105.000000" x2="464.000000" y2="105.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="310.000000" y="124.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">price</text>
|
||||
<text class="text" x="377.000000" y="124.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">decimal</text>
|
||||
<text class="text" x="444.000000" y="124.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="136.000000" x2="464.000000" y2="136.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="310.000000" y="155.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">sku</text>
|
||||
<text class="text" x="377.000000" y="155.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="444.000000" y="155.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="167.000000" x2="464.000000" y2="167.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="310.000000" y="186.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="377.000000" y="186.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="444.000000" y="186.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="198.000000" x2="464.000000" y2="198.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="orders"><g class="shape" ><rect class="shape" x="300" y="298" width="164" height="124" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="300.000000" y="298.000000" width="164.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="310.000000" y="320.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">orders</text><text class="text" x="310.000000" y="348.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="421.000000" y="348.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="444.000000" y="348.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="360.000000" x2="464.000000" y2="360.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="310.000000" y="379.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">user_id</text>
|
||||
<text class="text" x="421.000000" y="379.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="444.000000" y="379.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="391.000000" x2="464.000000" y2="391.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="310.000000" y="410.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">product_id</text>
|
||||
<text class="text" x="421.000000" y="410.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="444.000000" y="410.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="422.000000" x2="464.000000" y2="422.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="shipments"><g class="shape" ><rect class="shape" x="484" y="43" width="244" height="155" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="484.000000" y="43.000000" width="244.000000" height="31.000000" fill="#0A0F25" /><text class="text" x="494.000000" y="65.000000" style="text-anchor:start;font-size:20px;fill:#FFFFFF">shipments</text><text class="text" x="494.000000" y="93.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="660.000000" y="93.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="708.000000" y="93.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="484.000000" y1="105.000000" x2="728.000000" y2="105.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="494.000000" y="124.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">order_id</text>
|
||||
<text class="text" x="660.000000" y="124.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="708.000000" y="124.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="484.000000" y1="136.000000" x2="728.000000" y2="136.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="494.000000" y="155.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">tracking_number</text>
|
||||
<text class="text" x="660.000000" y="155.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="708.000000" y="155.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="484.000000" y1="167.000000" x2="728.000000" y2="167.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="494.000000" y="186.500000" style="text-anchor:start;font-size:16px;fill:#0D32B2">status</text>
|
||||
<text class="text" x="660.000000" y="186.500000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="708.000000" y="186.500000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="484.000000" y1="198.000000" x2="728.000000" y2="198.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="(users <-> orders)[0]"><marker id="mk-2510427236" markerWidth="10.000000" markerHeight="12.000000" refX="3.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="10.000000,0.000000 0.000000,6.000000 10.000000,12.000000" /> </marker><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 146.000000 202.000000 L 146.000000 238.000000 S 146.000000 248.000000 156.000000 248.000000 L 331.000000 248.000000 S 341.000000 248.000000 341.000000 258.000000 L 341.000000 294.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#1348287484)"/></g><g id="(products <-> orders)[0]"><path d="M 382.000000 202.000000 L 382.000000 294.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#1348287484)"/></g><g id="(shipments <-> orders)[0]"><path d="M 606.000000 202.000000 L 606.000000 238.000000 S 606.000000 248.000000 596.000000 248.000000 L 433.000000 248.000000 S 423.000000 248.000000 423.000000 258.000000 L 423.000000 294.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#1348287484)"/></g><mask id="1348287484" maskUnits="userSpaceOnUse" x="-100" y="-100" width="920" height="614">
|
||||
<rect x="-100" y="-100" width="920" height="614" fill="white"></rect>
|
||||
]]></script><g id="users"><g class="shape" ><rect class="shape" x="12" y="12" width="268" height="246" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="268.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="22.000000" y="41.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">users</text><text class="text" x="22.000000" y="79.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="123.000000" y="79.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="260.000000" y="79.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="94.000000" x2="280.000000" y2="94.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="120.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="123.000000" y="120.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="260.000000" y="120.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="135.000000" x2="280.000000" y2="135.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="161.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="123.000000" y="161.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="260.000000" y="161.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="176.000000" x2="280.000000" y2="176.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="202.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="123.000000" y="202.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="260.000000" y="202.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="217.000000" x2="280.000000" y2="217.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="243.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="123.000000" y="243.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="260.000000" y="243.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;">PK</text><line x1="12.000000" y1="258.000000" x2="280.000000" y2="258.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="products"><g class="shape" ><rect class="shape" x="300" y="53" width="164" height="205" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="300.000000" y="53.000000" width="164.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="310.000000" y="82.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">products</text><text class="text" x="310.000000" y="120.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="377.000000" y="120.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="444.000000" y="120.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="135.000000" x2="464.000000" y2="135.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="310.000000" y="161.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">price</text>
|
||||
<text class="text" x="377.000000" y="161.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">decimal</text>
|
||||
<text class="text" x="444.000000" y="161.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="176.000000" x2="464.000000" y2="176.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="310.000000" y="202.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">sku</text>
|
||||
<text class="text" x="377.000000" y="202.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="444.000000" y="202.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="217.000000" x2="464.000000" y2="217.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="310.000000" y="243.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="377.000000" y="243.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="444.000000" y="243.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="258.000000" x2="464.000000" y2="258.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="orders"><g class="shape" ><rect class="shape" x="300" y="358" width="164" height="164" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="300.000000" y="358.000000" width="164.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="310.000000" y="387.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">orders</text><text class="text" x="310.000000" y="425.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="421.000000" y="425.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="444.000000" y="425.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="440.000000" x2="464.000000" y2="440.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="310.000000" y="466.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">user_id</text>
|
||||
<text class="text" x="421.000000" y="466.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="444.000000" y="466.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="481.000000" x2="464.000000" y2="481.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="310.000000" y="507.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">product_id</text>
|
||||
<text class="text" x="421.000000" y="507.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="444.000000" y="507.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="300.000000" y1="522.000000" x2="464.000000" y2="522.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="shipments"><g class="shape" ><rect class="shape" x="484" y="53" width="244" height="205" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="484.000000" y="53.000000" width="244.000000" height="41.000000" fill="#0A0F25" /><text class="text" x="494.000000" y="82.500000" style="text-anchor:start;font-size:28px;fill:#FFFFFF">shipments</text><text class="text" x="494.000000" y="120.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="660.000000" y="120.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="708.000000" y="120.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="484.000000" y1="135.000000" x2="728.000000" y2="135.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="494.000000" y="161.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">order_id</text>
|
||||
<text class="text" x="660.000000" y="161.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="708.000000" y="161.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="484.000000" y1="176.000000" x2="728.000000" y2="176.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="494.000000" y="202.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">tracking_number</text>
|
||||
<text class="text" x="660.000000" y="202.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="708.000000" y="202.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="484.000000" y1="217.000000" x2="728.000000" y2="217.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="494.000000" y="243.500000" style="text-anchor:start;font-size:24px;fill:#0D32B2">status</text>
|
||||
<text class="text" x="660.000000" y="243.500000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="708.000000" y="243.500000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="484.000000" y1="258.000000" x2="728.000000" y2="258.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="(users <-> orders)[0]"><marker id="mk-2510427236" markerWidth="10.000000" markerHeight="12.000000" refX="3.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="10.000000,0.000000 0.000000,6.000000 10.000000,12.000000" /> </marker><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 146.000000 262.000000 L 146.000000 298.000000 S 146.000000 308.000000 156.000000 308.000000 L 331.000000 308.000000 S 341.000000 308.000000 341.000000 318.000000 L 341.000000 354.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#754927805)"/></g><g id="(products <-> orders)[0]"><path d="M 382.000000 262.000000 L 382.000000 354.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#754927805)"/></g><g id="(shipments <-> orders)[0]"><path d="M 606.000000 262.000000 L 606.000000 298.000000 S 606.000000 308.000000 596.000000 308.000000 L 433.000000 308.000000 S 423.000000 308.000000 423.000000 318.000000 L 423.000000 354.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-start="url(#mk-2510427236)" marker-end="url(#mk-3990223579)" mask="url(#754927805)"/></g><mask id="754927805" maskUnits="userSpaceOnUse" x="-100" y="-100" width="920" height="714">
|
||||
<rect x="-100" y="-100" width="920" height="714" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 336 KiB After Width: | Height: | Size: 336 KiB |
8
e2etests/testdata/stable/unnamed_only_height/dagre/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -246,15 +246,15 @@
|
|||
}
|
||||
],
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 49,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 69,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
|
|||
|
|
@ -39,31 +39,31 @@ width="626" height="2752" viewBox="-102 -102 626 2752"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="0" y="0" width="422" height="512" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="422.000000" height="128.000000" fill="#0A0F25" /><text class="text-mono" x="10.000000" y="164.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="164.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="402.000000" y="164.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="228.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="228.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="402.000000" y="228.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="292.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="292.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="402.000000" y="292.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3"></text><line x1="0.000000" y1="320.000000" x2="422.000000" y2="320.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="10.000000" y="356.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="356.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="402.000000" y="356.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Enum</text><text class="text-mono" x="10.000000" y="420.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="420.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="402.000000" y="420.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="10.000000" y="484.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="484.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="402.000000" y="484.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="107" y="612" width="208" height="512" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="107.000000" y="612.000000" width="208.000000" height="85.333333" fill="#0A0F25" /><text class="text" x="117.000000" y="744.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="218.000000" y="744.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="295.000000" y="744.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="782.666667" x2="315.000000" y2="782.666667" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="829.333333" style="text-anchor:start;font-size:16px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="218.000000" y="829.333333" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="829.333333" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="868.000000" x2="315.000000" y2="868.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="914.666667" style="text-anchor:start;font-size:16px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="218.000000" y="914.666667" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="914.666667" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="953.333333" x2="315.000000" y2="953.333333" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="1000.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="218.000000" y="1000.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="1000.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="1038.666667" x2="315.000000" y2="1038.666667" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="1085.333333" style="text-anchor:start;font-size:16px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="218.000000" y="1085.333333" style="text-anchor:start;font-size:16px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="295.000000" y="1085.333333" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="1124.000000" x2="315.000000" y2="1124.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="code"><g class="shape" ></g><g transform="translate(116.000000 1224.000000)"><rect class="shape" width="191" height="512" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="0" y="0" width="422" height="512" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="422.000000" height="128.000000" fill="#0A0F25" /><text class="text-mono" x="10.000000" y="166.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="166.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="402.000000" y="166.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="230.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="230.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="402.000000" y="230.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="294.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="294.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="402.000000" y="294.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3"></text><line x1="0.000000" y1="320.000000" x2="422.000000" y2="320.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="10.000000" y="358.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="358.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="402.000000" y="358.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Enum</text><text class="text-mono" x="10.000000" y="422.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="422.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="402.000000" y="422.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="10.000000" y="486.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="486.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="402.000000" y="486.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="107" y="612" width="208" height="512" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="107.000000" y="612.000000" width="208.000000" height="85.333333" fill="#0A0F25" /><text class="text" x="117.000000" y="746.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="218.000000" y="746.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="295.000000" y="746.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="782.666667" x2="315.000000" y2="782.666667" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="831.333333" style="text-anchor:start;font-size:24px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="218.000000" y="831.333333" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="831.333333" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="868.000000" x2="315.000000" y2="868.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="916.666667" style="text-anchor:start;font-size:24px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="218.000000" y="916.666667" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="916.666667" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="953.333333" x2="315.000000" y2="953.333333" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="1002.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="218.000000" y="1002.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="1002.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="1038.666667" x2="315.000000" y2="1038.666667" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="117.000000" y="1087.333333" style="text-anchor:start;font-size:24px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="218.000000" y="1087.333333" style="text-anchor:start;font-size:24px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="295.000000" y="1087.333333" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="107.000000" y1="1124.000000" x2="315.000000" y2="1124.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="code"><g class="shape" ></g><g transform="translate(116.000000 1224.000000)"><rect class="shape" width="191" height="512" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
</text><text class="text-mono" x="0" y="2.000000em" xml:space="preserve">b <tspan fill="#000000" class="text-mono-bold">:=</tspan> a <tspan fill="#000000" class="text-mono-bold">+</tspan> <tspan fill="#009999">7</tspan>
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="package"><g class="shape" ><path d="M 161 1836 L 211 1836 L 211 1891 L 261 1891 L 261 2348 L 161 2348 Z" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;"/></g></g><g id="no height"><g class="shape" ><rect x="161" y="2448" width="100" height="100" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g></g><g id="(class -> users)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 211.000000 514.000000 C 211.000000 552.000000 211.000000 572.000000 211.000000 608.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3094731347)"/></g><g id="(users -> code)[0]"><path d="M 211.000000 1126.000000 C 211.000000 1164.000000 211.000000 1184.000000 211.000000 1220.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3094731347)"/></g><g id="(code -> package)[0]"><path d="M 211.000000 1738.000000 C 211.000000 1776.000000 211.000000 1796.000000 211.000000 1832.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3094731347)"/></g><g id="(package -> no height)[0]"><path d="M 211.000000 2350.000000 C 211.000000 2388.000000 211.000000 2408.000000 211.000000 2444.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#3094731347)"/></g><mask id="3094731347" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="2752">
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="package"><g class="shape" ><path d="M 161 1836 L 211 1836 L 211 1891 L 261 1891 L 261 2348 L 161 2348 Z" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;"/></g></g><g id="no height"><g class="shape" ><rect x="161" y="2448" width="100" height="100" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g></g><g id="(class -> users)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 211.000000 514.000000 C 211.000000 552.000000 211.000000 572.000000 211.000000 608.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#2801469376)"/></g><g id="(users -> code)[0]"><path d="M 211.000000 1126.000000 C 211.000000 1164.000000 211.000000 1184.000000 211.000000 1220.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#2801469376)"/></g><g id="(code -> package)[0]"><path d="M 211.000000 1738.000000 C 211.000000 1776.000000 211.000000 1796.000000 211.000000 1832.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#2801469376)"/></g><g id="(package -> no height)[0]"><path d="M 211.000000 2350.000000 C 211.000000 2388.000000 211.000000 2408.000000 211.000000 2444.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#2801469376)"/></g><mask id="2801469376" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="2752">
|
||||
<rect x="-100" y="-100" width="626" height="2752" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 602 KiB After Width: | Height: | Size: 602 KiB |
8
e2etests/testdata/stable/unnamed_only_height/elk/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -246,15 +246,15 @@
|
|||
}
|
||||
],
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 49,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 69,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
|
|||
|
|
@ -39,31 +39,31 @@ width="626" height="2752" viewBox="-90 -90 626 2752"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="12" y="12" width="422" height="512" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="422.000000" height="128.000000" fill="#0A0F25" /><text class="text-mono" x="22.000000" y="176.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="176.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="414.000000" y="176.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="240.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="240.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="414.000000" y="240.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="304.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="304.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="414.000000" y="304.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3"></text><line x1="12.000000" y1="332.000000" x2="434.000000" y2="332.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="22.000000" y="368.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="368.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="414.000000" y="368.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Enum</text><text class="text-mono" x="22.000000" y="432.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="432.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="414.000000" y="432.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="22.000000" y="496.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="496.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="414.000000" y="496.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="119" y="624" width="208" height="512" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="119.000000" y="624.000000" width="208.000000" height="85.333333" fill="#0A0F25" /><text class="text" x="129.000000" y="756.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="230.000000" y="756.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="307.000000" y="756.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="794.666667" x2="327.000000" y2="794.666667" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="841.333333" style="text-anchor:start;font-size:16px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="230.000000" y="841.333333" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="841.333333" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="880.000000" x2="327.000000" y2="880.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="926.666667" style="text-anchor:start;font-size:16px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="230.000000" y="926.666667" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="926.666667" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="965.333333" x2="327.000000" y2="965.333333" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="1012.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="230.000000" y="1012.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="1012.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="1050.666667" x2="327.000000" y2="1050.666667" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="1097.333333" style="text-anchor:start;font-size:16px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="230.000000" y="1097.333333" style="text-anchor:start;font-size:16px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="307.000000" y="1097.333333" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="1136.000000" x2="327.000000" y2="1136.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="code"><g class="shape" ></g><g transform="translate(127.000000 1236.000000)"><rect class="shape" width="191" height="512" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="12" y="12" width="422" height="512" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="422.000000" height="128.000000" fill="#0A0F25" /><text class="text-mono" x="22.000000" y="178.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="178.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="414.000000" y="178.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="242.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="242.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="414.000000" y="242.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="306.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="306.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="414.000000" y="306.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3"></text><line x1="12.000000" y1="332.000000" x2="434.000000" y2="332.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="22.000000" y="370.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="370.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="414.000000" y="370.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Enum</text><text class="text-mono" x="22.000000" y="434.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="434.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="414.000000" y="434.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="22.000000" y="498.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="498.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="414.000000" y="498.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="119" y="624" width="208" height="512" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="119.000000" y="624.000000" width="208.000000" height="85.333333" fill="#0A0F25" /><text class="text" x="129.000000" y="758.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="230.000000" y="758.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="307.000000" y="758.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="794.666667" x2="327.000000" y2="794.666667" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="843.333333" style="text-anchor:start;font-size:24px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="230.000000" y="843.333333" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="843.333333" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="880.000000" x2="327.000000" y2="880.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="928.666667" style="text-anchor:start;font-size:24px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="230.000000" y="928.666667" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="928.666667" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="965.333333" x2="327.000000" y2="965.333333" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="1014.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="230.000000" y="1014.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="1014.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="1050.666667" x2="327.000000" y2="1050.666667" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="129.000000" y="1099.333333" style="text-anchor:start;font-size:24px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="230.000000" y="1099.333333" style="text-anchor:start;font-size:24px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="307.000000" y="1099.333333" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="119.000000" y1="1136.000000" x2="327.000000" y2="1136.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="code"><g class="shape" ></g><g transform="translate(127.000000 1236.000000)"><rect class="shape" width="191" height="512" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
</text><text class="text-mono" x="0" y="2.000000em" xml:space="preserve">b <tspan fill="#000000" class="text-mono-bold">:=</tspan> a <tspan fill="#000000" class="text-mono-bold">+</tspan> <tspan fill="#009999">7</tspan>
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="package"><g class="shape" ><path d="M 173 1848 L 223 1848 L 223 1903 L 273 1903 L 273 2360 L 173 2360 Z" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;"/></g></g><g id="no height"><g class="shape" ><rect x="173" y="2460" width="100" height="100" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g></g><g id="(class -> users)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 223.000000 526.000000 L 223.000000 620.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#143197588)"/></g><g id="(users -> code)[0]"><path d="M 223.000000 1138.000000 L 223.000000 1232.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#143197588)"/></g><g id="(code -> package)[0]"><path d="M 223.000000 1750.000000 L 223.000000 1844.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#143197588)"/></g><g id="(package -> no height)[0]"><path d="M 223.000000 2362.000000 L 223.000000 2456.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#143197588)"/></g><mask id="143197588" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="2752">
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="package"><g class="shape" ><path d="M 173 1848 L 223 1848 L 223 1903 L 273 1903 L 273 2360 L 173 2360 Z" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;"/></g></g><g id="no height"><g class="shape" ><rect x="173" y="2460" width="100" height="100" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g></g><g id="(class -> users)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 223.000000 526.000000 L 223.000000 620.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1054030763)"/></g><g id="(users -> code)[0]"><path d="M 223.000000 1138.000000 L 223.000000 1232.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1054030763)"/></g><g id="(code -> package)[0]"><path d="M 223.000000 1750.000000 L 223.000000 1844.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1054030763)"/></g><g id="(package -> no height)[0]"><path d="M 223.000000 2362.000000 L 223.000000 2456.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1054030763)"/></g><mask id="1054030763" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="2752">
|
||||
<rect x="-100" y="-100" width="626" height="2752" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 602 KiB After Width: | Height: | Size: 602 KiB |
56
e2etests/testdata/stable/unnamed_only_width/dagre/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
"y": 468
|
||||
},
|
||||
"width": 512,
|
||||
"height": 156,
|
||||
"height": 216,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -246,15 +246,15 @@
|
|||
}
|
||||
],
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 49,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 69,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
"type": "code",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
"y": 724
|
||||
"y": 784
|
||||
},
|
||||
"width": 512,
|
||||
"height": 65,
|
||||
|
|
@ -306,7 +306,7 @@
|
|||
"type": "package",
|
||||
"pos": {
|
||||
"x": 0,
|
||||
"y": 889
|
||||
"y": 949
|
||||
},
|
||||
"width": 512,
|
||||
"height": 100,
|
||||
|
|
@ -346,7 +346,7 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 206,
|
||||
"y": 1089
|
||||
"y": 1149
|
||||
},
|
||||
"width": 100,
|
||||
"height": 100,
|
||||
|
|
@ -456,14 +456,6 @@
|
|||
"labelPosition": "",
|
||||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 256,
|
||||
"y": 624
|
||||
},
|
||||
{
|
||||
"x": 256,
|
||||
"y": 664
|
||||
},
|
||||
{
|
||||
"x": 256,
|
||||
"y": 684
|
||||
|
|
@ -471,6 +463,14 @@
|
|||
{
|
||||
"x": 256,
|
||||
"y": 724
|
||||
},
|
||||
{
|
||||
"x": 256,
|
||||
"y": 744
|
||||
},
|
||||
{
|
||||
"x": 256,
|
||||
"y": 784
|
||||
}
|
||||
],
|
||||
"isCurve": true,
|
||||
|
|
@ -506,19 +506,19 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 256,
|
||||
"y": 789
|
||||
"y": 849
|
||||
},
|
||||
{
|
||||
"x": 256,
|
||||
"y": 829
|
||||
"y": 889
|
||||
},
|
||||
{
|
||||
"x": 256,
|
||||
"y": 853
|
||||
"y": 913
|
||||
},
|
||||
{
|
||||
"x": 256,
|
||||
"y": 909
|
||||
"y": 969
|
||||
}
|
||||
],
|
||||
"isCurve": true,
|
||||
|
|
@ -552,14 +552,6 @@
|
|||
"labelPosition": "",
|
||||
"labelPercentage": 0,
|
||||
"route": [
|
||||
{
|
||||
"x": 256,
|
||||
"y": 989
|
||||
},
|
||||
{
|
||||
"x": 256,
|
||||
"y": 1029
|
||||
},
|
||||
{
|
||||
"x": 256,
|
||||
"y": 1049
|
||||
|
|
@ -567,6 +559,14 @@
|
|||
{
|
||||
"x": 256,
|
||||
"y": 1089
|
||||
},
|
||||
{
|
||||
"x": 256,
|
||||
"y": 1109
|
||||
},
|
||||
{
|
||||
"x": 256,
|
||||
"y": 1149
|
||||
}
|
||||
],
|
||||
"isCurve": true,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="716" height="1393" viewBox="-102 -102 716 1393"><style type="text/css">
|
||||
width="716" height="1453" viewBox="-102 -102 716 1453"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,32 +39,32 @@ width="716" height="1393" viewBox="-102 -102 716 1393"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="0" y="0" width="512" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="512.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="10.000000" y="119.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="119.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="492.000000" y="119.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="165.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="165.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="492.000000" y="165.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="211.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="211.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="492.000000" y="211.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3"></text><line x1="0.000000" y1="230.000000" x2="512.000000" y2="230.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="10.000000" y="257.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="257.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="492.000000" y="257.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Enum</text><text class="text-mono" x="10.000000" y="303.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="303.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="492.000000" y="303.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="10.000000" y="349.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="349.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="492.000000" y="349.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="0" y="468" width="512" height="156" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="468.000000" width="512.000000" height="26.000000" fill="#0A0F25" /><text class="text" x="10.000000" y="511.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="111.000000" y="511.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="492.000000" y="511.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="520.000000" x2="512.000000" y2="520.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="537.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="111.000000" y="537.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="492.000000" y="537.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="546.000000" x2="512.000000" y2="546.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="563.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="111.000000" y="563.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="492.000000" y="563.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="572.000000" x2="512.000000" y2="572.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="589.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="111.000000" y="589.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="492.000000" y="589.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="598.000000" x2="512.000000" y2="598.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="615.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="111.000000" y="615.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="492.000000" y="615.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="624.000000" x2="512.000000" y2="624.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="code"><g class="shape" ></g><g transform="translate(0.000000 724.000000)"><rect class="shape" width="512" height="65" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="0" y="0" width="512" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="0.000000" width="512.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="10.000000" y="121.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="121.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="492.000000" y="121.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="167.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="167.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="492.000000" y="167.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="213.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="213.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="492.000000" y="213.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3"></text><line x1="0.000000" y1="230.000000" x2="512.000000" y2="230.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="10.000000" y="259.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="259.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="492.000000" y="259.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Enum</text><text class="text-mono" x="10.000000" y="305.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="305.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="492.000000" y="305.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="10.000000" y="351.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="351.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="492.000000" y="351.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="0" y="468" width="512" height="216" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="0.000000" y="468.000000" width="512.000000" height="36.000000" fill="#0A0F25" /><text class="text" x="10.000000" y="528.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="111.000000" y="528.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="492.000000" y="528.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="540.000000" x2="512.000000" y2="540.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="564.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="111.000000" y="564.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="492.000000" y="564.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="576.000000" x2="512.000000" y2="576.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="600.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="111.000000" y="600.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="492.000000" y="600.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="612.000000" x2="512.000000" y2="612.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="636.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="111.000000" y="636.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="492.000000" y="636.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="648.000000" x2="512.000000" y2="648.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="10.000000" y="672.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="111.000000" y="672.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="492.000000" y="672.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="684.000000" x2="512.000000" y2="684.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="code"><g class="shape" ></g><g transform="translate(0.000000 784.000000)"><rect class="shape" width="512" height="65" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
</text><text class="text-mono" x="0" y="2.000000em" xml:space="preserve">b <tspan fill="#000000" class="text-mono-bold">:=</tspan> a <tspan fill="#000000" class="text-mono-bold">+</tspan> <tspan fill="#009999">7</tspan>
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="package"><g class="shape" ><path d="M 0 889 L 150 889 L 150 909 L 512 909 L 512 989 L 0 989 Z" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;"/></g></g><g id="no width"><g class="shape" ><rect x="206" y="1089" width="100" height="100" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g></g><g id="(class -> users)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 256.000000 370.000000 C 256.000000 408.000000 256.000000 428.000000 256.000000 464.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#4261132279)"/></g><g id="(users -> code)[0]"><path d="M 256.000000 626.000000 C 256.000000 664.000000 256.000000 684.000000 256.000000 720.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#4261132279)"/></g><g id="(code -> package)[0]"><path d="M 256.000000 791.000000 C 256.000000 829.000000 256.000000 853.000000 256.000000 905.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#4261132279)"/></g><g id="(package -> no width)[0]"><path d="M 256.000000 991.000000 C 256.000000 1029.000000 256.000000 1049.000000 256.000000 1085.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#4261132279)"/></g><mask id="4261132279" maskUnits="userSpaceOnUse" x="-100" y="-100" width="716" height="1393">
|
||||
<rect x="-100" y="-100" width="716" height="1393" fill="white"></rect>
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="package"><g class="shape" ><path d="M 0 949 L 150 949 L 150 969 L 512 969 L 512 1049 L 0 1049 Z" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;"/></g></g><g id="no width"><g class="shape" ><rect x="206" y="1149" width="100" height="100" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g></g><g id="(class -> users)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 256.000000 370.000000 C 256.000000 408.000000 256.000000 428.000000 256.000000 464.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1530545449)"/></g><g id="(users -> code)[0]"><path d="M 256.000000 686.000000 C 256.000000 724.000000 256.000000 744.000000 256.000000 780.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1530545449)"/></g><g id="(code -> package)[0]"><path d="M 256.000000 851.000000 C 256.000000 889.000000 256.000000 913.000000 256.000000 965.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1530545449)"/></g><g id="(package -> no width)[0]"><path d="M 256.000000 1051.000000 C 256.000000 1089.000000 256.000000 1109.000000 256.000000 1145.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1530545449)"/></g><mask id="1530545449" maskUnits="userSpaceOnUse" x="-100" y="-100" width="716" height="1453">
|
||||
<rect x="-100" y="-100" width="716" height="1453" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 602 KiB After Width: | Height: | Size: 602 KiB |
28
e2etests/testdata/stable/unnamed_only_width/elk/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
"y": 480
|
||||
},
|
||||
"width": 512,
|
||||
"height": 156,
|
||||
"height": 216,
|
||||
"opacity": 1,
|
||||
"strokeDash": 0,
|
||||
"strokeWidth": 2,
|
||||
|
|
@ -246,15 +246,15 @@
|
|||
}
|
||||
],
|
||||
"label": "",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 49,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 69,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
"type": "code",
|
||||
"pos": {
|
||||
"x": 12,
|
||||
"y": 736
|
||||
"y": 796
|
||||
},
|
||||
"width": 512,
|
||||
"height": 65,
|
||||
|
|
@ -306,7 +306,7 @@
|
|||
"type": "package",
|
||||
"pos": {
|
||||
"x": 12,
|
||||
"y": 901
|
||||
"y": 961
|
||||
},
|
||||
"width": 512,
|
||||
"height": 100,
|
||||
|
|
@ -346,7 +346,7 @@
|
|||
"type": "rectangle",
|
||||
"pos": {
|
||||
"x": 218,
|
||||
"y": 1101
|
||||
"y": 1161
|
||||
},
|
||||
"width": 100,
|
||||
"height": 100,
|
||||
|
|
@ -449,11 +449,11 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 268,
|
||||
"y": 636
|
||||
"y": 696
|
||||
},
|
||||
{
|
||||
"x": 268,
|
||||
"y": 736
|
||||
"y": 796
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -488,11 +488,11 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 268,
|
||||
"y": 801
|
||||
"y": 861
|
||||
},
|
||||
{
|
||||
"x": 268,
|
||||
"y": 921
|
||||
"y": 981
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
@ -527,11 +527,11 @@
|
|||
"route": [
|
||||
{
|
||||
"x": 268,
|
||||
"y": 1001
|
||||
"y": 1061
|
||||
},
|
||||
{
|
||||
"x": 268,
|
||||
"y": 1101
|
||||
"y": 1161
|
||||
}
|
||||
],
|
||||
"animated": false,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
id="d2-svg"
|
||||
style="background: white;"
|
||||
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="716" height="1393" viewBox="-90 -90 716 1393"><style type="text/css">
|
||||
width="716" height="1453" viewBox="-90 -90 716 1453"><style type="text/css">
|
||||
<![CDATA[
|
||||
.shape {
|
||||
shape-rendering: geometricPrecision;
|
||||
|
|
@ -39,32 +39,32 @@ width="716" height="1393" viewBox="-90 -90 716 1393"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="12" y="12" width="512" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="512.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="22.000000" y="131.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="131.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="504.000000" y="131.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="177.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="177.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="504.000000" y="177.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="223.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="223.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="504.000000" y="223.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3"></text><line x1="12.000000" y1="242.000000" x2="524.000000" y2="242.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="22.000000" y="269.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="269.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="504.000000" y="269.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Enum</text><text class="text-mono" x="22.000000" y="315.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="315.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="504.000000" y="315.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="22.000000" y="361.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="361.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="504.000000" y="361.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="12" y="480" width="512" height="156" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="480.000000" width="512.000000" height="26.000000" fill="#0A0F25" /><text class="text" x="22.000000" y="523.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="123.000000" y="523.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="504.000000" y="523.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="532.000000" x2="524.000000" y2="532.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="549.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="123.000000" y="549.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="504.000000" y="549.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="558.000000" x2="524.000000" y2="558.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="575.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="123.000000" y="575.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="504.000000" y="575.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="584.000000" x2="524.000000" y2="584.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="601.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="123.000000" y="601.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="504.000000" y="601.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="610.000000" x2="524.000000" y2="610.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="627.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="123.000000" y="627.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="504.000000" y="627.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="636.000000" x2="524.000000" y2="636.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="code"><g class="shape" ></g><g transform="translate(12.000000 736.000000)"><rect class="shape" width="512" height="65" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
]]></script><g id="class"><g class="shape" ><rect class="shape" x="12" y="12" width="512" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="12.000000" width="512.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="22.000000" y="133.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="133.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="504.000000" y="133.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="179.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="179.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="504.000000" y="179.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="225.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="225.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="504.000000" y="225.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3"></text><line x1="12.000000" y1="242.000000" x2="524.000000" y2="242.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="22.000000" y="271.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="271.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="504.000000" y="271.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Enum</text><text class="text-mono" x="22.000000" y="317.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="317.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="504.000000" y="317.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="22.000000" y="363.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="363.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="504.000000" y="363.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="12" y="480" width="512" height="216" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="12.000000" y="480.000000" width="512.000000" height="36.000000" fill="#0A0F25" /><text class="text" x="22.000000" y="540.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="123.000000" y="540.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="504.000000" y="540.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="552.000000" x2="524.000000" y2="552.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="576.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="123.000000" y="576.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="504.000000" y="576.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="588.000000" x2="524.000000" y2="588.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="612.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="123.000000" y="612.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="504.000000" y="612.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="624.000000" x2="524.000000" y2="624.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="648.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="123.000000" y="648.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="504.000000" y="648.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="660.000000" x2="524.000000" y2="660.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="22.000000" y="684.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="123.000000" y="684.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="504.000000" y="684.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="696.000000" x2="524.000000" y2="696.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="code"><g class="shape" ></g><g transform="translate(12.000000 796.000000)"><rect class="shape" width="512" height="65" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
</text><text class="text-mono" x="0" y="2.000000em" xml:space="preserve">b <tspan fill="#000000" class="text-mono-bold">:=</tspan> a <tspan fill="#000000" class="text-mono-bold">+</tspan> <tspan fill="#009999">7</tspan>
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="package"><g class="shape" ><path d="M 12 901 L 162 901 L 162 921 L 524 921 L 524 1001 L 12 1001 Z" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;"/></g></g><g id="no width"><g class="shape" ><rect x="218" y="1101" width="100" height="100" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g></g><g id="(class -> users)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 268.000000 382.000000 L 268.000000 476.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#2321483479)"/></g><g id="(users -> code)[0]"><path d="M 268.000000 638.000000 L 268.000000 732.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#2321483479)"/></g><g id="(code -> package)[0]"><path d="M 268.000000 803.000000 L 268.000000 917.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#2321483479)"/></g><g id="(package -> no width)[0]"><path d="M 268.000000 1003.000000 L 268.000000 1097.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#2321483479)"/></g><mask id="2321483479" maskUnits="userSpaceOnUse" x="-100" y="-100" width="716" height="1393">
|
||||
<rect x="-100" y="-100" width="716" height="1393" fill="white"></rect>
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="package"><g class="shape" ><path d="M 12 961 L 162 961 L 162 981 L 524 981 L 524 1061 L 12 1061 Z" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;"/></g></g><g id="no width"><g class="shape" ><rect x="218" y="1161" width="100" height="100" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g></g><g id="(class -> users)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 268.000000 382.000000 L 268.000000 476.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#445948225)"/></g><g id="(users -> code)[0]"><path d="M 268.000000 698.000000 L 268.000000 792.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#445948225)"/></g><g id="(code -> package)[0]"><path d="M 268.000000 863.000000 L 268.000000 977.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#445948225)"/></g><g id="(package -> no width)[0]"><path d="M 268.000000 1063.000000 L 268.000000 1157.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#445948225)"/></g><mask id="445948225" maskUnits="userSpaceOnUse" x="-100" y="-100" width="716" height="1453">
|
||||
<rect x="-100" y="-100" width="716" height="1453" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
.text {
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 602 KiB After Width: | Height: | Size: 602 KiB |
12
e2etests/testdata/todo/shape_set_width_height/dagre/board.exp.json
generated
vendored
|
|
@ -513,15 +513,15 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "class",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 58,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 81,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -697,15 +697,15 @@
|
|||
}
|
||||
],
|
||||
"label": "users",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 47,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 65,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 942 KiB After Width: | Height: | Size: 942 KiB |
12
e2etests/testdata/todo/shape_set_width_height/elk/board.exp.json
generated
vendored
|
|
@ -513,15 +513,15 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "class",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": false,
|
||||
"underline": false,
|
||||
"labelWidth": 58,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 81,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
@ -697,15 +697,15 @@
|
|||
}
|
||||
],
|
||||
"label": "users",
|
||||
"fontSize": 16,
|
||||
"fontSize": 24,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
"italic": false,
|
||||
"bold": true,
|
||||
"underline": false,
|
||||
"labelWidth": 47,
|
||||
"labelHeight": 26,
|
||||
"labelWidth": 65,
|
||||
"labelHeight": 36,
|
||||
"zIndex": 0,
|
||||
"level": 1,
|
||||
"primaryAccentColor": "#0D32B2",
|
||||
|
|
|
|||
|
|
@ -796,34 +796,34 @@ width="2622" height="2644" viewBox="-90 -90 2622 2644"><style type="text/css">
|
|||
.md .contains-task-list:dir(rtl) .task-list-item-checkbox {
|
||||
margin: 0 -1.6em 0.25em 0.2em;
|
||||
}
|
||||
</style><g id="containers"><g class="shape" ><rect x="12" y="12" width="1322" height="428" style="fill:#E3E9FD;stroke:#0D32B2;stroke-width:2;" /></g><text class="text" x="673.000000" y="45.000000" style="text-anchor:middle;font-size:28px;fill:#0A0F25">containers</text></g><g id="cloud"><g class="shape" ><path d="M 1439 273 C 1439 276 1436 278 1432 278 C 1389 281 1354 316 1354 358 C 1354 403 1392 439 1441 439 H 1771 C 1823 439 1866 400 1866 353 C 1866 308 1827 271 1777 268 C 1774 268 1770 266 1769 263 C 1758 217 1707 183 1647 183 C 1608 183 1573 197 1551 220 C 1548 223 1544 223 1542 223 C 1533 220 1524 219 1514 219 C 1474 219 1442 243 1439 273 Z" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;"/></g><text class="text-bold" x="1607.664000" y="364.644000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">cloud</text></g><g id="tall cylinder"><g class="shape" ><path d="M 1482 1464 C 1482 1440 1597 1440 1610 1440 C 1623 1440 1738 1440 1738 1464 V 1928 C 1738 1952 1623 1952 1610 1952 C 1597 1952 1482 1952 1482 1928 V 1464 Z" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;"/><path d="M 1482 1464 C 1482 1488 1597 1488 1610 1488 C 1623 1488 1738 1488 1738 1464" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;"/></g><text class="text-bold" x="1610.000000" y="1713.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">tall cylinder</text></g><g id="class"><g class="shape" ><rect class="shape" x="1210" y="740" width="800" height="400" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="1210.000000" y="740.000000" width="800.000000" height="100.000000" fill="#0A0F25" /><text class="text-mono" x="1610.000000" y="796.500000" style="text-anchor:middle;font-size:20px;fill:#FFFFFF">class</text><text class="text-mono" x="1220.000000" y="869.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1240.000000" y="869.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="1990.000000" y="869.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="1220.000000" y="919.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1240.000000" y="919.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="1990.000000" y="919.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">int</text><text class="text-mono" x="1220.000000" y="969.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1240.000000" y="969.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="1990.000000" y="969.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3"></text><line x1="1210.000000" y1="990.000000" x2="2010.000000" y2="990.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="1220.000000" y="1019.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1240.000000" y="1019.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="1990.000000" y="1019.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Enum</text><text class="text-mono" x="1220.000000" y="1069.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1240.000000" y="1069.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="1990.000000" y="1069.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="1220.000000" y="1119.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1240.000000" y="1119.000000" style="text-anchor:start;font-size:16px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="1990.000000" y="1119.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="1210" y="2052" width="800" height="400" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="1210.000000" y="2052.000000" width="800.000000" height="66.666667" fill="#0A0F25" /><text class="text" x="1220.000000" y="2091.833333" style="text-anchor:start;font-size:20px;fill:#FFFFFF">users</text><text class="text" x="1220.000000" y="2156.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="1321.000000" y="2156.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">int</text>
|
||||
<text class="text" x="1990.000000" y="2156.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="1210.000000" y1="2185.333333" x2="2010.000000" y2="2185.333333" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="1220.000000" y="2222.666667" style="text-anchor:start;font-size:16px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="1321.000000" y="2222.666667" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="1990.000000" y="2222.666667" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="1210.000000" y1="2252.000000" x2="2010.000000" y2="2252.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="1220.000000" y="2289.333333" style="text-anchor:start;font-size:16px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="1321.000000" y="2289.333333" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="1990.000000" y="2289.333333" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="1210.000000" y1="2318.666667" x2="2010.000000" y2="2318.666667" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="1220.000000" y="2356.000000" style="text-anchor:start;font-size:16px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="1321.000000" y="2356.000000" style="text-anchor:start;font-size:16px;fill:#676C7E">string</text>
|
||||
<text class="text" x="1990.000000" y="2356.000000" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="1210.000000" y1="2385.333333" x2="2010.000000" y2="2385.333333" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="1220.000000" y="2422.666667" style="text-anchor:start;font-size:16px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="1321.000000" y="2422.666667" style="text-anchor:start;font-size:16px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="1990.000000" y="2422.666667" style="text-anchor:end;font-size:16px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="1210.000000" y1="2452.000000" x2="2010.000000" y2="2452.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="container"><g class="shape" ><rect x="2173" y="374" width="114" height="66" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="2230.000000" y="412.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">container</text></g><g id="text"><g class="shape" ></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="2030.000000" y="540.000000" width="400" height="800"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:transparent;color:#0A0F25;"><p>markdown text expanded to 800x400</p>
|
||||
</style><g id="containers"><g class="shape" ><rect x="12" y="12" width="1322" height="428" style="fill:#E3E9FD;stroke:#0D32B2;stroke-width:2;" /></g><text class="text" x="673.000000" y="45.000000" style="text-anchor:middle;font-size:28px;fill:#0A0F25">containers</text></g><g id="cloud"><g class="shape" ><path d="M 1439 273 C 1439 276 1436 278 1432 278 C 1389 281 1354 316 1354 358 C 1354 403 1392 439 1441 439 H 1771 C 1823 439 1866 400 1866 353 C 1866 308 1827 271 1777 268 C 1774 268 1770 266 1769 263 C 1758 217 1707 183 1647 183 C 1608 183 1573 197 1551 220 C 1548 223 1544 223 1542 223 C 1533 220 1524 219 1514 219 C 1474 219 1442 243 1439 273 Z" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;"/></g><text class="text-bold" x="1607.664000" y="364.644000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">cloud</text></g><g id="tall cylinder"><g class="shape" ><path d="M 1482 1464 C 1482 1440 1597 1440 1610 1440 C 1623 1440 1738 1440 1738 1464 V 1928 C 1738 1952 1623 1952 1610 1952 C 1597 1952 1482 1952 1482 1928 V 1464 Z" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;"/><path d="M 1482 1464 C 1482 1488 1597 1488 1610 1488 C 1623 1488 1738 1488 1738 1464" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;"/></g><text class="text-bold" x="1610.000000" y="1713.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">tall cylinder</text></g><g id="class"><g class="shape" ><rect class="shape" x="1210" y="740" width="800" height="400" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="1210.000000" y="740.000000" width="800.000000" height="100.000000" fill="#0A0F25" /><text class="text-mono" x="1610.000000" y="799.000000" style="text-anchor:middle;font-size:28px;fill:#FFFFFF">class</text><text class="text-mono" x="1220.000000" y="871.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1240.000000" y="871.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="1990.000000" y="871.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="1220.000000" y="921.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1240.000000" y="921.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="1990.000000" y="921.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="1220.000000" y="971.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1240.000000" y="971.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="1990.000000" y="971.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3"></text><line x1="1210.000000" y1="990.000000" x2="2010.000000" y2="990.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="1220.000000" y="1021.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1240.000000" y="1021.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="1990.000000" y="1021.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Enum</text><text class="text-mono" x="1220.000000" y="1071.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1240.000000" y="1071.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="1990.000000" y="1071.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="1220.000000" y="1121.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1240.000000" y="1121.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="1990.000000" y="1121.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">void</text></g></g><g id="users"><g class="shape" ><rect class="shape" x="1210" y="2052" width="800" height="400" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="1210.000000" y="2052.000000" width="800.000000" height="66.666667" fill="#0A0F25" /><text class="text" x="1220.000000" y="2094.333333" style="text-anchor:start;font-size:28px;fill:#FFFFFF">users</text><text class="text" x="1220.000000" y="2158.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="1321.000000" y="2158.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">int</text>
|
||||
<text class="text" x="1990.000000" y="2158.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="1210.000000" y1="2185.333333" x2="2010.000000" y2="2185.333333" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="1220.000000" y="2224.666667" style="text-anchor:start;font-size:24px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="1321.000000" y="2224.666667" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="1990.000000" y="2224.666667" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="1210.000000" y1="2252.000000" x2="2010.000000" y2="2252.000000" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="1220.000000" y="2291.333333" style="text-anchor:start;font-size:24px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="1321.000000" y="2291.333333" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="1990.000000" y="2291.333333" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="1210.000000" y1="2318.666667" x2="2010.000000" y2="2318.666667" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="1220.000000" y="2358.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="1321.000000" y="2358.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">string</text>
|
||||
<text class="text" x="1990.000000" y="2358.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="1210.000000" y1="2385.333333" x2="2010.000000" y2="2385.333333" style="stroke-width:2;stroke:#0A0F25" /><text class="text" x="1220.000000" y="2424.666667" style="text-anchor:start;font-size:24px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="1321.000000" y="2424.666667" style="text-anchor:start;font-size:24px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="1990.000000" y="2424.666667" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="1210.000000" y1="2452.000000" x2="2010.000000" y2="2452.000000" style="stroke-width:2;stroke:#0A0F25" /></g></g><g id="container"><g class="shape" ><rect x="2173" y="374" width="114" height="66" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="2230.000000" y="412.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">container</text></g><g id="text"><g class="shape" ></g><g><foreignObject requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility" x="2030.000000" y="540.000000" width="400" height="800"><div xmlns="http://www.w3.org/1999/xhtml" class="md" style="background-color:transparent;color:#0A0F25;"><p>markdown text expanded to 800x400</p>
|
||||
</div></foreignObject></g></g><g id="code"><g class="shape" ></g><g transform="translate(2030.000000 1546.000000)"><rect class="shape" width="400" height="300" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
</text><text class="text-mono" x="0" y="2.000000em" xml:space="preserve">b <tspan fill="#000000" class="text-mono-bold">:=</tspan> a <tspan fill="#000000" class="text-mono-bold">+</tspan> <tspan fill="#009999">7</tspan>
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="small code"><g class="shape" ></g><g transform="translate(2134.000000 2052.000000)"><rect class="shape" width="191" height="65" style="stroke: #0A0F25;fill:#ffffff" /><g transform="translate(6 6)"><text class="text-mono" x="0" y="1.000000em" xml:space="preserve">a <tspan fill="#000000" class="text-mono-bold">:=</tspan> <tspan fill="#009999">5</tspan>
|
||||
</text><text class="text-mono" x="0" y="2.000000em" xml:space="preserve">b <tspan fill="#000000" class="text-mono-bold">:=</tspan> a <tspan fill="#000000" class="text-mono-bold">+</tspan> <tspan fill="#009999">7</tspan>
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="containers.circle container"><g class="shape" ><ellipse class="shape" cx="226.000000" cy="226.000000" rx="139.000000" ry="107.000000" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;" /></g><text class="text" x="226.000000" y="180.000000" style="text-anchor:middle;font-size:24px;fill:#0A0F25">circle container</text></g><g id="containers.diamond container"><g class="shape" ><path d="M 524 365 C 523 365 522 365 521 364 L 386 229 C 385 228 385 225 386 224 L 521 88 C 522 87 525 87 526 88 L 661 224 C 662 225 662 228 661 229 L 527 364 C 526 365 525 365 524 365 Z" style="fill:#CFD2DD;stroke:#0D32B2;stroke-width:2;"/></g><text class="text" x="524.000000" y="185.500000" style="text-anchor:middle;font-size:24px;fill:#0A0F25">diamond container</text></g><g id="containers.oval container"><g class="shape" ><ellipse class="shape" cx="822.000000" cy="226.000000" rx="139.000000" ry="107.000000" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;" /></g><text class="text" x="822.000000" y="180.000000" style="text-anchor:middle;font-size:24px;fill:#0A0F25">oval container</text></g><g id="containers.hexagon container"><g class="shape" ><path d="M 1051 119 L 981 226 L 1051 333 L 1190 333 L 1259 226 L 1190 119 Z" style="fill:#DEE1EB;stroke:#0D32B2;stroke-width:2;"/></g><text class="text" x="1120.000000" y="183.666667" style="text-anchor:middle;font-size:24px;fill:#0A0F25">hexagon container</text></g><g id="containers.circle container.diamond"><g class="shape" ><path d="M 226 258 C 226 258 225 258 225 258 L 162 227 C 161 227 161 226 162 226 L 225 194 C 226 194 227 194 227 194 L 289 225 C 290 225 290 226 289 226 L 227 258 C 227 258 226 258 226 258 Z" style="fill:#CFD2DD;stroke:#0D32B2;stroke-width:2;"/></g><text class="text-bold" x="226.000000" y="231.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">diamond</text></g><g id="containers.diamond container.circle"><g class="shape" ><ellipse class="shape" cx="524.000000" cy="226.000000" rx="64.000000" ry="64.000000" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="524.000000" y="231.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">circle</text></g><g id="containers.oval container.hexagon"><g class="shape" ><path d="M 790 194 L 758 226 L 790 258 L 854 258 L 886 226 L 854 194 Z" style="fill:#DEE1EB;stroke:#0D32B2;stroke-width:2;"/></g><text class="text-bold" x="822.000000" y="231.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">hexagon</text></g><g id="containers.hexagon container.oval"><g class="shape" ><ellipse class="shape" cx="1120.000000" cy="226.000000" rx="64.000000" ry="32.000000" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="1120.000000" y="231.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">oval</text></g><g id="(cloud -> class)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 1610.000000 441.000000 L 1610.000000 736.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#4239009221)"/></g><g id="(class -> tall cylinder)[0]"><path d="M 1610.000000 1142.000000 L 1610.000000 1436.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#4239009221)"/></g><g id="(tall cylinder -> users)[0]"><path d="M 1610.000000 1954.000000 L 1610.000000 2048.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#4239009221)"/></g><g id="(container -> text)[0]"><path d="M 2230.000000 442.000000 L 2230.000000 536.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#4239009221)"/></g><g id="(text -> code)[0]"><path d="M 2230.000000 1342.000000 L 2230.000000 1542.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#4239009221)"/></g><g id="(code -> small code)[0]"><path d="M 2230.000000 1848.000000 L 2230.000000 2048.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#4239009221)"/></g><mask id="4239009221" maskUnits="userSpaceOnUse" x="-100" y="-100" width="2622" height="2644">
|
||||
</text><text class="text-mono" x="0" y="3.000000em" xml:space="preserve">fmt.<tspan fill="#990000" class="text-mono-bold">Printf</tspan>(<tspan fill="#dd1144">"%d"</tspan>, b)</text></g></g></g><g id="containers.circle container"><g class="shape" ><ellipse class="shape" cx="226.000000" cy="226.000000" rx="139.000000" ry="107.000000" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;" /></g><text class="text" x="226.000000" y="180.000000" style="text-anchor:middle;font-size:24px;fill:#0A0F25">circle container</text></g><g id="containers.diamond container"><g class="shape" ><path d="M 524 365 C 523 365 522 365 521 364 L 386 229 C 385 228 385 225 386 224 L 521 88 C 522 87 525 87 526 88 L 661 224 C 662 225 662 228 661 229 L 527 364 C 526 365 525 365 524 365 Z" style="fill:#CFD2DD;stroke:#0D32B2;stroke-width:2;"/></g><text class="text" x="524.000000" y="185.500000" style="text-anchor:middle;font-size:24px;fill:#0A0F25">diamond container</text></g><g id="containers.oval container"><g class="shape" ><ellipse class="shape" cx="822.000000" cy="226.000000" rx="139.000000" ry="107.000000" style="fill:#EDF0FD;stroke:#0D32B2;stroke-width:2;" /></g><text class="text" x="822.000000" y="180.000000" style="text-anchor:middle;font-size:24px;fill:#0A0F25">oval container</text></g><g id="containers.hexagon container"><g class="shape" ><path d="M 1051 119 L 981 226 L 1051 333 L 1190 333 L 1259 226 L 1190 119 Z" style="fill:#DEE1EB;stroke:#0D32B2;stroke-width:2;"/></g><text class="text" x="1120.000000" y="183.666667" style="text-anchor:middle;font-size:24px;fill:#0A0F25">hexagon container</text></g><g id="containers.circle container.diamond"><g class="shape" ><path d="M 226 258 C 226 258 225 258 225 258 L 162 227 C 161 227 161 226 162 226 L 225 194 C 226 194 227 194 227 194 L 289 225 C 290 225 290 226 289 226 L 227 258 C 227 258 226 258 226 258 Z" style="fill:#CFD2DD;stroke:#0D32B2;stroke-width:2;"/></g><text class="text-bold" x="226.000000" y="231.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">diamond</text></g><g id="containers.diamond container.circle"><g class="shape" ><ellipse class="shape" cx="524.000000" cy="226.000000" rx="64.000000" ry="64.000000" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="524.000000" y="231.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">circle</text></g><g id="containers.oval container.hexagon"><g class="shape" ><path d="M 790 194 L 758 226 L 790 258 L 854 258 L 886 226 L 854 194 Z" style="fill:#DEE1EB;stroke:#0D32B2;stroke-width:2;"/></g><text class="text-bold" x="822.000000" y="231.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">hexagon</text></g><g id="containers.hexagon container.oval"><g class="shape" ><ellipse class="shape" cx="1120.000000" cy="226.000000" rx="64.000000" ry="32.000000" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="1120.000000" y="231.500000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">oval</text></g><g id="(cloud -> class)[0]"><marker id="mk-3990223579" markerWidth="10.000000" markerHeight="12.000000" refX="7.000000" refY="6.000000" viewBox="0.000000 0.000000 10.000000 12.000000" orient="auto" markerUnits="userSpaceOnUse"> <polygon class="connection" fill="#0D32B2" stroke-width="2" points="0.000000,0.000000 10.000000,6.000000 0.000000,12.000000" /> </marker><path d="M 1610.000000 441.000000 L 1610.000000 736.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1208097057)"/></g><g id="(class -> tall cylinder)[0]"><path d="M 1610.000000 1142.000000 L 1610.000000 1436.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1208097057)"/></g><g id="(tall cylinder -> users)[0]"><path d="M 1610.000000 1954.000000 L 1610.000000 2048.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1208097057)"/></g><g id="(container -> text)[0]"><path d="M 2230.000000 442.000000 L 2230.000000 536.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1208097057)"/></g><g id="(text -> code)[0]"><path d="M 2230.000000 1342.000000 L 2230.000000 1542.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1208097057)"/></g><g id="(code -> small code)[0]"><path d="M 2230.000000 1848.000000 L 2230.000000 2048.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1208097057)"/></g><mask id="1208097057" maskUnits="userSpaceOnUse" x="-100" y="-100" width="2622" height="2644">
|
||||
<rect x="-100" y="-100" width="2622" height="2644" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 942 KiB After Width: | Height: | Size: 942 KiB |