mirror of
https://github.com/octoleo/plantuml.git
synced 2025-04-07 02:31:51 +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);
|
smallFont = smallFont.changeColor(smallColor);
|
||||||
}
|
}
|
||||||
return new ComponentRoseGroupingHeader(styles == null ? null : styles[0], styles == null ? null : styles[1],
|
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);
|
bigFont, smallFont, stringsToDisplay, param, roundCorner);
|
||||||
}
|
}
|
||||||
if (type == ComponentType.GROUPING_ELSE) {
|
if (type == ComponentType.GROUPING_ELSE) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user