debugResolveOverprint property

bool debugResolveOverprint
getter/setter pair

Process-wide kill switch for the colorant-buffer overprint path (issue #502). Off, overprint state is still parsed and delivered but no buffer is built and no draw is resolved, so painting devices fall back to their own approximation - the A/B baseline the guard test measures against.

Implementation

static bool debugResolveOverprint = true;