image size problem - namespace with relation label on Centos7

0 votes
asked Dec 24, 2016 in Bug by anonymous
namespace with relation label ... plantUML make very long(or large) diagram... on centos7
when I delete 'namespace' or 'relation label'.. it works very well.
and this problem does not occur on windows..
 
class diagram
 
 
@startuml
namespace ABC {
class A --> class B : Test
}
@enduml
 
 
 
 
centos7-64bit
 
dot - graphviz version 2.40.20161221.0239 (20161221.0239)
plantuml.8053.jar
 
openjdk version "1.8.0_111"
OpenJDK Runtime Environment (build 1.8.0_111-b15)
OpenJDK 64-Bit Server VM (build 25.111-b15, mixed mode)
 

 

1 Answer

0 votes
answered Dec 24, 2016 by plantuml (295,000 points)
This is related to 2.40 version of Graphviz.

Can you downgrade to version 2.38 of Graphviz ?
commented Dec 24, 2016 by anonymous
installing 2.38 was failed with 'graphviz-lang-ocaml.x86_64 0:2.38.0-1.el7'

so I tried with this 'sudo yum install graphviz*-2.38.0-1.el7 --skip-broken'
any way ..succeed.

thanks~
...