Revert "evas: work around text/textblock bug rendering outside of rendering zone."
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 29 Mar 2011 13:52:08 +0000 (13:52 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 29 Mar 2011 13:52:08 +0000 (13:52 +0000)
This reverts commit 58156

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@58180 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_render.c

index 9197593..b7629c9 100644 (file)
@@ -1372,15 +1372,6 @@ evas_render_updates_internal(Evas *e,
                                    }
                              }
 #endif
-                            /* FIXME: This clip is only temporary to avoid a bug in textblock that
-                               render outside of the zone it is allowed to render. It's a serious
-                               bug as it may render out of screen buffer, that's why it get back in.
-
-                               REMOVE IT ASAP !
-                            */
-                            e->engine.func->context_clip_set(e->engine.data.output,
-                                                             e->engine.data.context,
-                                                             x, y, w, h);
                             clean_them |= evas_render_mapped(e, obj, e->engine.data.context,
                                                             surface, off_x, off_y, 0
 #ifdef REND_DGB