splash/Splash.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splash/Splash.cc b/splash/Splash.cc index 142516f..5c144f2 100644 --- a/splash/Splash.cc +++ b/splash/Splash.cc @@ -467,7 +467,7 @@ void Splash::pipeRun(SplashPipe *pipe) { //----- read destination pixel Guchar *destColorPtr; - if (pipe->shape && state->blendFunc && pipe->knockout && alpha0Bitmap != NULL) { + if (pipe->usesShape && state->blendFunc && pipe->knockout && alpha0Bitmap != NULL) { destColorPtr = alpha0Bitmap->data + (alpha0Y+pipe->y)*alpha0Bitmap->rowSize; switch (bitmap->mode) { case splashModeMono1: