Blame view

frontend/themes/markup/src/img/1.svg 229 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
  <svg width="100" height="200" xmlns="http://www.w3.org/2000/svg">
      <path d="M50 200
             L 0 100
             A 50 50, 0, 0, 1, 100 100
             Z" stroke="black" fill="green" stroke-width="2" fill-opacity="0.5"/>
  </svg>