Closed shape vs Open shape

Is there a way to draw an open shape instead of a closed one?

This is probably because you're trying to use DrawShape.
Try using DrawPoint for each point, instead.

1 Like

This guy uses DrawCircle, but rendering is very slow. The same thing happens if I use DrawPoint.

1 Like

There are some examples here, maybe can help you: