[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
krit at webkit.org
krit at webkit.org
Wed Mar 17 18:02:35 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 43e8eef810e34f2d3b3768849401dac65af300b1
Author: krit at webkit.org <krit at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Feb 26 18:47:33 2010 +0000
2010-02-26 Dirk Schulze <krit at webkit.org>
Unreviewed LayoutTest fix.
SVGResourceClipper needs to be moved to RenderSVGResourceClipper
https://bugs.webkit.org/show_bug.cgi?id=35421
This corrects a result of a new clip test for SVG.
* platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55293 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index cf4e311..0a32fc1 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-02-26 Dirk Schulze <krit at webkit.org>
+
+ Unreviewed LayoutTest fix.
+
+ SVGResourceClipper needs to be moved to RenderSVGResourceClipper
+ https://bugs.webkit.org/show_bug.cgi?id=35421
+
+ This corrects a result of a new clip test for SVG.
+
+ * platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt:
+
2010-02-26 Csaba Osztrogonác <ossy at webkit.org>
Unreviewed trivial fix.
diff --git a/LayoutTests/platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt b/LayoutTests/platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt
index 96463fd..32173d4 100644
--- a/LayoutTests/platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt
+++ b/LayoutTests/platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.txt
@@ -1,12 +1,12 @@
-KCanvasResource {id="clip" [type=CLIPPER] [clip data=[[winding=NON-ZERO] [bounding box mode=1] [path=M0.50,0.36 L0.64,0.50 L0.50,0.64 L0.36,0.50 Z]]]}
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
RenderSVGRoot {svg} at (0,0) size 800x600
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
RenderPath {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [data="M0.00,0.00 L0.20,0.00 L0.20,0.20 L0.00,0.20 Z"]
- RenderSVGHiddenContainer {clipPath} at (0,0) size 0x0
+ RenderSVGResourceClipper {clipPath} [id="clip"] [clipPathUnits=objectBoundingBox]
RenderSVGContainer {use} at (0,0) size 2x2 [transform={m=((0.71,0.71)(-0.71,0.71)) t=(0.50,-0.21)}]
RenderSVGContainer {g} at (0,0) size 2x3 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.40,0.40)}]
RenderPath {rect} at (0,0) size 2x3 [fill={[type=SOLID] [color=#000000]}] [data="M0.00,0.00 L0.20,0.00 L0.20,0.20 L0.00,0.20 Z"]
- RenderPath {rect} at (107,107) size 86x86 [fill={[type=SOLID] [color=#008000]}] [clip path="clip"] [data="M0.00,0.00 L300.00,0.00 L300.00,300.00 L0.00,300.00 Z"]
+ RenderPath {rect} at (120,120) size 60x60 [fill={[type=SOLID] [color=#008000]}] [data="M0.00,0.00 L300.00,0.00 L300.00,300.00 L0.00,300.00 Z"]
+ [clipPath="clip"] RenderSVGResourceClipper {clipPath} at (120,120) size 60x60
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list