Turns out the simple visible x/y path position tracer to figure out what's visible and what isn't is broken by the recent fix to ensure SVG scales to fit window (makes sense). Apply scale values to x/y and check those coordinates instead of just assuming position.
Turns out the simple visible x/y path position tracer to figure out what's visible and what isn't is broken by the recent fix to ensure SVG scales to fit window (makes sense). Apply scale values to x/y and check those coordinates instead of just assuming position.