Open assynour opened 2 years ago
To reproduce:
To create the ripple circles, I add and animate svg circles to the svg group element of the bpmn activity. The corresponding code is in compliance-rules.js, function addRipleCircles().
https://github.com/process-analytics/bpmn-visualization-js/pull/2199 may fix this issue and #2
How to reproduce
npm run build-bundles
npm link ../bpmn-visualization-js
(here, the command assumes that the 2 folders are stored in the same root directory)node_modules/.vite/deps
)
The ripple circles disappear after navigation/zooming or after adding a css class. Similar behavior as in #2