]> git.openstreetmap.org Git - rails.git/commitdiff
Replace way icon path with line and circles
authorAnton Khorev <tony29@yandex.ru>
Mon, 27 May 2024 00:01:24 +0000 (03:01 +0300)
committerAnton Khorev <tony29@yandex.ru>
Mon, 27 May 2024 00:01:24 +0000 (03:01 +0300)
app/assets/images/welcome-sprite.svg

index 9b03adb7498dd2b68c21b1f03e81b27db2288e78..64959a20b02612fb652504c555af488bad502e94 100644 (file)
     <circle cx="250" cy="42.5" r="15" fill="#fff"/>
   </g>
   <g>
-    <path d="M379.302 5a15.7 15.7 0 0 0-15.698 15.698c0 1.581.284 3.074.719 4.513l-39.113 39.113c-1.44-.435-2.932-.719-4.513-.719A15.7 15.7 0 0 0 305 79.303a15.7 15.7 0 0 0 15.698 15.698 15.7 15.7 0 0 0 15.698-15.698c0-1.581-.284-3.074-.719-4.513l39.113-39.113c1.44.435 2.932.719 4.513.719A15.7 15.7 0 0 0 395 20.698a15.7 15.7 0 0 0-15.698-15.698z" fill="#7092ff"/>
-    <circle cx="321" cy="79" r="7" fill="#fff"/>
-    <circle cx="380" cy="21" r="7" fill="#fff"/>
+    <line x1="320" y1="80" x2="380" y2="20" stroke="#7092ff" stroke-width="15"/>
+    <circle cx="320" cy="80" r="15" fill="#7092ff"/>
+    <circle cx="380" cy="20" r="15" fill="#7092ff"/>
+    <circle cx="320" cy="80" r="7" fill="#fff"/>
+    <circle cx="380" cy="20" r="7" fill="#fff"/>
   </g>
   <g>
     <path d="M425 87l-20-20v-29l20-20h68l2 2v65l-2 2z" fill="#7092ff"/>