ljacobsson / cfn-diagram

CLI tool to visualise CloudFormation/SAM/CDK stacks as visjs networks, draw.io or ascii-art diagrams.
958 stars 78 forks source link

Feature Request: cli option for draw.io to use different line types #239

Open ocrlgv opened 5 months ago

ocrlgv commented 5 months ago

Use case: with draw.io, since the output has crossing lines all over the place and there is no "do not cross" option, at least having the ability to move the objects around in draw.io. The problem is the current files are straight waypoints and have fixed elbow joints whereas when using the auto adjusting rounded elbow waypoints, makes it easier to reshuffle. Screenshot 2024-05-23 at 4 05 48 PM

so a command line option to enable which type would be good.