gimp-vectors-stroke-flip-free

Joo S. O. Bueno

Description

flips the given stroke about an arbitrary axis.

Help

Flips the given stroke about an arbitrary axis. Axis is defined by two coordinates in the image (in pixels), through which the flipping axis passes.


Type

unknown

Parameters

Type Name Description
unknown vectors The vectors object
PF_INT stroke-id The stroke ID
PF_FLOAT x1 X coordinate of the first point of the flipping axis
PF_FLOAT y1 Y coordinate of the first point of the flipping axis
PF_FLOAT x2 X coordinate of the second point of the flipping axis
PF_FLOAT y2 Y coordinate of the second point of the flipping axis

Return

None