Fixed N_SE-44060
authorIlji Seo <ijclaire.seo@samsung.com>
Tue, 9 Jul 2013 05:58:29 +0000 (14:58 +0900)
committerIlji Seo <ijclaire.seo@samsung.com>
Tue, 9 Jul 2013 05:58:29 +0000 (14:58 +0900)
Change-Id: I02aa3968e60ee36f1271fab40f40c40bc7ab43ff
Signed-off-by: Ilji Seo <ijclaire.seo@samsung.com>
src/graphics/FGrp_CanvasPixman.cpp

index 2705500..3e6ba16 100755 (executable)
@@ -216,6 +216,8 @@ bool ResizePixmap(Tizen::Graphics::_Util::Pixmap& dstImage, const Tizen::Graphic
 
                        pixman_image_set_filter(pPixmanSrc, filter, NULL, 0);
 
+                       pixman_image_set_repeat(pPixmanSrc, PIXMAN_REPEAT_REFLECT);
+
                        pixman_image_composite32(PIXMAN_OP_SRC, pPixmanSrc, 0, pPixmanDst, 0, 0, 0, 0, 0, 0, dstImage.width, dstImage.height);
 
                        return true;