Module: Gsk::PathForeachFlags

Defined in:
(unknown)

Constant Summary collapse

ONLY_LINES =

The default behavior, only allow lines.

0 or :only_lines
QUAD =

Allow emission of GSK_PATH_QUAD operations

1 or :quad
CUBIC =

Allow emission of GSK_PATH_CUBIC operations.

2 or :cubic
CONIC =

Allow emission of GSK_PATH_CONIC operations.

4 or :conic