Handwritten sequence diagram do not work with TEOZ

0 votes
asked Apr 25, 2015 in Bug by anonymous

If I use !pragma teoz true in a sequence diagram, then the handwritting feature does not work.

 

best regards,

JNN

---------------

@startuml
hide footbox
autonumber
scale 0.50
!pragma teoz true
skinparam { 
handwritten true 
shadowing true
}
participant "\n" as 1
participant "PROG\nZZ_HELLO_WORLD" as 2
1 -> 1: 
activate 1
1 -> 2:  ZZ_HELLO_WORLD
activate 2
2 -> 2:  SYSTEM-EXIT
activate 2
deactivate 2
2 --> 1
deactivate 2
@enduml

 

1 Answer

0 votes
answered Apr 25, 2015 by plantuml (295,000 points)
Thanks for the report!

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

Best regards,
...