TLmaK0 / gravizo

How to include graphviz graphs in github README
439 stars 228 forks source link

Newly Rendered Images bugging out #12

Closed NeuroNine closed 8 years ago

NeuroNine commented 8 years ago

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

TLmaK0 commented 8 years ago

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.

TLmaK0 commented 8 years ago

Related to #8