Gimp.Path.prototype.stroke_reverse

function stroke_reverse(stroke_id: Number(gint)): Boolean {
    // Gjs wrapper for gimp_path_stroke_reverse()
}
  

reverses the specified stroke.

Reverses the specified stroke.

Since 3.0

stroke_id

The stroke ID.

Returns

TRUE on success.