19 lines
620 B
XML
19 lines
620 B
XML
<?xml version="1.0" standalone="no"?>
|
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="background-color:navy" viewBox="-100 -100 500 500">
|
|
|
|
<rect x="-10.5" y="6.123233995736766e-15" width="300" height="300.2" stroke="white" fill="transparent" stroke-width="1"/>
|
|
|
|
<g transform="translate(100, 100) rotate(180) rotate(180)">
|
|
<polygon points="0 20 -13.2262 -15.0022 13.2262 -15.0022" stroke="none" fill="rgb(150 150 150)" fill-opacity="0.6"/>
|
|
|
|
<line x1="0" y1="0" x2="0" y2="20" stroke="white" stroke-width="1"/>
|
|
</g>
|
|
|
|
<ludus>
|
|
& this is some code
|
|
forward! (100)
|
|
right! (0.25)
|
|
</ludus>
|
|
</svg>
|
|
|