When we call makeSvg links are not showing

Actual Diagram:-
Actual%20diagram

After Creating Svg:-
after%20creating%20svg

When we use
$(go.Shape, { isPanelMain: true, strokeWidth: 1, name: “PIPE”, strokeDashArray: [10, 5] ,stroke: “#004780”}, new go.Binding(“stroke”, “color”)),

Links are not showing in svg.

But when we use
$(go.Shape, { isPanelMain: true, stroke: “black”, strokeWidth: 5 }),
Links are showing correctly.

Can anyone help us?

Precisely which version of GoJS are you using? The bug was introduced in 2.0.0 and was fixed in 2.0.3:

We are using

https://cdnjs.cloudflare.com/ajax/libs/gojs/2.0.3/go.js

but then also same issue there.

I just modified the Flow Chart sample, by adding this to the second Shape of the link template:
, strokeDashArray: [8, 6].

Upon clicking the “Print Diagram using SVG” button, I got:

This is using version 2.0.3. Are you sure that you are using 2.0.3? Please check the value of go.version or Diagram.version. But I’d recommend using “latest”.