Newly Rendered Images bugging out
NeuroNine opened this issue · 2 comments
NeuroNine commented
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;
)
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;
)
TLmaK0 commented
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.