|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +title: "[BUG] " |
| 5 | +labels: bug |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +### Describe the bug |
| 11 | +Provide a clear and concise description of what the bug is. |
| 12 | + |
| 13 | + |
| 14 | +### To Reproduce |
| 15 | +<!-- Fill the reproduction steps --> |
| 16 | +Steps to reproduce the behavior: |
| 17 | +1. Go to '...' |
| 18 | +2. Click on '....' |
| 19 | +3. Scroll down to '....' |
| 20 | +4. See error |
| 21 | + |
| 22 | +<!-- Adapt the following text to your needs --> |
| 23 | +Please provide a BPMN diagram that reproduces the problem: "attach here the BPMN diagram" |
| 24 | + |
| 25 | +If possible, provide a code snippet that reproduces the problem: "attach here the code snippet" |
| 26 | +Or a link to a repository that reproduces the problem: "provide the link here" |
| 27 | + |
| 28 | +The https://github.com/process-analytics/bpmn-visualization-examples repository contains examples that can be used to reproduce the problem. |
| 29 | + |
| 30 | + |
| 31 | +### Expected behavior |
| 32 | +Provide a clear and concise description of what you expected to happen. |
| 33 | + |
| 34 | +<!-- |
| 35 | +For BPMN rendering problems, please test your BPMN diagram with other BPMN vendors. |
| 36 | +For example, you can use: |
| 37 | + - the `bpmn-js` demo: https://demo.bpmn.io/new) |
| 38 | + - the `bpmn-visualization` example comparing the rendering with `bpmn-js`: https://cdn.statically.io/gh/process-analytics/bpmn-visualization-examples/master/examples/misc/compare-with-bpmn-js/index.html. |
| 39 | + In this URL, you can replace `master` by a specific tag (for example v0.43.0) to check a specific version of `bpmn-visualization`. |
| 40 | +
|
| 41 | +Be aware that `bpmn-visualization` and `bpmn-js` have different rendering behavior, in particular for: |
| 42 | + - label activity: https://github.com/process-analytics/bpmn-visualization-js/issues/2253 |
| 43 | + - default label position: https://github.com/process-analytics/bpmn-visualization-js/issues/2306 |
| 44 | + - fill color: https://github.com/process-analytics/bpmn-visualization-js/issues/2590#issuecomment-1486053921 |
| 45 | +
|
| 46 | +Here are some examples of good reports: |
| 47 | + - https://github.com/process-analytics/bpmn-visualization-js/issues/2857#issuecomment-1722447316 |
| 48 | + - https://github.com/process-analytics/bpmn-visualization-js/issues/2590#issuecomment-1486053921 |
| 49 | +
|
| 50 | +--> |
| 51 | + |
| 52 | + |
| 53 | +### Screenshots |
| 54 | +If applicable, add screenshots or videos to help explain your problem. |
| 55 | + |
| 56 | + |
| 57 | +### Environment |
| 58 | + - Desktop or mobile: |
| 59 | + - OS and version: [e.g. iOS 14.1] |
| 60 | + - Browser and version: [e.g. chrome 118, safari 15] |
| 61 | + - Node/npm version (if applicable): |
| 62 | + - Used frameworks (if applicable): |
| 63 | + |
| 64 | + |
| 65 | +### Additional context |
| 66 | +Add any other context about the problem here. |
| 67 | + |
0 commit comments