It seems that BaseViewer.saveSVG doesn’t add the watermark to the rendered SVG (only a comment in the markup) - bpmn-js/lib/BaseViewer.js at develop · bpmn-io/bpmn-js · GitHub.
The method is used by Kroki to return a rendered diagram when requested with the diagram syntax - kroki/bpmn/src/worker.js at main · yuzutech/kroki · GitHub.
I’d like to confirm if it is okay to:
- Use the resulting SVGs (without watermark) in mkdocs (mkdocs-kroki-plugin) and Backstage TechDocs
- Have an internal Kroki instance with enabled BPMN sidecar where usage by employee is not fully controlled (it’s available on the public Kroki instance already, but it can’t be used by us)