Graphviz error Cannot find color exception

0 votes
asked Sep 1, 2017 in Bug by anonymous

Hello,

I am faced to a new error with graphviz, macro is :

package test {

        component "A" #DarkPurple

 

}

Dot seems working properly 
Dot version: dot - graphviz version 2.40.1 (20161225.0304)

 

 

Error is :

java.lang.IllegalStateException: Cannot find color #000005

image

1 Answer

0 votes
answered Sep 17, 2017 by plantuml (294,960 points)
Hello,

Did you compile graphviz yourself ?

This usually means that libexpat is missing during graphviz build.

Regards
...