Dall-e image API returning cropped images

Images seem to be cropped :

Prompt:

response = openai.Image.create(
  prompt="a cartoon maneki neko cat, centered, line art, few colors, high quality, contrast",
  n=1,
  size="1024x1024"
)