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

krit at webkit.org krit at webkit.org
Wed Dec 22 14:17:00 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c72c116088b944e34d25b71433d388c26cc10afc
Author: krit at webkit.org <krit at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Oct 6 10:40:14 2010 +0000

    2010-10-06  Dirk Schulze  <krit at webkit.org>
    
            Unreviewed new baseline for Qt.
    
            SVGs with filters look grainy when scaled
            https://bugs.webkit.org/show_bug.cgi?id=5526
    
            * platform/qt/svg/filters/shadow-on-filter-expected.txt:
            * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69182 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 1b215ce..fb80f27 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,5 +1,15 @@
 2010-10-06  Dirk Schulze  <krit at webkit.org>
 
+        Unreviewed new baseline for Qt.
+
+        SVGs with filters look grainy when scaled
+        https://bugs.webkit.org/show_bug.cgi?id=5526
+
+        * platform/qt/svg/filters/shadow-on-filter-expected.txt:
+        * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt:
+
+2010-10-06  Dirk Schulze  <krit at webkit.org>
+
         Reviewed by Nikolas Zimmermann.
 
         SVGs with filters look grainy when scaled
diff --git a/LayoutTests/platform/qt/svg/filters/shadow-on-filter-expected.txt b/LayoutTests/platform/qt/svg/filters/shadow-on-filter-expected.txt
index b5a1e68..f679f06 100644
--- a/LayoutTests/platform/qt/svg/filters/shadow-on-filter-expected.txt
+++ b/LayoutTests/platform/qt/svg/filters/shadow-on-filter-expected.txt
@@ -4,7 +4,7 @@ layer at (0,0) size 800x600
   RenderSVGRoot {svg} at (50,50) size 480x480
     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
       RenderSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBoundingBox] [primitiveUnits=objectBoundingBox]
-        [feGaussianBlur stdDeviation="4.00, 4.00"]
+        [feGaussianBlur stdDeviation="0.01, 0.01"]
           [feComposite operation="OVER"]
             [feFlood flood-color="#FF0000" flood-opacity="1.00"]
             [feFlood flood-color="#008000" flood-opacity="1.00"]
diff --git a/LayoutTests/platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt b/LayoutTests/platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt
index 88473c6..8da0687 100644
--- a/LayoutTests/platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt
+++ b/LayoutTests/platform/qt/svg/filters/shadow-on-rect-with-filter-expected.txt
@@ -4,7 +4,7 @@ layer at (0,0) size 800x600
   RenderSVGRoot {svg} at (37,37) size 493x493
     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
       RenderSVGResourceFilter {filter} [id="filter"] [filterUnits=objectBoundingBox] [primitiveUnits=objectBoundingBox]
-        [feGaussianBlur stdDeviation="4.00, 4.00"]
+        [feGaussianBlur stdDeviation="0.01, 0.01"]
           [feComposite operation="OVER"]
             [feFlood flood-color="#FF0000" flood-opacity="1.00"]
             [feFlood flood-color="#008000" flood-opacity="1.00"]

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list