[Libreoffice-commits] .: vcl/source

Radek Doulík rodo at kemper.freedesktop.org
Thu Sep 1 11:36:47 PDT 2011


 vcl/source/gdi/outdev4.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit da691c1416cdbe6f32d8f461ce2206cd41b3aa75
Author: Radek Doulik <rodo at novell.com>
Date:   Thu Sep 1 20:36:11 2011 +0200

    make the overlap smaller

diff --git a/vcl/source/gdi/outdev4.cxx b/vcl/source/gdi/outdev4.cxx
index 0205f21..1de42d7 100644
--- a/vcl/source/gdi/outdev4.cxx
+++ b/vcl/source/gdi/outdev4.cxx
@@ -319,7 +319,7 @@ void OutputDevice::ImplDrawLinearGradient( const Rectangle& rRect,
     /* n#710061 Use overlapping fills to avoid color
      * leak via gaps in some pdf viewers
      */
-    Point       aOverLap( 0, fScanInc*5 );
+    Point       aOverLap( 0, fScanInc*.1 );
     aPoly[0] = aFullRect.TopLeft();
     aPoly[1] = aFullRect.TopRight();
     aPoly[2] = aRect.TopRight();


More information about the Libreoffice-commits mailing list