ls1intum / Apollon

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

`Development`: Fix alignment of elements to grid issue 2 #280

Closed mertyldrr closed 1 year ago

mertyldrr commented 1 year ago

Checklist

Motivation and Context

This PR fixes the issue of elements not aligning perfectly on the grid. Issue Number: https://github.com/ls1intum/Apollon/issues/279

Changes include:

Steps for Testing

  1. Clone the repo
  2. Checkout to branch enhancement/uml-elements-scaling-fix
  3. Execute commands: yarn install, followed by yarn start
  4. Observe elements mentioned above are aligned with the grid.

Screenshots

Before

class-develop others-dev

After

class-fixed others-fixed