This commit is contained in:
d
2026-06-06 22:36:56 +03:00
parent 8457f34fa5
commit de44fa288d
+2 -1
View File
@@ -1,6 +1,6 @@
<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" />
<!-- Ultra-thick Connection Lines (Perfectly Centered Vertically) -->
<g stroke="#0052a3" stroke-width="22" stroke-linecap="round" stroke-linejoin="round">
<line x1="60" y1="115" x2="200" y2="75" />
<line x1="200" y1="75" x2="340" y2="135" />
@@ -11,6 +11,7 @@
<line x1="90" y1="300" x2="290" y2="355" />
</g>
<!-- Massive Network Nodes (Perfectly Contained) -->
<g fill="#0052a3">
<circle cx="60" cy="115" r="42" />
<circle cx="200" cy="75" r="55" />

Before

Width:  |  Height:  |  Size: 830 B

After

Width:  |  Height:  |  Size: 921 B