diff --git a/lib/sch/draw-schematic-labeled-points.ts b/lib/sch/draw-schematic-labeled-points.ts index 86ee6bc..6f8f29b 100644 --- a/lib/sch/draw-schematic-labeled-points.ts +++ b/lib/sch/draw-schematic-labeled-points.ts @@ -49,7 +49,7 @@ export function drawSchematicLabeledPoints(params: { y: labelY.toString(), fill: colorMap.schematic.grid, "font-size": (0.1 * Math.abs(transform.a)).toString(), - "fill-opacity": "0.7", + "fill-opacity": "0.1", "text-anchor": "start", "font-family": "sans-serif", "dominant-baseline": "middle",