!7 p-pretty /* although that's debatable given the detailed person */ { final BufferedImage img1 = loadImage2(#1007291); final BufferedImage img2 = loadImage2(#1007292); showFrame(jcanvas(func(int w, int h) { BufferedImage bg = renderTiledBackground(#1007195, w, h); drawThoughtCircle(bg, img1, w/3, h/2); drawThoughtCircle(bg, img2, w*2/3, h/2); ret bg; })); }