Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking inline SVG code #45

Open
GeorgeJL opened this issue Jan 23, 2016 · 2 comments
Open

Breaking inline SVG code #45

GeorgeJL opened this issue Jan 23, 2016 · 2 comments

Comments

@GeorgeJL
Copy link

Before format my code was as following:

background: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64"><path d="M62.016 54.462l-15.16-12.893c-1.567-1.41-3.243-2.058-4.597-1.995 3.578-4.192 5.74-9.63 5.74-15.573 0-13.255-10.745-24-24-24s-24 10.745-24 24 10.745 24 24 24c5.944 0 11.382-2.162 15.574-5.74-0.063 1.354 0.585 3.030 1.995 4.597l12.893 15.16c2.208 2.453 5.814 2.66 8.014 0.46s1.993-5.806-0.46-8.014zM24 40c-8.836 0-16-7.163-16-16s7.163-16 16-16 16 7.163 16 16-7.163 16-16 16z" fill="%23949494"></path></svg>');

after format the code was as following:

background: url('data:image/svg+xml;utf8,<svg version=!string!xmlns=!string!xmlns:xlink=!string!viewBox=!string!><path d=!string!fill=!string!></path></svg>');
@Shadolin
Copy link

Is there any news on this issue as I also ran into it?

@LorincJuraj
Copy link

Still no news at all.

@John-Dean John-Dean mentioned this issue Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants