process-analytics / icpm-demo-2022

The demo presented at ICPM 2022
https://process-analytics.github.io/icpm-demo-2022/
Apache License 2.0
3 stars 1 forks source link

Compliance-rules/ripple circles: they shouldn't disappear after navigation #4

Open assynour opened 2 years ago

assynour commented 2 years ago

The ripple circles disappear after navigation/zooming or after adding a css class. Similar behavior as in #2

assynour commented 2 years ago

To reproduce:

ripples1

assynour commented 2 years ago

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().

tbouffard commented 2 years ago

https://github.com/process-analytics/bpmn-visualization-js/pull/2199 may fix this issue and #2

https://user-images.githubusercontent.com/27200110/186952139-685be0a7-bb8c-481b-9fb0-2037661657e7.mp4

How to reproduce