Gimp.Vectors.prototype.stroke_close

function stroke_close(stroke_id: Number(gint)): Boolean {
    // Gjs wrapper for gimp_vectors_stroke_close()
}
  

closes the specified stroke.

Closes the specified stroke.

Since 2.4

stroke_id

The stroke ID.

Returns

TRUE on success.