Skip to content
New issue

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

Possibility to blending Paths #2353

Open
skibos opened this issue Jul 18, 2024 · 1 comment
Open

Possibility to blending Paths #2353

skibos opened this issue Jul 18, 2024 · 1 comment

Comments

@skibos
Copy link

skibos commented Jul 18, 2024

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:

      <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

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:

obraz

and then try to convert it.

@github-actions github-actions bot added Missing info The user didn't precise the problem enough Missing repro This issue need minimum repro scenario labels Jul 18, 2024
@bohdanprog bohdanprog added Question Feature request and removed Missing repro This issue need minimum repro scenario Missing info The user didn't precise the problem enough labels Jul 18, 2024
@software-mansion software-mansion deleted a comment from github-actions bot Jul 18, 2024
@software-mansion software-mansion deleted a comment from github-actions bot Jul 18, 2024
@Ozaoujal
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants