We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf66f43 commit b41325fCopy full SHA for b41325f
input/note-color.puml
@@ -0,0 +1,29 @@
1
+https://github.com/plantuml/plantuml/pull/2136
2
+
3
+@startuml
4
+<style>
5
+note {
6
+ BackgroundColor #0000ff
7
+ FontColor #000077
8
+}
9
+rnote {
10
+ BackgroundColor #ff0000
11
+ FontColor #770000
12
13
+hnote {
14
+ BackgroundColor #00ff00
15
+ FontColor #008800
16
17
+.pink {
18
+ BackgroundColor #pink
19
20
+</style>
21
22
+actor -> director
23
24
+rnote left of actor: red note
25
+hnote left of actor: green note
26
+note right of actor: blue note
27
+rnote left of actor #palegreen: "palegreen"
28
+hnote left of actor <<pink>>: "pink"
29
+@enduml
0 commit comments