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

feat: FeDropShadow #2514

Merged
merged 3 commits into from
Oct 28, 2024
Merged

feat: FeDropShadow #2514

merged 3 commits into from
Oct 28, 2024

Conversation

jakex7
Copy link
Member

@jakex7 jakex7 commented Oct 28, 2024

Summary

Continuation of #2362 introducing highly requested ✨ FeDropShadow ✨ filter. This addition is straightforward since it's essentially a shorthand (as specified in the spec) for filters that are already implemented: https://www.w3.org/TR/filter-effects-1/#feDropShadowElement

image

Test Plan

Example app -> Filters -> FeDropShadow

Compatibility

OS Implemented
iOS
macOS
Android
Web

@jakex7 jakex7 mentioned this pull request Oct 28, 2024
13 tasks
@jakex7 jakex7 merged commit e6a27f8 into main Oct 28, 2024
1 of 3 checks passed
@jakex7 jakex7 deleted the @jakex7/feDropShadow branch October 28, 2024 13:44
jakex7 added a commit that referenced this pull request Oct 28, 2024
# Summary

While working on #2514 I've noticed that negative dx/dy were treated as
positive.

## Test Plan

Add FeOffset filter with negative dx/dy to an element. It should move
closer to upper left corner.

## Compatibility

| OS      | Implemented |
| ------- | :---------: |
| Android |    ✅      |
jakex7 added a commit that referenced this pull request Oct 28, 2024
# Summary

While working on
#2514 I've
noticed a bug in `FeComposite` on Android that `in2` was ignored

## Test Plan

Run Example app -> filters -> FeComposite on Android

## Compatibility

| OS      | Implemented |
| ------- | :---------: |
| Android |    ✅      |
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.

1 participant