blob: 7894a76eee50385e935cf9c5cb9cdb5d6d03c9d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<svg width="200" height="100" viewBox="-100 -100 400 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<a xlink:href="http://example.com/1">
<polyline points="0,-50 50,50 -50,50"/>
</a>
<svg x="100" y="-100" height="200" width="200" viewBox="-100 -100 200 400" preserveAspectRatio="none">
<a xlink:href="http://example.com/2">
<polyline points="0,-50 50,50 -50,50"/>
</a>
<svg x="-100" y="100" height="100" width="200" viewBox="-100 -100 200 200" preserveAspectRatio="xMaxYMax">
<a xlink:href="http://example.com/3">
<polyline points="0,-50 50,50 -50,50"/>
</a>
</svg>
</svg>
</svg>
|