Gimp.Path.stroke_reverse
@accepts(Gimp.Path, int)
@returns(bool)
def stroke_reverse(self, stroke_id):
# Python wrapper for gimp_path_stroke_reverse()
reverses the specified stroke.
Reverses the specified stroke.
Since 3.0
- self
The path object.
- stroke_id
The stroke ID.
- Returns