Skip to content

Commit

Permalink
fix make transparent label point
Browse files Browse the repository at this point in the history
  • Loading branch information
techmannih committed Jan 10, 2025
1 parent 8658308 commit 41a61b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sch/draw-schematic-labeled-points.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 41a61b6

Please sign in to comment.