SVG-Background-Image gets filtered out on save
-
Hi there,
I have the following CSS-Code that I want to add to a class:
background-image: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg' version='1.1' height='16px' width='85px'><text x='2' y='13' fill='gray' font-size='12' font-family='arial'>$</text></svg>");
But after I save the Custom-CSS only the following remains:
background-image: url("data:image/svg+xml;utf8,$");
Please fix this in an update, thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘SVG-Background-Image gets filtered out on save’ is closed to new replies.