summaryrefslogtreecommitdiff
path: root/src/main/resources/base/svg/ellipse.svg
blob: 8802667f96cd9582f9814a1d9bedf3bfd6680e33 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<svg xmlns="http://example.org" xmlns:svg="http://www.w3.org/2000/svg">
   <!-- parent contents here -->
   <svg:svg version="1.2" baseProfile="tiny" viewBox="0 0 100 100">
      <svg:ellipse cx="50" cy="50" rx="50" ry="50" fill="none" stroke="black" stroke-width="1" />
   </svg:svg>
   <!-- ... -->
</svg>