Gimp.Vectors.stroke_scale
@accepts(Gimp.Vectors, int, float, float)
@returns(bool)
def stroke_scale(self, stroke_id, scale_x, scale_y):
# Python wrapper for gimp_vectors_stroke_scale()
scales the given stroke.
Scale the given stroke.
Since 2.4
- self
The vectors object.
- stroke_id
The stroke ID.
- scale_x
Scale factor in x direction.
- scale_y
Scale factor in y direction.
- Returns