@david0 wrote:
Hi, we're looking to be able to draw links between nodes with elliptical arcs, similarly to canvas' native
ctx.arcTo(). Does go.js support any such thing?We could theoretically try to approximate with carefully chosen bezier control points, but that may not be close enough with large arcs, and seems a shame if the underlying drawing engine already supports arcs directly...
Posts: 2
Participants: 2