aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/test/icon.svg
blob: a348cab86d84b9f6fdfde6e2af1ce0c6126020fa (plain)
1
2
3
4
5
6
7
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" version="1.1">
  <circle cx="150" cy="150" r="100" stroke="#000000" stroke-width="6" fill="#e60026"></circle>
  <circle cx="150" cy="150" r="87" stroke="#000000" stroke-width="4" fill="#e5e4e2"></circle>
  <path d="M230,150 A80,80 0 0 0 150,70 L150,150 Z" />
  <path d="M70,150 A80,80 0 0 0 150,230 L150,150 Z" />
</svg>