quickshell: flip concave ear to bottom-right corner
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5024779126
commit
a5f5e32963
1 changed files with 2 additions and 2 deletions
|
|
@ -1304,8 +1304,8 @@ in
|
|||
ctx.clearRect(0, 0, 8, 8);
|
||||
ctx.fillStyle = Theme.barBg;
|
||||
ctx.beginPath();
|
||||
ctx.moveTo(8, 8); ctx.lineTo(0, 8); ctx.lineTo(0, 0);
|
||||
ctx.arc(8, 0, 8, Math.PI, Math.PI / 2, true);
|
||||
ctx.moveTo(0, 0); ctx.lineTo(8, 0); ctx.lineTo(8, 8);
|
||||
ctx.arc(0, 8, 8, 0, -Math.PI / 2, false);
|
||||
ctx.closePath(); ctx.fill();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue