Merge remote-tracking branch 'upstream/master' into feature/126_incl_Link_Portrait

pull/141/head
KIRCHSTH 5 years ago
commit 0b5b3a2f20

@ -323,6 +323,11 @@ $defineSkinparams($elementName, $bgColor, $fontColor, $borderColor, $shadowing)
%set_variable_value("$" + $elementName + "LegendEntry", $tagEntry) %set_variable_value("$" + $elementName + "LegendEntry", $tagEntry)
!endprocedure !endprocedure
/' @deprecated in favor of UpdateElementStyle '/
!unquoted procedure UpdateSkinparamsAndLegendEntry($elementName, $bgColor="", $fontColor="", $borderColor="", $shadowing="")
UpdateElementStyle($elementName, $bgColor, $fontColor, $borderColor, $shadowing)
!endprocedure
' update the style of default relation, it has to set both properties (combined statement not working) ' update the style of default relation, it has to set both properties (combined statement not working)
!unquoted procedure UpdateRelStyle($textColor, $lineColor) !unquoted procedure UpdateRelStyle($textColor, $lineColor)
!$elementSkin = "skinparam arrow {" + %newline() !$elementSkin = "skinparam arrow {" + %newline()
@ -523,6 +528,11 @@ $showActiveLegendEntries($tagCustomLegend)
endlegend endlegend
!endprocedure !endprocedure
/' @deprecated in favor of SHOW_LEGEND '/
!unquoted procedure SHOW_DYNAMIC_LEGEND($hideStereotype="true")
SHOW_LEGEND($hideStereotype)
!endprocedure
' Boundaries ' Boundaries
' ################################## ' ##################################

Loading…
Cancel
Save