Is Kroki / BaseViewer.saveSVG license compliant?

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)

You’re all good. Our license doesn’t require the watermark on the exported diagrams.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.