1393605-1.html (391B)
1 <!doctype html> 2 <html> 3 <head> 4 <title> 5 Bug 1393605 - Still work if determinant of 2d matrix is not 1 or -1 6 </title> 7 </head> 8 <script> 9 document.documentElement.animate( 10 [ { 'transform': 'scale(4)' }, 11 { 'transform': 'rotate(3grad) scaleX(0) ' + 12 'translate(2mm) matrix(2,7,1,.32,7,0)' } ], 13 { fill: 'both' }); 14 </script> 15 </html>