reomve fill color

This commit is contained in:
bijx
2026-01-08 16:41:40 -05:00
parent 2abcb55fd5
commit 82d91df060
@@ -108,7 +108,6 @@ export class FactoryRadiusLayer implements Layer {
}
private drawArcSegments(ctx: CanvasRenderingContext2D, a: FactoryRadius) {
const fillColor = "rgba(0, 255, 0, 0.15)";
const strokeColor = "rgba(0, 255, 0, 0.8)";
const outlineColor = "rgba(0, 0, 0, 0.6)";
const lineWidth = 2;