@colby wrote:
Actual Diagram:-
After Creating Svg:-
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?
Posts: 1
Participants: 1

