[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 08:17:56 PST 2011


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org




--- Comment #25 from Csaba Osztrogonac <ossy at webkit.org>  2011-11-23 08:17:55 PST ---
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)"

-- 
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