On my computer OpenGL and my graphics card restricts line width to about 10px. This is usually fine for a drawing that fits within 1000x1000px. However I am required to prepare a file that is 8000x8000px so a line of 10px is not scaled appropriately.
How can I either scale up a small drawing or how can I draw lines of a more appropriate thickness?
I use the rectangle approach. if you wanted to draw a line from ofPoint a to ofPoint b with thickness 40, it would look like this (untested code, just off the top of my head):