antti@apple.com | 6823754 | 2016-07-08 17:11:20 +0000 | [diff] [blame] | 1 | <?php |
2 | header("Content-Type: image/svg+xml"); | ||||
3 | header("Vary: Cookie"); | ||||
4 | header("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> |