TextureImage() requires clip-to-self set to true
diff --git a/MagickCore/composite.c b/MagickCore/composite.c
index 3fe3295..b183da6 100644
--- a/MagickCore/composite.c
+++ b/MagickCore/composite.c
@@ -2434,7 +2434,7 @@
             thread_status;
 
           thread_status=CompositeImage(image,texture_image,image->compose,
-            MagickFalse,x+texture_image->tile_offset.x,y+
+            MagickTrue,x+texture_image->tile_offset.x,y+
             texture_image->tile_offset.y,exception);
           if (thread_status == MagickFalse)
             {