mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-19 11:45:09 +00:00
More changing sequence diagram so group backgrounds are transparent when the diagram background is transparent
This commit is contained in:
parent
562cad88bc
commit
60fac9cd96
@ -85,7 +85,7 @@ public class CommandGrouping extends SingleLineCommand2<SequenceDiagram> {
|
||||
HColor backColorGeneral = null;
|
||||
if (s2 != null) {
|
||||
backColorGeneral = colorSet.getColor(diagram.getSkinParam().getThemeStyle(), s2,
|
||||
diagram.getSkinParam().getBackgroundColor(true));
|
||||
diagram.getSkinParam().getBackgroundColor(false));
|
||||
}
|
||||
String comment = arg.get("COMMENT", 0);
|
||||
final GroupingType groupingType = GroupingType.getType(type);
|
||||
|
@ -293,7 +293,7 @@ public class Rose {
|
||||
return new ComponentRoseGroupingElse(styles == null ? null : styles[0],
|
||||
getHtmlColor(param, stereotype, ColorParam.sequenceGroupBorder),
|
||||
getUFont2(param, FontParam.SEQUENCE_GROUP), stringsToDisplay.get(0), param,
|
||||
param.getBackgroundColor(true), roundCorner);
|
||||
param.getBackgroundColor(false), roundCorner);
|
||||
}
|
||||
if (type == ComponentType.GROUPING_SPACE) {
|
||||
return new ComponentRoseGroupingSpace(7);
|
||||
|
Loading…
Reference in New Issue
Block a user