Fix 1689329: if the inverted rectangle we're rendering doesn't overlap the tile we...
[synfig.git] / 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;