blob: c45540832b76a74943f066110cb49bf9fa4e7de0 (
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" version="1.2" baseProfile="tiny" viewBox="0 0 100 100">
<!-- 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>
|