Add xmlns:xlink to 1password to support SVG 1.1

This commit is contained in:
kuubeu
2023-07-05 23:37:17 +02:00
committed by GitHub
parent 0918c4d848
commit f03409dc88
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg"
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
aria-label="1Password" role="img"
viewBox="0 0 512 512"
fill="#FFF"><rect
width="512" height="512"
/><g stroke-width="7"><circle cx="256" cy="256" r="192" fill="#F7F7F7" stroke="#707070"/><path fill="#E5E5E5" d="M147 377a165 165 0 11219-1 155 155 0 10-219 1m297-121a1 1 0 01-376-11 1 .96 0 00376 3"/><path fill="#218ef7" stroke="#1769b8" d="M256 112a144 144 0 1 0 1 0Zm0 30a114 114 0 1 1-1 0Z"/><circle cx="256" cy="256" r="57"/><circle cx="256" cy="256" r="47" fill="#DEDEDE" stroke="#C7C7C7"/><g stroke="#000"><use stroke="#fff" stroke-width="20" href="#a"/><path id="a" fill="#0A2D4D" d="M232 186q0-7 4-7h39q5 0 5 7v75q0 4-6 8-7 7 0 14 6 5 6 9v34q0 7-6 7h-36q-6 0-6-7v-74q0-4 6-8 8-8 0-15-6-4-6-8z"/></g></g></svg>
fill="#fff" stroke-width="7"><rect
width="512" height="512"/><circle cx="256" cy="256" r="192" fill="#f7f7f7" stroke="#707070"/><path fill="#e5e5e5" d="m147 377a165 165 0 11219-1 155 155 0 10-219 1m297-121a1 1 0 01-376-11 1 .96 0 00376 3"/><path fill="#218ef7" stroke="#1769b8" d="m256 112a144 144 0 101 0zm0 30a114 114 0 11-1 0z"/><circle cx="256" cy="256" r="57"/><circle cx="256" cy="256" r="47" fill="#dedede" stroke="#c7c7c7"/><g stroke="#000"><use stroke="#fff" stroke-width="20" xlink:href="#a"/><path id="a" fill="#0a2d4d" d="m232 186q0-7 4-7h39q5 0 5 7v75q0 4-6 8-7 7 0 14 6 5 6 9v34q0 7-6 7h-36q-6 0-6-7v-74q0-4 6-8 8-8 0-15-6-4-6-8z"/></g></svg>

Before

Width:  |  Height:  |  Size: 757 B

After

Width:  |  Height:  |  Size: 795 B