I'm trying draw statechart in StarUML, found that the transition line overlapping. I want some transition line separated like this:
------ ( stop ) ------ | ^ t | | p v | ------ ( play ) ------
but always got the transition line overlapping to one double arrow:
------ ( stop ) ------ ^ t|p v ------ ( play ) ------
Please tell me where I do wrong or what should I do, thanks