update tests

This commit is contained in:
Gavin Nishizawa 2023-01-27 11:13:01 -08:00
parent f6caac0127
commit 03788f5c10
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD
30 changed files with 730 additions and 730 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 387 KiB

After

Width:  |  Height:  |  Size: 387 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 803 KiB

After

Width:  |  Height:  |  Size: 803 KiB

View file

@ -9,8 +9,8 @@
"x": 0,
"y": 0
},
"width": 148,
"height": 148,
"width": 128,
"height": 128,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -57,8 +57,8 @@
"id": "ico",
"type": "",
"pos": {
"x": 208,
"y": 24
"x": 188,
"y": 14
},
"width": 100,
"height": 100,

View file

@ -3,7 +3,7 @@
id="d2-svg"
style="background: white;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="512" height="352" viewBox="-102 -102 512 352"><style type="text/css">
width="492" height="332" viewBox="-102 -102 492 332"><style type="text/css">
<![CDATA[
.shape {
shape-rendering: geometricPrecision;
@ -39,7 +39,7 @@ width="512" height="352" viewBox="-102 -102 512 352"><style type="text/css">
svgEl.setAttribute("height", height * ratio - 16);
}
});
]]></script><g id="img"><g class="shape" ><image href="https://icons.terrastruct.com/infra/019-network.svg" x="0" y="0" width="148" height="148" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;" /></g></g><g id="ico"><g class="shape" ><rect x="208" y="24" width="100" height="100" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><image href="https://icons.terrastruct.com/infra/019-network.svg" x="233.000000" y="49.000000" width="50" height="50" /></g><mask id="1524595020" maskUnits="userSpaceOnUse" x="-100" y="-100" width="512" height="352">
<rect x="-100" y="-100" width="512" height="352" fill="white"></rect>
]]></script><g id="img"><g class="shape" ><image href="https://icons.terrastruct.com/infra/019-network.svg" x="0" y="0" width="128" height="128" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;" /></g></g><g id="ico"><g class="shape" ><rect x="188" y="14" width="100" height="100" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><image href="https://icons.terrastruct.com/infra/019-network.svg" x="213.000000" y="39.000000" width="50" height="50" /></g><mask id="1658185428" maskUnits="userSpaceOnUse" x="-100" y="-100" width="492" height="332">
<rect x="-100" y="-100" width="492" height="332" fill="white"></rect>
</mask><style type="text/css"><![CDATA[]]></style></svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -9,8 +9,8 @@
"x": 12,
"y": 12
},
"width": 148,
"height": 148,
"width": 128,
"height": 128,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -57,8 +57,8 @@
"id": "ico",
"type": "",
"pos": {
"x": 180,
"y": 36
"x": 160,
"y": 26
},
"width": 100,
"height": 100,

View file

@ -3,7 +3,7 @@
id="d2-svg"
style="background: white;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="472" height="352" viewBox="-90 -90 472 352"><style type="text/css">
width="452" height="332" viewBox="-90 -90 452 332"><style type="text/css">
<![CDATA[
.shape {
shape-rendering: geometricPrecision;
@ -39,7 +39,7 @@ width="472" height="352" viewBox="-90 -90 472 352"><style type="text/css">
svgEl.setAttribute("height", height * ratio - 16);
}
});
]]></script><g id="img"><g class="shape" ><image href="https://icons.terrastruct.com/infra/019-network.svg" x="12" y="12" width="148" height="148" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;" /></g></g><g id="ico"><g class="shape" ><rect x="180" y="36" width="100" height="100" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><image href="https://icons.terrastruct.com/infra/019-network.svg" x="205.000000" y="61.000000" width="50" height="50" /></g><mask id="1432850652" maskUnits="userSpaceOnUse" x="-100" y="-100" width="472" height="352">
<rect x="-100" y="-100" width="472" height="352" fill="white"></rect>
]]></script><g id="img"><g class="shape" ><image href="https://icons.terrastruct.com/infra/019-network.svg" x="12" y="12" width="128" height="128" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;" /></g></g><g id="ico"><g class="shape" ><rect x="160" y="26" width="100" height="100" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><image href="https://icons.terrastruct.com/infra/019-network.svg" x="185.000000" y="51.000000" width="50" height="50" /></g><mask id="2006067969" maskUnits="userSpaceOnUse" x="-100" y="-100" width="452" height="332">
<rect x="-100" y="-100" width="452" height="332" fill="white"></rect>
</mask><style type="text/css"><![CDATA[]]></style></svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -9,8 +9,8 @@
"x": 0,
"y": 0
},
"width": 150,
"height": 112,
"width": 156,
"height": 118,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,

View file

