Hello PlantUML team,
Continuing style tests on component diagram, and deployment diagram, adapted from:
How to manage, by style (for element and group (package)):
Here is an example, where the two fields seem to be ignored:
<style>
group {
BackgroundColor green
LineStyle 5
LineThickness 3
}
package {
BackgroundColor palegreen
LineStyle 2
LineThickness 2
}
</style>
That is OK for BackgroundColor (green and palegreen), but not for LineStyle and LineThickness!
[Click to see code on online server]
Thanks for yours works,
Regards,
Th.