Empty packages do not respect skinparams

0 votes
asked Mar 12, 2019 in Bug by skleanthous (120 points)

Hello,

I am trying to skin packages, but empty packages do not respect skinparamconfiguration.

Specifically, I would expect the following code:

@startuml
skinparam package {
  FontColor green
  FontSize 60
  BorderStyle dashed
}

package pack1
package pack2 {
   rectangle myBox
}

pack1 --> pack2
@enduml

To render with the same font size and color. Instead it renders this (taken from plantuml so if you fix it it should render both packages in the same way):

commented Jun 25, 2019 by skleanthous (120 points)
Hello anyone?

1 Answer

0 votes
answered Jun 25, 2019 by plantuml (294,660 points)
Thanks for the report, we have been very busy and this one seems to have been forgotten :-)

This should be fixed in last beta http://beta.plantuml.net/plantuml.jar

Regards,
...