ls1intum / Apollon

UML Modeling Editor written in React
https://apollon-library.readthedocs.io
MIT License
65 stars 22 forks source link

`Activity diagrams`: Enhance fork node connectors #249

Closed minrows closed 2 years ago

minrows commented 2 years ago

Checklist

Motivation and Context

This PR enforces the connector of the Fork node to be straight while connecting to other elements.

Steps for Testing

  1. Clone the repo
  2. Checkout to enhancement/fork-node-connectors branch
  3. Execute commands: yarn install, yarn build followed by yarn start
  4. Try creating a new Sequence diagram as illustrated in Screenshot below
  5. Observe that all the connectors connecting to/from fork node are straight, as illustrated in after section of the Screenshot

Screenshots

Before:

image (8)

After:

image image

Additional Info

Released in alpha version v2.11.0-alpha.0