process-analytics / bpmn-layout-generators

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

refactor(svg waypoints): use polyline instead of multi lines #77

Closed tbouffard closed 3 years ago

tbouffard commented 3 years ago

We now support any number of waypoints instead of only 3 as before.

closes #73