diff buy.html @ 37:021a9ab1ed5b laserkard

[svn r38] added echo.pl, a test program for the backend of the website
author rlm
date Sun, 24 Jan 2010 09:37:47 -0500
parents ae22c2d59891
children 07c19a58ba5a
line wrap: on
line diff
     1.1 --- a/buy.html	Mon Jan 18 15:52:33 2010 -0500
     1.2 +++ b/buy.html	Sun Jan 24 09:37:47 2010 -0500
     1.3 @@ -57,14 +57,15 @@
     1.4  
     1.5  var raphe = Raphael("disp_contain", 515, 318);
     1.6  
     1.7 -//var c = raphe.rect(0, 0, 514, 317);
     1.8 -//c.attr("stroke", "#00f");
     1.9 -//tt = raphe.print(10, 150, "Kevin Rustagi", raphe.getFont("HelveticaNeue", 800), 75);
    1.10 +var c = raphe.rect(0, 0, 514, 317);
    1.11 +c.attr("stroke", "#00f");
    1.12 +tt = raphe.print(10, 150, "Kevin Rustagi", raphe.getFont("HelveticaNeue", 800), 75);
    1.13  
    1.14  
    1.15  tt.attr("stroke", "#f00");
    1.16  tt.attr("fill", "RED");
    1.17  
    1.18 +
    1.19  </script>
    1.20  
    1.21