Mercurial > laserkard
comparison buy.html @ 38:07c19a58ba5a laserkard
[svn r39] creating compatability with corel draw.
author | rlm |
---|---|
date | Sun, 24 Jan 2010 10:42:16 -0500 |
parents | 021a9ab1ed5b |
children | 1ac1409ea68c |
comparison
equal
deleted
inserted
replaced
37:021a9ab1ed5b | 38:07c19a58ba5a |
---|---|
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", 700), 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 |