fix clipping issues with certain rotozoom blit methods
This commit is contained in:
parent
d06ae1837b
commit
d36f0aa9e6
|
@ -651,7 +651,9 @@ impl Bitmap {
|
||||||
// rotozoom blits internally clip per-pixel right now ... and regardless, the normal
|
// rotozoom blits internally clip per-pixel right now ... and regardless, the normal
|
||||||
// clip_blit() function wouldn't handle a rotozoom blit destination region anyway ...
|
// clip_blit() function wouldn't handle a rotozoom blit destination region anyway ...
|
||||||
RotoZoom { .. } => {}
|
RotoZoom { .. } => {}
|
||||||
|
RotoZoomOffset { .. } => {}
|
||||||
RotoZoomTransparent { .. } => {}
|
RotoZoomTransparent { .. } => {}
|
||||||
|
RotoZoomTransparentOffset { .. } => {}
|
||||||
|
|
||||||
// set axis flip arguments
|
// set axis flip arguments
|
||||||
SolidFlipped { horizontal_flip, vertical_flip, .. } |
|
SolidFlipped { horizontal_flip, vertical_flip, .. } |
|
||||||
|
|
Loading…
Reference in a new issue