Wrong rendering in Ubuntu 19.04

0 votes
asked May 16, 2019 in Question / help by ratman (120 points)

Hi all!

I got strange renderings with my new Ubuntu 19.04.

A simple diagram like this:

@startuml test

    state superstate {
        state mystate
    }

    [*] --> mystate
    mystate --> [*]

@enduml

is rendered like this:

Rendered online

on my machine the output is

rendered on my machine

Anyone is experiencing the same issue? Any clues? Should I submit a bug?

  • PlantUML Version 1.2018.13, also tried 1.2019.05
  • dot - graphviz version 2.40.1 (20161225.0304)

1 Answer

+1 vote
answered May 16, 2019 by plantuml (294,960 points)
There are issue with GraphViz 2.40.1

You should downgrade to 2.38
...