Skip to content

Instantly share code, notes, and snippets.

@verkvieto
Created June 22, 2019 19:01
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save verkvieto/8ca97353c2b8bc98f22f866f5c150029 to your computer and use it in GitHub Desktop.
Save verkvieto/8ca97353c2b8bc98f22f866f5c150029 to your computer and use it in GitHub Desktop.
Estas ronda Esperanto-flago
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 200">
<rect x="0" y="0" width="300" height="200" fill="#090"/>
<circle cx="150" cy="100" r="50" fill="#fff"/>
<!-- Stelo
150,65
150+35√(10-2√5)÷4,100+35(√5+1)÷4
150-35√(10+2√5)÷4,100-35(√5-1)÷4
150+35√(10+2√5)÷4,100-35(√5-1)÷4
150-35√(10-2√5)÷4,100+35(√5+1)÷4 -->
<polygon
points="
150,65
170.572,128.316
116.713,89.184
183.287,89.184
129.428,128.316"
fill="#090"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment