Gimp.Image.remove_vectors

@accepts(Gimp.Image, Gimp.Vectors)
@returns(bool)
def remove_vectors(self, vectors):
    # Python 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

self

The image.

vectors

The vectors object.

Returns