| Summary: | Constrast and Blur effects not using desktop theme mesh | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | veggero <niccolo.venerandi> |
| Component: | effects-various | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | kde, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.17.4 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
veggero
2020-01-03 16:21:29 UTC
Are you sure the returned alpha mask in FrameSvgPrivate::alphaMask is correct?
If not please verify that before we look at anything on the kwin side.
Easiest debug step is to just add
d->alphaMask().save("/tmp/frameMaskTest.png");
in FrameSvg::mask()
It appears to read from a bunch of SVG elements with a "mask-" prefix, and you've not mentioned that on your steps.
Masks are used. This was not the problem. |