16 lines
474 B
HTML
16 lines
474 B
HTML
<style>
|
|
* {
|
|
offset: auto ray(farthest-side contain 1266019529.52turn) 5%;
|
|
vector-effect: non-scaling-stroke;
|
|
stroke: context-stroke ! important;
|
|
}
|
|
</style>
|
|
<script>
|
|
document.addEventListener("DOMContentLoaded", () => {
|
|
let a = document.createElementNS("http://www.w3.org/2000/svg", "svg")
|
|
let b = document.createElementNS("http://www.w3.org/2000/svg", "path")
|
|
b.setAttribute("d", "m9 1")
|
|
a.appendChild(b)
|
|
document.documentElement.appendChild(a)
|
|
})
|
|
</script>
|