From b07ebf0cac34ff0098d3a87ecb915ee8c61a8be4 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 19 Aug 2025 16:53:11 +0200 Subject: [PATCH] UX: add white stroke to 'north arrow' to accomodate for dark background maps --- assets/svg/north_arrow.svg | 8 ++++---- src/assets/svg/North_arrow.svelte | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/svg/north_arrow.svg b/assets/svg/north_arrow.svg index 20e124970..2580424c9 100644 --- a/assets/svg/north_arrow.svg +++ b/assets/svg/north_arrow.svg @@ -24,8 +24,8 @@ inkscape:deskcolor="#d1d1d1" showguides="true" inkscape:zoom="31.809268" - inkscape:cx="10.374335" - inkscape:cy="10.327179" + inkscape:cx="7.4506587" + inkscape:cy="14.445475" inkscape:window-width="1920" inkscape:window-height="1005" inkscape:window-x="0" @@ -35,13 +35,13 @@ + style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-opacity:0.82973289;stroke-width:0.40276519;stroke-dasharray:none"> + style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-opacity:0.82973289;stroke-width:0.40276519;stroke-dasharray:none" /> export let color = "#000000" - \ No newline at end of file + \ No newline at end of file