From 631feebf2ad2c15803709373f8f3df152b384e6f Mon Sep 17 00:00:00 2001 From: dahbar Date: Mon, 30 Oct 2023 14:11:19 +0100 Subject: [PATCH] feat: Small fix to already existing icon --- capellambse/svg/symbols.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/capellambse/svg/symbols.py b/capellambse/svg/symbols.py index 4881c0ee6..5e6a6438f 100644 --- a/capellambse/svg/symbols.py +++ b/capellambse/svg/symbols.py @@ -283,7 +283,7 @@ def logical_component_symbol( "m 37.427456,20.821353 h 4.221475 V 50.90971 H 37.427456 Z M" " 39.538194,46.89517 H 56.75519 v 4.01454 H 39.538194 Z" ), - style="fill: #000;", + style="fill: #000;stroke-width: 0.1;", ) ) symb.add(letter) @@ -372,7 +372,8 @@ def standalone_stick_figure_symbol( def logical_actor_symbol(id_: str = "LogicalActorSymbol") -> container.Symbol: symb = _make_icon_frame(id_=id_, color="#dbe6f4") letters = container.Group( - transform="scale(0.83010896,1.2046611)", style="fill: #000;" + transform="scale(0.83010896,1.2046611)", + style="fill: #000;stroke-width: 0.1;", ) letters.add( # Upper-Case L path.Path(