pygame-ce icon indicating copy to clipboard operation
pygame-ce copied to clipboard

`Renderer.blit` rework.

Open yunline opened this issue 6 months ago • 0 comments

  • Fixes #2616, now it supports frect.
  • Fixs #2622, now this function only accept Texture, Image, Surface and their subclasses.
    • The function will raise an error when Texture or Image created from other Renderers is passed.
    • Now Renderer.blit supports Surface as source.

yunline avatar Dec 21 '23 06:12 yunline