[Webkit-unassigned] [Bug 71309] Allow SVG elements to be transformed using webkit-transform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 23 23:49:37 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71309





--- Comment #28 from Csaba Osztrogonac <ossy at webkit.org>  2011-11-23 23:49:36 PST ---
(In reply to comment #25)
> The new svg/dom/css-transforms.xhtml test fails on 32 bit GTK and Qt platforms, 
> but passes on 64 bit. There is only one rounding problem: 0.0 != -0.0.
> 
> --- /ramdisk/qt-linux-release/build/layout-test-results/svg/dom/css-transforms-expected.txt 
> +++ /ramdisk/qt-linux-release/build/layout-test-results/svg/dom/css-transforms-actual.txt 
> @@ -23,7 +23,7 @@
>  PASS dumpMatrix(rect.getCTM()) is "[0.7 0.7 -0.7 0.7 100.0 0.0]"
>  PASS dumpMatrix(rect.getScreenCTM()) is "[0.7 0.7 -0.7 0.7 312.0 8.0]"
>  PASS dumpRect(rect.getBBox()) is "[40 40 100 100]"
> -PASS dumpMatrix(rect.getTransformToElement(rect)) is "[1.0 0.0 0.0 1.0 0.0 0.0]"
> +FAIL dumpMatrix(rect.getTransformToElement(rect)) should be [1.0 0.0 0.0 1.0 0.0 0.0]. Was [1.0 0.0 0.0 1.0 0.0 -0.0].
> 
>  Test CSSMatrix
>  PASS circle.style.webkitTransform is "scale(2, 2) translate(10px, 10px)"

I added it to the Qt skipped list: http://trac.webkit.org/changeset/101124

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list