-
-
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
Inconsistent rendering of opacity in <G> element on Android and iOS #2046
Labels
Comments
+1 |
Hello @uier,
|
For me overlapping parts with opacity still (with #2417) render differently on Android than in iOS.
EDIT: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question
Hi,
When using the element with an opacity attribute, the rendering of nested elements inside the element is inconsistent between Android and iOS platforms.
To Reproduce
Here's a minimal code snippet that reproduces the issue:
The left one is on Android emulator (Pixel_6_Pro_API_33), the right one is on iOS simulator (iPhone 14 Pro)
How can I achieve the iOS result (the contents of the group to first be composited and then the result to be lowered in opacity) on Android?
Thank you!
The text was updated successfully, but these errors were encountered: