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

@ -131,6 +131,7 @@ impl MoveGrabState {
self.indicator_thickness,
radius,
alpha,
output_scale.x,
[
active_window_hint.red,
active_window_hint.green,
@ -167,6 +168,7 @@ impl MoveGrabState {
theme.radius_s()[3] as u8,
],
1.0,
output_scale.x,
[
active_window_hint.red,
active_window_hint.green,