Mercurial > laserkard
comparison buy.html @ 33:c403de244fb4 laserkard
[svn r34]
author | rlm |
---|---|
date | Mon, 18 Jan 2010 00:22:32 -0500 |
parents | 0deeb2d5d1db |
children | ae22c2d59891 |
comparison
equal
deleted
inserted
replaced
32:0deeb2d5d1db | 33:c403de244fb4 |
---|---|
60 <script language="javascript"> | 60 <script language="javascript"> |
61 | 61 |
62 | 62 |
63 var raphe = Raphael("disp_contain", 502, 320); | 63 var raphe = Raphael("disp_contain", 502, 320); |
64 | 64 |
65 tt = raphe.print(10, 150, "Kevin Rustagi", raphe.getFont("HelveticaNeue", 800), 75); | 65 ///tt = raphe.print(10, 150, "Kevin Rustagi", raphe.getFont("HelveticaNeue", 800), 75); |
66 | 66 |
67 tt.attr("stroke", "#f00"); | 67 tt.attr("stroke", "#f00"); |
68 tt.attr("fill", "RED"); | 68 tt.attr("fill", "RED"); |
69 | 69 |
70 </script> | 70 </script> |