topical media & game development
graphic-javascript-effect-image-camvas-effect.htm / htm
<head>
<script type="text/javascript" src="graphic-javascript-effect-image-rotate.js"></script>
</head>
<body>
<p>
rotate:
<input type="button" value="0°" onclick="rotate(0);">
<input type="button" value="90°" onclick="rotate(90);">
<input type="button" value="180°" onclick="rotate(180);">
<input type="button" value="-90°" onclick="rotate(-90);">
</p>
<p>
<img id="image" src="http://javascript.internet.com//img/headerlogo.gif" alt="">
<canvas id="canvas"></canvas>
</p>
</body>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.