get border and other small problem
in
Programming Questions
•
2 years ago
I needed a border around my sketch with pdf export where i still could see what is outside the sketch.
I used:
scale(0.3);
translate(((width/2)*3)-width/2, ((height/2)*3)-height/2);
which works quite well, the formula isn't only correct.
What is the good one?
And after that, how do i find the right edge of the applet?, and the left?
img to clear a bit up what i mean:
1