cssembed icon indicating copy to clipboard operation
cssembed copied to clipboard

Add SVG conversion

Open dmitryshimkin opened this issue 12 years ago • 3 comments

dmitryshimkin avatar Feb 06 '13 14:02 dmitryshimkin

Thanks for the submission, can you explain a little bit about what you implemented and why?

nzakas avatar Feb 07 '13 18:02 nzakas

Currently cssembed does't convert svg background images to data:uri. In order to reduce http requests it would be great to convert them too. So I've added mime-type "image/svg+xml" for *.svg files.

dmitryshimkin avatar Feb 14 '13 11:02 dmitryshimkin

Hello, @nzakas!

The svg conversion is important for retina displays support. Look at this comparison for example: checkbox_svg_test

It would be great if we have this feature in master branch)

fduch avatar Jul 25 '13 11:07 fduch