I’ve never seen this and thought this is not even possible. SVG images are blurry in Safari.
I use a custom taxonomy “countries”. To assign an Image to each term I created a custom image field. Each flag is uploaded as SVG.
Now when I want to display the flag in a Term Query the flag is blurry for some reason. Does this have something to do with the attribute styling? Depending on the settings in the editor the image gets width and height set to either “0” or “1” (see screenshot).
This is how the flag looks (text is sharp while the SVG image is blurry):
Sorry to hear you’re experiencing trouble with this.
Unfortunately, I haven’t been able to reproduce this issue on my end, as SVGs are sharp regardless of the browser.
Could you possibly provide more details on how you’re importing your SVG?
I ask this, as the image sizes are calculated by WordPress not Cwicly, which would suggest an error in the calculation at the time of import.
Indeed, SVGs in Safari unfortunately experience problems when applying drop shadows within img tags, resulting in SVG resizing and rasterisation which causes the blurriness.
A hack I found was to enlarge your SVG, and then scale it back down to its intended size.