Thomas Bouffard

Results 125 comments of Thomas Bouffard

First attempt done with #1024: we are waiting for support of sourcemap to make the coverage use the Typescript code instead of the development bundle js code.

#1193 highly increased the code coverage but we are still not using e2e tests for the coverage displayed in SonarCloud.

`fast-xml-parser` is the library we are using to parse the BPMN XML source. It provides XML validation out of the box. For schema validation, we would need to embed the...

With 9484c99a (0.1.5-dev), we see that in case of unsupported foreign object, the label is replaced by `[Object]` Note - example given here is the svg export of the [A.2.0.bpmn...

draw.io article about issues that may be introduced by html labels: https://www.diagrams.net/doc/faq/svg-export-text-problems (or legacy https://desk.draw.io/support/solutions/articles/16000042487)

@jeromecambon can we recheck the repro steps in the description please? I see > Enable scrollbars: set style BPMN container style "overflow: hidden;" Did you mean `overflow: auto;` or something...

Perfect, thanks for the feedback. We haven't dedicated code for Fit Center when there is a scrollbar. `mxGraph` has such code for other fit types but after doing some basic...

I have just realized that we have an example about the scrollbar usage. It was introduced in August 2021 in https://github.com/process-analytics/bpmn-visualization-js/releases/tag/v0.19.0 This example doesn't apply fit on load but we...