camunda / connectors

Camunda Connectors
https://docs.camunda.io/docs/components/integration-framework/connectors/out-of-the-box-connectors/available-connectors-overview/
Apache License 2.0
38 stars 38 forks source link

When exporting a diagram as SVG, the Connector icon isn't exported. #2324

Open YanaSegal opened 4 months ago

YanaSegal commented 4 months ago

Describe the Bug

When exporting a diagram as SVG, the Connector icon isn't exported. Exported SVG looks like this:

image

Steps to Reproduce

  1. Create a diagram with a connector in web modeler
  2. in the action bar, click on the overflow menu (3 dots) and select "Export SVG"
  3. Preview SVG

Expected Behavior

Exported SVG should look like this:

image

Environment

bastiankoerber commented 4 months ago

@YanaSegal can you test if this happens as well without a connector?

If it is connector related, we should investigate from connectors side, otherwise we should create a core modeling issue : https://github.com/camunda/camunda-modeler/issues/4127