Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

3 votes
1 answer
452 views

Base64 svg on ie11 not rendering when resized

I have a particular svg file encoded in base64 that I'm trying to display with an img tag. My problem is; for this particular svg only the image is not rendered when resized on internet explorer only ...
Maxime VAST's user avatar
0 votes
0 answers
106 views

SVG with multiple path tags ends up ignoring fill color in IE when base64 encoded

I have an svg which is base64 encoded and used as a background image. This is the code for the SVG: body { background: rebeccapurple; } <svg id="Something" data-name="Something" xmlns="...
martenolofsson's user avatar