blob: ed54e7c39644c7a6ad196bfc6b676dd861b9585b (
plain)
1
2
3
4
5
6
7
8
|
<svg width="200" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<a xlink:href="http://example.com/1" target="_top">
<rect x="25" y="25" width="50" height="50"/>
</a>
<a xlink:href="http://example.com/2" xlink:show="new">
<rect x="125" y="25" width="50" height="50"/>
</a>
</svg>
|