-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: add FeOffset
filter
#2361
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments, if they do not require change, then it should be good to go!
if (props.in) { | ||
extracted.in1 = props.in; | ||
} | ||
if (props.dx) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we have to handle the props that do not change at all this way? Can't we just use them directly in the component like here:
react-native-svg/src/elements/Rect.tsx
Line 36 in 67620f5
{...rectProps} |
Also, should we add this filter to |
Summary
Continuation of #2316
Introducing new filter
FeOffset
.Test Plan
Example app -> Filters -> FeOffset
Compatibility
Checklist
README.md