OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" x="0" y="0"> | 2 <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" x="0" y="0"> |
3 <defs> | 3 <defs> |
4 <marker id="arrow" viewBox="0 0 4 4" refX="4" refY="2" markerUnits="stro
keWidth" markerWidth="4" markerHeight="4" orient="auto" style="overflow: visible
;"> | 4 <marker id="arrow" viewBox="0 0 4 4" refX="4" refY="2" markerUnits="stro
keWidth" markerWidth="4" markerHeight="4" orient="auto" style="overflow: visible
;"> |
5 <path d="M 2 0.5 L 6 2 L 2 3.5" style="fill: none; stroke: rgb(85, 8
5, 255); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"/> | 5 <path d="M 2 0.5 L 6 2 L 2 3.5" style="fill: none; stroke: rgb(85, 8
5, 255); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"/> |
6 </marker> | 6 </marker> |
7 <marker id="circle" viewBox="0 0 10 10" refX="5" refY="5" markerUnits="s
trokeWidth" markerWidth="4" markerHeight="4" orient="auto" style="overflow: visi
ble;"> | 7 <marker id="circle" viewBox="0 0 10 10" refX="5" refY="5" markerUnits="s
trokeWidth" markerWidth="4" markerHeight="4" orient="auto" style="overflow: visi
ble;"> |
8 <circle cx="5" cy="5" r="3" style="fill: rgb(85, 85, 255);"/> | 8 <circle cx="5" cy="5" r="3" style="fill: rgb(85, 85, 255);"/> |
9 </marker> | 9 </marker> |
10 <marker id="arrow2" stroke-opacity="0.25" viewBox="0 0 4 4" refX="4" ref
Y="2" markerUnits="strokeWidth" markerWidth="4" markerHeight="4" orient="auto" s
tyle="overflow: visible;"> | 10 <marker id="arrow2" stroke-opacity="0.25" viewBox="0 0 4 4" refX="4" ref
Y="2" markerUnits="strokeWidth" markerWidth="4" markerHeight="4" orient="auto" s
tyle="overflow: visible;"> |
11 <path d="M 2 0.5 L 6 2 L 2 3.5" style="fill: none; stroke: rgb(85, 8
5, 255); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"/> | 11 <path d="M 2 0.5 L 6 2 L 2 3.5" style="fill: none; stroke: rgb(85, 8
5, 255); stroke-width: 1; stroke-linecap: round; stroke-linejoin: round;"/> |
12 </marker> | 12 </marker> |
13 <marker id="circle2" fill-opacity="0.25" viewBox="0 0 10 10" refX="5" re
fY="5" markerUnits="strokeWidth" markerWidth="4" markerHeight="4" orient="auto"
style="overflow: visible;"> | 13 <marker id="circle2" fill-opacity="0.25" viewBox="0 0 10 10" refX="5" re
fY="5" markerUnits="strokeWidth" markerWidth="4" markerHeight="4" orient="auto"
style="overflow: visible;"> |
14 <circle cx="5" cy="5" r="3" style="fill: rgb(85, 85, 255);"/> | 14 <circle cx="5" cy="5" r="3" style="fill: rgb(85, 85, 255);"/> |
15 </marker> | 15 </marker> |
16 </defs> | 16 </defs> |
17 <g opacity="0.25"> | 17 <g opacity="0.25"> |
18 <path d="M 388,156 C 244,135 244,94 100,73" style="overflow: visible; fi
ll: none; stroke: rgb(85, 85, 255); stroke-width: 4; stroke-linecap: round; mark
er-end: url(#arrow); marker-start: url(#circle);"/> | 18 <path d="M 388,156 C 244,135 244,94 100,73" style="overflow: visible; fi
ll: none; stroke: rgb(85, 85, 255); stroke-width: 4; stroke-linecap: round; mark
er-end: url(#arrow); marker-start: url(#circle);"/> |
19 </g> | 19 </g> |
20 <g> | 20 <g> |
21 <path d="M 388,256 C 244,235 244,194 100,173" style="overflow: visible;
fill: none; stroke: rgb(85, 85, 255); stroke-width: 4; stroke-linecap: round; ma
rker-end: url(#arrow); marker-start: url(#circle);"/> | 21 <path d="M 388,256 C 244,235 244,194 100,173" style="overflow: visible;
fill: none; stroke: rgb(85, 85, 255); stroke-width: 4; stroke-linecap: round; ma
rker-end: url(#arrow); marker-start: url(#circle);"/> |
22 </g> | 22 </g> |
23 <g> | 23 <g> |
24 <path d="M 388,356 C 244,335 244,294 100,273" stroke-opacity="0.25" styl
e="overflow: visible; fill: none; stroke: rgb(85, 85, 255); stroke-width: 4; str
oke-linecap: round; marker-end: url(#arrow2); marker-start: url(#circle2);"/> | 24 <path d="M 388,356 C 244,335 244,294 100,273" stroke-opacity="0.25" styl
e="overflow: visible; fill: none; stroke: rgb(85, 85, 255); stroke-width: 4; str
oke-linecap: round; marker-end: url(#arrow2); marker-start: url(#circle2);"/> |
25 </g> | 25 </g> |
26 </svg> | 26 </svg> |
OLD | NEW |