Fix 1689329: if the inverted rectangle we're rendering doesn't overlap the tile we...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 31 Mar 2007 19:01:45 +0000 (19:01 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 31 Mar 2007 19:01:45 +0000 (19:01 +0000)
git-svn-id: http://svn.voria.com/code@398 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/mod_geometry/rectangle.cpp

index 55029df..d0831e2 100644 (file)
@@ -419,6 +419,7 @@ Rectangle::accelerated_render(Context context,Surface *surface,int quality, cons
                                Surface::pen pen(surface->get_pen(left,top));
                                subimage.blit_to(pen);
                        }
+                       else return true;
                }
 
                Surface::alpha_pen pen;