pintora icon indicating copy to clipboard operation
pintora copied to clipboard

Strange Connections to Outside

Open RolfBremer opened this issue 1 year ago • 0 comments

The following activity diagram has some strange lines to the outside:

image

activityDiagram
    title: Test Activity
    start
        partition allmystuff {
            if(source newer that target?) then
                :Convert Source to Target;
            else (no)
            endif

            partition #0000ff repeat {
                if(source newer that target?) then
                    :Convert Source to Target;
                else (no)
                endif
            }
        }
    end

RolfBremer avatar Mar 01 '24 16:03 RolfBremer