Hello PlantUML team,
To continue with Backgroundcolor and beta-style testing, if we mix multiple group components and sub-diagram, we does not observe the good Backgroundcolor:
@startuml
<style>
document {
Backgroundcolor pink
}
</style>
node ff {
node nn [
node nn
{{
a->b
}}
]
}
@enduml
[click to see : KO the Backgroundcolor is not pink!]
Here is a OK case (with Backgroundcolor pink), without sub-diagram:
[click to see on online server]
Regards,
Th.