wpsharks / comet-cache

An advanced WordPress® caching plugin inspired by simplicity.
https://cometcache.com
GNU General Public License v3.0
77 stars 18 forks source link

HTML Compressor and SVG Filters #914

Open addedlovely opened 6 years ago

addedlovely commented 6 years ago

When using SVG filters in CSS - which reference an inline SVG file - the HTML compressor appends the theme directory to the path (breaking the filter). filter: url('#blur');

Gets transformed to: filter: url('/wp-content/themes/bespoke/style.css#blur')

Expected behavouir would be to not append the URL to the path.

Seen in Comet Cache Pro (v170220).