Skip to content

Commit

Permalink
fix(svg): Add StateRegion for left aligned text in label
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Jan 19, 2023
1 parent dc0ecf8 commit 08856d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion capellambse/svg/decorations.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
"LogicalHumanActor",
"LogicalHumanComponent",
"ModeRegion",
"StateRegion",
}
left_aligned = {"ModeRegion"}
left_aligned = {"ModeRegion", "StateRegion"}
only_icons = {"Requirement"}
DiagramClass = str
FaultyClass = str
Expand Down

0 comments on commit 08856d8

Please sign in to comment.