@ -3,7 +3,7 @@
id="d2-svg"
style="background: white;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="354" height="316" viewBox="-102 -102 354 316"><style type="text/css">
width="360" height="322" viewBox="-102 -102 360 322"><style type="text/css">
<![CDATA[
.shape {
shape-rendering: geometricPrecision;
@ -39,8 +39,8 @@ width="354" height="316" viewBox="-102 -102 354 316"><style type="text/css">
svgEl.setAttribute("height", height * ratio - 16);
}
});
]]></script><g id="my network"><g class="shape" ><rect x="0" y="0" width="150" height="112" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><image href="https://icons.terrastruct.com/infra/019-network.svg?fuga=1&amp;hoge" x="47.000000" y="28.000000" width="56" height="56" /><text class="text-bold" x="75.000000" y="21.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">my network</text></g><mask id="3970167321" maskUnits="userSpaceOnUse" x="-100" y="-100" width="354" height="316">
<rect x="-100" y="-100" width="354" height="316" fill="white"></rect>
]]></script><g id="my network"><g class="shape" ><rect x="0" y="0" width="156" height="118" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><image href="https://icons.terrastruct.com/infra/019-network.svg?fuga=1&amp;hoge" x="48.500000" y="29.500000" width="59" height="59" /><text class="text-bold" x="78.000000" y="21.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">my network</text></g><mask id="1587779201" maskUnits="userSpaceOnUse" x="-100" y="-100" width="360" height="322">
<rect x="-100" y="-100" width="360" height="322" fill="white"></rect>
</mask><style type="text/css"><![CDATA[
.text-bold {

Before

Width:  |  Height:  |  Size: 324 KiB

After

Width:  |  Height:  |  Size: 324 KiB

View file

@ -9,8 +9,8 @@
"x": 12,
"y": 12
},
"width": 150,
"height": 112,
"width": 156,
"height": 118,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,

View file

@ -3,7 +3,7 @@
id="d2-svg"
style="background: white;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="354" height="316" viewBox="-90 -90 354 316"><style type="text/css">
width="360" height="322" viewBox="-90 -90 360 322"><style type="text/css">
<![CDATA[
.shape {
shape-rendering: geometricPrecision;
@ -39,8 +39,8 @@ width="354" height="316" viewBox="-90 -90 354 316"><style type="text/css">
svgEl.setAttribute("height", height * ratio - 16);
}
});
]]></script><g id="my network"><g class="shape" ><rect x="12" y="12" width="150" height="112" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><image href="https://icons.terrastruct.com/infra/019-network.svg?fuga=1&amp;hoge" x="59.000000" y="40.000000" width="56" height="56" /><text class="text-bold" x="87.000000" y="33.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">my network</text></g><mask id="4027705073" maskUnits="userSpaceOnUse" x="-100" y="-100" width="354" height="316">
<rect x="-100" y="-100" width="354" height="316" fill="white"></rect>
]]></script><g id="my network"><g class="shape" ><rect x="12" y="12" width="156" height="118" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><image href="https://icons.terrastruct.com/infra/019-network.svg?fuga=1&amp;hoge" x="60.500000" y="41.500000" width="59" height="59" /><text class="text-bold" x="90.000000" y="33.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">my network</text></g><mask id="1136491689" maskUnits="userSpaceOnUse" x="-100" y="-100" width="360" height="322">
<rect x="-100" y="-100" width="360" height="322" fill="white"></rect>
</mask><style type="text/css"><![CDATA[
.text-bold {

Before

Width:  |  Height:  |  Size: 324 KiB

After

Width:  |  Height:  |  Size: 324 KiB

View file

@ -9,8 +9,8 @@
"x": 0,
"y": 0
},
"width": 100,
"height": 112,
"width": 106,
"height": 118,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,

View file

@ -3,7 +3,7 @@
id="d2-svg"
style="background: white;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="304" height="316" viewBox="-102 -102 304 316"><style type="text/css">
width="310" height="322" viewBox="-102 -102 310 322"><style type="text/css">
<![CDATA[
.shape {
shape-rendering: geometricPrecision;
@ -39,8 +39,8 @@ width="304" height="316" viewBox="-102 -102 304 316"><style type="text/css">
svgEl.setAttribute("height", height * ratio - 16);
}
});
]]></script><g id="ww"><g class="shape" ><rect x="0" y="0" width="100" height="112" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><image href="https://icons.terrastruct.com/essentials/time.svg" x="25.000000" y="31.000000" width="50" height="50" /><text class="text-bold" x="50.000000" y="21.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">hello</text></g><mask id="862047217" maskUnits="userSpaceOnUse" x="-100" y="-100" width="304" height="316">
<rect x="-100" y="-100" width="304" height="316" fill="white"></rect>
]]></script><g id="ww"><g class="shape" ><rect x="0" y="0" width="106" height="118" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><image href="https://icons.terrastruct.com/essentials/time.svg" x="26.500000" y="32.500000" width="53" height="53" /><text class="text-bold" x="53.000000" y="21.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">hello</text></g><mask id="3956442813" maskUnits="userSpaceOnUse" x="-100" y="-100" width="310" height="322">
<rect x="-100" y="-100" width="310" height="322" fill="white"></rect>
</mask><style type="text/css"><![CDATA[
.text-bold {

Before

Width:  |  Height:  |  Size: 324 KiB

After

Width:  |  Height:  |  Size: 324 KiB

View file

@ -9,8 +9,8 @@
"x": 12,
"y": 12
},
"width": 100,
"height": 112,
"width": 106,
"height": 118,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,

View file

@ -3,7 +3,7 @@
id="d2-svg"
style="background: white;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="304" height="316" viewBox="-90 -90 304 316"><style type="text/css">
width="310" height="322" viewBox="-90 -90 310 322"><style type="text/css">
<![CDATA[
.shape {
shape-rendering: geometricPrecision;
@ -39,8 +39,8 @@ width="304" height="316" viewBox="-90 -90 304 316"><style type="text/css">
svgEl.setAttribute("height", height * ratio - 16);
}
});
]]></script><g id="ww"><g class="shape" ><rect x="12" y="12" width="100" height="112" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><image href="https://icons.terrastruct.com/essentials/time.svg" x="37.000000" y="43.000000" width="50" height="50" /><text class="text-bold" x="62.000000" y="33.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">hello</text></g><mask id="364275833" maskUnits="userSpaceOnUse" x="-100" y="-100" width="304" height="316">
<rect x="-100" y="-100" width="304" height="316" fill="white"></rect>
]]></script><g id="ww"><g class="shape" ><rect x="12" y="12" width="106" height="118" style="fill:#F7F8FE;stroke:#0D32B2;stroke-width:2;" /></g><image href="https://icons.terrastruct.com/essentials/time.svg" x="38.500000" y="44.500000" width="53" height="53" /><text class="text-bold" x="65.000000" y="33.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">hello</text></g><mask id="103759157" maskUnits="userSpaceOnUse" x="-100" y="-100" width="310" height="322">
<rect x="-100" y="-100" width="310" height="322" fill="white"></rect>
</mask><style type="text/css"><![CDATA[
.text-bold {

Before

Width:  |  Height:  |  Size: 324 KiB

After

Width:  |  Height:  |  Size: 324 KiB

View file

@ -9,8 +9,8 @@
"x": 0,
"y": 0
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -59,10 +59,10 @@
"type": "image",
"pos": {
"x": 0,
"y": 274
"y": 280
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -134,20 +134,20 @@
"labelPercentage": 0,
"route": [
{
"x": 74,
"y": 174
"x": 77,
"y": 180
},
{
"x": 74,
"y": 214
"x": 77,
"y": 220
},
{
"x": 74,
"y": 234
"x": 77,
"y": 240
},
{
"x": 74,
"y": 274
"x": 77,
"y": 280
}
],
"isCurve": true,

View file

@ -3,7 +3,7 @@
id="d2-svg"
style="background: white;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="352" height="655" viewBox="-102 -102 352 655"><style type="text/css">
width="358" height="667" viewBox="-102 -102 358 667"><style type="text/css">
<![CDATA[
.shape {
shape-rendering: geometricPrecision;
@ -39,8 +39,8 @@ width="352" height="655" viewBox="-102 -102 352 655"><style type="text/css">
svgEl.setAttribute("height", height * ratio - 16);
}
});
]]></script><g id="a"><g class="shape" ><image href="https://icons.terrastruct.com/essentials/004-picture.svg" x="0" y="0" width="148" height="148" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="74.000000" y="169.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a</text></g><g id="b"><g class="shape" ><image href="https://icons.terrastruct.com/essentials/004-picture.svg" x="0" y="274" width="148" height="148" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="74.000000" y="443.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">b</text></g><g id="(a -&gt; b)[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 74.000000 176.000000 C 74.000000 214.000000 74.000000 234.000000 74.000000 270.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1218616225)"/></g><mask id="1218616225" maskUnits="userSpaceOnUse" x="-100" y="-100" width="352" height="655">
<rect x="-100" y="-100" width="352" height="655" fill="white"></rect>
]]></script><g id="a"><g class="shape" ><image href="https://icons.terrastruct.com/essentials/004-picture.svg" x="0" y="0" width="154" height="154" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="77.000000" y="175.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a</text></g><g id="b"><g class="shape" ><image href="https://icons.terrastruct.com/essentials/004-picture.svg" x="0" y="280" width="154" height="154" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="77.000000" y="455.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">b</text></g><g id="(a -&gt; b)[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 77.000000 182.000000 C 77.000000 220.000000 77.000000 240.000000 77.000000 276.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1317207636)"/></g><mask id="1317207636" maskUnits="userSpaceOnUse" x="-100" y="-100" width="358" height="667">
<rect x="-100" y="-100" width="358" height="667" fill="white"></rect>
</mask><style type="text/css"><![CDATA[
.text-bold {

Before

Width:  |  Height:  |  Size: 325 KiB

After

Width:  |  Height:  |  Size: 325 KiB

View file

@ -9,8 +9,8 @@
"x": 12,
"y": 12
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -59,10 +59,10 @@
"type": "image",
"pos": {
"x": 12,
"y": 286
"y": 292
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -134,12 +134,12 @@
"labelPercentage": 0,
"route": [
{
"x": 86,
"y": 186
"x": 89,
"y": 192
},
{
"x": 86,
"y": 286
"x": 89,
"y": 292
}
],
"animated": false,

View file

@ -3,7 +3,7 @@
id="d2-svg"
style="background: white;"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="352" height="655" viewBox="-90 -90 352 655"><style type="text/css">
width="358" height="667" viewBox="-90 -90 358 667"><style type="text/css">
<![CDATA[
.shape {
shape-rendering: geometricPrecision;
@ -39,8 +39,8 @@ width="352" height="655" viewBox="-90 -90 352 655"><style type="text/css">
svgEl.setAttribute("height", height * ratio - 16);
}
});
]]></script><g id="a"><g class="shape" ><image href="https://icons.terrastruct.com/essentials/004-picture.svg" x="12" y="12" width="148" height="148" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="86.000000" y="181.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a</text></g><g id="b"><g class="shape" ><image href="https://icons.terrastruct.com/essentials/004-picture.svg" x="12" y="286" width="148" height="148" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="86.000000" y="455.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">b</text></g><g id="(a -&gt; b)[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 86.000000 188.000000 L 86.000000 282.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#1165305056)"/></g><mask id="1165305056" maskUnits="userSpaceOnUse" x="-100" y="-100" width="352" height="655">
<rect x="-100" y="-100" width="352" height="655" fill="white"></rect>
]]></script><g id="a"><g class="shape" ><image href="https://icons.terrastruct.com/essentials/004-picture.svg" x="12" y="12" width="154" height="154" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="89.000000" y="187.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">a</text></g><g id="b"><g class="shape" ><image href="https://icons.terrastruct.com/essentials/004-picture.svg" x="12" y="292" width="154" height="154" style="fill:#FFFFFF;stroke:#0D32B2;stroke-width:2;" /></g><text class="text-bold" x="89.000000" y="467.000000" style="text-anchor:middle;font-size:16px;fill:#0A0F25">b</text></g><g id="(a -&gt; b)[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 89.000000 194.000000 L 89.000000 288.000000" class="connection" style="fill:none;stroke:#0D32B2;stroke-width:2;" marker-end="url(#mk-3990223579)" mask="url(#2066348509)"/></g><mask id="2066348509" maskUnits="userSpaceOnUse" x="-100" y="-100" width="358" height="667">
<rect x="-100" y="-100" width="358" height="667" fill="white"></rect>
</mask><style type="text/css"><![CDATA[
.text-bold {

Before

Width:  |  Height:  |  Size: 325 KiB

After

Width:  |  Height:  |  Size: 325 KiB

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 812 KiB

After

Width:  |  Height:  |  Size: 812 KiB

View file

@ -212,7 +212,7 @@
"type": "",
"pos": {
"x": 13,
"y": 2862
"y": 2868
},
"width": 315,
"height": 397,
@ -253,7 +253,7 @@
"type": "oval",
"pos": {
"x": 88,
"y": 2937
"y": 2943
},
"width": 81,
"height": 81,
@ -294,7 +294,7 @@
"type": "",
"pos": {
"x": 12,
"y": 2223
"y": 2229
},
"width": 317,
"height": 408,
@ -335,7 +335,7 @@
"type": "oval",
"pos": {
"x": 87,
"y": 2303
"y": 2309
},
"width": 81,
"height": 81,
@ -376,7 +376,7 @@
"type": "diamond",
"pos": {
"x": 188,
"y": 2298
"y": 2304
},
"width": 66,
"height": 92,
@ -457,11 +457,11 @@
"id": "ww",
"type": "queue",
"pos": {
"x": 284,
"x": 280,
"y": 1906
},
"width": 143,
"height": 112,
"width": 149,
"height": 118,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -509,11 +509,11 @@
"id": "yy",
"type": "",
"pos": {
"x": 227,
"y": 3419
"x": 223,
"y": 3425
},
"width": 282,
"height": 428,
"width": 288,
"height": 434,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -550,11 +550,11 @@
"id": "yy.zz",
"type": "queue",
"pos": {
"x": 302,
"y": 3494
"x": 298,
"y": 3500
},
"width": 132,
"height": 112,
"width": 138,
"height": 118,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -602,8 +602,8 @@
"id": "ad",
"type": "parallelogram",
"pos": {
"x": 241,
"y": 4278
"x": 237,
"y": 4290
},
"width": 115,
"height": 66,
@ -643,8 +643,8 @@
"id": "nn",
"type": "cylinder",
"pos": {
"x": 27,
"y": 3957
"x": 23,
"y": 3969
},
"width": 377,
"height": 216,
@ -807,8 +807,8 @@
"id": "nn.oo",
"type": "",
"pos": {
"x": 102,
"y": 4032
"x": 98,
"y": 4044
},
"width": 63,
"height": 66,
@ -849,7 +849,7 @@
"type": "",
"pos": {
"x": 189,
"y": 2490
"y": 2496
},
"width": 63,
"height": 66,
@ -890,7 +890,7 @@
"type": "",
"pos": {
"x": 189,
"y": 2944
"y": 2950
},
"width": 64,
"height": 66,
@ -931,7 +931,7 @@
"type": "",
"pos": {
"x": 192,
"y": 3118
"y": 3124
},
"width": 58,
"height": 66,
@ -1136,7 +1136,7 @@
"type": "",
"pos": {
"x": 348,
"y": 3082
"y": 3088
},
"width": 64,
"height": 66,
@ -1176,8 +1176,8 @@
"id": "nn.xx",
"type": "",
"pos": {
"x": 185,
"y": 4032
"x": 181,
"y": 4044
},
"width": 62,
"height": 66,
@ -1217,8 +1217,8 @@
"id": "yy.ab",
"type": "",
"pos": {
"x": 337,
"y": 3706
"x": 336,
"y": 3718
},
"width": 63,
"height": 66,
@ -1258,8 +1258,8 @@
"id": "nn.ac",
"type": "",
"pos": {
"x": 267,
"y": 4032
"x": 263,
"y": 4044
},
"width": 62,
"height": 66,
@ -1469,15 +1469,15 @@
},
{
"x": 498,
"y": 2168
"y": 2174
},
{
"x": 232,
"y": 2168
"y": 2174
},
{
"x": 232,
"y": 2313
"y": 2319
}
],
"animated": false,
@ -1680,15 +1680,15 @@
},
{
"x": 212.16666666666669,
"y": 2068
"y": 2074
},
{
"x": 127.5,
"y": 2068
"y": 2074
},
{
"x": 128,
"y": 2304
"y": 2310
}
],
"animated": false,
@ -1723,19 +1723,19 @@
"route": [
{
"x": 128,
"y": 2385
"y": 2391
},
{
"x": 127.5,
"y": 2807
"y": 2813
},
{
"x": 128.5,
"y": 2807
"y": 2813
},
{
"x": 129,
"y": 2937
"y": 2943
}
],
"animated": false,
@ -1770,19 +1770,19 @@
"route": [
{
"x": 129,
"y": 3018
"y": 3024
},
{
"x": 128.5,
"y": 3902
"y": 3914
},
{
"x": 134.16666666666669,
"y": 3902
"x": 130.16666666666669,
"y": 3914
},
{
"x": 134.16666666666669,
"y": 4032
"x": 130.16666666666669,
"y": 4044
}
],
"animated": false,
@ -1817,11 +1817,11 @@
"route": [
{
"x": 221,
"y": 2390
"y": 2396
},
{
"x": 221,
"y": 2490
"y": 2496
}
],
"animated": false,
@ -1856,11 +1856,11 @@
"route": [
{
"x": 221,
"y": 2556
"y": 2562
},
{
"x": 221,
"y": 2944.5
"y": 2950.5
}
],
"animated": false,
@ -1895,11 +1895,11 @@
"route": [
{
"x": 221,
"y": 3010.5
"y": 3016.5
},
{
"x": 221,
"y": 3118
"y": 3124
}
],
"animated": false,
@ -2019,11 +2019,11 @@
"y": 1856
},
{
"x": 332.33333333333337,
"x": 330.33333333333337,
"y": 1856
},
{
"x": 332,
"x": 330,
"y": 1906
}
],
@ -2098,11 +2098,11 @@
"route": [
{
"x": 380,
"y": 2018
"y": 2024
},
{
"x": 380,
"y": 3082.6666666666665
"y": 3088.6666666666665
}
],
"animated": false,
@ -2137,19 +2137,19 @@
"route": [
{
"x": 369.33333333333337,
"y": 3148.6666666666665
"y": 3154.6666666666665
},
{
"x": 369.33333333333337,
"y": 3314
"y": 3320
},
{
"x": 216.66666666666669,
"y": 3314
"x": 212.66666666666669,
"y": 3320
},
{
"x": 216.66666666666669,
"y": 4032
"x": 212.66666666666669,
"y": 4044
}
],
"animated": false,
@ -2184,19 +2184,19 @@
"route": [
{
"x": 221,
"y": 3184
"y": 3190
},
{
"x": 221,
"y": 3364
"y": 3370
},
{
"x": 346.6666666666667,
"y": 3364
"x": 344.6666666666667,
"y": 3370
},
{
"x": 347,
"y": 3494
"x": 345,
"y": 3500
}
],
"animated": false,
@ -2231,11 +2231,11 @@
"route": [
{
"x": 390.6666666666667,
"y": 3148.6666666666665
"y": 3154.6666666666665
},
{
"x": 391,
"y": 3494
"y": 3500
}
],
"animated": false,
@ -2269,12 +2269,12 @@
"labelPercentage": 0,
"route": [
{
"x": 369,
"y": 3606
"x": 368,
"y": 3618
},
{
"x": 368.6666666666667,
"y": 3706
"x": 367.6666666666667,
"y": 3718
}
],
"animated": false,
@ -2308,20 +2308,20 @@
"labelPercentage": 0,
"route": [
{
"x": 368.6666666666667,
"y": 3772
"x": 367.6666666666667,
"y": 3784
},
{
"x": 368.6666666666667,
"y": 3902
"x": 367.66666666666663,
"y": 3914
},
{
"x": 298.6666666666667,
"y": 3902
"x": 294.66666666666663,
"y": 3914
},
{
"x": 298.6666666666667,
"y": 4032
"x": 294.6666666666667,
"y": 4044
}
],
"animated": false,
@ -2355,12 +2355,12 @@
"labelPercentage": 0,
"route": [
{
"x": 298.6666666666667,
"y": 4098
"x": 294.6666666666667,
"y": 4110
},
{
"x": 299,
"y": 4278
"x": 295,
"y": 4290
}
],
"animated": false,
@ -2394,20 +2394,20 @@
"labelPercentage": 0,
"route": [
{
"x": 332,
"y": 2018
"x": 330,
"y": 2024
},
{
"x": 332.33333333333337,
"y": 2118
"x": 330.33333333333337,
"y": 2124
},
{
"x": 210,
"y": 2118
"y": 2124
},
{
"x": 210,
"y": 2312
"y": 2318
}
],
"animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 809 KiB

