Issue #3466480 by Tom Konda, smustgrave: New throbber SVG images lack xmlns attribute
parent
5ac4f96a9c
commit
08f436ede5
|
@ -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 |
|
@ -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 |
Loading…
Reference in New Issue