-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault_graphics.py
More file actions
74 lines (73 loc) · 4.7 KB
/
Copy pathdefault_graphics.py
File metadata and controls
74 lines (73 loc) · 4.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Default dice for the Hog game. These can be overriden by students.
dice = [
"",
"""<?xml version="1.0" encoding="UTF-8"?>
<svg data-name="Layer 1" viewBox="0 0 76.08 76.08" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.cls-1{fill:#fff;stroke-miterlimit:10;}.cls-1,.cls-3{stroke:#000;}.cls-2{font-size:22.7px;font-family:"Helvetica Neue",Arial;}.cls-3{stroke-miterlimit:2;stroke-width:1.5px;fill-rule:evenodd;}</style>
</defs>
<rect class="cls-1" x=".5" y=".5" width="75.08" height="75.08" rx="9.25"/>
<path class="cls-3" d="M44.29,38A6.25,6.25,0,1,1,38,31.79,6.25,6.25,0,0,1,44.29,38Z"/>
</svg>
""",
"""<?xml version="1.0" encoding="UTF-8"?>
<svg data-name="Layer 1" viewBox="0 0 76.08 76.08" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.cls-1{fill:#fff;stroke-miterlimit:10;}.cls-1,.cls-2{stroke:#000;}.cls-2{stroke-miterlimit:2;stroke-width:1.5px;fill-rule:evenodd;}</style>
</defs>
<rect class="cls-1" x=".5" y=".5" width="75.08" height="75.08" rx="9.25"/>
<path class="cls-2" d="m44.29 20.32a6.25 6.25 0 1 1-6.29-6.25 6.25 6.25 0 0 1 6.29 6.25z"/>
<path class="cls-2" d="m44.29 56.32a6.25 6.25 0 1 1-6.29-6.25 6.25 6.25 0 0 1 6.29 6.25z"/>
</svg>
""",
"""<?xml version="1.0" encoding="UTF-8"?>
<svg data-name="Layer 1" viewBox="0 0 76.08 76.08" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.cls-1{fill:#fff;stroke-miterlimit:10;}.cls-1,.cls-2{stroke:#000;}.cls-2{stroke-miterlimit:2;stroke-width:1.5px;fill-rule:evenodd;}</style>
</defs>
<rect class="cls-1" x=".5" y=".5" width="75.08" height="75.08" rx="9.25"/>
<path class="cls-2" d="M26.14,19.85a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,26.14,19.85Z"/>
<path class="cls-2" d="M62.14,55.85a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,62.14,55.85Z"/>
<path class="cls-2" d="M44.14,37.85a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,44.14,37.85Z"/>
</svg>
""",
"""<?xml version="1.0" encoding="UTF-8"?>
<svg data-name="Layer 1" viewBox="0 0 76.08 76.08" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.cls-1{fill:#fff;stroke-miterlimit:10;}.cls-1,.cls-2{stroke:#000;}.cls-2{stroke-miterlimit:2;stroke-width:1.5px;fill-rule:evenodd;}</style>
</defs>
<rect class="cls-1" x=".5" y=".5" width="75.08" height="75.08" rx="9.25"/>
<path class="cls-2" d="M26,20a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,26,20Z"/>
<path class="cls-2" d="M26,56a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,26,56Z"/>
<path class="cls-2" d="M62,20a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,62,20Z"/>
<path class="cls-2" d="M62,56a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,62,56Z"/>
</svg>
""",
"""<?xml version="1.0" encoding="UTF-8"?>
<svg data-name="Layer 1" viewBox="0 0 76.08 76.08" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.cls-1{fill:#fff;stroke-miterlimit:10;}.cls-1,.cls-2{stroke:#000;}.cls-2{stroke-miterlimit:2;stroke-width:1.5px;fill-rule:evenodd;}</style>
</defs>
<rect class="cls-1" x=".5" y=".5" width="75.08" height="75.08" rx="9.25"/>
<path class="cls-2" d="m26.29 19.75a6.25 6.25 0 1 1-6.29-6.25 6.25 6.25 0 0 1 6.29 6.25z"/>
<path class="cls-2" d="m26.29 55.75a6.25 6.25 0 1 1-6.29-6.25 6.25 6.25 0 0 1 6.29 6.25z"/>
<path class="cls-2" d="m62.29 19.75a6.25 6.25 0 1 1-6.29-6.25 6.25 6.25 0 0 1 6.29 6.25z"/>
<path class="cls-2" d="m62.29 55.75a6.25 6.25 0 1 1-6.29-6.25 6.25 6.25 0 0 1 6.29 6.25z"/>
<path class="cls-2" d="m44.29 37.75a6.25 6.25 0 1 1-6.29-6.25 6.25 6.25 0 0 1 6.29 6.25z"/>
</svg>
""",
"""<?xml version="1.0" encoding="UTF-8"?>
<svg data-name="Layer 1" viewBox="0 0 76.08 76.08" xmlns="http://www.w3.org/2000/svg">
<defs>
<style>.cls-1{fill:#fff;stroke-miterlimit:10;}.cls-1,.cls-2{stroke:#000;}.cls-2{stroke-miterlimit:2;stroke-width:1.5px;fill-rule:evenodd;}</style>
</defs>
<rect class="cls-1" x=".5" y=".5" width="75.08" height="75.08" rx="9.25"/>
<path class="cls-2" d="M26,19.75a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,26,19.75Z"/>
<path class="cls-2" d="M26,55.75a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,26,55.75Z"/>
<path class="cls-2" d="M26,37.75a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,26,37.75Z"/>
<path class="cls-2" d="M62,19.75a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,62,19.75Z"/>
<path class="cls-2" d="M62,55.75a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,62,55.75Z"/>
<path class="cls-2" d="M62,37.75a6.25,6.25,0,1,1-6.25-6.25A6.25,6.25,0,0,1,62,37.75Z"/>
</svg>
""",
]