1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Merge pull request #2311 from ffranchina/fix-unknown-svg

Fixed the unknown SVG icon
This commit is contained in:
Eldad A. Fux 2021-10-21 00:01:55 +03:00 committed by GitHub
commit f11a445ef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
<svg height="100" width="100">
<svg xmlns="http://www.w3.org/2000/svg" height="100" width="100">
<circle cx="50" cy="50" r="40" fill="#c9c9c9" />
</svg>
</svg>

Before

Width:  |  Height:  |  Size: 88 B

After

Width:  |  Height:  |  Size: 124 B