Mercurial > laserkard
comparison cardOrders/RobertMcIntyre.txt @ 51:95fa4bcc5d67 laserkard
[svn r52] implemented SVG backend
author | rlm |
---|---|
date | Wed, 03 Feb 2010 03:14:09 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
50:1b5417799713 | 51:95fa4bcc5d67 |
---|---|
1 { | |
2 | |
3 "bold": | |
4 | |
5 { | |
6 "style" : "bold", | |
7 "number" : "7", | |
8 "fields": | |
9 { | |
10 "Name" : "Robert McIntyre", | |
11 "Email" : "rlm@mit.edu", | |
12 }, | |
13 }, | |
14 "arrow": | |
15 | |
16 { | |
17 "style" : "arrow", | |
18 "number" : "8", | |
19 "fields": | |
20 { | |
21 "Name" : "Robert McIntyre", | |
22 "Email" : "rlm@mit.edu", | |
23 "Company" : "MIT", | |
24 "Occupation" : "Course 6 & 9", | |
25 }, | |
26 }, | |
27 "classic": | |
28 | |
29 { | |
30 "style" : "classic", | |
31 "number" : "7", | |
32 "fields": | |
33 { | |
34 "Name" : "Robert McIntyre", | |
35 "Email" : "rlm@mit.edu", | |
36 "Company" : "MIT", | |
37 "Occupation" : "Course 6 & 9", | |
38 "Phone" : "617.821.9129", | |
39 "Website" : "http://www.rlmcintyre.com", | |
40 }, | |
41 }, | |
42 "direct": | |
43 | |
44 { | |
45 "style" : "direct", | |
46 "number" : "8", | |
47 "fields": | |
48 { | |
49 "Name" : "Robert McIntyre", | |
50 "Email" : "rlm@mit.edu", | |
51 "Company" : "MIT", | |
52 "Occupation" : "Course 6 & 9", | |
53 "Phone" : "617.821.9129", | |
54 "Website" : "http://www.rlmcintyre.com", | |
55 }, | |
56 }, | |
57 } |