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
I found a crash due to a 'bad' usage of the API. when painting a svg with an undefined color.value
<BlendColor color={color} mode="srcIn" />
The app crash with error: Missing one or more required properties color in the skBlendColorFilter component.
Missing one or more required properties color in the skBlendColorFilter component.
1.3.13
Following sample
<Group transform={transform} layer={ <Paint> <BlendColor color={color} mode="srcIn" /> </Paint> } > <ImageSVG svg={svg} /> </Group>
I can do it if you want, but as it is a bad usage, I am not sure it will be investigated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I found a crash due to a 'bad' usage of the API.
when painting a svg with an undefined color.value
<BlendColor color={color} mode="srcIn" />
The app crash with error:
Missing one or more required properties color in the skBlendColorFilter component.
Version
1.3.13
Steps to reproduce
Following sample
Snack, code example, screenshot, or link to a repository
I can do it if you want, but as it is a bad usage, I am not sure it will be investigated.
The text was updated successfully, but these errors were encountered: