Gimp.Image.prototype.get_active_vectors
function get_active_vectors(): Gimp.Vectors {
// Gjs wrapper for gimp_image_get_active_vectors()
}
Returns the specified image's active vectors.
If there is an active path, its ID will be returned, otherwise, -1.
- Returns
The active vectors.