KrzyHonk / bpmn-python

Project for creating a Python library that allows to import/export BPMN diagram (as an XML file) and provides a simple visualization capabilities
GNU General Public License v3.0
66 stars 47 forks source link

Adjust coordinates of nodes and flow, make it look better #37

Closed Maicius closed 5 years ago

Maicius commented 5 years ago

My project needs to generate BPMN diagrams from CSV files.

I really appreciate that your project has helped me a lot, but I found that the coordinates generated automatically have some problems, which are not very standardized. So I modified some of the code to generate coordinates of nodes and flows to make it look more standardized.

And here are two comparisons:

before

After

Thank You!