Mercurial > laserkard
view defaults/bold-default.js @ 65:fd2fc585acbc laserkard
[svn r66] Change in about.css to allow for a no-border look
author | hong |
---|---|
date | Sun, 04 Apr 2010 22:44:10 -0400 |
parents | 1ac1409ea68c |
children |
line wrap: on
line source
1 if(typeof alias != 'undefined' && typeof email != 'undefined' )2 {3 alias.remove();4 email.remove();5 }7 alias = raphe.print(10, 150, 'James Bond', raphe.getFont('HelveticaNeue', 700), 75);10 alias.attr('stroke', 'red');11 alias.attr('fill', 'none');13 email = raphe.print(270, 270, 'jbond@mi6.co.uk', raphe.getFont('HelveticaNeue', 700), 25);16 email.attr('stroke', 'red');17 email.attr('fill', 'none');