test: add test case, update snapshots

This commit is contained in:
antv 2024-11-11 16:09:59 +08:00
parent 624dc794f5
commit 52c7f4ca36
48 changed files with 398 additions and 334 deletions

View File

@ -0,0 +1,52 @@
import { createGraph } from '@@/utils';
describe('add edge in combo', () => {
it('add edge in combo without zIndex', async () => {
const graph = createGraph({
data: {
nodes: [
{ id: 'node-1', combo: 'combo-1', style: { x: 100, y: 100 } },
{ id: 'node-2', combo: 'combo-1', style: { x: 200, y: 200 } },
],
combos: [{ id: 'combo-1' }],
},
});
await graph.draw();
graph.addEdgeData([{ id: 'edge', source: 'node-1', target: 'node-2' }]);
await graph.draw();
expect(graph.getEdgeData('edge').style?.zIndex).toBe(undefined);
// @ts-expect-error skip the type check
expect(graph.context.element?.getElement('edge')?.style.zIndex).toBe(1);
});
it('add edge in combo with zIndex', async () => {
const graph = createGraph({
data: {
nodes: [
{ id: 'node-1', combo: 'combo-1', style: { x: 100, y: 100 } },
{ id: 'node-2', combo: 'combo-1', style: { x: 200, y: 200 } },
{ id: 'node-3', style: { x: 300, y: 300, zIndex: 5 } },
],
combos: [{ id: 'combo-1' }],
},
});
await graph.draw();
expect(graph.getComboData('combo-1').style?.zIndex).toBe(undefined);
await graph.frontElement('combo-1');
expect(graph.getComboData('combo-1').style?.zIndex).toBe(5 + 1);
graph.addEdgeData([{ id: 'edge', source: 'node-1', target: 'node-2' }]);
await graph.draw();
expect(graph.getEdgeData('edge').style?.zIndex).toBe(undefined);
// @ts-expect-error skip the type check
expect(graph.context.element?.getElement('edge')?.style.zIndex).toBe(5 + 1 + 1);
});
});

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 222.6666717529297,200 L 206.6666717529297,200" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,206.666672,200)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 222.6666717529297,200 L 206.6666717529297,200" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 129.79968364745167,112.64777452399701 L 187.0214853922526,186.5" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 129.79968364745167,112.64777452399701 L 187.0214853922526,186.5" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 149.61830382077144,135.51541870377585 L 186.9071466836711,183.64154052734375" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,139.818619,122.867645)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 149.61830382077144,135.51541870377585 L 186.9071466836711,183.64154052734375" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -27,13 +27,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.9865164179446,107.77028689885812 L 286.0134835820554,192.2297131011419" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.9865164179446,107.77028689885812 L 286.0134835820554,192.2297131011419" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,300,200)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -27,13 +27,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 200.83455389310305,184.90264207540883 L 214.02327996920164,192.22971266091926" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 200.83455389310305,184.90264207540883 L 214.02327996920164,192.22971266091926" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,228.009796,200)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -27,13 +27,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 239.52111138531453,237.9089746753629" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 239.52111138531453,237.9089746753629" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,250,250)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -27,13 +27,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.9865164179446,107.77028689885812 L 286.0134835820554,192.2297131011419" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.9865164179446,107.77028689885812 L 286.0134835820554,192.2297131011419" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,300,200)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -27,13 +27,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.34718944727342,108.82340829037128 L 275.2190031796797,202.61041434146466" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.34718944727342,108.82340829037128 L 275.2190031796797,202.61041434146466" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,288.566193,211.433823)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -31,20 +31,6 @@
<path fill="none" d="M 82,-39 C 41 -39,41 0,0 0" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 82,-89 C 132 -89,132 -104,182 -104" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -96.5,182 -96.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 82,-89 C 132 -89,132 -74,182 -74" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -66.5,182 -66.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,82,-19)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -81,6 +67,20 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 82,-89 C 132 -89,132 -104,182 -104" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -96.5,182 -96.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 82,-89 C 132 -89,132 -74,182 -74" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -66.5,182 -66.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,82,-89)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -31,20 +31,6 @@
<path fill="none" d="M 82,-39 C 41 -39,41 0,0 0" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 4.8676438331604,-62.0036735534668 C 16.301465272903442 -62.0036735534668,16.301465272903442 -65.43382263183594,27.735286712646484 -65.43382263183594" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -96.5,182 -96.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 4.8676438331604,-62.0036735534668 C 16.301465272903442 -62.0036735534668,16.301465272903442 -58.57352828979492,27.735286712646484 -58.57352828979492" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -66.5,182 -66.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,4.867644,-45.996326)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -81,6 +67,20 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 4.8676438331604,-62.0036735534668 C 16.301465272903442 -62.0036735534668,16.301465272903442 -65.43382263183594,27.735286712646484 -65.43382263183594" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -96.5,182 -96.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 4.8676438331604,-62.0036735534668 C 16.301465272903442 -62.0036735534668,16.301465272903442 -58.57352828979492,27.735286712646484 -58.57352828979492" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -66.5,182 -66.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,4.867644,-62.003674)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -31,20 +31,6 @@
<path fill="none" d="M 82,-39 C 41 -39,41 0,0 0" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -81.5,182 -81.5" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -96.5,182 -96.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -81.5,182 -81.5" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -66.5,182 -66.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,-18,-54)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -93,6 +79,20 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -81.5,182 -81.5" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -96.5,182 -96.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -81.5,182 -81.5" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -66.5,182 -66.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,182,-81.500000)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@ -31,20 +31,6 @@
<path fill="none" d="M 82,-39 C 41 -39,41 0,0 0" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 82,-89 C 132 -89,132 -104,182 -104" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -96.5,182 -96.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 82,-89 C 132 -89,132 -74,182 -74" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -66.5,182 -66.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,-18,-54)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -93,6 +79,20 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 82,-89 C 132 -89,132 -104,182 -104" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -96.5,182 -96.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 82,-89 C 132 -89,132 -74,182 -74" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -66.5,182 -66.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,82,-89)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@ -31,20 +31,6 @@
<path fill="none" d="M 82,-39 C 41 -39,41 0,0 0" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 104.86764526367188,-87.28492736816406 C 143.43382263183594 -87.28492736816406,143.43382263183594 -98.85478210449219,182 -98.85478210449219" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -96.5,182 -96.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 104.86764526367188,-87.28492736816406 C 143.43382263183594 -87.28492736816406,143.43382263183594 -75.71507263183594,182 -75.71507263183594" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -66.5,182 -66.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,-18,-54)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -93,6 +79,20 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 104.86764526367188,-87.28492736816406 C 143.43382263183594 -87.28492736816406,143.43382263183594 -98.85478210449219,182 -98.85478210449219" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -96.5,182 -96.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 104.86764526367188,-87.28492736816406 C 143.43382263183594 -87.28492736816406,143.43382263183594 -75.71507263183594,182 -75.71507263183594" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 182,-81.5 C 182 -81.5,182 -66.5,182 -66.5" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,104.867645,-87.284927)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -15,6 +15,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,250.440002,262.500000)">
<g>
<path fill="rgba(153,173,209,1)" d="M -81.62,-88.5 l 163.24,0 l 0,177 l-163.24 0 z" class="key" stroke-dasharray="0,0" stroke-width="1" stroke="rgba(153,173,209,1)" width="163.24" height="177" x="-81.62" y="-88.5" fill-opacity="0.04"/>
@ -27,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.9865164179446,107.77028689885812 L 286.0134835820554,192.2297131011419" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -46,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.9865164179446,107.77028689885812 L 286.0134835820554,192.2297131011419" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,300,200)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -70,13 +77,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -27,13 +27,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.9865164179446,107.77028689885812 L 286.0134835820554,192.2297131011419" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.9865164179446,107.77028689885812 L 286.0134835820554,192.2297131011419" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,300,200)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -30,15 +30,15 @@
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 397.3696162031143,364.2176972186857 L 382.6303837968857,275.7823027813143" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 372.0617769862907,273.89189027399135 L 307.9382230137093,386.10810972600865" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 372.0617769862907,273.89189027399135 L 307.9382230137093,386.10810972600865" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 397.3696162031143,364.2176972186857 L 382.6303837968857,275.7823027813143" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,300,400)">

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -30,15 +30,15 @@
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 397.3696162031143,364.2176972186857 L 382.6303837968857,275.7823027813143" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 364.82106723119176,254.9403557437306 L 65.17893276880822,155.0596442562694" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 364.82106723119176,254.9403557437306 L 65.17893276880822,155.0596442562694" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 397.3696162031143,364.2176972186857 L 382.6303837968857,275.7823027813143" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,50,150)">

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -30,15 +30,15 @@
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 397.3696162031143,364.2176972186857 L 382.6303837968857,275.7823027813143" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 372.0617769862907,273.89189027399135 L 307.9382230137093,386.10810972600865" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 372.0617769862907,273.89189027399135 L 307.9382230137093,386.10810972600865" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 397.3696162031143,364.2176972186857 L 382.6303837968857,275.7823027813143" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,300,400)">

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -30,15 +30,15 @@
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 397.3696162031143,364.2176972186857 L 382.6303837968857,275.7823027813143" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 364.82106723119176,254.9403557437306 L 65.17893276880822,155.0596442562694" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 364.82106723119176,254.9403557437306 L 65.17893276880822,155.0596442562694" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 397.3696162031143,364.2176972186857 L 382.6303837968857,275.7823027813143" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,50,150)">

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -30,15 +30,15 @@
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 315.5222800023253,276.1194299994187 L 364.4777199976747,263.8805700005813" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 364.38100703705675,263.4708873250985 L 215.61899296294325,296.5291126749015" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 364.38100703705675,263.4708873250985 L 215.61899296294325,296.5291126749015" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 315.5222800023253,276.1194299994187 L 364.4777199976747,263.8805700005813" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,200,300)">

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -30,15 +30,15 @@
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 397.3696162031143,364.2176972186857 L 382.6303837968857,275.7823027813143" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 364.38100703705675,263.4708873250985 L 215.61899296294325,296.5291126749015" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 364.38100703705675,263.4708873250985 L 215.61899296294325,296.5291126749015" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 397.3696162031143,364.2176972186857 L 382.6303837968857,275.7823027813143" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,200,300)">

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -30,15 +30,15 @@
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 63.12637066831979,39.14868258701076 L 366.8736293316802,250.85131741298923" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 364.38100703705675,263.4708873250985 L 215.61899296294325,296.5291126749015" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 364.38100703705675,263.4708873250985 L 215.61899296294325,296.5291126749015" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 63.12637066831979,39.14868258701076 L 366.8736293316802,250.85131741298923" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,200,300)">

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -30,15 +30,15 @@
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 315.5222800023253,276.1194299994187 L 364.4777199976747,263.8805700005813" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 364.38100703705675,263.4708873250985 L 215.61899296294325,296.5291126749015" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 364.38100703705675,263.4708873250985 L 215.61899296294325,296.5291126749015" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 315.5222800023253,276.1194299994187 L 364.4777199976747,263.8805700005813" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,200,300)">

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -30,15 +30,15 @@
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 397.3696162031143,364.2176972186857 L 382.6303837968857,275.7823027813143" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 364.38100703705675,263.4708873250985 L 215.61899296294325,296.5291126749015" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 364.38100703705675,263.4708873250985 L 215.61899296294325,296.5291126749015" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 397.3696162031143,364.2176972186857 L 382.6303837968857,275.7823027813143" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,200,300)">

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -30,15 +30,15 @@
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 63.12637066831979,39.14868258701076 L 366.8736293316802,250.85131741298923" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 364.38100703705675,263.4708873250985 L 215.61899296294325,296.5291126749015" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 364.38100703705675,263.4708873250985 L 215.61899296294325,296.5291126749015" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
<path fill="none" d="M 63.12637066831979,39.14868258701076 L 366.8736293316802,250.85131741298923" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,200,300)">

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -27,13 +27,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.6265330672727,108.38555881062936 L 366.3734669327273,251.61444118937064" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.6265330672727,108.38555881062936 L 366.3734669327273,251.61444118937064" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,200,300)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -27,13 +27,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.6265330672727,108.38555881062936 L 366.3734669327273,251.61444118937064" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.6265330672727,108.38555881062936 L 366.3734669327273,251.61444118937064" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,200,300)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
@ -60,6 +53,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,200,100)">
<g>
<circle fill="rgba(255,192,203,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
@ -60,6 +53,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,200,100)">
<g>
<circle fill="rgba(255,192,203,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -3,13 +3,6 @@
<g >
<g fill="none">
<g fill="none" class="elements">
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="4"/>
<g>
<path fill="none" d="M 129.553704853094,112.83459090037421 L 96.6239251139719,68.59622914543786" class="key" stroke-width="2" stroke="rgba(255,0,0,1)"/>
<path fill="none" d="M 129.553704853094,112.83459090037421 L 96.6239251139719,68.59622914543786" class="key" stroke-width="4" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16" visibility="visible"/>
@ -60,6 +53,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="4"/>
<g>
<path fill="none" d="M 129.553704853094,112.83459090037421 L 96.6239251139719,68.59622914543786" class="key" stroke-width="2" stroke="rgba(255,0,0,1)"/>
<path fill="none" d="M 129.553704853094,112.83459090037421 L 96.6239251139719,68.59622914543786" class="key" stroke-width="4" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -3,13 +3,6 @@
<g >
<g fill="none">
<g fill="none" class="elements">
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="4"/>
<g>
<path fill="none" d="M 129.553704853094,112.83459090037421 L 96.6239251139719,68.59622914543786" class="key" stroke-width="2" stroke="rgba(255,0,0,1)"/>
<path fill="none" d="M 129.553704853094,112.83459090037421 L 96.6239251139719,68.59622914543786" class="key" stroke-width="4" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16" visibility="visible"/>
@ -60,6 +53,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="4"/>
<g>
<path fill="none" d="M 129.553704853094,112.83459090037421 L 96.6239251139719,68.59622914543786" class="key" stroke-width="2" stroke="rgba(255,0,0,1)"/>
<path fill="none" d="M 129.553704853094,112.83459090037421 L 96.6239251139719,68.59622914543786" class="key" stroke-width="4" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -58,13 +58,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.9865164179446,107.77028689885812 L 286.0134835820554,192.2297131011419" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -77,6 +70,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.9865164179446,107.77028689885812 L 286.0134835820554,192.2297131011419" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -15,6 +15,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,250.440002,262.500000)">
<g>
<path fill="rgba(153,173,209,1)" d="M -81.62,-88.5 l 163.24,0 l 0,177 l-163.24 0 z" class="key" stroke-dasharray="0,0" stroke-width="1" stroke="rgba(153,173,209,1)" width="163.24" height="177" x="-81.62" y="-88.5" fill-opacity="0.04"/>
@ -27,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.9865164179446,107.77028689885812 L 286.0134835820554,192.2297131011419" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -46,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 133.9865164179446,107.77028689885812 L 286.0134835820554,192.2297131011419" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,300,200)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -70,13 +77,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 288.68629150101526,211.31370849898477 L 211.31370849898477,288.68629150101526" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="none" class="halo" stroke-width="24" stroke="rgba(23,131,255,1)" stroke-opacity="0.25" r="16" stroke-dasharray="0,0" pointer-events="none"/>
@ -56,6 +49,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="none" class="halo" stroke-width="24" stroke="rgba(23,131,255,1)" stroke-opacity="0.25" r="16" stroke-dasharray="0,0" pointer-events="none"/>
@ -56,6 +49,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 158.87520313960366,113.3128047094055 L 232.66666666666666,224" class="key" stroke-width="1" stroke="rgba(0,128,0,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,150,100)">
<g>
<circle fill="rgba(255,0,0,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 158.87520313960366,113.3128047094055 L 232.66666666666666,224" class="key" stroke-width="1" stroke="rgba(0,128,0,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,120,100)">
<g>
<circle fill="rgba(23,131,255,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="1" stroke="rgba(153,173,209,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -34,13 +34,6 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 158.87520313960366,113.3128047094055 L 232.66666666666666,224" class="key" stroke-width="1" stroke="rgba(0,128,0,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
<g fill="none" transform="matrix(1,0,0,1,150,100)">
<g>
<circle fill="rgba(255,0,0,1)" class="key" stroke-width="0" stroke="rgba(0,0,0,1)" r="16"/>
@ -53,6 +46,13 @@
</g>
</g>
</g>
<g fill="none">
<g fill="none" stroke="transparent" stroke-width="3"/>
<g>
<path fill="none" d="M 158.87520313960366,113.3128047094055 L 232.66666666666666,224" class="key" stroke-width="1" stroke="rgba(0,128,0,1)"/>
<path fill="none" d="M 130.47888861468547,112.09102532463709 L 227.46666666666667,224" class="key" stroke-width="3" stroke="transparent"/>
</g>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -43,6 +43,12 @@ describe('element', () => {
else return node2;
},
},
model: {
getElementType(id: ID) {
if (id === 'node-1' || id === 'node-2') return 'node';
else return 'edge';
},
},
};
const edge = new Polyline({ style: { sourceNode: 'node-1', targetNode: 'node-2', context } });

View File

@ -18,6 +18,12 @@ describe('event', () => {
else return node2;
},
},
model: {
getElementType(id: ID) {
if (id === 'node-1' || id === 'node-2') return 'node';
else return 'edge';
},
},
};
const edge = new Polyline({ style: { sourceNode: 'node-1', targetNode: 'node-2', context } });