Hello PlantUML team,
From today's tests on style on deployment elements (QA-12920):
- How to manage style for collections or database ?
Here is an example, where style seems to be ignored for those deployment elements:
@startuml
<style>
component {
FontName SansSerif
HyperLinkColor red
FontColor green
FontSize 19
FontStyle plain
HorizontalAlignment right
RoundCorner 15
DiagonalCorner 0
LineColor #3600A8
LineThickness 1.0
BackGroundColor #AAA
Shadowing 0.0
}
collections {
FontName SansSerif
HyperLinkColor red
FontColor green
FontSize 19
FontStyle plain
HorizontalAlignment right
RoundCorner 15
DiagonalCorner 0
LineColor #3600A8
LineThickness 1.0
BackGroundColor #AAA
Shadowing 0.0
}
database {
FontName SansSerif
HyperLinkColor red
FontColor green
FontSize 19
FontStyle plain
HorizontalAlignment right
RoundCorner 15
DiagonalCorner 0
LineColor #3600A8
LineThickness 1.0
BackGroundColor #AAA
Shadowing 0.0
}
</style>
component c0
component c [
a
abc
a b c d
]
collections col0
collections col [
a
abc
a b c d
]
database d0
database d [
a
abc
a b c d
]
c0 - c
col0 - col
d0 - d
@enduml

[See on PlantUML online server]
Thanks for yours works,
Regards,
Th.