blob: 51631e63ef3e0a6dce09b4b38a6f3c3385710621 [file] [log] [blame]
<?php
header("Content-Type: image/svg+xml");
header("Vary: Cookie");
header("Cache-Control: max-age=31536000");
?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<g id="circle">
<circle style="fill:green" r="10"/>
</g>
</defs>
</svg>