seb-witt opened a new issue #1901: Bootstrap background data:image/svg+xml issue URL: https://github.com/apache/incubator-pagespeed-mod/issues/1901 Hey everyone. Im having an issue with an background image svg from bootsrap Im using pagespeed 1.13.35.2-0 Pagespeed seem to incorrectly, convert, optimize or whatever ( i'm not sure at this point ) this particular image. All else is fine everywhere This is the rule in question `.navbar-dark .navbar-toggler-icon { background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://ww…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E); }` And pagespeed makes the following out of it, which doesn't seem to be valid. It not appears in the network request list either `.navbar-dark .navbar-toggler-icon { background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2Z1wgdmlld0JveD1cJzBcIDBcIDMwXCAz…JsaW1pdD1cJzEwXCdcIGQ9XCdNNFwgN2gyMk00XCAxNWgyMk00XCAyM2gyMlwnLz48L3N2Zz4=); }` Is this an known issue? I couldnt find anything related in the docs, beside inline_images filter ( which i need ) Is there some way to prevent the converting just for this one thing? Thank you
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
