ludus/build/svg_test.svg
Scott Richmond d477782ff6 build
2024-08-01 17:05:41 -04:00

27 lines
722 B
XML

<?xml version="1.0" standalone="no"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" style="background-color:rgb(0 0 0); background-opacity: 1" viewBox="-300 -300 600 600">
<g transform="scale(-1, 1) rotate(180)">
<g transform="translate(0, 0)rotate(0)">
<polygon points="0 20 -13.226237306473037 -15.00222139260919 13.226237306473037 -15.00222139260919" stroke="none" fill="rgb(255 255 255)" fill-opacity="0.5882352941176471"/>
<line x1="0" y1="20" x2="0" y2="0" stroke="rgb(255 255 255)" stroke-opacity="1" stroke-width="1" />
</g>
</g>
<ludus>
repeat 20 {
repeat 100 {
fd! (4)
rt! (0.01)
}
pencolor! (random (colors))
rt! (inv (20))
}
</ludus>
</svg>