<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> <svg height="200" width="200"> <rect id="this_rect" x="100" y="100" width="50" height="20" /> <g style="stroke-opacity: 1; stroke: green; fill-opacity: 0.4; fill: red; opacity: 1" id="group_1"> <a xlink:href="http://www.w3c.org"> <rect id="this_rect" x="170" y="100" width="20" height="20"/> <rect id="that_rect" x="100" y="170" width="20" height="20" /> <rect style="stroke: cyan" x="180" id="the_other_rect" y="160" width="20" height="20" /> </a> </g> <g id="group_2"> <text x="80" y="20">News</text> <text x="120" y="20">Flash</text> <a xlink:href="eg_0/"><text x="20" fill="rgb(200,30,100)" y="40">xlink not working under OSX</text></a> </g> </svg>