With ParticipantPadding, "Create Message arrow" is on wrong position.

0 votes
asked Apr 14, 2018 in Bug by masa
edited Apr 16, 2018

In the following diagram the "Create message arrow" is shifted to right.
 

@startuml

skinparam ParticipantPadding 80

participant a
participant b

create a
b->>a:<<create>>

@enduml


With no ParticipantPadding, it works correct.


PlantUML version is 1.2018.03
 

1 Answer

0 votes
answered Apr 16, 2018 by plantuml (294,960 points)
 
Best answer
Thanks for the feedback.

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

Regards,
commented Apr 17, 2018 by masa
Thanks plantuml.
It works fine.
...