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,11 @@
<?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"
width="50"
height="150"
viewBox="0 0 50 150"
id="svg2">
<path
d="m 0,75 50,-45 0,90 z" />
</svg>

After

Width:  |  Height:  |  Size: 256 B

View File

@ -0,0 +1,10 @@
<?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"
width="150"
height="150"
viewBox="0 0 150 150"
id="svg2">
<path d="M 100,75 50,30 50,120 z" />
</svg>

After

Width:  |  Height:  |  Size: 250 B