From 489e4c44fc91a592d68189732489242ed84340a2 Mon Sep 17 00:00:00 2001 From: Chris Charabaruk Date: Fri, 9 Nov 2018 20:59:01 -0500 Subject: [PATCH] Update boundary label styling to match Structurizr Bigger title, smaller type indicator looks better than everything just being plain bold text on the boundary border. --- C4.puml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/C4.puml b/C4.puml index 461ba03..cd5f6e9 100644 --- a/C4.puml +++ b/C4.puml @@ -27,7 +27,6 @@ skinparam Arrow { skinparam rectangle<> { Shadowing false StereotypeFontSize 0 - FontSize 12 FontColor #444444 BorderColor #444444 BorderStyle dashed @@ -50,7 +49,7 @@ center footer Warning: Created for discussion, needs to b ' ################################## !define Boundary(e_alias, e_label) rectangle "==e_label" <> as e_alias -!define Boundary(e_alias, e_label, e_type) rectangle "==e_label [e_type]" <> as e_alias +!define Boundary(e_alias, e_label, e_type) rectangle "==e_label\n[e_type]" <> as e_alias ' Relationship ' ##################################