Verified Commit 08f436ed authored by Théodore Biadala's avatar Théodore Biadala
Browse files

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

parent 5ac4f96a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<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" />
+1 −1
Original line number Diff line number Diff line
<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>