Hacker News new | ask | show | jobs
by jarek-foksa 790 days ago
The flash of unstyled SVG can be fixed by setting explicit view box (the "viewBox" attribute) and viewport (the "width" and "height" attributes): https://www.sarasoueidan.com/blog/svg-style-inheritance-and-...
1 comments

Thanks! I saved your reply and I'm going to look into it.