Closed szabolcsdombi closed 10 months ago
We should clamp internally the bilitting viewports and ignore "out of bounds" viewports entirely without an error.
this cannot be implemented because it is possible to scale the image during the blit, resulting non integer coordinates after clipping. this would only be possible if the input and output sizes match.
We should clamp internally the bilitting viewports and ignore "out of bounds" viewports entirely without an error.