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