Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

When we call makeSvg links are not showing

$
0
0

@colby wrote:

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?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles