mutian / Sublime-CSS-Format

CSS Formatting for Sublime Text
http://mutian.github.io/Sublime-CSS-Format/
MIT License
98 stars 27 forks source link

Breaking inline SVG code #45

Open GeorgeJL opened 8 years ago

GeorgeJL commented 8 years ago

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 commented 8 years ago

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

LorincJuraj commented 8 years ago

Still no news at all.