How to draw a dash line between two nodes?

Could you tell me how to draw a dash line between two nodes ?

Canvas drawing does not have built-in support for dashed lines.
We have thought about implementing such support, but it is currently lower priority than all of the other things we need to do before it’s “ready”.

But I’ll note your request and bump up the priority.

We have added Shape.strokeDashArray and strokeDashOffset properties in 1.1, currently in beta. At the moment what is implemented is for straight lines only in some browsers (like IE) that do not have built-in support for drawing all lines with custom dash patterns. Dashed lines are drawn well in Firefox and Chrome and Safari and iPad and Kindle etc.

A post was split to a new topic: Drawing cut marks