New blog post about an experiment in measuring how rendering times are affected by the size of SVGs

https://www.phpied.com/measuring-svg-rendering-time/

Measuring SVG rendering time

The questions Is rendering large SVGs significantly slower than smaller ones? Is there a cut-off size above which things are terrible? And what if these SVGs were PNGs, just for giggles. To answer this let's generate a bunch of test images and render them! The code is here Test images A Python sc

phpied.com

@stoyan love it. Thanks for comparison, really valuable to see something like this when deciding which tech to use

Depending on your use case, SVG might have more features: scaling, animations, being able to manipulate it from code... But if that's not necessary, go static