SVG engine #2
Replies: 1 comment
-
I think this is an interesting idea. The most challenge aspect seems to be how you'd auto-balance the diagram. PlantUML doesn't always do a great job with this, but at least it avoids too many overlapping lines most of the time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Well, Plantuml is cool but...
I've thinking create a new C4 Engine to replace plantuml. My ideia is use SVG over html. For this, we should change the way that Structure class parse contents in
ToString()
method. Probably we will need of strategy pattern to switch between PLANTUML and SVG results.Beta Was this translation helpful? Give feedback.
All reactions