Tests, changleog
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
- `d2 fmt` accepts multiple files to be formatted [#718](https://github.com/terrastruct/d2/issues/718)
|
||||
|
||||
- `font-size` works for `sql_table` and `class` shapes [#769](https://github.com/terrastruct/d2/issues/769)
|
||||
|
||||
- You can now use the reserved keywords `layers`/`scenarios`/`steps` to define diagrams
|
||||
with multiple levels of abstractions. [#714](https://github.com/terrastruct/d2/pull/714)
|
||||
Docs to come soon
|
||||
|
|
|
|||
|
|
@ -135,8 +135,11 @@ func toShape(obj *d2graph.Object, theme *d2themes.Theme) d2target.Shape {
|
|||
shape.Label = obj.Attributes.Label.Value
|
||||
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
|
||||
case d2target.ShapeSQLTable:
|
||||
shape.SQLTable = *obj.SQLTable
|
||||
shape.FontSize -= 4
|
||||
}
|
||||
shape.Label = text.Text
|
||||
shape.LabelWidth = text.Dimensions.Width
|
||||
|
|
|
|||
2
e2etests/testdata/measured/empty-class/dagre/board.exp.json
generated
vendored
|
|
@ -30,7 +30,7 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"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="2019199647" 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="782716398" 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": 20,
|
||||
"fontSize": 16,
|
||||
"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="1023975809" 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="1284081062" 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 |
4
e2etests/testdata/regression/empty_class_height/dagre/board.exp.json
generated
vendored
|
|
@ -41,7 +41,7 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "class with rows",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "class without rows",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,11 +39,11 @@ 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:24px;fill:#FFFFFF">class with rows</text><text class="text-mono" x="10.000000" y="120.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="120.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="263.000000" y="120.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="166.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="166.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="263.000000" y="166.000000" style="text-anchor:end;font-size:20px;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:24px;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="473792242" maskUnits="userSpaceOnUse" x="-100" y="-100" width="866" height="388">
|
||||
]]></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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
4
e2etests/testdata/regression/empty_class_height/elk/board.exp.json
generated
vendored
|
|
@ -41,7 +41,7 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "class with rows",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -84,7 +84,7 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "class without rows",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,11 +39,11 @@ 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:24px;fill:#FFFFFF">class with rows</text><text class="text-mono" x="22.000000" y="132.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="132.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="275.000000" y="132.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="178.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="178.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="275.000000" y="178.000000" style="text-anchor:end;font-size:20px;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:24px;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="2000416750" maskUnits="userSpaceOnUse" x="-100" y="-100" width="826" height="388">
|
||||
]]></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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
6
e2etests/testdata/regression/only_header_class_table/dagre/board.exp.json
generated
vendored
|
|
@ -30,7 +30,7 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "RefreshAuthorizationPolicyProtocolServerSideTranslatorProtocolBuffer",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "RefreshAuthorizationPolicyCache",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -145,7 +145,7 @@
|
|||
}
|
||||
],
|
||||
"label": "RefreshAuthorizationPolicyCache",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,9 +39,9 @@ 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:24px;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:24px;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:24px;fill:#FFFFFF">RefreshAuthorizationPolicyCache</text><text class="text" x="309.000000" y="364.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">ok</text>
|
||||
<text class="text" x="350.000000" y="364.500000" style="text-anchor:start;font-size:20px;fill:#676C7E"></text>
|
||||
<text class="text" x="600.000000" y="364.500000" style="text-anchor:end;font-size:20px;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(#2241312073)"/></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(#2241312073)"/></g><mask id="2241312073" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1122" height="579">
|
||||
]]></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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 508 KiB After Width: | Height: | Size: 508 KiB |
6
e2etests/testdata/regression/only_header_class_table/elk/board.exp.json
generated
vendored
|
|
@ -30,7 +30,7 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "RefreshAuthorizationPolicyProtocolServerSideTranslatorProtocolBuffer",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
"methods": null,
|
||||
"columns": null,
|
||||
"label": "RefreshAuthorizationPolicyCache",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -145,7 +145,7 @@
|
|||
}
|
||||
],
|
||||
"label": "RefreshAuthorizationPolicyCache",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,9 +39,9 @@ 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:24px;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:24px;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:24px;fill:#FFFFFF">RefreshAuthorizationPolicyCache</text><text class="text" x="320.000000" y="376.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">ok</text>
|
||||
<text class="text" x="361.000000" y="376.500000" style="text-anchor:start;font-size:20px;fill:#676C7E"></text>
|
||||
<text class="text" x="611.000000" y="376.500000" style="text-anchor:end;font-size:20px;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(#4290109115)"/></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(#4290109115)"/></g><mask id="4290109115" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1122" height="579">
|
||||
]]></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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 508 KiB After Width: | Height: | Size: 508 KiB |
4
e2etests/testdata/regression/sql_table_overflow/dagre/board.exp.json
generated
vendored
|
|
@ -87,7 +87,7 @@
|
|||
}
|
||||
],
|
||||
"label": "sql_table_overflow",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
}
|
||||
],
|
||||
"label": "sql_table_constrained_overflow",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,15 +39,15 @@ 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:24px;fill:#FFFFFF">sql_table_overflow</text><text class="text" x="10.000000" y="51.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">short</text>
|
||||
<text class="text" x="272.000000" y="51.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">loooooooooooooooooooong</text>
|
||||
<text class="text" x="514.000000" y="51.500000" style="text-anchor:end;font-size:20px;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="82.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">loooooooooooooooooooong</text>
|
||||
<text class="text" x="272.000000" y="82.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">short</text>
|
||||
<text class="text" x="514.000000" y="82.500000" style="text-anchor:end;font-size:20px;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:24px;fill:#FFFFFF">sql_table_constrained_overflow</text><text class="text" x="604.000000" y="51.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">short</text>
|
||||
<text class="text" x="866.000000" y="51.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">loooooooooooooooooooong</text>
|
||||
<text class="text" x="1168.000000" y="51.500000" style="text-anchor:end;font-size:20px;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="82.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">loooooooooooooooooooong</text>
|
||||
<text class="text" x="866.000000" y="82.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">short</text>
|
||||
<text class="text" x="1168.000000" y="82.500000" style="text-anchor:end;font-size:20px;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="2007697201" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1392" height="297">
|
||||
]]></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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 328 KiB After Width: | Height: | Size: 328 KiB |
4
e2etests/testdata/regression/sql_table_overflow/elk/board.exp.json
generated
vendored
|
|
@ -87,7 +87,7 @@
|
|||
}
|
||||
],
|
||||
"label": "sql_table_overflow",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
}
|
||||
],
|
||||
"label": "sql_table_constrained_overflow",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,15 +39,15 @@ 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:24px;fill:#FFFFFF">sql_table_overflow</text><text class="text" x="22.000000" y="63.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">short</text>
|
||||
<text class="text" x="284.000000" y="63.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">loooooooooooooooooooong</text>
|
||||
<text class="text" x="526.000000" y="63.500000" style="text-anchor:end;font-size:20px;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="94.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">loooooooooooooooooooong</text>
|
||||
<text class="text" x="284.000000" y="94.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">short</text>
|
||||
<text class="text" x="526.000000" y="94.500000" style="text-anchor:end;font-size:20px;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:24px;fill:#FFFFFF">sql_table_constrained_overflow</text><text class="text" x="576.000000" y="63.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">short</text>
|
||||
<text class="text" x="838.000000" y="63.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">loooooooooooooooooooong</text>
|
||||
<text class="text" x="1140.000000" y="63.500000" style="text-anchor:end;font-size:20px;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="94.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">loooooooooooooooooooong</text>
|
||||
<text class="text" x="838.000000" y="94.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">short</text>
|
||||
<text class="text" x="1140.000000" y="94.500000" style="text-anchor:end;font-size:20px;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="2846431045" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1352" height="297">
|
||||
]]></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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 328 KiB After Width: | Height: | Size: 328 KiB |
4
e2etests/testdata/regression/unnamed_class_table_code/dagre/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
}
|
||||
],
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,31 +39,31 @@ 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="120.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="120.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="402.000000" y="120.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="166.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="166.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="402.000000" y="166.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="212.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="212.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="402.000000" y="212.000000" style="text-anchor:end;font-size:20px;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="258.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="258.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="402.000000" y="258.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Enum</text><text class="text-mono" x="10.000000" y="304.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="304.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="402.000000" y="304.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="10.000000" y="350.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="350.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="402.000000" y="350.000000" style="text-anchor:end;font-size:20px;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="512.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="218.000000" y="512.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="295.000000" y="512.000000" style="text-anchor:end;font-size:20px;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="538.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="218.000000" y="538.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="538.000000" style="text-anchor:end;font-size:20px;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="564.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="218.000000" y="564.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="564.000000" style="text-anchor:end;font-size:20px;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="590.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="218.000000" y="590.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="590.000000" style="text-anchor:end;font-size:20px;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="616.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="218.000000" y="616.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="295.000000" y="616.000000" style="text-anchor:end;font-size:20px;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="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>
|
||||
</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(#1613769514)"/></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(#1613769514)"/></g><mask id="1613769514" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="998">
|
||||
</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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 601 KiB After Width: | Height: | Size: 601 KiB |
4
e2etests/testdata/regression/unnamed_class_table_code/elk/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
}
|
||||
],
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,31 +39,31 @@ 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="132.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="132.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="414.000000" y="132.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="178.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="178.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="414.000000" y="178.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="224.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="224.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="414.000000" y="224.000000" style="text-anchor:end;font-size:20px;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="270.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="270.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="414.000000" y="270.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Enum</text><text class="text-mono" x="22.000000" y="316.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="316.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="414.000000" y="316.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="22.000000" y="362.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="362.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="414.000000" y="362.000000" style="text-anchor:end;font-size:20px;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="524.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="230.000000" y="524.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="307.000000" y="524.000000" style="text-anchor:end;font-size:20px;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="550.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="230.000000" y="550.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="550.000000" style="text-anchor:end;font-size:20px;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="576.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="230.000000" y="576.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="576.000000" style="text-anchor:end;font-size:20px;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="602.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="230.000000" y="602.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="602.000000" style="text-anchor:end;font-size:20px;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="628.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="230.000000" y="628.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="307.000000" y="628.000000" style="text-anchor:end;font-size:20px;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="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>
|
||||
</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(#321376059)"/></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(#321376059)"/></g><mask id="321376059" maskUnits="userSpaceOnUse" x="-100" y="-100" width="626" height="998">
|
||||
</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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 601 KiB After Width: | Height: | Size: 601 KiB |
2
e2etests/testdata/stable/class/dagre/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "BatchManager",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -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:24px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="10.000000" y="120.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="120.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="402.000000" y="120.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="166.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="166.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="402.000000" y="166.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="212.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="212.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="402.000000" y="212.000000" style="text-anchor:end;font-size:20px;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="258.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="258.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="402.000000" y="258.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Enum</text><text class="text-mono" x="10.000000" y="304.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="304.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="402.000000" y="304.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="10.000000" y="350.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="350.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="402.000000" y="350.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">void</text></g></g><mask id="3760638368" 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="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">
|
||||
<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 |
2
e2etests/testdata/stable/class/elk/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "BatchManager",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -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:24px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="22.000000" y="132.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="132.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="414.000000" y="132.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="178.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="178.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="414.000000" y="178.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="224.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="224.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="414.000000" y="224.000000" style="text-anchor:end;font-size:20px;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="270.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="270.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="414.000000" y="270.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Enum</text><text class="text-mono" x="22.000000" y="316.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="316.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="414.000000" y="316.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="22.000000" y="362.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="362.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="414.000000" y="362.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">void</text></g></g><mask id="1563122472" 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="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">
|
||||
<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 |
4
e2etests/testdata/stable/sequence_diagram_all_shapes/dagre/board.exp.json
generated
vendored
|
|
@ -123,7 +123,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "a class",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -891,7 +891,7 @@
|
|||
}
|
||||
],
|
||||
"label": "users",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 757 KiB After Width: | Height: | Size: 757 KiB |
4
e2etests/testdata/stable/sequence_diagram_all_shapes/elk/board.exp.json
generated
vendored
|
|
@ -123,7 +123,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "a class",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -891,7 +891,7 @@
|
|||
}
|
||||
],
|
||||
"label": "users",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 757 KiB After Width: | Height: | Size: 757 KiB |
8
e2etests/testdata/stable/sql_table_column_styles/dagre/board.exp.json
generated
vendored
|
|
@ -87,7 +87,7 @@
|
|||
}
|
||||
],
|
||||
"label": "Humor in the Court",
|
||||
"fontSize": 24,
|
||||
"fontSize": 20,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "orange",
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
}
|
||||
],
|
||||
"label": "Humor in the Court2",
|
||||
"fontSize": 34,
|
||||
"fontSize": 30,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "orange",
|
||||
|
|
@ -262,7 +262,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "BatchManager",
|
||||
"fontSize": 24,
|
||||
"fontSize": 20,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -337,7 +337,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "BatchManager",
|
||||
"fontSize": 34,
|
||||
"fontSize": 30,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,39 +39,39 @@ width="3058" height="668" viewBox="-102 -102 3058 668"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="Humor in the Court"><g class="shape" ><rect class="shape" x="0" y="178" width="678" height="108" style="fill:lightgray;stroke:red;stroke-width:2;"/><rect class="class_header" x="0.000000" y="178.000000" width="678.000000" height="36.000000" fill="red" /><text class="text" x="10.000000" y="203.750000" style="text-anchor:start;font-size:28px;fill:lightgray">Humor in the Court</text><text class="text" x="10.000000" y="238.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">Could you see him from where you were standing?</text>
|
||||
<text class="text" x="448.000000" y="238.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">I could see his head.</text>
|
||||
<text class="text" x="658.000000" y="238.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="250.000000" x2="678.000000" y2="250.000000" style="stroke-width:2;stroke:red" /><text class="text" x="10.000000" y="274.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">And where was his head?</text>
|
||||
<text class="text" x="448.000000" y="274.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">Just above his shoulders.</text>
|
||||
<text class="text" x="658.000000" y="274.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="286.000000" x2="678.000000" y2="286.000000" style="stroke-width:2;stroke:red" /></g></g><g id="Humor in the Court2"><g class="shape" ><rect class="shape" x="738" y="160" width="992" height="144" style="fill:lightgray;stroke:red;stroke-width:2;"/><rect class="class_header" x="738.000000" y="160.000000" width="992.000000" height="48.000000" fill="red" /><text class="text" x="748.000000" y="194.750000" style="text-anchor:start;font-size:38px;fill:lightgray">Humor in the Court2</text><text class="text" x="748.000000" y="240.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">Could you see him from where you were standing?</text>
|
||||
<text class="text" x="1395.000000" y="240.500000" style="text-anchor:start;font-size:34px;fill:#676C7E">I could see his head.</text>
|
||||
<text class="text" x="1710.000000" y="240.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="738.000000" y1="256.000000" x2="1730.000000" y2="256.000000" style="stroke-width:2;stroke:red" /><text class="text" x="748.000000" y="288.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">And where was his head?</text>
|
||||
<text class="text" x="1395.000000" y="288.500000" style="text-anchor:start;font-size:34px;fill:#676C7E">Just above his shoulders.</text>
|
||||
<text class="text" x="1710.000000" y="288.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="738.000000" y1="304.000000" x2="1730.000000" y2="304.000000" style="stroke-width:2;stroke:red" /></g></g><g id="manager"><g class="shape" ><rect class="shape" x="1790" y="48" width="422" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="1790.000000" y="48.000000" width="422.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="2001.000000" y="101.750000" style="text-anchor:middle;font-size:28px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="1800.000000" y="169.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1820.000000" y="169.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="2192.000000" y="169.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="1800.000000" y="215.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1820.000000" y="215.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="2192.000000" y="215.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="1800.000000" y="261.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1820.000000" y="261.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="2192.000000" y="261.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3"></text><line x1="1790.000000" y1="278.000000" x2="2212.000000" y2="278.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="1800.000000" y="307.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1820.000000" y="307.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="2192.000000" y="307.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Enum</text><text class="text-mono" x="1800.000000" y="353.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1820.000000" y="353.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="2192.000000" y="353.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="1800.000000" y="399.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1820.000000" y="399.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="2192.000000" y="399.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">void</text></g></g><g id="manager2"><g class="shape" ><rect class="shape" x="2272" y="0" width="582" height="464" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="2272.000000" y="0.000000" width="582.000000" height="116.000000" fill="#0A0F25" /><text class="text-mono" x="2563.000000" y="68.750000" style="text-anchor:middle;font-size:38px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="2282.000000" y="153.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="2302.000000" y="153.500000" style="text-anchor:start;font-size:34px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="2834.000000" y="153.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3">int</text><text class="text-mono" x="2282.000000" y="211.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="2302.000000" y="211.500000" style="text-anchor:start;font-size:34px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="2834.000000" y="211.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3">int</text><text class="text-mono" x="2282.000000" y="269.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="2302.000000" y="269.500000" style="text-anchor:start;font-size:34px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="2834.000000" y="269.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3"></text><line x1="2272.000000" y1="290.000000" x2="2854.000000" y2="290.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="2282.000000" y="327.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="2302.000000" y="327.500000" style="text-anchor:start;font-size:34px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="2834.000000" y="327.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3">Enum</text><text class="text-mono" x="2282.000000" y="385.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="2302.000000" y="385.500000" style="text-anchor:start;font-size:34px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="2834.000000" y="385.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="2282.000000" y="443.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="2302.000000" y="443.500000" style="text-anchor:start;font-size:34px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="2834.000000" y="443.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3">void</text></g></g><mask id="906051127" maskUnits="userSpaceOnUse" x="-100" y="-100" width="3058" height="668">
|
||||
]]></script><g id="Humor in the Court"><g class="shape" ><rect class="shape" x="0" y="178" width="678" height="108" style="fill:lightgray;stroke:red;stroke-width:2;"/><rect class="class_header" x="0.000000" y="178.000000" width="678.000000" height="36.000000" fill="red" /><text class="text" x="10.000000" y="203.750000" style="text-anchor:start;font-size:24px;fill:lightgray">Humor in the Court</text><text class="text" x="10.000000" y="237.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">Could you see him from where you were standing?</text>
|
||||
<text class="text" x="448.000000" y="237.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">I could see his head.</text>
|
||||
<text class="text" x="658.000000" y="237.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="250.000000" x2="678.000000" y2="250.000000" style="stroke-width:2;stroke:red" /><text class="text" x="10.000000" y="273.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">And where was his head?</text>
|
||||
<text class="text" x="448.000000" y="273.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">Just above his shoulders.</text>
|
||||
<text class="text" x="658.000000" y="273.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="0.000000" y1="286.000000" x2="678.000000" y2="286.000000" style="stroke-width:2;stroke:red" /></g></g><g id="Humor in the Court2"><g class="shape" ><rect class="shape" x="738" y="160" width="992" height="144" style="fill:lightgray;stroke:red;stroke-width:2;"/><rect class="class_header" x="738.000000" y="160.000000" width="992.000000" height="48.000000" fill="red" /><text class="text" x="748.000000" y="194.750000" style="text-anchor:start;font-size:34px;fill:lightgray">Humor in the Court2</text><text class="text" x="748.000000" y="239.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">Could you see him from where you were standing?</text>
|
||||
<text class="text" x="1395.000000" y="239.500000" style="text-anchor:start;font-size:30px;fill:#676C7E">I could see his head.</text>
|
||||
<text class="text" x="1710.000000" y="239.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="738.000000" y1="256.000000" x2="1730.000000" y2="256.000000" style="stroke-width:2;stroke:red" /><text class="text" x="748.000000" y="287.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">And where was his head?</text>
|
||||
<text class="text" x="1395.000000" y="287.500000" style="text-anchor:start;font-size:30px;fill:#676C7E">Just above his shoulders.</text>
|
||||
<text class="text" x="1710.000000" y="287.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="738.000000" y1="304.000000" x2="1730.000000" y2="304.000000" style="stroke-width:2;stroke:red" /></g></g><g id="manager"><g class="shape" ><rect class="shape" x="1790" y="48" width="422" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="1790.000000" y="48.000000" width="422.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="2001.000000" y="101.750000" style="text-anchor:middle;font-size:24px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="1800.000000" y="168.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1820.000000" y="168.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="2192.000000" y="168.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="1800.000000" y="214.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1820.000000" y="214.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="2192.000000" y="214.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="1800.000000" y="260.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1820.000000" y="260.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="2192.000000" y="260.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3"></text><line x1="1790.000000" y1="278.000000" x2="2212.000000" y2="278.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="1800.000000" y="306.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1820.000000" y="306.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="2192.000000" y="306.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Enum</text><text class="text-mono" x="1800.000000" y="352.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1820.000000" y="352.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="2192.000000" y="352.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="1800.000000" y="398.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1820.000000" y="398.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="2192.000000" y="398.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">void</text></g></g><g id="manager2"><g class="shape" ><rect class="shape" x="2272" y="0" width="582" height="464" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="2272.000000" y="0.000000" width="582.000000" height="116.000000" fill="#0A0F25" /><text class="text-mono" x="2563.000000" y="68.750000" style="text-anchor:middle;font-size:34px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="2282.000000" y="152.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="2302.000000" y="152.500000" style="text-anchor:start;font-size:30px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="2834.000000" y="152.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3">int</text><text class="text-mono" x="2282.000000" y="210.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="2302.000000" y="210.500000" style="text-anchor:start;font-size:30px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="2834.000000" y="210.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3">int</text><text class="text-mono" x="2282.000000" y="268.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="2302.000000" y="268.500000" style="text-anchor:start;font-size:30px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="2834.000000" y="268.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3"></text><line x1="2272.000000" y1="290.000000" x2="2854.000000" y2="290.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="2282.000000" y="326.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="2302.000000" y="326.500000" style="text-anchor:start;font-size:30px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="2834.000000" y="326.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3">Enum</text><text class="text-mono" x="2282.000000" y="384.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="2302.000000" y="384.500000" style="text-anchor:start;font-size:30px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="2834.000000" y="384.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="2282.000000" y="442.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="2302.000000" y="442.500000" style="text-anchor:start;font-size:30px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="2834.000000" y="442.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3">void</text></g></g><mask id="2735816647" maskUnits="userSpaceOnUse" x="-100" y="-100" width="3058" height="668">
|
||||
<rect x="-100" y="-100" width="3058" height="668" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 514 KiB After Width: | Height: | Size: 514 KiB |
8
e2etests/testdata/stable/sql_table_column_styles/elk/board.exp.json
generated
vendored
|
|
@ -87,7 +87,7 @@
|
|||
}
|
||||
],
|
||||
"label": "Humor in the Court",
|
||||
"fontSize": 24,
|
||||
"fontSize": 20,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "orange",
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
}
|
||||
],
|
||||
"label": "Humor in the Court2",
|
||||
"fontSize": 34,
|
||||
"fontSize": 30,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "orange",
|
||||
|
|
@ -262,7 +262,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "BatchManager",
|
||||
"fontSize": 24,
|
||||
"fontSize": 20,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -337,7 +337,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "BatchManager",
|
||||
"fontSize": 34,
|
||||
"fontSize": 30,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,39 +39,39 @@ width="2938" height="668" viewBox="-90 -90 2938 668"><style type="text/css">
|
|||
svgEl.setAttribute("height", height * ratio - 16);
|
||||
}
|
||||
});
|
||||
]]></script><g id="Humor in the Court"><g class="shape" ><rect class="shape" x="12" y="190" width="678" height="108" style="fill:lightgray;stroke:red;stroke-width:2;"/><rect class="class_header" x="12.000000" y="190.000000" width="678.000000" height="36.000000" fill="red" /><text class="text" x="22.000000" y="215.750000" style="text-anchor:start;font-size:28px;fill:lightgray">Humor in the Court</text><text class="text" x="22.000000" y="250.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">Could you see him from where you were standing?</text>
|
||||
<text class="text" x="460.000000" y="250.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">I could see his head.</text>
|
||||
<text class="text" x="670.000000" y="250.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="262.000000" x2="690.000000" y2="262.000000" style="stroke-width:2;stroke:red" /><text class="text" x="22.000000" y="286.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">And where was his head?</text>
|
||||
<text class="text" x="460.000000" y="286.000000" style="text-anchor:start;font-size:24px;fill:#676C7E">Just above his shoulders.</text>
|
||||
<text class="text" x="670.000000" y="286.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="298.000000" x2="690.000000" y2="298.000000" style="stroke-width:2;stroke:red" /></g></g><g id="Humor in the Court2"><g class="shape" ><rect class="shape" x="710" y="172" width="992" height="144" style="fill:lightgray;stroke:red;stroke-width:2;"/><rect class="class_header" x="710.000000" y="172.000000" width="992.000000" height="48.000000" fill="red" /><text class="text" x="720.000000" y="206.750000" style="text-anchor:start;font-size:38px;fill:lightgray">Humor in the Court2</text><text class="text" x="720.000000" y="252.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">Could you see him from where you were standing?</text>
|
||||
<text class="text" x="1367.000000" y="252.500000" style="text-anchor:start;font-size:34px;fill:#676C7E">I could see his head.</text>
|
||||
<text class="text" x="1682.000000" y="252.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="710.000000" y1="268.000000" x2="1702.000000" y2="268.000000" style="stroke-width:2;stroke:red" /><text class="text" x="720.000000" y="300.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">And where was his head?</text>
|
||||
<text class="text" x="1367.000000" y="300.500000" style="text-anchor:start;font-size:34px;fill:#676C7E">Just above his shoulders.</text>
|
||||
<text class="text" x="1682.000000" y="300.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="710.000000" y1="316.000000" x2="1702.000000" y2="316.000000" style="stroke-width:2;stroke:red" /></g></g><g id="manager"><g class="shape" ><rect class="shape" x="1722" y="60" width="422" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="1722.000000" y="60.000000" width="422.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="1933.000000" y="113.750000" style="text-anchor:middle;font-size:28px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="1732.000000" y="181.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1752.000000" y="181.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="2124.000000" y="181.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="1732.000000" y="227.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1752.000000" y="227.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="2124.000000" y="227.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">int</text><text class="text-mono" x="1732.000000" y="273.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1752.000000" y="273.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="2124.000000" y="273.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3"></text><line x1="1722.000000" y1="290.000000" x2="2144.000000" y2="290.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="1732.000000" y="319.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1752.000000" y="319.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="2124.000000" y="319.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Enum</text><text class="text-mono" x="1732.000000" y="365.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1752.000000" y="365.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="2124.000000" y="365.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="1732.000000" y="411.000000" style="text-anchor:start;font-size:24px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1752.000000" y="411.000000" style="text-anchor:start;font-size:24px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="2124.000000" y="411.000000" style="text-anchor:end;font-size:24px;fill:#4A6FF3">void</text></g></g><g id="manager2"><g class="shape" ><rect class="shape" x="2164" y="12" width="582" height="464" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="2164.000000" y="12.000000" width="582.000000" height="116.000000" fill="#0A0F25" /><text class="text-mono" x="2455.000000" y="80.750000" style="text-anchor:middle;font-size:38px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="2174.000000" y="165.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="2194.000000" y="165.500000" style="text-anchor:start;font-size:34px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="2726.000000" y="165.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3">int</text><text class="text-mono" x="2174.000000" y="223.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="2194.000000" y="223.500000" style="text-anchor:start;font-size:34px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="2726.000000" y="223.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3">int</text><text class="text-mono" x="2174.000000" y="281.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="2194.000000" y="281.500000" style="text-anchor:start;font-size:34px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="2726.000000" y="281.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3"></text><line x1="2164.000000" y1="302.000000" x2="2746.000000" y2="302.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="2174.000000" y="339.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="2194.000000" y="339.500000" style="text-anchor:start;font-size:34px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="2726.000000" y="339.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3">Enum</text><text class="text-mono" x="2174.000000" y="397.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="2194.000000" y="397.500000" style="text-anchor:start;font-size:34px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="2726.000000" y="397.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="2174.000000" y="455.500000" style="text-anchor:start;font-size:34px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="2194.000000" y="455.500000" style="text-anchor:start;font-size:34px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="2726.000000" y="455.500000" style="text-anchor:end;font-size:34px;fill:#4A6FF3">void</text></g></g><mask id="1149753287" maskUnits="userSpaceOnUse" x="-100" y="-100" width="2938" height="668">
|
||||
]]></script><g id="Humor in the Court"><g class="shape" ><rect class="shape" x="12" y="190" width="678" height="108" style="fill:lightgray;stroke:red;stroke-width:2;"/><rect class="class_header" x="12.000000" y="190.000000" width="678.000000" height="36.000000" fill="red" /><text class="text" x="22.000000" y="215.750000" style="text-anchor:start;font-size:24px;fill:lightgray">Humor in the Court</text><text class="text" x="22.000000" y="249.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">Could you see him from where you were standing?</text>
|
||||
<text class="text" x="460.000000" y="249.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">I could see his head.</text>
|
||||
<text class="text" x="670.000000" y="249.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="262.000000" x2="690.000000" y2="262.000000" style="stroke-width:2;stroke:red" /><text class="text" x="22.000000" y="285.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">And where was his head?</text>
|
||||
<text class="text" x="460.000000" y="285.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">Just above his shoulders.</text>
|
||||
<text class="text" x="670.000000" y="285.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="12.000000" y1="298.000000" x2="690.000000" y2="298.000000" style="stroke-width:2;stroke:red" /></g></g><g id="Humor in the Court2"><g class="shape" ><rect class="shape" x="710" y="172" width="992" height="144" style="fill:lightgray;stroke:red;stroke-width:2;"/><rect class="class_header" x="710.000000" y="172.000000" width="992.000000" height="48.000000" fill="red" /><text class="text" x="720.000000" y="206.750000" style="text-anchor:start;font-size:34px;fill:lightgray">Humor in the Court2</text><text class="text" x="720.000000" y="251.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">Could you see him from where you were standing?</text>
|
||||
<text class="text" x="1367.000000" y="251.500000" style="text-anchor:start;font-size:30px;fill:#676C7E">I could see his head.</text>
|
||||
<text class="text" x="1682.000000" y="251.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="710.000000" y1="268.000000" x2="1702.000000" y2="268.000000" style="stroke-width:2;stroke:red" /><text class="text" x="720.000000" y="299.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">And where was his head?</text>
|
||||
<text class="text" x="1367.000000" y="299.500000" style="text-anchor:start;font-size:30px;fill:#676C7E">Just above his shoulders.</text>
|
||||
<text class="text" x="1682.000000" y="299.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3;letter-spacing:2px;"></text><line x1="710.000000" y1="316.000000" x2="1702.000000" y2="316.000000" style="stroke-width:2;stroke:red" /></g></g><g id="manager"><g class="shape" ><rect class="shape" x="1722" y="60" width="422" height="368" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="1722.000000" y="60.000000" width="422.000000" height="92.000000" fill="#0A0F25" /><text class="text-mono" x="1933.000000" y="113.750000" style="text-anchor:middle;font-size:24px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="1732.000000" y="180.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1752.000000" y="180.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="2124.000000" y="180.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="1732.000000" y="226.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1752.000000" y="226.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="2124.000000" y="226.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="1732.000000" y="272.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1752.000000" y="272.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="2124.000000" y="272.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3"></text><line x1="1722.000000" y1="290.000000" x2="2144.000000" y2="290.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="1732.000000" y="318.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1752.000000" y="318.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="2124.000000" y="318.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Enum</text><text class="text-mono" x="1732.000000" y="364.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1752.000000" y="364.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="2124.000000" y="364.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="1732.000000" y="410.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1752.000000" y="410.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="2124.000000" y="410.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">void</text></g></g><g id="manager2"><g class="shape" ><rect class="shape" x="2164" y="12" width="582" height="464" style="fill:#FFFFFF;stroke:#0A0F25;stroke-width:2;"/><rect class="class_header" x="2164.000000" y="12.000000" width="582.000000" height="116.000000" fill="#0A0F25" /><text class="text-mono" x="2455.000000" y="80.750000" style="text-anchor:middle;font-size:34px;fill:#FFFFFF">BatchManager</text><text class="text-mono" x="2174.000000" y="164.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="2194.000000" y="164.500000" style="text-anchor:start;font-size:30px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="2726.000000" y="164.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3">int</text><text class="text-mono" x="2174.000000" y="222.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="2194.000000" y="222.500000" style="text-anchor:start;font-size:30px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="2726.000000" y="222.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3">int</text><text class="text-mono" x="2174.000000" y="280.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="2194.000000" y="280.500000" style="text-anchor:start;font-size:30px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="2726.000000" y="280.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3"></text><line x1="2164.000000" y1="302.000000" x2="2746.000000" y2="302.000000" style="stroke-width:1;stroke:#0A0F25" /><text class="text-mono" x="2174.000000" y="338.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="2194.000000" y="338.500000" style="text-anchor:start;font-size:30px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="2726.000000" y="338.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3">Enum</text><text class="text-mono" x="2174.000000" y="396.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="2194.000000" y="396.500000" style="text-anchor:start;font-size:30px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="2726.000000" y="396.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="2174.000000" y="454.500000" style="text-anchor:start;font-size:30px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="2194.000000" y="454.500000" style="text-anchor:start;font-size:30px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="2726.000000" y="454.500000" style="text-anchor:end;font-size:30px;fill:#4A6FF3">void</text></g></g><mask id="3459036879" maskUnits="userSpaceOnUse" x="-100" y="-100" width="2938" height="668">
|
||||
<rect x="-100" y="-100" width="2938" height="668" fill="white"></rect>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 514 KiB After Width: | Height: | Size: 514 KiB |
4
e2etests/testdata/stable/sql_table_tooltip_animated/dagre/board.exp.json
generated
vendored
|
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
],
|
||||
"label": "x",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
}
|
||||
],
|
||||
"label": "a",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -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:24px;fill:#FFFFFF">x</text><text class="text" x="10.000000" y="51.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">y</text>
|
||||
<text class="text" x="40.000000" y="51.500000" style="text-anchor:start;font-size:20px;fill:#676C7E"></text>
|
||||
<text class="text" x="40.000000" y="51.500000" style="text-anchor:end;font-size:20px;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="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">
|
||||
<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,9 +54,9 @@ 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:24px;fill:#FFFFFF">a</text><text class="text" x="10.000000" y="213.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">b</text>
|
||||
<text class="text" x="40.000000" y="213.500000" style="text-anchor:start;font-size:20px;fill:#676C7E"></text>
|
||||
<text class="text" x="40.000000" y="213.500000" style="text-anchor:end;font-size:20px;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(#1731880649)"/></g><mask id="1731880649" maskUnits="userSpaceOnUse" x="-100" y="-100" width="280" height="444">
|
||||
</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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 329 KiB After Width: | Height: | Size: 329 KiB |
4
e2etests/testdata/stable/sql_table_tooltip_animated/elk/board.exp.json
generated
vendored
|
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
],
|
||||
"label": "x",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -131,7 +131,7 @@
|
|||
}
|
||||
],
|
||||
"label": "a",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -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:24px;fill:#FFFFFF">x</text><text class="text" x="22.000000" y="63.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">y</text>
|
||||
<text class="text" x="52.000000" y="63.500000" style="text-anchor:start;font-size:20px;fill:#676C7E"></text>
|
||||
<text class="text" x="52.000000" y="63.500000" style="text-anchor:end;font-size:20px;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="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">
|
||||
<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,9 +54,9 @@ 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:24px;fill:#FFFFFF">a</text><text class="text" x="22.000000" y="225.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">b</text>
|
||||
<text class="text" x="52.000000" y="225.500000" style="text-anchor:start;font-size:20px;fill:#676C7E"></text>
|
||||
<text class="text" x="52.000000" y="225.500000" style="text-anchor:end;font-size:20px;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(#2849467790)"/></g><mask id="2849467790" maskUnits="userSpaceOnUse" x="-100" y="-100" width="280" height="444">
|
||||
</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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 329 KiB After Width: | Height: | Size: 329 KiB |
8
e2etests/testdata/stable/sql_tables/dagre/board.exp.json
generated
vendored
|
|
@ -171,7 +171,7 @@
|
|||
}
|
||||
],
|
||||
"label": "users",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -327,7 +327,7 @@
|
|||
}
|
||||
],
|
||||
"label": "products",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -455,7 +455,7 @@
|
|||
}
|
||||
],
|
||||
"label": "orders",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -611,7 +611,7 @@
|
|||
}
|
||||
],
|
||||
"label": "shipments",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,39 +39,39 @@ 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:24px;fill:#FFFFFF">users</text><text class="text" x="10.000000" y="51.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="111.000000" y="51.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="248.000000" y="51.500000" style="text-anchor:end;font-size:20px;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="82.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="111.000000" y="82.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="248.000000" y="82.500000" style="text-anchor:end;font-size:20px;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="113.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="111.000000" y="113.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="248.000000" y="113.500000" style="text-anchor:end;font-size:20px;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="144.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="111.000000" y="144.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="248.000000" y="144.500000" style="text-anchor:end;font-size:20px;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="175.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="111.000000" y="175.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="248.000000" y="175.500000" style="text-anchor:end;font-size:20px;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:24px;fill:#FFFFFF">products</text><text class="text" x="338.000000" y="67.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="405.000000" y="67.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="472.000000" y="67.500000" style="text-anchor:end;font-size:20px;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="98.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">price</text>
|
||||
<text class="text" x="405.000000" y="98.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">decimal</text>
|
||||
<text class="text" x="472.000000" y="98.500000" style="text-anchor:end;font-size:20px;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="129.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">sku</text>
|
||||
<text class="text" x="405.000000" y="129.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="472.000000" y="129.500000" style="text-anchor:end;font-size:20px;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="160.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="405.000000" y="160.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="472.000000" y="160.500000" style="text-anchor:end;font-size:20px;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:24px;fill:#FFFFFF">orders</text><text class="text" x="338.000000" y="337.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="449.000000" y="337.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="472.000000" y="337.500000" style="text-anchor:end;font-size:20px;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="368.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">user_id</text>
|
||||
<text class="text" x="449.000000" y="368.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="472.000000" y="368.500000" style="text-anchor:end;font-size:20px;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="399.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">product_id</text>
|
||||
<text class="text" x="449.000000" y="399.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="472.000000" y="399.500000" style="text-anchor:end;font-size:20px;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:24px;fill:#FFFFFF">shipments</text><text class="text" x="562.000000" y="67.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="728.000000" y="67.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="776.000000" y="67.500000" style="text-anchor:end;font-size:20px;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="98.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">order_id</text>
|
||||
<text class="text" x="728.000000" y="98.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="776.000000" y="98.500000" style="text-anchor:end;font-size:20px;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="129.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">tracking_number</text>
|
||||
<text class="text" x="728.000000" y="129.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="776.000000" y="129.500000" style="text-anchor:end;font-size:20px;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="160.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">status</text>
|
||||
<text class="text" x="728.000000" y="160.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="776.000000" y="160.500000" style="text-anchor:end;font-size:20px;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(#3115382824)"/></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(#3115382824)"/></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(#3115382824)"/></g><mask id="3115382824" maskUnits="userSpaceOnUse" x="-100" y="-100" width="1000" height="614">
|
||||
]]></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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 335 KiB After Width: | Height: | Size: 335 KiB |
8
e2etests/testdata/stable/sql_tables/elk/board.exp.json
generated
vendored
|
|
@ -171,7 +171,7 @@
|
|||
}
|
||||
],
|
||||
"label": "users",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -327,7 +327,7 @@
|
|||
}
|
||||
],
|
||||
"label": "products",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -455,7 +455,7 @@
|
|||
}
|
||||
],
|
||||
"label": "orders",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -611,7 +611,7 @@
|
|||
}
|
||||
],
|
||||
"label": "shipments",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,39 +39,39 @@ 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:24px;fill:#FFFFFF">users</text><text class="text" x="22.000000" y="63.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="123.000000" y="63.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="260.000000" y="63.500000" style="text-anchor:end;font-size:20px;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="94.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="123.000000" y="94.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="260.000000" y="94.500000" style="text-anchor:end;font-size:20px;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="125.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="123.000000" y="125.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="260.000000" y="125.500000" style="text-anchor:end;font-size:20px;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="156.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="123.000000" y="156.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="260.000000" y="156.500000" style="text-anchor:end;font-size:20px;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="187.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="123.000000" y="187.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="260.000000" y="187.500000" style="text-anchor:end;font-size:20px;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:24px;fill:#FFFFFF">products</text><text class="text" x="310.000000" y="94.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="377.000000" y="94.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="444.000000" y="94.500000" style="text-anchor:end;font-size:20px;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="125.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">price</text>
|
||||
<text class="text" x="377.000000" y="125.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">decimal</text>
|
||||
<text class="text" x="444.000000" y="125.500000" style="text-anchor:end;font-size:20px;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="156.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">sku</text>
|
||||
<text class="text" x="377.000000" y="156.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="444.000000" y="156.500000" style="text-anchor:end;font-size:20px;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="187.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="377.000000" y="187.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="444.000000" y="187.500000" style="text-anchor:end;font-size:20px;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:24px;fill:#FFFFFF">orders</text><text class="text" x="310.000000" y="349.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="421.000000" y="349.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="444.000000" y="349.500000" style="text-anchor:end;font-size:20px;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="380.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">user_id</text>
|
||||
<text class="text" x="421.000000" y="380.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="444.000000" y="380.500000" style="text-anchor:end;font-size:20px;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="411.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">product_id</text>
|
||||
<text class="text" x="421.000000" y="411.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="444.000000" y="411.500000" style="text-anchor:end;font-size:20px;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:24px;fill:#FFFFFF">shipments</text><text class="text" x="494.000000" y="94.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="660.000000" y="94.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="708.000000" y="94.500000" style="text-anchor:end;font-size:20px;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="125.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">order_id</text>
|
||||
<text class="text" x="660.000000" y="125.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="708.000000" y="125.500000" style="text-anchor:end;font-size:20px;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="156.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">tracking_number</text>
|
||||
<text class="text" x="660.000000" y="156.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="708.000000" y="156.500000" style="text-anchor:end;font-size:20px;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="187.500000" style="text-anchor:start;font-size:20px;fill:#0D32B2">status</text>
|
||||
<text class="text" x="660.000000" y="187.500000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="708.000000" y="187.500000" style="text-anchor:end;font-size:20px;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(#281893068)"/></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(#281893068)"/></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(#281893068)"/></g><mask id="281893068" maskUnits="userSpaceOnUse" x="-100" y="-100" width="920" height="614">
|
||||
]]></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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 336 KiB After Width: | Height: | Size: 336 KiB |
4
e2etests/testdata/stable/unnamed_only_height/dagre/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
}
|
||||
],
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -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="165.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="165.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="402.000000" y="165.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="229.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="229.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="402.000000" y="229.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="293.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="293.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="402.000000" y="293.000000" style="text-anchor:end;font-size:20px;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="357.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="357.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="402.000000" y="357.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Enum</text><text class="text-mono" x="10.000000" y="421.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="421.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="402.000000" y="421.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="10.000000" y="485.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="485.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="402.000000" y="485.000000" style="text-anchor:end;font-size:20px;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="745.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="218.000000" y="745.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="295.000000" y="745.000000" style="text-anchor:end;font-size:20px;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="830.333333" style="text-anchor:start;font-size:20px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="218.000000" y="830.333333" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="830.333333" style="text-anchor:end;font-size:20px;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="915.666667" style="text-anchor:start;font-size:20px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="218.000000" y="915.666667" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="915.666667" style="text-anchor:end;font-size:20px;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="1001.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="218.000000" y="1001.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="295.000000" y="1001.000000" style="text-anchor:end;font-size:20px;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="1086.333333" style="text-anchor:start;font-size:20px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="218.000000" y="1086.333333" style="text-anchor:start;font-size:20px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="295.000000" y="1086.333333" style="text-anchor:end;font-size:20px;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="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>
|
||||
</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(#888894335)"/></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(#888894335)"/></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(#888894335)"/></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(#888894335)"/></g><mask id="888894335" 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(#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">
|
||||
<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 |
4
e2etests/testdata/stable/unnamed_only_height/elk/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
}
|
||||
],
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -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="177.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="177.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="414.000000" y="177.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="241.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="241.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="414.000000" y="241.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="305.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="305.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="414.000000" y="305.000000" style="text-anchor:end;font-size:20px;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="369.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="369.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="414.000000" y="369.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Enum</text><text class="text-mono" x="22.000000" y="433.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="433.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="414.000000" y="433.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="22.000000" y="497.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="497.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="414.000000" y="497.000000" style="text-anchor:end;font-size:20px;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="757.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="230.000000" y="757.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="307.000000" y="757.000000" style="text-anchor:end;font-size:20px;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="842.333333" style="text-anchor:start;font-size:20px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="230.000000" y="842.333333" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="842.333333" style="text-anchor:end;font-size:20px;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="927.666667" style="text-anchor:start;font-size:20px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="230.000000" y="927.666667" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="927.666667" style="text-anchor:end;font-size:20px;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="1013.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="230.000000" y="1013.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="307.000000" y="1013.000000" style="text-anchor:end;font-size:20px;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="1098.333333" style="text-anchor:start;font-size:20px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="230.000000" y="1098.333333" style="text-anchor:start;font-size:20px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="307.000000" y="1098.333333" style="text-anchor:end;font-size:20px;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="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>
|
||||
</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(#2946768308)"/></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(#2946768308)"/></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(#2946768308)"/></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(#2946768308)"/></g><mask id="2946768308" 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(#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">
|
||||
<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 |
4
e2etests/testdata/stable/unnamed_only_width/dagre/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
}
|
||||
],
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,31 +39,31 @@ 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="120.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="120.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="492.000000" y="120.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="166.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="166.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="492.000000" y="166.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="10.000000" y="212.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="30.000000" y="212.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="492.000000" y="212.000000" style="text-anchor:end;font-size:20px;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="258.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="258.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="492.000000" y="258.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Enum</text><text class="text-mono" x="10.000000" y="304.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="304.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="492.000000" y="304.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="10.000000" y="350.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="30.000000" y="350.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="492.000000" y="350.000000" style="text-anchor:end;font-size:20px;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="512.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="111.000000" y="512.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="492.000000" y="512.000000" style="text-anchor:end;font-size:20px;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="538.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="111.000000" y="538.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="492.000000" y="538.000000" style="text-anchor:end;font-size:20px;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="564.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="111.000000" y="564.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="492.000000" y="564.000000" style="text-anchor:end;font-size:20px;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="590.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="111.000000" y="590.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="492.000000" y="590.000000" style="text-anchor:end;font-size:20px;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="616.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="111.000000" y="616.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="492.000000" y="616.000000" style="text-anchor:end;font-size:20px;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="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>
|
||||
</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(#400515219)"/></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(#400515219)"/></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(#400515219)"/></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(#400515219)"/></g><mask id="400515219" maskUnits="userSpaceOnUse" x="-100" y="-100" width="716" height="1393">
|
||||
</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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 602 KiB After Width: | Height: | Size: 602 KiB |
4
e2etests/testdata/stable/unnamed_only_width/elk/board.exp.json
generated
vendored
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -246,7 +246,7 @@
|
|||
}
|
||||
],
|
||||
"label": "",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -39,31 +39,31 @@ 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="132.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="132.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="504.000000" y="132.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="178.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="178.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="504.000000" y="178.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="22.000000" y="224.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="42.000000" y="224.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="504.000000" y="224.000000" style="text-anchor:end;font-size:20px;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="270.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="270.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="504.000000" y="270.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Enum</text><text class="text-mono" x="22.000000" y="316.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="316.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="504.000000" y="316.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="22.000000" y="362.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="42.000000" y="362.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="504.000000" y="362.000000" style="text-anchor:end;font-size:20px;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="524.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="123.000000" y="524.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="504.000000" y="524.000000" style="text-anchor:end;font-size:20px;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="550.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="123.000000" y="550.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="504.000000" y="550.000000" style="text-anchor:end;font-size:20px;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="576.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="123.000000" y="576.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="504.000000" y="576.000000" style="text-anchor:end;font-size:20px;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="602.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="123.000000" y="602.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="504.000000" y="602.000000" style="text-anchor:end;font-size:20px;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="628.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="123.000000" y="628.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="504.000000" y="628.000000" style="text-anchor:end;font-size:20px;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="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>
|
||||
</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(#3593326473)"/></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(#3593326473)"/></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(#3593326473)"/></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(#3593326473)"/></g><mask id="3593326473" maskUnits="userSpaceOnUse" x="-100" y="-100" width="716" height="1393">
|
||||
</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>
|
||||
|
||||
</mask><style type="text/css"><![CDATA[
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 602 KiB After Width: | Height: | Size: 602 KiB |
4
e2etests/testdata/todo/shape_set_width_height/dagre/board.exp.json
generated
vendored
|
|
@ -513,7 +513,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "class",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -697,7 +697,7 @@
|
|||
}
|
||||
],
|
||||
"label": "users",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 942 KiB After Width: | Height: | Size: 942 KiB |
4
e2etests/testdata/todo/shape_set_width_height/elk/board.exp.json
generated
vendored
|
|
@ -513,7 +513,7 @@
|
|||
],
|
||||
"columns": null,
|
||||
"label": "class",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
@ -697,7 +697,7 @@
|
|||
}
|
||||
],
|
||||
"label": "users",
|
||||
"fontSize": 20,
|
||||
"fontSize": 16,
|
||||
"fontFamily": "DEFAULT",
|
||||
"language": "",
|
||||
"color": "#0A0F25",
|
||||
|
|
|
|||
|
|
@ -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:24px;fill:#FFFFFF">class</text><text class="text-mono" x="1220.000000" y="870.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1240.000000" y="870.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">num</text>
|
||||
<text class="text-mono" x="1990.000000" y="870.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="1220.000000" y="920.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1240.000000" y="920.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">timeout</text>
|
||||
<text class="text-mono" x="1990.000000" y="920.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">int</text><text class="text-mono" x="1220.000000" y="970.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">-</text>
|
||||
<text class="text-mono" x="1240.000000" y="970.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">pid</text>
|
||||
<text class="text-mono" x="1990.000000" y="970.000000" style="text-anchor:end;font-size:20px;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="1020.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1240.000000" y="1020.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getStatus()</text>
|
||||
<text class="text-mono" x="1990.000000" y="1020.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Enum</text><text class="text-mono" x="1220.000000" y="1070.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1240.000000" y="1070.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">getJobs()</text>
|
||||
<text class="text-mono" x="1990.000000" y="1070.000000" style="text-anchor:end;font-size:20px;fill:#4A6FF3">Job[]</text><text class="text-mono" x="1220.000000" y="1120.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">+</text>
|
||||
<text class="text-mono" x="1240.000000" y="1120.000000" style="text-anchor:start;font-size:20px;fill:#0A0F25">setTimeout(seconds int)</text>
|
||||
<text class="text-mono" x="1990.000000" y="1120.000000" style="text-anchor:end;font-size:20px;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:24px;fill:#FFFFFF">users</text><text class="text" x="1220.000000" y="2157.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">id</text>
|
||||
<text class="text" x="1321.000000" y="2157.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">int</text>
|
||||
<text class="text" x="1990.000000" y="2157.000000" style="text-anchor:end;font-size:20px;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="2223.666667" style="text-anchor:start;font-size:20px;fill:#0D32B2">name</text>
|
||||
<text class="text" x="1321.000000" y="2223.666667" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="1990.000000" y="2223.666667" style="text-anchor:end;font-size:20px;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="2290.333333" style="text-anchor:start;font-size:20px;fill:#0D32B2">email</text>
|
||||
<text class="text" x="1321.000000" y="2290.333333" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="1990.000000" y="2290.333333" style="text-anchor:end;font-size:20px;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="2357.000000" style="text-anchor:start;font-size:20px;fill:#0D32B2">password</text>
|
||||
<text class="text" x="1321.000000" y="2357.000000" style="text-anchor:start;font-size:20px;fill:#676C7E">string</text>
|
||||
<text class="text" x="1990.000000" y="2357.000000" style="text-anchor:end;font-size:20px;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="2423.666667" style="text-anchor:start;font-size:20px;fill:#0D32B2">last_login</text>
|
||||
<text class="text" x="1321.000000" y="2423.666667" style="text-anchor:start;font-size:20px;fill:#676C7E">datetime</text>
|
||||
<text class="text" x="1990.000000" y="2423.666667" style="text-anchor:end;font-size:20px;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="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>
|
||||
</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(#4198495199)"/></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(#4198495199)"/></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(#4198495199)"/></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(#4198495199)"/></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(#4198495199)"/></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(#4198495199)"/></g><mask id="4198495199" 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(#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">
|
||||
<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 |