diff --git a/_posts/2024-09-01-svg-ccc.md b/_posts/2024-09-01-svg-ccc.md index 416f1c7..dea0c19 100644 --- a/_posts/2024-09-01-svg-ccc.md +++ b/_posts/2024-09-01-svg-ccc.md @@ -18,7 +18,7 @@ With essentially all browsers being some variation of [evergreen](https://nordvp {:toc} ## SVG Compositing -SVG support is now good enough that you can avoid a lot of said tradeoffs by using an SVG as a container for two images with different codecs/formats. The images are then base64 data encoded directly into the same file. This allows you to optimize your graphics separately from your photos, which overall makes for a much smaller size, at essentially equivalent quality, in a single file, which is **groundbreaking**. +SVG support is now good enough that you can avoid a lot of said tradeoffs by using an SVG as a container for two images with different codecs/formats. The images are then base64 data encoded directly into the same file. This allows you to optimize your graphics separately from your photos, which overall makes for a much smaller size, at essentially equivalent quality, in a single file. I doubt I'm anywhere near the first to notice this, but it should be talked about more widely, because it's **groundbreaking**. ```xml