1 2 3 4 5 6
<!DOCTYPE html> <html> <body onload="document.getElementById('c').getContext('2d').mozCurrentTransformInverse;"> <canvas id="c" width="772" height="76441"></canvas> </body> </html>