process-analytics / bpmn-visualization-js

A TypeScript library for visualizing process execution data on BPMN diagrams
https://process-analytics.github.io/bpmn-visualization-js/
Apache License 2.0
224 stars 31 forks source link

[BUG] Annotations are overlapping #1223

Closed aibcmars closed 3 years ago

aibcmars commented 3 years ago

Describe the bug It looks like Annotation positioning is relative to Lane (not absolute) check with this file: Procurement.zip

the results look like this: image

aibcmars commented 3 years ago

It is actually BUG in the BPMN diagram exported from the Bonita Studio, not at our side. We have reproduced the rendering issue with bpmn-js@8.3.0.

Reproduction with https://cdn.statically.io/gh/process-analytics/bpmn-visualization-examples/v0.13.0/examples/misc/compare-with-bpmn-js/index.html

bug-1223_bpmn-visualization_and_bpmn-js