[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

hyatt at apple.com hyatt at apple.com
Wed Dec 22 15:21:19 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0cf2782f843451e305769679ffc7c0f583b6dcbc
Author: hyatt at apple.com <hyatt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 1 22:43:15 2010 +0000

    Fix SVG bustage.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71067 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/rendering/svg/SVGInlineTextBox.cpp b/WebCore/rendering/svg/SVGInlineTextBox.cpp
index 7dd779a..699d788 100644
--- a/WebCore/rendering/svg/SVGInlineTextBox.cpp
+++ b/WebCore/rendering/svg/SVGInlineTextBox.cpp
@@ -523,7 +523,7 @@ void SVGInlineTextBox::paintTextWithShadows(GraphicsContext* context, RenderStyl
 
         FloatSize extraOffset;
         if (shadow)
-            extraOffset = applyShadowToGraphicsContext(context, shadow, shadowRect, false /* stroked */, true /* opaque */, false /* vertical */);
+            extraOffset = applyShadowToGraphicsContext(context, shadow, shadowRect, false /* stroked */, true /* opaque */, true /* horizontal */);
 
         font.drawText(context, textRun, textOrigin + extraOffset, startPosition, endPosition);
         restoreGraphicsContextAfterTextPainting(context, textRun);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list