mirror of
https://github.com/danbulant/slightlyComplicatedTicTacToe
synced 2026-06-21 15:52:01 +00:00
6 lines
No EOL
361 B
XML
6 lines
No EOL
361 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg width="16" height="16">
|
|
<line x1="0" y1="0" x2="100%" y2="100%" stroke="rgb(239,68,68)" stroke-width="2" />
|
|
<line x1="100%" y1="0" x2="0" y2="100%" stroke="rgb(239,68,68)" stroke-width="2" />
|
|
<circle cx="50%" cy="50%" r="45%" stroke="rgb(59,130,246)" stroke-width="2" fill="none" />
|
|
</svg> |