I have an image bigger than the canvas size and i want to use the arrow keys to navigate around the image. The issue comes when i am loading data from a TSV file to draw different size circles representing data. It will only draw something within the size of the canvas. Some of the circles need to be drawn outside of the canvas. I've been told i can draw the circles on the buf instead of the sketch. Any help?
I have an image bigger than the canvas size and i want to use the arrow keys to navigate around the image. This works fine. The issue comes when i am loading data from a TSV file to draw different size circles representing data on the image. It will only draw something within the size of the canvas. Some of the circles need to be drawn outside of the canvas. I imagine this is probably not so straight forward if at all.