TLmaK0 / gravizo

How to include graphviz graphs in github README

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newly Rendered Images bugging out

NeuroNine opened this issue · comments

I'm noticing that anything newly generated with gravizo has suddenly started rendering oddly. Boxes are rendering with a crooked border and extra lines are often being added. This is even occurring with simple diagrams...

For instance, a simple Plant UML diagram:

![](http://g.gravizo.com/g?
@startuml;
class MyClass{;
};
@enduml;
)

Turn into this:
image

If I add any sort of arrows, things get a bit worse.

![](http://g.gravizo.com/g?
@startuml;
interface MyInterface{;
};
class Factory{;
};
Factory-+MyInterface;
@enduml;
)

image

Thanks, @TotesCrayCray it should work ok now. There is a problem when the process works for a long time. I'm working with plantuml to try to arrange this, but I need to add SVG export before.

Related to #8