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

Add support for colorMatrix prop #67

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

ltatarev
Copy link
Contributor

@ltatarev ltatarev commented Nov 6, 2024

Add support for passing colorMatrix prop to enable adding filters to images.
Color matrix should be an array 4x5, following svg color matrix format, as well as Android.
On iOS the required format for matrix is 5x4, so for consistency sake, the resolving of last row is done on native side.

@ltatarev ltatarev force-pushed the main branch 2 times, most recently from 627b9c1 to 68b04be Compare November 6, 2024 10:33
@gtokman
Copy link
Member

gtokman commented Nov 6, 2024

thanks @ltatarev!

@gtokman gtokman merged commit 6a404c3 into candlefinance:main Nov 6, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants