fix warning related to fonts on macos (#2578)

This commit is contained in:
borgmanJeremy
2022-05-03 08:10:00 -05:00
committed by GitHub
parent 972458496f
commit 3297f738d7
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" version="1.1">
<path d="M12 20a1 1 0 0 1 0-16 1 1 0 0 1 0 16M12 2a1 1 0 0 0 0 20 1 1 0 0 0 0-20z"/>
<text x="12" y="17" style="text-anchor:middle;font-size:16px;font-family:sans-serif">1</text>
</svg>
<text x="12" y="17" style="text-anchor:middle;font-size:16px">1</text>
</svg>

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 240 B

View File

@@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" version="1.1">
<path fill="#FFF" d="M12 20a1 1 0 0 1 0-16 1 1 0 0 1 0 16M12 2a1 1 0 0 0 0 20 1 1 0 0 0 0-20z"/>
<text x="12" y="17" style="text-anchor:middle;fill:#FFF;font-size:16px;font-family:sans-serif">1</text>
</svg>
<text x="12" y="17" style="text-anchor:middle;fill:#FFF;font-size:16px">1</text>
</svg>

Before

Width:  |  Height:  |  Size: 284 B

After

Width:  |  Height:  |  Size: 262 B