static BufferedImage renderAll(int w, int h, G2Drawable drawable) { var img = whiteImage(w, h); fOr (d : drawable) d?.drawOn(img); ret img; }