mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 21:15:09 +00:00
Merge pull request #744 from matthew16550/seq-group-bg
Change Sequence Diagram so group backgrounds are transparent when the diagram background is transparent
This commit is contained in:
commit
de5d963afe
@ -286,7 +286,7 @@ public class Rose {
|
||||
smallFont = smallFont.changeColor(smallColor);
|
||||
}
|
||||
return new ComponentRoseGroupingHeader(styles == null ? null : styles[0], styles == null ? null : styles[1],
|
||||
param.getBackgroundColor(true), getSymbolContext(stereotype, param, ColorParam.sequenceGroupBorder),
|
||||
param.getBackgroundColor(false), getSymbolContext(stereotype, param, ColorParam.sequenceGroupBorder),
|
||||
bigFont, smallFont, stringsToDisplay, param, roundCorner);
|
||||
}
|
||||
if (type == ComponentType.GROUPING_ELSE) {
|
||||
|
Loading…
Reference in New Issue
Block a user