path_paint property

LcPaintDesc path_paint
getter/setter pair

PathLayer-specific fields (meaningful only when kind == LC_LAYER_KIND_PATH). Mirrors lib/src/model/layers/path_layer.dart.

Unlike rect_paint's gradient geometry (fractional, relative to width/height), path_coords below are absolute, in this layer's own local space - the same origin (0,0) RectangleLayer's own geometry uses. path_paint is still reused verbatim from LcPaintDesc: a gradient's own geometry inside it stays fractional relative to width/height regardless of what shape it's painting.

Implementation

external LcPaintDesc path_paint;