react-native-svg
react-native-svg copied to clipboard
"mask-type" is not supported in <mask> element.
The problem is explained here very well. https://github.com/gregberge/svgr/issues/336
The same should be addressed in this library as well.
Any updates on this issue?
Any updates on this issue?
Seems, they have fixed it in v0.32.0
resvg supports the mask-type attribute as of v0.32.0. RazrFalcon/resvg#582
Need this!
Upgrade to the version v0.32.0
Upgrade to the version v0.32.0
Im not sure i follow, which library should be updated to v0.32.0?
react-native-svg is currently on 13.11.0 🤷♂️
Refer this https://github.com/RazrFalcon/resvg/issues/582
Refer this RazrFalcon/resvg#582
Maybe i'm silly, but i don't see how that is relevant in this post.
Status is, still, that react-native-svg doesn't support mask-type/maskType, right?
Up! Still no update on that ? I'm using svgr/cli to generate my Icons components from .svg files and some of them are genrated with a <Mask> component with style property. Which is not handled by react-native-svg in the latest version
Up! Still no update on that ? I'm using svgr/cli to generate my Icons components from .svg files and some of them are genrated with a component with style property. Which is not handled by react-native-svg in the latest version
the same here
Having this same issue
Facing this issue right now.
Any Updates?
Hello, Can someone provide a simple example to reproduce that problem? Thank you.
Hi, this issue has been resolved in #2152 and will be release in the next version! Thanks 🚀