-
Notifications
You must be signed in to change notification settings - Fork 58
Update BlendMode #682
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
Update BlendMode #682
Conversation
🤖 Augment PR SummarySummary: This PR advances BlendMode support by wiring blend mode into the shape-style resolution pipeline. Changes:
Technical Notes: Blend application behavior is gated by 🤖 Was this summary useful? React with 👍 or 👎 |
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.
|
|
||
|
|
||
| private func indices(of name: ShapeStyle.Name) -> Range<Int> { | ||
| _openSwiftUIUnimplementedFailure() |
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.
| blendMode: blendMode | ||
| ) | ||
| } | ||
| case .primaryStyle: |
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.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #682 +/- ##
===========================================
- Coverage 28.45% 13.84% -14.62%
===========================================
Files 586 560 -26
Lines 35480 32867 -2613
===========================================
- Hits 10095 4549 -5546
- Misses 25385 28318 +2933 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.