Phloog

Results 8 comments of Phloog

Any news on this? Is there a better solution than the workaround yet available?

Thanks for the suggestion, I didn't know MetaOutput yet - it seems to be overkill for my purposes (just colorizing the output, but leaving the order/display of messages as-is). I'll...

Hey, I tried to mock the desired behaviour: ![image](https://github.com/Blazor-Diagrams/Blazor.Diagrams/assets/2299409/7ce15e15-bcfd-4076-bb8b-347a43914610) The point being that all links leave their nodes orthogonally, not tangentially (see yellow markers and red links). This becomes even...

Hi, unfortunately I didn't manage to fix the link routing yet. What I found was that maybe the desired behaviour can be achieved without touching the routing logic, but instead...

You can set individual Nodes / Links to "Locked". If you do this programmatically on all elements, and disable deletion using Constraints (in the Diagram Options), you effectively get the...

Hey, I worked around the problem with a bit of a dirty hack: - I wrote a Component around the DiagramCanvas, called GraphViewer - In the target component / page...

Check out this example: [https://github.com/Blazor-Diagrams/Blazor.Diagrams/tree/master/docs/Layouts](https://github.com/Blazor-Diagrams/Blazor.Diagrams/tree/master/docs/Layouts)