Mercurial > laserkard
view defaults/bold-default.js @ 63:3d3b8671de71 laserkard
[svn r64] Changed
1. About page text to agreed on 4/1/10
2. top_menu link "The Story" --> "About"
author | hong |
---|---|
date | Thu, 01 Apr 2010 20:06:28 -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');