Hi!
Trying to generate the following:
@startuml
testdot
@enduml
with:
java -jar plantuml.jar SD.txt
and get the error:
I have tried to find an older version of Graphviz (https://graphviz.gitlab.io/download/), i.e. one of the tested and preferably version 2.38, but I can not find it on gitlab.io (link above) for download?
I changed text to (example from plantuml page):
@startuml
(First usecase)
(Another usecase) as (UC2)
usecase UC3
usecase (Last\nusecase) as UC4
@enduml
and get:
Please help out!
br
/Marcus