<?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> |