tc39 / ecmarkup

An HTML superset/Markdown subset source format for ECMAScript and related specifications
https://tc39.es/ecmarkup/
MIT License
222 stars 63 forks source link

set svg size in html #569

Closed bakkot closed 10 months ago

bakkot commented 10 months ago

Per https://www.aaron-gustafson.com/notebook/please-size-your-inline-svgs/.

The actual sizes are specified in CSS, in em units. I pulled these values out of the getComputedStyle for the SVG element on my machine.