changeset 210:794dbb356e09 draft

Uploaded
author francesco_lapi
date Wed, 31 Jul 2024 15:58:04 +0000
parents f7800709dede
children 5081d0bb2a36
files marea_2/flux_to_map.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2/flux_to_map.py	Wed Jul 31 15:53:07 2024 +0000
+++ b/marea_2/flux_to_map.py	Wed Jul 31 15:58:04 2024 +0000
@@ -432,7 +432,7 @@
         print(idOpt1, idOpt2)
         print("END styleReactionElements")
         self.applyTo(idOpt1, metabMap, self.toStyleStr(downSizedForTips = True))
-        if idOpt2: self.applyTo(idOpt2, metabMap,  f";stroke:#ffffff00;stroke-width:{self.w*0.8};stroke-dasharray:{'5,5' if self.dash else 'none'}")
+        if idOpt2: self.applyTo(idOpt2, metabMap,  f";stroke:#ffffff00;stroke-width:0;stroke-dasharray:none")
     
     def getMapReactionId(self, reactionId :str, mindReactionDir :bool) -> str:
         """