How to change colour on new Activity Diagram goto

+2 votes
asked Feb 14, 2023 in Question / help by Rob-McKay
How do I change the colour of the line generated by the goto command in the new Activity Diagram from red to say black?

Is there a skin param or some inline code I need to use?
commented Apr 17, 2023 by The-Lu (85,820 points)

1 Answer

0 votes
answered Jun 3 by The-Lu (85,820 points)

Hello R.,

From the [last] version v1.2025.3, the goto lines take the color of the other lines, like:

And if you want to change the color, you can use:

<style>
goto {LineColor red}
</style>

See ref.:

Enjoy,
Regards,
Th.

...