Advertisement
Guest User

Untitled

a guest
Jan 11th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1.  
  2. </noscript>
  3. <canvas id="iAGDidyzYqSAJGpGRmgXk" width="400" height="40">
  4. <p>Does this page not display correctly? Click Here.</p>
  5. </canvas><br><br>
  6.  
  7. <script type="text/javascript">
  8.  
  9. var drawingCanvas2 = document.getElementById('iAGDidyzYqSAJGpGRmgXk');
  10. if(drawingCanvas2.getContext) {
  11. var context2 = drawingCanvas2.getContext('2d');
  12.  
  13. context2.clearRect(0, 0, canvas.width, canvas.height);
  14. context2.fillStyle = '#000';
  15. context2.fillText("text", 0, 0);
  16.  
  17. }
  18. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement