is the vector-drawing leaf of the PixiJS v8 scene graph. The v8 API follows a shape-then-style pattern: draw a shape or path with , , , etc., then apply and/or . Every method returns for chaining, and the drawing instructions live on a that can be shared between instances. Assumes familiarity with . is a leaf: do not nest children inside it. Wrap multiple objects in a to group them. Quick Start Related skills: (scene graph basics), (group graphics with other objects), (Graphics as a stencil mask), (effects), (batching, ). Constructor options All options ( , , , , , , etc.) are also valid here…