How can I color given connection is Object diagram?

0 votes
asked Nov 12, 2012 in Wanted features by anonymous

1 Answer

0 votes
answered Nov 13, 2012 by plantuml (295,000 points)

It's not possible yet, but we may add the following syntax in next release:

S1 -[#red]-> S2

To indicate that the arrow should be drawn in red.

Is this what you are expecting ?

commented Nov 13, 2012 by anonymous
Yes, this would be great. Will it work with direction lock like the next:
S1 -d[#red]-> S2 ?
...