Help for this page
sub add_line { my ($self, $options) = @_; ... return $new_line; }
sub add_polyline { my ($self, $options) = @_; ... return $new_poly; }