nuxt-modules / svg-sprite

Optimize SVG files and combine them into sprite
https://codesandbox.io/s/github/nuxt-community/svg-sprite-module/
MIT License
295 stars 41 forks source link

svg mask is not working #299

Open Nomango opened 10 months ago

Nomango commented 10 months ago

Description

<mask> element in svg is not working.

How to Reproduce

I use the example SVG provided by mozilla for testing.

https://codesandbox.io/p/sandbox/magical-moser-yx6ygp

This is the actual result.

image

And this is the expected result.

image