User-facing documentation about GC state:
- what the state holds (colors, line styles, transform, etc.)
- the state stack and how it works
- using
get_state, set_state, with gc:
- explain why drawing code should wrap drawing in
with gc: if it changes any state.
User-facing documentation about GC state:
get_state,set_state,with gc:with gc:if it changes any state.