summaryrefslogtreecommitdiff
path: root/spec/fixtures/svg/circle.svg
blob: 3e8733fd24b4516cddf2e17520df3ca785eb20f9 (plain) (blame)
1
2
3
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600">
  <circle cx="400" cy="300" r="250" stroke-width="20" stroke="#f00" fill="#ff0" />
</svg>