Closed remyperona closed 8 years ago
I'm sorry, this is not actually a cssmin issue. I'll reopen your ticket in Minify.
original minify issue: https://github.com/mrclay/minify/issues/517 this one can be closed @Tabrisrp can close (as reporter) or project owner
the clip-path CSS property can use an id as its url value to reference a clip-path element defined in SVG. Here is an example :
.clip-svg { clip-path: url(#myClip); } The minification process automatically adds the relative path to the css file where the clip-path is defined, thus breaking the mask.
Would it be possible to fix this issue?