PathNode
Node representing a raw 2D path
Properties
Link copied to clipboard
Thread-safe snapshot of children for rendering and traversal. Updated atomically after Applier mutations complete (copy-on-write).
Link copied to clipboard
Parent node in the tree
Link copied to clipboard
Optional per-node render options override. When non-null, overrides the inherited render options for this node and its subtree. When null (default), inherits from the parent context.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Render this node and its children into the given accumulator list. Eliminates intermediate list allocations compared to a returning render() method.
Link copied to clipboard
Update the snapshot from the current mutable children list. Called by the Applier after structural mutations.