9 lines
209 B
HTML
9 lines
209 B
HTML
<script>
|
|
document.addEventListener("DOMContentLoaded", () => {
|
|
document.getElementById('a').style.cssText += "grid-row-end:auto"
|
|
})
|
|
</script>
|
|
<svg>
|
|
<polyline marker-mid='url(#a)'/>
|
|
<marker id='a'>
|
|
<text/>
|