Closed tbouffard closed 2 months ago
Rendering arrow is more complex as it requires to know the last segment orientation. This information is currently not available in the code that manage the SVG export. We only have the point coordinates, the orientation computed before is not passed along with the point.
I am not sure we really need the arrow here. The circles provide the main info: the edge direction. So IMHO, circles are enough.
52 introduced edge display in the svg export, but there is currently no arrow.
We probably will need the edge direction to know how to paint the arrow