←back to thread

Nice things with SVG

(fuma-nama.vercel.app)
571 points fmerian | 2 comments | | HN request time: 0.399s | source
1. snitty ◴[] No.43669132[source]
>height="20"

What fresh hell is this?

replies(1): >>43669804 #
2. perilunar ◴[] No.43669804[source]
What's the issue?

HTML attribute: height="20"

CSS property: height: 20px;

JS statement: element.style.height = "20px";