gimp-vectors-stroke-interpolate

Simon Budig

Description

returns polygonal approximation of the stroke.

Help

returns polygonal approximation of the stroke.


Type

unknown

Parameters

Type Name Description
unknown vectors The vectors object
PF_INT stroke-id The stroke ID
PF_FLOAT precision The precision used for the approximation

Return

Type Name Description
PF_INT num-coords The number of floats returned. (num-coords >= 0)
unknown coords List of the coords along the path (x0, y0, x1, y1, ...).
PF_INT closed Whether the stroke is closed or not. (TRUE or FALSE)