Drawing on buf not the sketch on a map?
in
Programming Questions
•
1 year ago
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?
Thank you.
Here is my code:
1