scabbard
scabbard copied to clipboard
The generated png file is always empty.
I am using the latest version of Scabbard, and Graphviz is also installed with the latest version. But when I build, a dot file is generated successfully, but png is always generated as an empty file. It is the same even if I set the creation option with svg. The gradle Scabbard option is written as below.
scabbard {
enabled = true
failOnError = true
fullBindingGraphValidation = true
}
If I run the command to generate dot file as png on the terminal, it creates success. What's the problem?
This picture is Scabbard generating files. The first entry is a .dot file and is 636 bytes, but the second entry, a .png file, is 0 bytes.
크기 == Size, 바이트 == Byte
sorry it's not english
I will investigate and get back, thanks.
I had the same problem, I had to change the outputFormat to "svg" and then it generated correctly in svg.
Tried everything png and svg still empty image.