Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions db/m7/m7hq9w5pfayhp6koljhu34h0i57h0z5.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"sha1": "m7hq9w5pfayhp6koljhu34h0i57h0z5",
"insertion": {
"when": "2025-04-02T07:59:40.479Z",
"url": "https://github.com/plantuml/plantuml/issues/340",
"user": "[email protected]"
}
}
@startuml
skinparam rnote {
BackgroundColor #101010
FontColor #FAFAFA
}
skinparam hnote {
BackgroundColor #3333CC
FontColor #FAFAFA
}

actor -> director

rnote left of actor: "field1 = valA"
hnote left of actor: "blue note"
note right of actor: is it clear for everyone ?
@enduml
26 changes: 26 additions & 0 deletions db/me/me73dvnvp10ys5pay96nyp4b9hx1rk0.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"sha1": "me73dvnvp10ys5pay96nyp4b9hx1rk0",
"insertion": {
"when": "2025-04-02T07:59:40.439Z",
"url": "https://github.com/plantuml/plantuml/issues/340",
"user": "[email protected]"
}
}
@startuml
<style>
rnote {
BackgroundColor #101010
FontColor #FAFAFA
}
hnote {
BackgroundColor #3333CC
FontColor #FAFAFA
}
</style>

actor -> director

rnote left of actor: "field1 = valA"
hnote left of actor: "blue note"
note right of actor: is it clear for everyone ?
@enduml