1 minute read

You can’t actually break anything

LFMP_02_02_05 strokeWeight (16); In this version, I felt the need to use slightly thicker lines. From 4 to 32. Strangely, I can never define where that need comes from. I just try something to see what happens when you change something. The thing is, with any change, you can‘t actually break anything. So why not do it then? for (int x = 0; x < (height - 2); x += 32) { That also means increasing the spacing between the lines. Everything else has remained the same.

This is the same setup as the previous programme but now with thicker lines of sixteen pixels.

Advertisement

This article is from: