Gimp.Vectors.stroke_reverse

@accepts(Gimp.Vectors, int)
@returns(bool)
def stroke_reverse(self, stroke_id):
    # Python wrapper for gimp_vectors_stroke_reverse()
  

reverses the specified stroke.

Reverses the specified stroke.

Since 3.0

self

The vectors object.

stroke_id

The stroke ID.

Returns