We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I got svg file. I was converting it to react native svg. In the source code which converter prepared for me there was following component:
<Path d="M123.622 154.245c-7.547-1.887-8.647 6.447-9.434 8.019l20.284 11.321c-2.359-11.321-3.302-17.453-10.85-19.34z" fill="#E5DFF3" style={{ mixBlendMode: "multiply" }} />
Unfortunetelly blending is not available in Path component. Would be good to add it to properly render blended vectors
SVGs which include blending are problematic to render. This option would be very helpful.
use for example https://transform.tools/svg-to-react-native converter, generate SVG with blended path:
and then try to convert it.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
Feature Request
Hi. I got svg file. I was converting it to react native svg. In the source code which converter prepared for me there was following component:
Unfortunetelly blending is not available in Path component. Would be good to add it to properly render blended vectors
Why it is needed
SVGs which include blending are problematic to render. This option would be very helpful.
Possible implementation
Reproduce steps
use for example https://transform.tools/svg-to-react-native converter, generate SVG with blended path:
and then try to convert it.
The text was updated successfully, but these errors were encountered: