Mercurial > laserkard
comparison paypal/big_acrylic_clear.paylist @ 29:7742910e0479 laserkard
[svn r30] implemented drawing text on the picture dynamically. still need to center stuff
author | rlm |
---|---|
date | Sat, 16 Jan 2010 12:25:43 -0500 |
parents | 5b5c03a850b9 |
children | 293275d50722 |
comparison
equal
deleted
inserted
replaced
28:5b5c03a850b9 | 29:7742910e0479 |
---|---|
101 <!-- End of Options --> | 101 <!-- End of Options --> |
102 | 102 |
103 <!-- Start of Text Input Fields --> | 103 <!-- Start of Text Input Fields --> |
104 <br> | 104 <br> |
105 Line 1 (James Bond): | 105 Line 1 (James Bond): |
106 <input type="text" id="Line 1 (James Bond)" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)"> | 106 <input type="text" id="Line 1 (James Bond)" name="line_1b" size="20" value = "James Bond" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> |
107 <!-- --> | 107 <!-- --> |
108 <br> | 108 <br> |
109 <br> | 109 <br> |
110 Line 2 (jbond@mi6.co.uk): | 110 Line 2 (jbond@mi6.co.uk): |
111 <input type="text" id="Line 2 (jbond@mi6.co.uk)" name="line_2b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)"> | 111 <input type="text" id="Line 2 (jbond@mi6.co.uk)" name="line_2b" size="20" value = "jbond@mi6.co.uk" ONFOCUS="clearDefault(this)" onKeyUp="tt.remove();tt = raphe.print(10, 150, value, raphe.getFont('HelveticaNeue', 800), 75);tt.attr('stroke', '#f00');tt.attr('fill', 'RED');"> |
112 <!-- --> | 112 <!-- --> |
113 <br> | 113 <br> |
114 | 114 |
115 <!-- --> | 115 <!-- --> |
116 | 116 |