Dashed arrows to Sequence Diagram edges cannot be colored

0 votes
asked Feb 19, 2015 in Bug by Larry (200 points)

Hi,

I just encountered the following rendering issue: Messages to/from diagram edges lose their dashed aspect when colored.

[-->A : hello
[-[#green]->A : hello

A-->] : hello
A-[#green]->] : hello

 

BTW, while [ and ] roles are fully specified (respectively left and right sides of the diagram), they cannot be used symetrically as others participants do:

A<-] : Works
]->A : Does not work

Thanks.

 

1 Answer

0 votes
answered Feb 19, 2015 by plantuml (295,000 points)
Hello,

Thanks for the report!

Last beta should fix all this : https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Few tests have been done, so feedback welcome is this is not working well!

Regards,
commented Mar 6, 2015 by Larry (200 points)
Hi,
I finally managed to test the fix from the beta and it works now as expected.
Thanks a lot.
...