glesica / dcdg.dart

Dart Class Diagram Generator
https://pub.dartlang.org/packages/dcdg
Apache License 2.0
157 stars 31 forks source link

Not seeing all classes export to Plantuml #26

Closed darrinps closed 4 years ago

darrinps commented 4 years ago

This might be an issue with Plantuml instead of this tool, but when I run plantuml against a .puml file generated by this tool, much of the .png seems to be missing. There are connection lines that go off the edge that I think should lead to the missing classes.

Again, not sure if PlantUML is at fault or this tool isn't generating things correcly.

patkujawa-wf commented 4 years ago

You can check the .puml file to see if anything is missing. I bet you're running into the image size limits. You can change PLANTUML_LIMIT_SIZE to increase those. See https://plantuml.com/faq for example.

darrinps commented 4 years ago

Thanks! I'll give that a try.

darrinps commented 4 years ago

That was it. Thanks!