blob: 51631e63ef3e0a6dce09b4b38a6f3c3385710621 [file] [log] [blame]
antti@apple.com68237542016-07-08 17:11:20 +00001<?php
2header("Content-Type: image/svg+xml");
3header("Vary: Cookie");
4header("Cache-Control: max-age=31536000");
5?>
6<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
7<defs>
8<g id="circle">
9<circle style="fill:green" r="10"/>
10</g>
11</defs>
12</svg>