translate()
is a cumulative function: You’re telling the computer to offset by (100,100), then (200,200), then (300,300), then…
It does, however, get reset after every draw-loop
Interesting, I just got it to work on my machine.
Can you clarify what you tried?