Hello,
We have a set of activity diagrams generated with plantuml in Confluence for Linux. We are trying to port those over to plantuml in Confluence for Windows and are experiencing syntax errors and diagram output differences. Ignoring the syntax error issue for now (I'll try to re-create it in a smaller test case later), here is an example of a diagram that looks different:
start
partition "this is a partition" {
note left
*this is the first line of a note
*this is the second line of a note
end note
:<size:15><b><color:blue>(1)</color></b></size>
this is step 1;
:<size:15><b><color:blue>(2)</color></b></size>
this is step 2;
:<size:15><b><color:blue>(3)</color></b></size>
this is step 3
and it has two lines;
:<size:15><b><color:blue>(4)</color></b></size>
this is step 4;
}
stop
I've attaches screenshots of the Windows version and the Linux version of this diagram (the macro text is identical). I've also attached screenshots of the "version" output of plantuml for each platform. As you can see, the note for the partition appears where it should be for the Linux version and appears inside the partition (not where it should be) for the Windows version.
There are some version number differences for some of the components, but we aren't sure where the difference resides that causes the output to appear differently.
The problem has been submitted to the Avano support website as well and it was suggested to ask the question here (https://avono-support.atlassian.net/browse/PUML-425).
Thanks,
David
Linux:
Windows: