blob: 6fb1077c8f51c2b2a1fa3d92f4218c6609658133 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<style>
* {
filter: brightness(0.1638);
outline: 64px dotted;
}
</style>
<script>
function go() {
a.setAttribute("text-decoration", "line-through")
}
</script>
<body onload=go()>
<svg>
<marker>
<foreignObject id="a">
<ins>
|