process-analytics / bpmn-layout-generators

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

feat(svg export): label and edges improvements #82

Closed tbouffard closed 3 years ago

tbouffard commented 3 years ago

Mark the edge target point with a filled circle to show the edge direction. Do not generate svg text when label is empty.

refactor: simplify app test input/output file management

covers #54

tbouffard commented 3 years ago
File Before After changes
A.2.1 image image
gateways image image
baptistemesta commented 3 years ago

Great!