nidi3 / graphviz-java

Use graphviz with pure java
Apache License 2.0
934 stars 107 forks source link

convert dot to png content problem #254

Open yzf19970811 opened 6 months ago

yzf19970811 commented 6 months ago

dot_content.txt result_java_api convert_code result_command

Please help me check it, it has no style problem when i use command line tools to convert dot file to png picture (refer to the picture result _command), but when i use java api , it has style problem (refer to the picture result_java_api). the font beyond the boder. Please help me check why it exists the difference, thank you!!!