google-code-export / mgwt

Automatically exported from code.google.com/p/mgwt
Other
1 stars 0 forks source link

Webkit CSS Util Implementation Bug #277

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Line 138: cssText = "translate( " + x + "px, " + y + "px ) scale( + " + scale + 
")";

and

Line 140: cssText = "translate3d(" + x + "px, " + y + "px, 0px) scale( + " + 
scale + ")";

are wrong.

Should be:

Line 138: cssText = "translate( " + x + "px, " + y + "px ) scale(" + scale + 
")";

Line 140: cssText = "translate3d(" + x + "px, " + y + "px, 0px) scale(" + scale 
+ ")";

Original issue reported on code.google.com by b...@kee-tab.com on 14 Dec 2012 at 6:00

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 343715a2cedb.

Original comment by kurka.da...@gmail.com on 22 Dec 2012 at 8:04

GoogleCodeExporter commented 9 years ago

Original comment by kurka.da...@gmail.com on 22 Dec 2012 at 8:04

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 343715a2cedb.

Original comment by kurka.da...@gmail.com on 6 Aug 2013 at 5:32