зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
251 B
XML
11 строки
251 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" onload="tweak()">
|
||
|
<pattern>
|
||
|
<rect id="r" />
|
||
|
</pattern>
|
||
|
<script>
|
||
|
function tweak() {
|
||
|
document.getElementById("r").style.textDecoration = "underline";
|
||
|
}
|
||
|
</script>
|
||
|
</svg>
|