You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@startuml
!pragma teoz true
S1 ->(30) S2: msg 1\n
& S2 ->(30) S1: msg 2
note left S1: msg\nS2 to S1
& note right S2: msg\nS1 to S2
@enduml
When using the demo with the canvas https://plantuml.github.io/plantuml-core/raw.html: I get this error.
{"duration":142,"status":"General failure","exception":"java.lang.UnsupportedOperationException"}
I am using this example:
When using the demo with the canvas https://plantuml.github.io/plantuml-core/raw.html: I get this error.
{"duration":142,"status":"General failure","exception":"java.lang.UnsupportedOperationException"}
But when using the SVG demo https://plantuml.github.io/plantuml-core/svg.html, the same code works
Permalinks:
SVG demo that works: https://plantuml.github.io/plantuml-core/svg.html?KomeIapFJLGeISslKYWfAatbuWesLD2rqp0sq5G8Dh9Io2rELp2CoUDI0_BWueOGSICkhhpyabI5dDIq4fXWJ1vGNKa-a0lK0fOjoapFA86P1PGs14iR0G00
Canvas demo that doesn't work: https://plantuml.github.io/plantuml-core/raw.html?KomeIapFJLGeISslKYWfAatbuWesLD2rqp0sq5G8Dh9Io2rELp2CoUDI0_BWueOGSICkhhpyabI5dDIq4fXWJ1vGNKa-a0lK0fOjoapFA86P1PGs14iR0G00
The text was updated successfully, but these errors were encountered: