Set SVG background to white; bump image to 0.5

This commit is contained in:
2026-07-12 01:35:29 +02:00
parent 71f4e65538
commit 6b1523539f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ def generate_svg(unit, min_val, max_val, range_label, big_ticks, small_ticks, la
' <g transform="translate(-37.352226,-90.454928)">',
# Background rect with scale-bar cutout
' <path style="fill:#f9f9f9;stroke:#1a1a1a;stroke-width:0.184;'
' <path style="fill:#ffffff;stroke:#1a1a1a;stroke-width:0.184;'
'stroke-linecap:round;stroke-miterlimit:10"'
' d="M 37.444226,90.546928 V 117.0466 H 194.44395 V 90.546928 Z'
' M 58.443978,107.54692 H 183.64409 v 6.19963 H 58.443978 Z" />',