TBLPathFlag
Path flags.
Definition
Unit: Blend2D
Enumeration Values
Empty = 0
Path is empty (no commands or close commands only).
Multiple = 1
Path contains multiple figures.
Quads = 2
Path contains one or more quad curves.
Conics = 3
Path contains one or more conic curves.
Cubics = 4
Path contains one or more cubic curves.
Invalid = 30
Path is invalid.
Dirty = 31
Flags are dirty (not reflecting the current status).