mirror of https://github.com/dspinellis/UMLGraph
Workaround for graphviz crash bug
This commit is contained in:
parent
132f389bcf
commit
33f805e75c
|
|
@ -79,10 +79,10 @@ public class Shape {
|
|||
|
||||
/** Return the shape's GraphViz landing port */
|
||||
String landingPort() {
|
||||
if (name.equals("class") || name.equals("activeclass"))
|
||||
return ":p";
|
||||
else
|
||||
return "";
|
||||
// if (name.equals("class") || name.equals("activeclass"))
|
||||
// return ":p";
|
||||
//else
|
||||
return "";
|
||||
}
|
||||
|
||||
/** Return the table border required for the shape */
|
||||
|
|
|
|||
Loading…
Reference in New Issue