Write some more about quickfacts

This commit is contained in:
lol3rrr
2026-03-23 19:15:24 +01:00
parent fc183f32ee
commit 18bc5d61d6
7 changed files with 237 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
<svg version="1.1"
baseProfile="full"
width="300" height="200"
xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="red" />
<circle cx="150" cy="100" r="80" fill="green" id="test" onclick="hide()" />
<text x="150" y="125" font-size="60" text-anchor="middle" fill="white">SVG</text>
</svg>

After

Width:  |  Height:  |  Size: 336 B