mthmulders / puml-maven-plugin

Maven Plugin for generating diagrams from PlantUML sources
Apache License 2.0
0 stars 0 forks source link

Larger generated PNG images truncated on right side #26

Open jeffjensen opened 3 years ago

jeffjensen commented 3 years ago

Experiencing some image gen issues - main one is the right side truncation; also seeing some blank images (larger plantuml files).

Using https://github.com/devlauer/plantuml-generator to generate plantuml class diagrams and https://github.com/mthmulders/puml-maven-plugin to generate PNG images of them. The generated .plantuml files look reasonable but I didn't fully validate.

Wondering if you have diagnosis suggestions? Also wondering is there a max width set and is there a way to set diagram dimensions?

Didn't notice anything from Maven -X debug messages.

mthmulders commented 3 years ago

Running Maven with -X would be my first guess as well. Additionally, you could try what happens if you run PlantUML manually and see if the output matches your expectations.

mthmulders commented 3 years ago

@jeffjensen Were you able to get any more information about this? Does the generated diagram look good when you run it through PlantUML manually?

jeffjensen commented 3 years ago

Thank you for the follow-up, sorry I have not resumed working on diagrams yet again.