svoid test_imageSurfaceRevalidationInFullCenter() { ImageSurface imageSurface = imageSurface(); showFrame(jMinSize(500, 500, jscroll_borderless(setBackground(bgColor, jFullCenter(imageSurface))))); print("Image surface size: " + jGetSize(imageSurface)); }