Line of JavaScript I wrote today:
container.innerHTML = container.innerHTML;
The container
is an <svg>
tag that I’ve filled in from scratch via DOM manipulation. Firefox v90 won’t render any of it without that statement.
🙄
Music-obsessed software geek. One of Breakmaster Cylinder’s Internet weirdos. He/him.
Line of JavaScript I wrote today:
container.innerHTML = container.innerHTML;
The container
is an <svg>
tag that I’ve filled in from scratch via DOM manipulation. Firefox v90 won’t render any of it without that statement.
🙄