From fe66276e3e6a008741b56d32171cc1bd32209f32 Mon Sep 17 00:00:00 2001 From: Dae young Ryu Date: Tue, 16 Jul 2013 15:06:40 +0900 Subject: [PATCH] add Clipping Change-Id: I6d9d59c50c1cf2546838eedad0d7b99fc20f8870 Signed-off-by: Dae young Ryu --- src/ui/animations/FUiAnim_VisualElementImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/animations/FUiAnim_VisualElementImpl.cpp b/src/ui/animations/FUiAnim_VisualElementImpl.cpp index 2e6d794..e1bb9d9 100644 --- a/src/ui/animations/FUiAnim_VisualElementImpl.cpp +++ b/src/ui/animations/FUiAnim_VisualElementImpl.cpp @@ -6116,7 +6116,7 @@ _VisualElementImpl::CaptureI(Canvas& outputCanvas, const FloatRectangle& rectDes _VisualElementImpl* pRenderTarget = this->GetRenderTarget(); drawRect = rectRef.GetIntersection(bounds); -// drawRect = drawRect.GetIntersection(clipRect); + drawRect = drawRect.GetIntersection(clipRect); FloatRectangle tempRect = drawRect; -- 2.7.4