Issue #3466480 by Tom Konda, smustgrave: New throbber SVG images lack xmlns attribute

merge-requests/5985/head
nod_ 2024-08-07 15:45:38 +02:00
parent 5ac4f96a9c
commit 08f436ede5
No known key found for this signature in database
GPG Key ID: 76624892606FA197
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<svg width="17" height="13" viewBox="0 0 170 130">
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="13" viewBox="0 0 170 130">
<g stroke="#0b73be" stroke-width="20" stroke-linecap="round" fill="none">
<circle cx="85" cy="65" r="48" />
<line x1="85" y1="65" x2="85" y2="17" />

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 390 B

View File

@ -1,3 +1,3 @@
<svg width="17" height="13" viewBox="0 0 170 130">
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="13" viewBox="0 0 170 130">
<circle stroke="#bcbcbc" stroke-width="20" fill="none" cx="85" cy="65" r="48" />
</svg>

Before

Width:  |  Height:  |  Size: 141 B

After

Width:  |  Height:  |  Size: 176 B