Enumeration (GI Flags)

Gsk-4.0GskPathForeachFlagsSince 4.14

Flags that can be passed to gsk_path_foreach() to influence what kinds of operations the path is decomposed into.

By default, Gsk.Path.foreach will only emit a path with all operations flattened to straight lines to allow for maximum compatibility. The only operations emitted will be GSK_PATH_MOVE, GSK_PATH_LINE and GSK_PATH_CLOSE.

4.14

Index

Enumeration Members

Enumeration Members

CONIC: number

Allow emission of GSK_PATH_CONIC operations.

CUBIC: number

Allow emission of GSK_PATH_CUBIC operations.

ONLY_LINES: number

The default behavior, only allow lines.

QUAD: number

Allow emission of GSK_PATH_QUAD operations