Multiple swimlanes + multiple notes cause a crash

0 votes
asked Feb 3, 2017 in Bug by anonymous
edited Feb 3, 2017

Multiple swimlane + multiple note cause a crash:

Here is an example:

@startuml
|Slowlane|
:walk;
 
|Fastlane|
:run;
  note right
    test right
  end note
 
  note left
    test left
  end note
 
@enduml
 

http://www.plantuml.com/plantuml/png/gmdEoI_FISnBhU6oAa_CoRRcugfnIomkWGeLbUPPSoaevEMNf2eKPQPdb00v2WebgSKbS6vgNWfOdWkcBYSr3KaPb0TJ1G00

1 Answer

0 votes
answered Feb 3, 2017 by plantuml (295,000 points)
Many thanks for the report!

This has been patched in last beta https://dl.dropboxusercontent.com/u/13064071/plantuml.jar

Thanks again
...