process-analytics / bpmn-layout-generators

Tools for generating missing BPMNDiagram elements in BPMN files
Apache License 2.0
36 stars 5 forks source link

feat(bpmn): generate edge waypoints #52

Closed tbouffard closed 3 years ago

tbouffard commented 4 years ago

closes #12

BPMNDiagram generated from A.2.0 with 20068e1

Notice that activity and event label positions should be adjusted with #53 (untouched by the changes proposed here) image

tbouffard commented 4 years ago

The SvgExporter is now able to display edges (without arrow, only segments), for instance with 1096a59 using A.2.0

A 2 0_with_diagram bpmn

tbouffard commented 4 years ago

We may probably add more unit tests but I consider this is ok for now