Context becomes an intentional user action.
Use DOM focus for the common path, then add explicit tools for visual ambiguity: draw over a chart, square off a fixed area, circle an outlier, lasso an irregular area, or send the text the user highlighted.
region.start({ shape: 'lasso' });
text.captureNow();
ctx.push(meta, text);