!7 p-substance { final BufferedImage img = loadImage2(#1007291); showFrame(jcanvas(func(int w, int h) { BufferedImage bg = renderTiledBackground(#1007195, w, h); BufferedImage circle = cutImageToCircle(cutImageToCircle(img_addBorder(img, Color.white, 10))); int x = (w-circle.getWidth())/2; int y = (h-circle.getHeight())/2; drawImageOnImage(circle, bg, x, y); ret bg; })); }