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