←back to thread

Nice things with SVG

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

What fresh hell is this?

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

HTML attribute: height="20"

CSS property: height: 20px;

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