-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Glow canvas handles transparency differently from wgpu #1018
Labels
question
Further information is requested
Comments
I cannot reproduce the issue. Would you care to share some more information about your environment and hardware? |
I have gnome desktop running on wayland. I believe the wayland is the main reason. With X11 I have no such issue. |
I can reproduce this issue in Fedora 34 workstation inside kvm virtual machine. |
akhilman
added a commit
to akhilman/iced
that referenced
this issue
Sep 2, 2021
Without this change, the transparent objects composed over the opaque background creates the transparency of the entire window through which the desktop wallpaper could be seen. This problem manifested itself with glow backend and wayland compositor (gnome). This patch completely eliminates this problem. With it, the final image produced by glow backend corresponds to the image produced by the wgpu backend. Fixes iced-rs#1018
akhilman
added a commit
to akhilman/iced
that referenced
this issue
Sep 2, 2021
Without this change, the transparent objects composed over the opaque background creates the transparency of the entire window through which the desktop wallpaper could be seen. This problem manifested itself with glow backend and wayland compositor (gnome). This patch completely eliminates this problem. With it, the final image produced by glow backend corresponds to the image produced by the wgpu backend. Fixes iced-rs#1018
derezzedex
pushed a commit
to derezzedex/iced
that referenced
this issue
Nov 22, 2021
Without this change, the transparent objects composed over the opaque background creates the transparency of the entire window through which the desktop wallpaper could be seen. This problem manifested itself with glow backend and wayland compositor (gnome). This patch completely eliminates this problem. With it, the final image produced by glow backend corresponds to the image produced by the wgpu backend. Fixes iced-rs#1018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the moon's shadow that becomes transparent such you can see text from window below.
![image](https://user-images.githubusercontent.com/180812/131770929-308388c0-e2eb-4dd0-8173-1ef79205d36f.png)
All I did is changed backend to glow:
The text was updated successfully, but these errors were encountered: