fix warning related to fonts on macos (#2578)
This commit is contained in:
@@ -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 |
@@ -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 |
Reference in New Issue
Block a user