Adding x: namespace prefix to href

This commit is contained in:
Pavel Nikulin
2019-03-15 20:04:43 +06:00
parent bfcdb45b82
commit 01482e01ef
14 changed files with 40 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg"
<svg xmlns="http://www.w3.org/2000/svg" xmlns:x="http://www.w3.org/1999/xlink"
aria-label="LastPass" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#d32d27"/><g fill="#fff"><circle cx="108" cy="256" r="44" id="c"/><use href="#c" x="119"/><use href="#c" x="239"/><rect height="192" rx="2%" width="20" x="428" y="160"/></g></svg>
fill="#d32d27"/><g fill="#fff"><circle cx="108" cy="256" r="44" id="c"/><use x:href="#c" x="119"/><use x:href="#c" x="239"/><rect height="192" rx="2%" width="20" x="428" y="160"/></g></svg>

Before

Width:  |  Height:  |  Size: 320 B

After

Width:  |  Height:  |  Size: 364 B