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:
If I add any sort of arrows, things get a bit worse.
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.
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:
Turn into this:
If I add any sort of arrows, things get a bit worse.