Gimp.Image.prototype.get_vectors_by_tattoo
function get_vectors_by_tattoo(tattoo: Number(guint)): Gimp.Vectors {
// Gjs wrapper for gimp_image_get_vectors_by_tattoo()
}
Find a vectors with a given tattoo in an image.
This procedure returns the vectors with the given tattoo in the specified image.
Since 2.6
- tattoo
The tattoo of the vectors to find.
- Returns
The vectors with the specified tattoo.