Opens a new figure with a line segment starting from the current point and ending at `p1`. The `n1` is a normal calculated from a unit vector of `p1 - _p0`. This function can only be called after we have at least two vertices that form the line. These vertices cannot be a single point as that would mean that we cannot calculate unit vector and then normal for the offset. This must be handled befo