Skip to content

Commit eeb529d

Browse files
authored
Create ACTIVITY-color.puml
1 parent febe042 commit eeb529d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

input/ACTIVITY-color.puml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
https://github.com/plantuml/plantuml/issues/2285
2+
3+
@startuml
4+
start
5+
:Activity0;
6+
partition "Partition1" {
7+
<style>
8+
activity {
9+
BackgroundColor: blue;
10+
}
11+
</style>
12+
:Activity1;
13+
:Activity2;
14+
}
15+
16+
<style>
17+
activity {
18+
BackgroundColor: red;
19+
}
20+
</style>
21+
:Activity3;
22+
@enduml

0 commit comments

Comments
 (0)