changed maskStrokeWidth default back to 1

This commit is contained in:
peterkogo
2024-02-07 13:07:39 +01:00
parent ceb160fa7b
commit 1d87926724
2 changed files with 5 additions and 3 deletions
@@ -97,7 +97,9 @@
aria-labelledby={labelledBy}
style:--xy-minimap-mask-background-color-props={maskColor}
style:--xy-minimap-mask-stroke-color-props={maskStrokeColor}
style:--xy-minimap-mask-stroke-width-props={(maskStrokeWidth ?? 0) * viewScale}
style:--xy-minimap-mask-stroke-width-props={maskStrokeWidth
? maskStrokeWidth * viewScale
: undefined}
use:interactive={{
panZoom: $panZoom,
viewport,