wlrfx / scenefx

A drop-in replacement for the wlroots scene API that allows wayland compositors to render surfaces with eye-candy effects
MIT License
81 stars 8 forks source link

feat: removed stencil from shadow rendering #61

Closed WillPower3309 closed 2 months ago

WillPower3309 commented 2 months ago

Shadow portion of #62

WillPower3309 commented 2 months ago

Hmm, strangely enough it seems that there is a small gap between the windows corner (when rounded) and the shadows corner, which is strange since we'd use the same roundRectSDF function :thinking:

Edit: fixed, bad logic on my part