Skip to content

Commit

Permalink
Merge pull request #58 from DSD-DBS/fix-junction-docs
Browse files Browse the repository at this point in the history
docs: Fix svg generator
  • Loading branch information
ewuerger authored Nov 3, 2023
2 parents cb625eb + 8c65695 commit 308175f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gen_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def generate_class_tree_images() -> None:
lost,
dict(
styling.BLUE_ACTOR_FNCS,
junction=lambda o, s: {"fill": diagram.RGB(220, 20, 60)},
junction=lambda o, s: {"stroke": diagram.RGB(220, 20, 60)},
),
"red junction",
)
Expand Down

0 comments on commit 308175f

Please sign in to comment.