This commit is contained in:
Saifeddine ALOUI 2024-02-07 13:14:06 +01:00
parent 80bdee93bf
commit e5959ff71e
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
<circle cx="50" cy="50" r="45" fill="black" />
</svg>

After

Width:  |  Height:  |  Size: 297 B

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50">
<circle cx="50" cy="50" r="45" fill="red" />
</svg>

After

Width:  |  Height:  |  Size: 258 B