Mercurial > laserkard
comparison 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 |
comparison
equal
deleted
inserted
replaced
36:bb048e29406b | 37:021a9ab1ed5b |
---|---|
55 <script language="javascript"> | 55 <script language="javascript"> |
56 | 56 |
57 | 57 |
58 var raphe = Raphael("disp_contain", 515, 318); | 58 var raphe = Raphael("disp_contain", 515, 318); |
59 | 59 |
60 //var c = raphe.rect(0, 0, 514, 317); | 60 var c = raphe.rect(0, 0, 514, 317); |
61 //c.attr("stroke", "#00f"); | 61 c.attr("stroke", "#00f"); |
62 //tt = raphe.print(10, 150, "Kevin Rustagi", raphe.getFont("HelveticaNeue", 800), 75); | 62 tt = raphe.print(10, 150, "Kevin Rustagi", raphe.getFont("HelveticaNeue", 800), 75); |
63 | 63 |
64 | 64 |
65 tt.attr("stroke", "#f00"); | 65 tt.attr("stroke", "#f00"); |
66 tt.attr("fill", "RED"); | 66 tt.attr("fill", "RED"); |
67 | |
67 | 68 |
68 </script> | 69 </script> |
69 | 70 |
70 | 71 |
71 </div> | 72 </div> |