Daniel Kallin
Daniel Kallin
Thank you for this bug report. Will look into this ASAP.
@lutzroeder are there any issues that prevent this from being merged? 🙂
Thank you for this bug report, I'll look at it.
This is known problems. The labels are not really part of the layouting algorithm, instead they are slapped on in the end. It makes it a bit hard to do...
Thank you for reporting. I agree that this behaviour is unfortunate. I might not have time to deal with this right away, but if you would like to give it...
Thank you for reporting. I cannot reproduce this. What system are you running?
There is no way to do this in nomnoml right now. :disappointed: Both due to limitations in the current layout engine - and some unresolved questions on syntax. See the...
The colon ":" is already a UML control character that is used for instances. `[A:Vehicle]` means an instance named A of the class named Vehicle. It also does not address...
Not a supported feature unfortunately. 😞 It is not supported by the underlying graph-layout-library so there would have to be some work done to replace/extend that. Pull requests are welcome...
Drawing the graphics is the easy part. Actually calculating the graph layout is a complex task that Dagre does for us. Here is one of the scientific papers that Dagre...