Gimp.Vectors.prototype.remove_stroke

function remove_stroke(stroke_id: Number(gint)): Boolean {
    // Gjs wrapper for gimp_vectors_remove_stroke()
}
  

remove the stroke from a vectors object.

Remove the stroke from a vectors object.

Since 2.4

stroke_id

The stroke ID.

Returns

TRUE on success.