This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* image rotate javascript */ | |
/* This script and many more are available free online at | |
The JavaScript Source!! http://javascript.internet.com | |
Created by: Benoit Asselin | http://www.ab-d.fr */ | |
function rotate(p_deg) { | |
if(document.getElementById('canvas')) { | |
/* | |
Ok!: Firefox 2, Safari 3, Opera 9.5b2 |