EPS output does not support ##[dashed] states

0 votes
asked Mar 20, 2018 in Closed bug by fred (540 points)
Hello,

The following example shows the issue:

@startuml
state a ##[dashed] {
}
@enduml

With PNG output, the whole rounded rectangle and the line that separates the name from the contents are dashed.

With EPS output, only the line is dashed: the rounded rectangle is not dashed.

Thanks,

Fred

1 Answer

0 votes
answered Mar 21, 2018 by plantuml (294,660 points)
selected Mar 22, 2018 by fred
 
Best answer
Hi,

Thanks for the feedback.

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

Tell us if it's not working for you

Regards,
commented Mar 22, 2018 by fred (540 points)
Thanks, it now works.
...