blob: f015d8c052107a3c198f36dd477287791d67e563 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg">
<animate href="#x" attributeName="href" values="https://www.google.com"/>
<a id="x" fill="red"><rect x="15" y="15" width="200" height="200"/></a>
<style>
a:any-link {
fill: blue;
}
</style>
</svg>
|