Gimp.Image.prototype.remove_vectors
function remove_vectors(vectors: Gimp.Vectors): Boolean {
// Gjs wrapper for gimp_image_remove_vectors()
}
Remove the specified path from the image.
This procedure removes the specified path from the image. If the path doesn't exist, an error is returned.
Since 2.4
- vectors
The vectors object.
- Returns
TRUE on success.