render/outline: Handler inner/outer radius properly and ceil thickness

This commit is contained in:
Victoria Brekenfeld 2025-12-22 17:59:56 +01:00 committed by Victoria Brekenfeld
parent d5734b4b68
commit 8f7dc7f00c
7 changed files with 78 additions and 25 deletions

View file

@ -782,6 +782,7 @@ impl CosmicStack {
1,
radii.unwrap_or([0, 0, 0, 0]),
a * alpha,
scale.x,
[r, g, b],
))
});

View file

@ -503,6 +503,7 @@ impl CosmicWindow {
1,
radii,
a * alpha,
scale.x,
[r, g, b],
));
elements.push(elem);