blob: 001e2c34a06c63d61d1863d8740647bc01f72b62 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<a xlink:href="http://example.com/1">
<rect x="0" y="0" width="50" height="50" transform="skewX(45)"/>
</a>
<g transform="skewX(45)">
<a xlink:href="http://example.com/2">
<rect x="-50" y="50" width="50" height="50"/>
</a>
</g>
</svg>
|