mirror of
https://gitlab.com/arnekeller/yt-addiction-control.git
synced 2024-11-09 10:20:39 +00:00
6 lines
357 B
XML
6 lines
357 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
|
||
|
<rect x="70" y="115" width="360" height="270" fill="#F00"/>
|
||
|
<path fill="#fff" stroke-width="1" stroke="#fff" d="M 150 150 l 200 100 l -200 100 l 0 -200"/>
|
||
|
<path fill="none" stroke-width="50" stroke="#B00" d="M86,88a230,230 0 1,0 1,-1zL412,412"/>
|
||
|
</svg>
|