After

Width:  |  Height:  |  Size: 808 KiB

View file

@ -6,11 +6,11 @@
"id": "root",
"type": "image",
"pos": {
"x": 522,
"x": 531,
"y": 0
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -59,10 +59,10 @@
"type": "",
"pos": {
"x": 0,
"y": 274
"y": 280
},
"width": 1192,
"height": 1064,
"width": 1216,
"height": 1082,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -99,11 +99,11 @@
"id": "container.root",
"type": "image",
"pos": {
"x": 522,
"y": 324
"x": 531,
"y": 330
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -152,10 +152,10 @@
"type": "",
"pos": {
"x": 40,
"y": 619
"y": 631
},
"width": 536,
"height": 669,
"width": 548,
"height": 681,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -192,11 +192,11 @@
"id": "container.left.root",
"type": "image",
"pos": {
"x": 234,
"y": 669
"x": 237,
"y": 681
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -245,10 +245,10 @@
"type": "",
"pos": {
"x": 80,
"y": 964
"y": 982
},
"width": 456,
"height": 274,
"width": 468,
"height": 280,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -286,10 +286,10 @@
"type": "image",
"pos": {
"x": 130,
"y": 1014
"y": 1032
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -337,11 +337,11 @@
"id": "container.left.inner.right",
"type": "image",
"pos": {
"x": 338,
"y": 1014
"x": 344,
"y": 1032
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -389,11 +389,11 @@
"id": "container.right",
"type": "",
"pos": {
"x": 616,
"y": 619
"x": 628,
"y": 631
},
"width": 536,
"height": 669,
"width": 548,
"height": 681,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -430,11 +430,11 @@
"id": "container.right.root",
"type": "image",
"pos": {
"x": 810,
"y": 669
"x": 825,
"y": 681
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -482,11 +482,11 @@
"id": "container.right.inner",
"type": "",
"pos": {
"x": 656,
"y": 964
"x": 668,
"y": 982
},
"width": 456,
"height": 274,
"width": 468,
"height": 280,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -523,11 +523,11 @@
"id": "container.right.inner.left",
"type": "image",
"pos": {
"x": 706,
"y": 1014
"x": 718,
"y": 1032
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -575,11 +575,11 @@
"id": "container.right.inner.right",
"type": "image",
"pos": {
"x": 914,
"y": 1014
"x": 932,
"y": 1032
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -651,20 +651,20 @@
"labelPercentage": 0,
"route": [
{
"x": 596,
"y": 174
"x": 608,
"y": 180
},
{
"x": 596,
"y": 214
"x": 608,
"y": 220
},
{
"x": 596,
"y": 284
"x": 608,
"y": 290
},
{
"x": 596,
"y": 324
"x": 608,
"y": 330
}
],
"isCurve": true,
@ -699,20 +699,20 @@
"labelPercentage": 0,
"route": [
{
"x": 246.65762711864406,
"y": 843
"x": 250.01328903654485,
"y": 861
},
{
"x": 212.5315254237288,
"y": 891.4
"x": 215.60265780730896,
"y": 909.4
},
{
"x": 204,
"y": 974
"x": 207,
"y": 992
},
{
"x": 204,
"y": 1014
"x": 207,
"y": 1032
}
],
"isCurve": true,
@ -747,20 +747,20 @@
"labelPercentage": 0,
"route": [
{
"x": 369.3423728813559,
"y": 843
"x": 377.98671096345515,
"y": 861
},
{
"x": 403.4684745762712,
"y": 891.4
"x": 412.39734219269104,
"y": 909.4
},
{
"x": 412,
"y": 974
"x": 421,
"y": 992
},
{
"x": 412,
"y": 1014
"x": 421,
"y": 1032
}
],
"isCurve": true,
@ -795,20 +795,20 @@
"labelPercentage": 0,
"route": [
{
"x": 822.6576271186441,
"y": 843
"x": 838.0132890365448,
"y": 861
},
{
"x": 788.5315254237288,
"y": 891.4
"x": 803.602657807309,
"y": 909.4
},
{
"x": 780,
"y": 974
"x": 795,
"y": 992
},
{
"x": 780,
"y": 1014
"x": 795,
"y": 1032
}
],
"isCurve": true,
@ -843,20 +843,20 @@
"labelPercentage": 0,
"route": [
{
"x": 945.3423728813559,
"y": 843
"x": 965.9867109634552,
"y": 861
},
{
"x": 979.4684745762712,
"y": 891.4
"x": 1000.397342192691,
"y": 909.4
},
{
"x": 988,
"y": 974
"x": 1009,
"y": 992
},
{
"x": 988,
"y": 1014
"x": 1009,
"y": 1032
}
],
"isCurve": true,
@ -891,20 +891,20 @@
"labelPercentage": 0,
"route": [
{
"x": 522,
"y": 448.89930555555554
"x": 531,
"y": 459.4166666666667
},
{
"x": 350.79999999999995,
"y": 536.5798611111111
"x": 357.4,
"y": 548.2833333333333
},
{
"x": 308,
"y": 629
"x": 314,
"y": 641
},
{
"x": 308,
"y": 669
"x": 314,
"y": 681
}
],
"isCurve": true,
@ -939,20 +939,20 @@
"labelPercentage": 0,
"route": [
{
"x": 670,
"y": 448.89930555555554
"x": 685,
"y": 459.4166666666667
},
{
"x": 841.2,
"y": 536.5798611111111
"x": 858.6,
"y": 548.2833333333333
},
{
"x": 884,
"y": 629
"x": 902,
"y": 641
},
{
"x": 884,
"y": 669
"x": 902,
"y": 681
}
],
"isCurve": true,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 798 KiB

After

Width:  |  Height:  |  Size: 798 KiB

View file

@ -6,11 +6,11 @@
"id": "root",
"type": "image",
"pos": {
"x": 286,
"x": 288,
"y": 12
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -59,10 +59,10 @@
"type": "",
"pos": {
"x": 12,
"y": 291
"y": 297
},
"width": 1402,
"height": 1424,
"width": 1426,
"height": 1442,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -99,11 +99,11 @@
"id": "container.root",
"type": "image",
"pos": {
"x": 286,
"y": 366
"x": 288,
"y": 372
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -152,10 +152,10 @@
"type": "",
"pos": {
"x": 87,
"y": 766
"y": 778
},
"width": 616,
"height": 874,
"width": 628,
"height": 886,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -192,11 +192,11 @@
"id": "container.left.root",
"type": "image",
"pos": {
"x": 261,
"y": 841
"x": 262,
"y": 853
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -245,10 +245,10 @@
"type": "",
"pos": {
"x": 162,
"y": 1241
"y": 1259
},
"width": 466,
"height": 324,
"width": 478,
"height": 330,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -286,10 +286,10 @@
"type": "image",
"pos": {
"x": 237,
"y": 1316
"y": 1334
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -337,11 +337,11 @@
"id": "container.left.inner.right",
"type": "image",
"pos": {
"x": 405,
"y": 1316
"x": 411,
"y": 1334
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -389,11 +389,11 @@
"id": "container.right",
"type": "",
"pos": {
"x": 723,
"y": 766
"x": 735,
"y": 778
},
"width": 616,
"height": 874,
"width": 628,
"height": 886,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -430,11 +430,11 @@
"id": "container.right.root",
"type": "image",
"pos": {
"x": 897,
"y": 841
"x": 910,
"y": 853
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -482,11 +482,11 @@
"id": "container.right.inner",
"type": "",
"pos": {
"x": 798,
"y": 1241
"x": 810,
"y": 1259
},
"width": 466,
"height": 324,
"width": 478,
"height": 330,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -523,11 +523,11 @@
"id": "container.right.inner.left",
"type": "image",
"pos": {
"x": 873,
"y": 1316
"x": 885,
"y": 1334
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -575,11 +575,11 @@
"id": "container.right.inner.right",
"type": "image",
"pos": {
"x": 1041,
"y": 1316
"x": 1059,
"y": 1334
},
"width": 148,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,
@ -651,12 +651,12 @@
"labelPercentage": 0,
"route": [
{
"x": 360.3333333333333,
"y": 186
"x": 365.3333333333333,
"y": 192
},
{
"x": 360.3333333333333,
"y": 366
"x": 365.3333333333333,
"y": 372
}
],
"animated": false,
@ -690,12 +690,12 @@
"labelPercentage": 0,
"route": [
{
"x": 311,
"y": 1015
"x": 314,
"y": 1033
},
{
"x": 311,
"y": 1316
"x": 314,
"y": 1334
}
],
"animated": false,
@ -729,28 +729,28 @@
"labelPercentage": 0,
"route": [
{
"x": 360.3333333333333,
"y": 1015
"x": 365.3333333333333,
"y": 1033
},
{
"x": 360.3333333333333,
"y": 1065
"x": 365.3333333333333,
"y": 1083
},
{
"x": 403,
"y": 1065
"x": 406,
"y": 1083
},
{
"x": 403,
"y": 1186
"x": 406,
"y": 1204
},
{
"x": 479,
"y": 1186
"x": 488,
"y": 1204
},
{
"x": 479,
"y": 1316
"x": 488,
"y": 1334
}
],
"animated": false,
@ -784,12 +784,12 @@
"labelPercentage": 0,
"route": [
{
"x": 947,
"y": 1015
"x": 962,
"y": 1033
},
{
"x": 947,
"y": 1316
"x": 962,
"y": 1334
}
],
"animated": false,
@ -823,28 +823,28 @@
"labelPercentage": 0,
"route": [
{
"x": 996.3333333333333,
"y": 1015
"x": 1013.3333333333333,
"y": 1033
},
{
"x": 996.3333333333333,
"y": 1065
"x": 1013.3333333333333,
"y": 1083
},
{
"x": 1039,
"y": 1065
"x": 1054,
"y": 1083
},
{
"x": 1039,
"y": 1186
"x": 1054,
"y": 1204
},
{
"x": 1115,
"y": 1186
"x": 1136,
"y": 1204
},
{
"x": 1115,
"y": 1316
"x": 1136,
"y": 1334
}
],
"animated": false,
@ -878,12 +878,12 @@
"labelPercentage": 0,
"route": [
{
"x": 335.66666666666663,
"y": 540
"x": 339.66666666666663,
"y": 552
},
{
"x": 335.66666666666663,
"y": 841
"x": 339.66666666666663,
"y": 853
}
],
"animated": false,
@ -917,20 +917,20 @@
"labelPercentage": 0,
"route": [
{
"x": 385,
"y": 540
"x": 391,
"y": 552
},
{
"x": 385,
"y": 590
"x": 391,
"y": 602
},
{
"x": 971.6666666666666,
"y": 590
"x": 987.6666666666666,
"y": 602
},
{
"x": 971.6666666666666,
"y": 841
"x": 987.6666666666666,
"y": 853
}
],
"animated": false,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 799 KiB

After

Width:  |  Height:  |  Size: 799 KiB

View file

@ -389,11 +389,11 @@
"id": "j",
"type": "image",
"pos": {
"x": 2328,
"y": 89
"x": 2326,
"y": 83
},
"width": 150,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 668 KiB

After

Width:  |  Height:  |  Size: 668 KiB

View file

@ -389,11 +389,11 @@
"id": "j",
"type": "image",
"pos": {
"x": 2328,
"y": 89
"x": 2326,
"y": 83
},
"width": 150,
"height": 148,
"width": 154,
"height": 154,
"opacity": 1,
"strokeDash": 0,
"strokeWidth": 2,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 668 KiB

After

Width:  |  Height:  |  Size: 668 KiB