|
|
@@ -35,7 +35,7 @@ public class Flowchart {
|
|
|
map.get(block.getStart()).add(Shape.BOX, Style.ROUNDED);
|
|
|
g = mutGraph(name).setDirected(true)
|
|
|
.graphAttrs().add(Rank.dir(Rank.RankDir.TOP_TO_BOTTOM))
|
|
|
- .graphAttrs().add(Font.config("Arial", 10))
|
|
|
+ .graphAttrs().add(Font.config("Arial", 10)) // TODO: does not work
|
|
|
.add(new ArrayList<>(map.values())).toImmutable();
|
|
|
}
|
|
|
|