1
0
forked from rosa/hakurei

TODO: implement skipping from TestController

This commit is contained in:
Kat
2026-03-20 03:49:44 +11:00
parent 877be3308e
commit ac3ac3b97e
11 changed files with 149 additions and 32 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="20" viewBox="-20 -20 160 125">
<polygon points="0,0 100,50 0,100" fill="red" stroke="red" stroke-width="10" stroke-linejoin="round"/>
<line x1="10" y1="30" x2="50" y2="70" stroke="white" stroke-width="16"/>
<line x1="50" y1="30" x2="10" y2="70" stroke="white" stroke-width="16"/>
</svg>

After

Width:  |  Height:  |  Size: 368 B