Skip to content

Commit

Permalink
Merge pull request #4 from robbell/feature/legend-fix
Browse files Browse the repository at this point in the history
Fix merge mistake for disabling legend feature
  • Loading branch information
robbell authored Nov 24, 2020
2 parents 27ec06a + 03b019f commit 773355a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions c4.puml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ skinparam rectangle<<boundary>> {
BackgroundColor transparent
}

!procedure ShowLegend()
skinparam Legend {
BackgroundColor White
BorderThickness 0
Expand Down Expand Up @@ -111,4 +110,4 @@ database _EntityBody($label, $desc, $type)
"_Spacer()<size:16><b>$label</b></size>\n<size:9>[$type]</size>\n_Spacer()$desc\n"
!endprocedure

!function _Spacer() return "<size:5> </size>\n"
!function _Spacer() return "<size:5> </size>\n"

0 comments on commit 773355a

Please sign in to comment.