Current Dev State

This commit is contained in:
Tim Lorsbach
2025-06-23 20:13:54 +02:00
parent b4f9bb277d
commit ded50edaa2
22617 changed files with 4345095 additions and 174 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="150"
height="150"
viewBox="0 0 150 150"
id="svg2" fill="green">
<path
d="M 75,120 120,70 30,70 z"
id="path2986" />
</svg>

After

Width:  |  Height:  |  Size: 310 B

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="150"
height="150"
viewBox="0 0 150 150"
id="svg2" fill="currentColor">
<path
d="M 50,75 100,30 100,120 z"
id="path2986" />
</svg>

After

Width:  |  Height:  |  Size: 316 B

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
version="1.1"
x="0px"
y="0px"
width="150"
height="150"
viewBox="0 0 150 150"
id="svg2" fill="#0F0F0F">
<path
id="path2986"
d="M 100,75 50,30 50,120 z" />
</svg>

After

Width:  |  Height:  |  Size: 323 B

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
version="1.1"
width="150"
height="150"
viewBox="0 0 150 150"
id="svg2">
<path fill="#F4F4F4"
d="m 75,70 45,50 -90,0 z"
id="path2986" />
</svg>

After

Width:  |  Height:  |  Size: 310 B