Build 29068622

This commit is contained in:
Renan LE CARO 2025-04-08 15:02:38 +02:00
parent 269f1b8b94
commit 4651bb396c
9 changed files with 35 additions and 30 deletions

View file

@ -969,7 +969,7 @@ export function drawBrick(
canctx.setLineDash(offset !== -1 ? redBorderDash : emptyArray);
canctx.lineDashOffset = offset;
canctx.strokeStyle = (offset !== -1 && "#FF0000") || whiteBorder || color;
canctx.strokeStyle = (offset !== -1 && "#FF000033") || whiteBorder || color;
canctx.lineJoin = "round";
canctx.lineWidth = whiteBorder ? 1 : bord;
roundRect(