mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
10 lines
251 B
XML
10 lines
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>
|