<div dir="ltr"><div dir="ltr"><div dir="auto">Hi, I'm working on a patch for bspwm to add rounded corners to windows and their borders. <br></div><div dir="auto">Everything works just as expected but because the mask applied to the Bounding and Clipping shape is required to be 1 bit deep.</div><div>This makes my rounded corners look very jagged since there's no value in between 0 (transparent) and 1 (opaque).</div><div><br></div><div>[Here's a scrot](<a href="https://i.imgur.com/83Ufhjs.png">https://i.imgur.com/83Ufhjs.png</a>)</div><div><br></div><div>Is there any way to remedy this?</div><div>What I tried so far is to apply an additional mask to the window background itself since it allows for a mask of the same depth as the window.</div><div>The problem with that solution is that it does not apply to the border...<br></div>
</div></div>