summaryrefslogtreecommitdiffstats
path: root/dom/svg/crashtests/369051-1.svg
blob: 82cd3ef2a407b55344b32eb8a56714e1081639bb (plain)
1
2
3
4
5
6
7
8
9
<svg xmlns="http://www.w3.org/2000/svg">

<text x="240" y="240">
  <svg xmlns="http://www.w3.org/2000/svg">
    <circle xmlns="http://www.w3.org/2000/svg" cx="5cm" cy="5cm" r="50" style="fill: green;"/>
  </svg>
</text>

</svg>