Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnsupportedOperationException when using !pragma teoz true #10

Open
jayaprabhakar opened this issue Jun 27, 2024 · 0 comments
Open

UnsupportedOperationException when using !pragma teoz true #10

jayaprabhakar opened this issue Jun 27, 2024 · 0 comments

Comments

@jayaprabhakar
Copy link

I am using this example:

@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"}

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant