external-svg-sprite-loader icon indicating copy to clipboard operation
external-svg-sprite-loader copied to clipboard

[WIP] Add support for <clipPath/>

Open bensampaio opened this issue 8 years ago • 2 comments
trafficstars

bensampaio avatar Jul 06 '17 14:07 bensampaio

@stowball I tried to add support for <clipPath/> as you mention in #29 but it seems to only work for FF with <use/>. Did you mange to make it work for all browsers?

bensampaio avatar Jul 06 '17 14:07 bensampaio

Yeah, mine works in all browsers (I only support in HTML, not referencing the sprite in CSS or anything).

Are your clipPaths also given unique IDs? Because the minifier was giving them the same IDs as gradients originally

stowball avatar Jul 06 '17 22:07 stowball