comparison js-lib/buy3.js @ 104:a20199a24415 laserkard

test commit after upgrade
author Robert McIntyre <rlm@mit.edu>
date Fri, 06 Aug 2010 14:26:53 -0400
parents 52297178e0eb
children
comparison
equal deleted inserted replaced
103:52297178e0eb 104:a20199a24415
15 15
16 Buy = (function (){ 16 Buy = (function (){
17 17
18 //Cards drawing functions: 18 //Cards drawing functions:
19 19
20 var magic_font_ratio = 318; //the font size for identity under .scale(1,1) 20 var magic_font_ratio = 318; //the font size in pt for identity under .scale(1,1)
21 var mfg = magic_font_ratio; 21 var mfg = magic_font_ratio;
22 22
23 23
24 24
25 var draw_card = (function (paper){ 25 var draw_card = (function (paper){