1.2: LinkCurve.JumpGap

We have added another kind of “curve” for how the Path Geometry is created from the points of a Link Route.

The following screenshot shows two horizontal links crossing a vertical link:

The upper link has:
go:Link.Route
<go:Route Routing=“Orthogonal” Curve=“JumpOver” />
</go:Link.Route>

The lower link has:
go:Link.Route
<go:Route Routing=“Orthogonal” Curve=“JumpGap” />
</go:Link.Route>