[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

cmarrin at apple.com cmarrin at apple.com
Thu Oct 29 20:39:25 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 0bc6e34f9e90756d358c1c5aac9246accc1fbf84
Author: cmarrin at apple.com <cmarrin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Oct 5 22:49:53 2009 +0000

    Another change to one of the WebGL blog post demos
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49123 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitSite/blog-files/webgl/WebGL+CSS.html b/WebKitSite/blog-files/webgl/WebGL+CSS.html
index 7828fc7..b659f59 100644
--- a/WebKitSite/blog-files/webgl/WebGL+CSS.html
+++ b/WebKitSite/blog-files/webgl/WebGL+CSS.html
@@ -331,11 +331,11 @@
             background-color:grey;
         }
         #container {
-            -webkit-transform: perspective(800) rotateY(0) rotateZ(0);
+            -webkit-transform: perspective(800) rotateY(0) rotateZ(0) translateZ(0);
             -webkit-transition: -webkit-transform 2s;
         }
         #container.tilted {
-            -webkit-transform: perspective(800) rotateY(60deg) rotateZ(320deg);
+            -webkit-transform: perspective(800) rotateY(60deg) rotateZ(320deg) translateZ(-200px);
         }
         canvas {
             width:90%;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list