I am using skinparam
to change the default look of the note
in PlantUML, everything seems to work except for the BorderStyle
property.
skinparam note {
BorderStyle Dashed
FontSize 10
FontColor #00000090
BackgroundColor LightBlue
}
Same skinparam
works on rectangle
without any issues.