Skip to content

Commit cb098d6

Browse files
committed
test about local colors
1 parent febe042 commit cb098d6

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"sha1": "lq6in33bki63vvu2igro70c966gm8y0",
3+
"insertion": {
4+
"when": "2025-08-19T16:20:33.034Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/2285",
6+
7+
}
8+
}
9+
@startuml
10+
start
11+
:Activity0;
12+
partition "Partition1" {
13+
<style>
14+
activity {
15+
BackgroundColor: blue;
16+
}
17+
</style>
18+
:Activity1;
19+
:Activity2;
20+
}
21+
22+
<style>
23+
activity {
24+
BackgroundColor: red;
25+
}
26+
</style>
27+
:Activity3;
28+
@enduml

0 commit comments

Comments
 (0)