comparison paypal/generate_paylists.pm @ 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 4475e9ee3c36
children 293275d50722
comparison
equal deleted inserted replaced
28:5b5c03a850b9 29:7742910e0479
132 132
133 133
134 $start = <<OHYEAH; 134 $start = <<OHYEAH;
135 <br> 135 <br>
136 PERL::OPT:&nbsp;&nbsp; 136 PERL::OPT:&nbsp;&nbsp;
137 <input type="text" id="PERL::OPT" name="line_PERL::NUMb" size="20" value = "PERL::DEFAULT" ONFOCUS="clearDefault(this)"> 137 <input type="text" id="PERL::OPT" name="line_PERL::NUMb" size="20" value = "PERL::DEFAULT" 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');">
138 <!-- --> 138 <!-- -->
139 <br> 139 <br>
140 OHYEAH 140 OHYEAH
141 141
142 142