Expand description
Graphics state stack for the content stream interpreter.
Implements the PDF graphics state model: a stack of states managed by
q (save) and Q (restore) operators, with CTM management via cm,
and color setting via G/g, RG/rg, K/k, SC/SCN/sc/scn operators.
Structsยง
- Interpreter
State - Full interpreter state that combines the CTM with the graphics state.