@rednaxela101/cubing 0.63.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +120 -0
- package/alg/index.d.ts +1 -0
- package/bluetooth/index.d.ts +1 -0
- package/dist/bin/chunks/chunk-22VWCGBC.js +13 -0
- package/dist/bin/chunks/chunk-22VWCGBC.js.map +7 -0
- package/dist/bin/order.js +59 -0
- package/dist/bin/order.js.map +7 -0
- package/dist/bin/puzzle-geometry-bin.js +407 -0
- package/dist/bin/puzzle-geometry-bin.js.map +7 -0
- package/dist/bin/scramble.js +188 -0
- package/dist/bin/scramble.js.map +7 -0
- package/dist/bin/svg.js +56 -0
- package/dist/bin/svg.js.map +7 -0
- package/dist/lib/cubing/alg/index.d.ts +2 -0
- package/dist/lib/cubing/alg/index.js +43 -0
- package/dist/lib/cubing/alg/index.js.map +7 -0
- package/dist/lib/cubing/bluetooth/index.d.ts +189 -0
- package/dist/lib/cubing/bluetooth/index.js +2271 -0
- package/dist/lib/cubing/bluetooth/index.js.map +7 -0
- package/dist/lib/cubing/chunks/big-puzzle-orientation-BA6QHO5C.js +68 -0
- package/dist/lib/cubing/chunks/big-puzzle-orientation-BA6QHO5C.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-2VJB4TMH.js +1774 -0
- package/dist/lib/cubing/chunks/chunk-2VJB4TMH.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-52ZXJEUO.js +665 -0
- package/dist/lib/cubing/chunks/chunk-52ZXJEUO.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-56VZAEPF.js +274 -0
- package/dist/lib/cubing/chunks/chunk-56VZAEPF.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-7GUL3OBQ.js +9 -0
- package/dist/lib/cubing/chunks/chunk-7GUL3OBQ.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-7L7BJSIM.js +21 -0
- package/dist/lib/cubing/chunks/chunk-7L7BJSIM.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-AESPJKN6.js +265 -0
- package/dist/lib/cubing/chunks/chunk-AESPJKN6.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-C2Q347XS.js +89 -0
- package/dist/lib/cubing/chunks/chunk-C2Q347XS.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-CGBMJBU3.js +1195 -0
- package/dist/lib/cubing/chunks/chunk-CGBMJBU3.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-HZQONEMD.js +249 -0
- package/dist/lib/cubing/chunks/chunk-HZQONEMD.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-IAGCVPL3.js +1069 -0
- package/dist/lib/cubing/chunks/chunk-IAGCVPL3.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-NAPITA3L.js +1 -0
- package/dist/lib/cubing/chunks/chunk-NAPITA3L.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-XPDJUSZ7.js +1876 -0
- package/dist/lib/cubing/chunks/chunk-XPDJUSZ7.js.map +7 -0
- package/dist/lib/cubing/chunks/chunk-YSI6PF35.js +619 -0
- package/dist/lib/cubing/chunks/chunk-YSI6PF35.js.map +7 -0
- package/dist/lib/cubing/chunks/inside-LG2EAKCL.js +557 -0
- package/dist/lib/cubing/chunks/inside-LG2EAKCL.js.map +7 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-2x2x2-JYJJXB4V.js +142 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-2x2x2-JYJJXB4V.js.map +7 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-3x3x3-FYXD7SIU.js +365 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-3x3x3-FYXD7SIU.js.map +7 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-4x4x4-AIGABOAR.js +132 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-4x4x4-AIGABOAR.js.map +7 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-5x5x5-JUNRX27W.js +277 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-5x5x5-JUNRX27W.js.map +7 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-clock-USGQTDPO.js +836 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-clock-USGQTDPO.js.map +7 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-fto-WJHMLYCJ.js +100 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-fto-WJHMLYCJ.js.map +7 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-megaminx-2LVHIDL4.js +224 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-megaminx-2LVHIDL4.js.map +7 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-pyraminx-7UWX4HHI.js +93 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-pyraminx-7UWX4HHI.js.map +7 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-square1-PQEKBPFN.js +842 -0
- package/dist/lib/cubing/chunks/puzzles-dynamic-square1-PQEKBPFN.js.map +7 -0
- package/dist/lib/cubing/chunks/search-dynamic-sgs-2x2x2-XFKQ4VJS.js +125 -0
- package/dist/lib/cubing/chunks/search-dynamic-sgs-2x2x2-XFKQ4VJS.js.map +7 -0
- package/dist/lib/cubing/chunks/search-dynamic-sgs-megaminx-ZDOOLEDW.js +1564 -0
- package/dist/lib/cubing/chunks/search-dynamic-sgs-megaminx-ZDOOLEDW.js.map +7 -0
- package/dist/lib/cubing/chunks/search-dynamic-sgs-pyraminx-W6UJWBYY.js +108 -0
- package/dist/lib/cubing/chunks/search-dynamic-sgs-pyraminx-W6UJWBYY.js.map +7 -0
- package/dist/lib/cubing/chunks/search-dynamic-sgs-skewb-FXGKV4KD.js +125 -0
- package/dist/lib/cubing/chunks/search-dynamic-sgs-skewb-FXGKV4KD.js.map +7 -0
- package/dist/lib/cubing/chunks/search-dynamic-sgs-unofficial-YK6HA7BK.js +644 -0
- package/dist/lib/cubing/chunks/search-dynamic-sgs-unofficial-YK6HA7BK.js.map +7 -0
- package/dist/lib/cubing/chunks/search-dynamic-solve-3x3x3-DLMAGPXS.js +2549 -0
- package/dist/lib/cubing/chunks/search-dynamic-solve-3x3x3-DLMAGPXS.js.map +7 -0
- package/dist/lib/cubing/chunks/search-dynamic-solve-4x4x4-NONXQHOJ.js +2923 -0
- package/dist/lib/cubing/chunks/search-dynamic-solve-4x4x4-NONXQHOJ.js.map +7 -0
- package/dist/lib/cubing/chunks/search-dynamic-solve-fto-3GQ2HLSW.js +1405 -0
- package/dist/lib/cubing/chunks/search-dynamic-solve-fto-3GQ2HLSW.js.map +7 -0
- package/dist/lib/cubing/chunks/search-worker-entry.js +19 -0
- package/dist/lib/cubing/chunks/search-worker-entry.js.map +7 -0
- package/dist/lib/cubing/chunks/square1-stickerings-W2ZLZWIN.js +73 -0
- package/dist/lib/cubing/chunks/square1-stickerings-W2ZLZWIN.js.map +7 -0
- package/dist/lib/cubing/chunks/twips-2RNTWYNZ.js +433 -0
- package/dist/lib/cubing/chunks/twips-2RNTWYNZ.js.map +7 -0
- package/dist/lib/cubing/chunks/twips_wasm_bg-TJNYGA2C-23XTPLIK.js +10 -0
- package/dist/lib/cubing/chunks/twips_wasm_bg-TJNYGA2C-23XTPLIK.js.map +7 -0
- package/dist/lib/cubing/chunks/twisty-dynamic-3d-JO6OGKOF.js +2424 -0
- package/dist/lib/cubing/chunks/twisty-dynamic-3d-JO6OGKOF.js.map +7 -0
- package/dist/lib/cubing/index-BX6f56uo.d.ts +76 -0
- package/dist/lib/cubing/index-CcRu94bx.d.ts +2622 -0
- package/dist/lib/cubing/kpuzzle/index.d.ts +2 -0
- package/dist/lib/cubing/kpuzzle/index.js +12 -0
- package/dist/lib/cubing/kpuzzle/index.js.map +7 -0
- package/dist/lib/cubing/notation/index.d.ts +32 -0
- package/dist/lib/cubing/notation/index.js +20 -0
- package/dist/lib/cubing/notation/index.js.map +7 -0
- package/dist/lib/cubing/outside-BCzgSYQ_.d.ts +38 -0
- package/dist/lib/cubing/protocol/index.d.ts +28 -0
- package/dist/lib/cubing/protocol/index.js +20 -0
- package/dist/lib/cubing/protocol/index.js.map +7 -0
- package/dist/lib/cubing/puzzle-geometry/index.d.ts +2 -0
- package/dist/lib/cubing/puzzle-geometry/index.js +5024 -0
- package/dist/lib/cubing/puzzle-geometry/index.js.map +7 -0
- package/dist/lib/cubing/puzzles/index.d.ts +2 -0
- package/dist/lib/cubing/puzzles/index.js +23 -0
- package/dist/lib/cubing/puzzles/index.js.map +7 -0
- package/dist/lib/cubing/scramble/index.d.ts +2 -0
- package/dist/lib/cubing/scramble/index.js +16 -0
- package/dist/lib/cubing/scramble/index.js.map +7 -0
- package/dist/lib/cubing/search/index.d.ts +7 -0
- package/dist/lib/cubing/search/index.js +37 -0
- package/dist/lib/cubing/search/index.js.map +7 -0
- package/dist/lib/cubing/stream/index.d.ts +2 -0
- package/dist/lib/cubing/stream/index.js +111 -0
- package/dist/lib/cubing/stream/index.js.map +7 -0
- package/dist/lib/cubing/twisty/index.d.ts +2 -0
- package/dist/lib/cubing/twisty/index.js +6236 -0
- package/dist/lib/cubing/twisty/index.js.map +7 -0
- package/experimental-json-schema/kpuzzle/KPatternData.schema.json +34 -0
- package/experimental-json-schema/kpuzzle/KPuzzleDefinition.schema.json +97 -0
- package/experimental-json-schema/kpuzzle/KTransformationData.schema.json +27 -0
- package/kpuzzle/index.d.ts +1 -0
- package/notation/index.d.ts +1 -0
- package/package.json +146 -0
- package/protocol/index.d.ts +1 -0
- package/puzzle-geometry/index.d.ts +1 -0
- package/puzzles/index.d.ts +1 -0
- package/scramble/index.d.ts +1 -0
- package/search/index.d.ts +1 -0
- package/stream/index.d.ts +1 -0
- package/twisty/index.d.ts +1 -0
|
@@ -0,0 +1,365 @@
|
|
|
1
|
+
// src/cubing/puzzles/implementations/dynamic/3x3x3/3x3x3.kpuzzle.svg.ts
|
|
2
|
+
var cube3x3x3SVG = `<?xml version="1.0" encoding="UTF-8"?>
|
|
3
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
|
|
4
|
+
"http://www.w3.org/TR/2001/REC-SVG-20050904/DTD/svg11.dtd">
|
|
5
|
+
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 518 440" preserveAspectRatio="xMidYMid meet">
|
|
6
|
+
<title>3x3x3</title>
|
|
7
|
+
<defs>
|
|
8
|
+
<g id="sticker">
|
|
9
|
+
<rect x="0" y="0" width="1" height="1" stroke="black" stroke-width="0.04px" />
|
|
10
|
+
</g>
|
|
11
|
+
<g id="sticker-thin-v">
|
|
12
|
+
<rect x="0" y="0" width="0.5" height="1" stroke="black" stroke-width="0.04px" style="opacity: 0.3;" />
|
|
13
|
+
</g>
|
|
14
|
+
<g id="sticker-thin-h">
|
|
15
|
+
<rect x="0" y="0" width="1" height="0.5" stroke="black" stroke-width="0.04px" style="opacity: 0.3;" />
|
|
16
|
+
</g>
|
|
17
|
+
</defs>
|
|
18
|
+
<g id="puzzle" transform="translate(5,40) scale(40)">
|
|
19
|
+
<g class="hint-facelet">
|
|
20
|
+
<use data-copy-id="CORNERS-l0-o1" href="#sticker-thin-v" transform="translate(6.5,2.1)" style="fill: red"/>
|
|
21
|
+
<use data-copy-id="EDGES-l1-o1" href="#sticker-thin-v" transform="translate(6.5,1.1)" style="fill: red"/>
|
|
22
|
+
<use data-copy-id="CORNERS-l1-o2" href="#sticker-thin-v" transform="translate(6.5,0.1)" style="fill: red"/>
|
|
23
|
+
|
|
24
|
+
<use data-copy-id="CORNERS-l2-o2" href="#sticker-thin-h" transform="translate(3.3,-0.6)" style="fill: #26f"/>
|
|
25
|
+
<use data-copy-id="EDGES-l2-o1" href="#sticker-thin-h" transform="translate(4.3,-0.6)" style="fill: #26f"/>
|
|
26
|
+
<use data-copy-id="CORNERS-l1-o1" href="#sticker-thin-h" transform="translate(5.3,-0.6)" style="fill: #26f"/>
|
|
27
|
+
|
|
28
|
+
<use data-copy-id="CORNERS-l3-o2" href="#sticker-thin-v" transform="translate(2.6,2.1)" style="fill: orange"/>
|
|
29
|
+
<use data-copy-id="EDGES-l3-o1" href="#sticker-thin-v" transform="translate(2.6,1.1)" style="fill: orange"/>
|
|
30
|
+
<use data-copy-id="CORNERS-l2-o1" href="#sticker-thin-v" transform="translate(2.6,0.1)" style="fill: orange"/>
|
|
31
|
+
</g>
|
|
32
|
+
|
|
33
|
+
<!-- CORNERS -->
|
|
34
|
+
<use id="CORNERS-l0-o0" href="#sticker" transform="translate(5.3,2.1)" style="fill: white"/>
|
|
35
|
+
<use id="CORNERS-l0-o1" href="#sticker" transform="translate(6.5,3.3)" style="fill: red"/>
|
|
36
|
+
<use id="CORNERS-l0-o2" href="#sticker" transform="translate(5.3,3.3)" style="fill: limegreen"/>
|
|
37
|
+
|
|
38
|
+
<use id="CORNERS-l1-o0" href="#sticker" transform="translate(5.3,0.1)" style="fill: white"/>
|
|
39
|
+
<use id="CORNERS-l1-o1" href="#sticker" transform="translate(9.7,3.3)" style="fill: #26f"/>
|
|
40
|
+
<use id="CORNERS-l1-o2" href="#sticker" transform="translate(8.5,3.3)" style="fill: red"/>
|
|
41
|
+
|
|
42
|
+
<use id="CORNERS-l2-o0" href="#sticker" transform="translate(3.3,0.1)" style="fill: white"/>
|
|
43
|
+
<use id="CORNERS-l2-o1" href="#sticker" transform="translate(0.1,3.3)" style="fill: orange"/>
|
|
44
|
+
<use id="CORNERS-l2-o2" href="#sticker" transform="translate(11.7,3.3)" style="fill: #26f"/>
|
|
45
|
+
|
|
46
|
+
<use id="CORNERS-l3-o0" href="#sticker" transform="translate(3.3,2.1)" style="fill: white"/>
|
|
47
|
+
<use id="CORNERS-l3-o1" href="#sticker" transform="translate(3.3,3.3)" style="fill: limegreen"/>
|
|
48
|
+
<use id="CORNERS-l3-o2" href="#sticker" transform="translate(2.1,3.3)" style="fill: orange"/>
|
|
49
|
+
|
|
50
|
+
<use id="CORNERS-l4-o0" href="#sticker" transform="translate(5.3,6.5)" style="fill: yellow"/>
|
|
51
|
+
<use id="CORNERS-l4-o1" href="#sticker" transform="translate(5.3,5.3)" style="fill: limegreen"/>
|
|
52
|
+
<use id="CORNERS-l4-o2" href="#sticker" transform="translate(6.5,5.3)" style="fill: red"/>
|
|
53
|
+
|
|
54
|
+
<use id="CORNERS-l5-o0" href="#sticker" transform="translate(3.3,6.5)" style="fill: yellow"/>
|
|
55
|
+
<use id="CORNERS-l5-o1" href="#sticker" transform="translate(2.1,5.3)" style="fill: orange"/>
|
|
56
|
+
<use id="CORNERS-l5-o2" href="#sticker" transform="translate(3.3,5.3)" style="fill: limegreen"/>
|
|
57
|
+
|
|
58
|
+
<use id="CORNERS-l6-o0" href="#sticker" transform="translate(3.3,8.5)" style="fill: yellow"/>
|
|
59
|
+
<use id="CORNERS-l6-o1" href="#sticker" transform="translate(11.7,5.3)" style="fill: #26f"/>
|
|
60
|
+
<use id="CORNERS-l6-o2" href="#sticker" transform="translate(0.1,5.3)" style="fill: orange"/>
|
|
61
|
+
|
|
62
|
+
<use id="CORNERS-l7-o0" href="#sticker" transform="translate(5.3,8.5)" style="fill: yellow"/>
|
|
63
|
+
<use id="CORNERS-l7-o1" href="#sticker" transform="translate(8.5,5.3)" style="fill: red"/>
|
|
64
|
+
<use id="CORNERS-l7-o2" href="#sticker" transform="translate(9.7,5.3)" style="fill: #26f"/>
|
|
65
|
+
|
|
66
|
+
<!-- EDGES -->
|
|
67
|
+
<use id="EDGES-l0-o0" href="#sticker" transform="translate(4.3,2.1)" style="fill: white"/>
|
|
68
|
+
<use id="EDGES-l0-o1" href="#sticker" transform="translate(4.3,3.3)" style="fill: limegreen"/>
|
|
69
|
+
|
|
70
|
+
<use id="EDGES-l1-o0" href="#sticker" transform="translate(5.3,1.1)" style="fill: white"/>
|
|
71
|
+
<use id="EDGES-l1-o1" href="#sticker" transform="translate(7.5,3.3)" style="fill: red"/>
|
|
72
|
+
|
|
73
|
+
<use id="EDGES-l2-o0" href="#sticker" transform="translate(4.3,0.1)" style="fill: white"/>
|
|
74
|
+
<use id="EDGES-l2-o1" href="#sticker" transform="translate(10.7,3.3)" style="fill: #26f"/>
|
|
75
|
+
|
|
76
|
+
<use id="EDGES-l3-o0" href="#sticker" transform="translate(3.3,1.1)" style="fill: white"/>
|
|
77
|
+
<use id="EDGES-l3-o1" href="#sticker" transform="translate(1.1,3.3)" style="fill: orange"/>
|
|
78
|
+
|
|
79
|
+
<use id="EDGES-l4-o0" href="#sticker" transform="translate(4.3,6.5)" style="fill: yellow"/>
|
|
80
|
+
<use id="EDGES-l4-o1" href="#sticker" transform="translate(4.3,5.3)" style="fill: limegreen"/>
|
|
81
|
+
|
|
82
|
+
<use id="EDGES-l5-o0" href="#sticker" transform="translate(5.3,7.5)" style="fill: yellow"/>
|
|
83
|
+
<use id="EDGES-l5-o1" href="#sticker" transform="translate(7.5,5.3)" style="fill: red"/>
|
|
84
|
+
|
|
85
|
+
<use id="EDGES-l6-o0" href="#sticker" transform="translate(4.3,8.5)" style="fill: yellow"/>
|
|
86
|
+
<use id="EDGES-l6-o1" href="#sticker" transform="translate(10.7,5.3)" style="fill: #26f"/>
|
|
87
|
+
|
|
88
|
+
<use id="EDGES-l7-o0" href="#sticker" transform="translate(3.3,7.5)" style="fill: yellow"/>
|
|
89
|
+
<use id="EDGES-l7-o1" href="#sticker" transform="translate(1.1,5.3)" style="fill: orange"/>
|
|
90
|
+
|
|
91
|
+
<use id="EDGES-l8-o0" href="#sticker" transform="translate(5.3,4.3)" style="fill: limegreen"/>
|
|
92
|
+
<use id="EDGES-l8-o1" href="#sticker" transform="translate(6.5,4.3)" style="fill: red"/>
|
|
93
|
+
|
|
94
|
+
<use id="EDGES-l9-o0" href="#sticker" transform="translate(3.3,4.3)" style="fill: limegreen"/>
|
|
95
|
+
<use id="EDGES-l9-o1" href="#sticker" transform="translate(2.1,4.3)" style="fill: orange"/>
|
|
96
|
+
|
|
97
|
+
<use id="EDGES-l10-o0" href="#sticker" transform="translate(9.7,4.3)" style="fill: #26f"/>
|
|
98
|
+
<use id="EDGES-l10-o1" href="#sticker" transform="translate(8.5,4.3)" style="fill: red"/>
|
|
99
|
+
|
|
100
|
+
<use id="EDGES-l11-o0" href="#sticker" transform="translate(11.7,4.3)" style="fill: #26f"/>
|
|
101
|
+
<use id="EDGES-l11-o1" href="#sticker" transform="translate(0.1,4.3)" style="fill: orange"/>
|
|
102
|
+
|
|
103
|
+
<!-- CENTERS -->
|
|
104
|
+
<!-- TODO: Allow the same sticker to be reused for multiple orientations -->
|
|
105
|
+
<use id="CENTERS-l0-o0" href="#sticker" transform="translate(4.3,1.1)" style="fill: white"/>
|
|
106
|
+
<use id="CENTERS-l0-o1" href="#sticker" transform="translate(4.3,1.1)" style="fill: white"/>
|
|
107
|
+
<use id="CENTERS-l0-o2" href="#sticker" transform="translate(4.3,1.1)" style="fill: white"/>
|
|
108
|
+
<use id="CENTERS-l0-o3" href="#sticker" transform="translate(4.3,1.1)" style="fill: white"/>
|
|
109
|
+
|
|
110
|
+
<use id="CENTERS-l1-o0" href="#sticker" transform="translate(1.1,4.3)" style="fill: orange"/>
|
|
111
|
+
<use id="CENTERS-l1-o1" href="#sticker" transform="translate(1.1,4.3)" style="fill: orange"/>
|
|
112
|
+
<use id="CENTERS-l1-o2" href="#sticker" transform="translate(1.1,4.3)" style="fill: orange"/>
|
|
113
|
+
<use id="CENTERS-l1-o3" href="#sticker" transform="translate(1.1,4.3)" style="fill: orange"/>
|
|
114
|
+
|
|
115
|
+
<use id="CENTERS-l2-o0" href="#sticker" transform="translate(4.3,4.3)" style="fill: limegreen"/>
|
|
116
|
+
<use id="CENTERS-l2-o1" href="#sticker" transform="translate(4.3,4.3)" style="fill: limegreen"/>
|
|
117
|
+
<use id="CENTERS-l2-o2" href="#sticker" transform="translate(4.3,4.3)" style="fill: limegreen"/>
|
|
118
|
+
<use id="CENTERS-l2-o3" href="#sticker" transform="translate(4.3,4.3)" style="fill: limegreen"/>
|
|
119
|
+
|
|
120
|
+
<use id="CENTERS-l3-o0" href="#sticker" transform="translate(7.5,4.3)" style="fill: red"/>
|
|
121
|
+
<use id="CENTERS-l3-o1" href="#sticker" transform="translate(7.5,4.3)" style="fill: red"/>
|
|
122
|
+
<use id="CENTERS-l3-o2" href="#sticker" transform="translate(7.5,4.3)" style="fill: red"/>
|
|
123
|
+
<use id="CENTERS-l3-o3" href="#sticker" transform="translate(7.5,4.3)" style="fill: red"/>
|
|
124
|
+
|
|
125
|
+
<use id="CENTERS-l4-o0" href="#sticker" transform="translate(10.7,4.3)" style="fill: #26f"/>
|
|
126
|
+
<use id="CENTERS-l4-o1" href="#sticker" transform="translate(10.7,4.3)" style="fill: #26f"/>
|
|
127
|
+
<use id="CENTERS-l4-o2" href="#sticker" transform="translate(10.7,4.3)" style="fill: #26f"/>
|
|
128
|
+
<use id="CENTERS-l4-o3" href="#sticker" transform="translate(10.7,4.3)" style="fill: #26f"/>
|
|
129
|
+
|
|
130
|
+
<use id="CENTERS-l5-o0" href="#sticker" transform="translate(4.3,7.5)" style="fill: yellow"/>
|
|
131
|
+
<use id="CENTERS-l5-o1" href="#sticker" transform="translate(4.3,7.5)" style="fill: yellow"/>
|
|
132
|
+
<use id="CENTERS-l5-o2" href="#sticker" transform="translate(4.3,7.5)" style="fill: yellow"/>
|
|
133
|
+
<use id="CENTERS-l5-o3" href="#sticker" transform="translate(4.3,7.5)" style="fill: yellow"/>
|
|
134
|
+
</g>
|
|
135
|
+
|
|
136
|
+
</svg>
|
|
137
|
+
`;
|
|
138
|
+
|
|
139
|
+
// src/cubing/puzzles/implementations/dynamic/3x3x3/3x3x3-ll.kpuzzle.svg.ts
|
|
140
|
+
var cube3x3x3LLSVG = `<?xml version="1.0" encoding="UTF-8"?>
|
|
141
|
+
<svg width="288px" height="288px" viewBox="-16 -16 288 288" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
142
|
+
<title>3x3x3 LL</title>
|
|
143
|
+
<defs>
|
|
144
|
+
<g id="sticker">
|
|
145
|
+
<rect x="-10" y="-10" width="1" height="1" stroke="black" stroke-width="0.04px" />
|
|
146
|
+
</g>
|
|
147
|
+
</defs>
|
|
148
|
+
<g id="3x3x3-LL" stroke="none" stroke-width="4" style="none" stroke-linejoin="round">
|
|
149
|
+
<rect id="CENTERS-l0-o0" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
|
|
150
|
+
<rect id="CENTERS-l0-o1" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
|
|
151
|
+
<rect id="CENTERS-l0-o2" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
|
|
152
|
+
<rect id="CENTERS-l0-o3" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
|
|
153
|
+
|
|
154
|
+
<rect id="CORNERS-l0-o0" stroke="#000000" style="fill: white" x="160" y="160" width="64" height="64"></rect>
|
|
155
|
+
<polygon id="CORNERS-l0-o1" stroke="#000000" style="fill: red" points="224 160 252 160 252 252 224 224"></polygon>
|
|
156
|
+
<polygon id="CORNERS-l0-o2" stroke="#000000" style="fill: limegreen" transform="translate(206, 238) scale(1, -1) rotate(-90) translate(-206, -238) " points="192 192 220 192 220 284 192 256"></polygon>
|
|
157
|
+
<rect id="CORNERS-l1-o0" stroke="#000000" style="fill: white" x="160" y="32" width="64" height="64"></rect>
|
|
158
|
+
<polygon id="CORNERS-l1-o1" stroke="#000000" style="fill: #26f" transform="translate(206, 18) rotate(-90) translate(-206, -18) " points="192 -28 220 -28 220 64 192 36"></polygon>
|
|
159
|
+
<polygon id="CORNERS-l1-o2" stroke="#000000" style="fill: red" transform="translate(238, 50) scale(1, -1) translate(-238, -50) " points="224 4 252 4 252 96 224 68"></polygon>
|
|
160
|
+
<rect id="CORNERS-l2-o0" stroke="#000000" style="fill: white" x="32" y="32" width="64" height="64"></rect>
|
|
161
|
+
<polygon id="CORNERS-l2-o1" stroke="#000000" style="fill: orange" transform="translate(18, 50) scale(-1, -1) translate(-18, -50) " points="4 4 32 4 32 96 4 68"></polygon>
|
|
162
|
+
<polygon id="CORNERS-l2-o2" stroke="#000000" style="fill: #26f" transform="translate(50, 18) scale(1, -1) rotate(90) translate(-50, -18) " points="36 -28 64 -28 64 64 36 36"></polygon>
|
|
163
|
+
<rect id="CORNERS-l3-o0" stroke="#000000" style="fill: white" x="32" y="160" width="64" height="64"></rect>
|
|
164
|
+
<polygon id="CORNERS-l3-o1" stroke="#000000" style="fill: limegreen" transform="translate(50, 238) rotate(90) translate(-50, -238) " points="36 192 64 192 64 284 36 256"></polygon>
|
|
165
|
+
<polygon id="CORNERS-l3-o2" stroke="#000000" style="fill: orange" transform="translate(18, 206) scale(-1, 1) translate(-18, -206) " points="4 160 32 160 32 252 4 224"></polygon>
|
|
166
|
+
|
|
167
|
+
<rect id="EDGES-l0-o0" stroke="#000000" style="fill: white" x="96" y="160" width="64" height="64"></rect>
|
|
168
|
+
<rect id="EDGES-l0-o1" stroke="#000000" style="fill: limegreen" transform="translate(128, 238) scale(1, -1) rotate(90) translate(-128, -238) " x="114" y="206" width="28" height="64"></rect>
|
|
169
|
+
<rect id="EDGES-l1-o0" stroke="#000000" style="fill: white" x="160" y="96" width="64" height="64"></rect>
|
|
170
|
+
<rect id="EDGES-l1-o1" stroke="#000000" style="fill: red" x="224" y="96" width="28" height="64"></rect>
|
|
171
|
+
<rect id="EDGES-l2-o0" stroke="#000000" style="fill: white" x="96" y="32" width="64" height="64"></rect>
|
|
172
|
+
<rect id="EDGES-l2-o1" stroke="#000000" style="fill: #26f" transform="translate(128, 18) scale(1, -1) rotate(90) translate(-128, -18) " x="114" y="-14" width="28" height="64"></rect>
|
|
173
|
+
<rect id="EDGES-l3-o0" stroke="#000000" style="fill: white" x="32" y="96" width="64" height="64"></rect>
|
|
174
|
+
<rect id="EDGES-l3-o1" stroke="#000000" style="fill: orange" x="4" y="96" width="28" height="64"></rect>
|
|
175
|
+
|
|
176
|
+
</g>
|
|
177
|
+
<g style="opacity: 0">
|
|
178
|
+
<!-- CORNERS -->
|
|
179
|
+
<use id="CORNERS-l4-o0" href="#sticker" style="fill: yellow"/>
|
|
180
|
+
<use id="CORNERS-l4-o1" href="#sticker" style="fill: limegreen"/>
|
|
181
|
+
<use id="CORNERS-l4-o2" href="#sticker" style="fill: red"/>
|
|
182
|
+
|
|
183
|
+
<use id="CORNERS-l5-o0" href="#sticker" style="fill: yellow"/>
|
|
184
|
+
<use id="CORNERS-l5-o1" href="#sticker" style="fill: orange"/>
|
|
185
|
+
<use id="CORNERS-l5-o2" href="#sticker" style="fill: limegreen"/>
|
|
186
|
+
|
|
187
|
+
<use id="CORNERS-l6-o0" href="#sticker" style="fill: yellow"/>
|
|
188
|
+
<use id="CORNERS-l6-o1" href="#sticker" style="fill: #26f"/>
|
|
189
|
+
<use id="CORNERS-l6-o2" href="#sticker" style="fill: orange"/>
|
|
190
|
+
|
|
191
|
+
<use id="CORNERS-l7-o0" href="#sticker" style="fill: yellow"/>
|
|
192
|
+
<use id="CORNERS-l7-o1" href="#sticker" style="fill: red"/>
|
|
193
|
+
<use id="CORNERS-l7-o2" href="#sticker" style="fill: #26f"/>
|
|
194
|
+
|
|
195
|
+
<!-- EDGES -->
|
|
196
|
+
<use id="EDGES-l4-o0" href="#sticker" style="fill: yellow"/>
|
|
197
|
+
<use id="EDGES-l4-o1" href="#sticker" style="fill: limegreen"/>
|
|
198
|
+
|
|
199
|
+
<use id="EDGES-l5-o0" href="#sticker" style="fill: yellow"/>
|
|
200
|
+
<use id="EDGES-l5-o1" href="#sticker" style="fill: red"/>
|
|
201
|
+
|
|
202
|
+
<use id="EDGES-l6-o0" href="#sticker" style="fill: yellow"/>
|
|
203
|
+
<use id="EDGES-l6-o1" href="#sticker" style="fill: #26f"/>
|
|
204
|
+
|
|
205
|
+
<use id="EDGES-l7-o0" href="#sticker" style="fill: yellow"/>
|
|
206
|
+
<use id="EDGES-l7-o1" href="#sticker" style="fill: orange"/>
|
|
207
|
+
|
|
208
|
+
<use id="EDGES-l8-o0" href="#sticker" style="fill: limegreen"/>
|
|
209
|
+
<use id="EDGES-l8-o1" href="#sticker" style="fill: red"/>
|
|
210
|
+
|
|
211
|
+
<use id="EDGES-l9-o0" href="#sticker" style="fill: limegreen"/>
|
|
212
|
+
<use id="EDGES-l9-o1" href="#sticker" style="fill: orange"/>
|
|
213
|
+
|
|
214
|
+
<use id="EDGES-l10-o0" href="#sticker" style="fill: #26f"/>
|
|
215
|
+
<use id="EDGES-l10-o1" href="#sticker" style="fill: red"/>
|
|
216
|
+
|
|
217
|
+
<use id="EDGES-l11-o0" href="#sticker" style="fill: #26f"/>
|
|
218
|
+
<use id="EDGES-l11-o1" href="#sticker" style="fill: orange"/>
|
|
219
|
+
|
|
220
|
+
<!-- CENTERS -->
|
|
221
|
+
<!-- TODO: Allow the same sticker to be reused for multiple orientations -->
|
|
222
|
+
<use id="CENTERS-l1-o0" href="#sticker" style="fill: orange"/>
|
|
223
|
+
<use id="CENTERS-l1-o1" href="#sticker" style="fill: orange"/>
|
|
224
|
+
<use id="CENTERS-l1-o2" href="#sticker" style="fill: orange"/>
|
|
225
|
+
<use id="CENTERS-l1-o3" href="#sticker" style="fill: orange"/>
|
|
226
|
+
|
|
227
|
+
<use id="CENTERS-l2-o0" href="#sticker" style="fill: limegreen"/>
|
|
228
|
+
<use id="CENTERS-l2-o1" href="#sticker" style="fill: limegreen"/>
|
|
229
|
+
<use id="CENTERS-l2-o2" href="#sticker" style="fill: limegreen"/>
|
|
230
|
+
<use id="CENTERS-l2-o3" href="#sticker" style="fill: limegreen"/>
|
|
231
|
+
|
|
232
|
+
<use id="CENTERS-l3-o0" href="#sticker" style="fill: red"/>
|
|
233
|
+
<use id="CENTERS-l3-o1" href="#sticker" style="fill: red"/>
|
|
234
|
+
<use id="CENTERS-l3-o2" href="#sticker" style="fill: red"/>
|
|
235
|
+
<use id="CENTERS-l3-o3" href="#sticker" style="fill: red"/>
|
|
236
|
+
|
|
237
|
+
<use id="CENTERS-l4-o0" href="#sticker" style="fill: #26f"/>
|
|
238
|
+
<use id="CENTERS-l4-o1" href="#sticker" style="fill: #26f"/>
|
|
239
|
+
<use id="CENTERS-l4-o2" href="#sticker" style="fill: #26f"/>
|
|
240
|
+
<use id="CENTERS-l4-o3" href="#sticker" style="fill: #26f"/>
|
|
241
|
+
|
|
242
|
+
<use id="CENTERS-l5-o0" href="#sticker" style="fill: yellow"/>
|
|
243
|
+
<use id="CENTERS-l5-o1" href="#sticker" style="fill: yellow"/>
|
|
244
|
+
<use id="CENTERS-l5-o2" href="#sticker" style="fill: yellow"/>
|
|
245
|
+
<use id="CENTERS-l5-o3" href="#sticker" style="fill: yellow"/>
|
|
246
|
+
</g>
|
|
247
|
+
</svg>`;
|
|
248
|
+
|
|
249
|
+
// src/cubing/puzzles/implementations/dynamic/3x3x3/3x3x3-ll-face.kpuzzle.svg.ts
|
|
250
|
+
var cube3x3x3LLFaceSVG = `<?xml version="1.0" encoding="UTF-8"?>
|
|
251
|
+
<svg width="204px" height="204px" viewBox="30 30 196 196" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
252
|
+
<title>3x3x3 LL</title>
|
|
253
|
+
<defs>
|
|
254
|
+
<g id="sticker">
|
|
255
|
+
<rect x="-10" y="-10" width="1" height="1" stroke="black" stroke-width="0.04px" />
|
|
256
|
+
</g>
|
|
257
|
+
</defs>
|
|
258
|
+
<g id="3x3x3-LL" stroke="none" stroke-width="4" style="none" stroke-linejoin="round">
|
|
259
|
+
<rect x="32" y="32" width="192" height="192" stroke="black" stroke-width="16px" />
|
|
260
|
+
<rect id="CENTERS-l0-o0" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
|
|
261
|
+
<rect id="CENTERS-l0-o1" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
|
|
262
|
+
<rect id="CENTERS-l0-o2" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
|
|
263
|
+
<rect id="CENTERS-l0-o3" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
|
|
264
|
+
|
|
265
|
+
<rect id="CORNERS-l0-o0" stroke="#000000" style="fill: white" x="160" y="160" width="64" height="64"></rect>
|
|
266
|
+
<rect id="CORNERS-l1-o0" stroke="#000000" style="fill: white" x="160" y="32" width="64" height="64"></rect>
|
|
267
|
+
<rect id="CORNERS-l2-o0" stroke="#000000" style="fill: white" x="32" y="32" width="64" height="64"></rect>
|
|
268
|
+
<rect id="CORNERS-l3-o0" stroke="#000000" style="fill: white" x="32" y="160" width="64" height="64"></rect>
|
|
269
|
+
|
|
270
|
+
<rect id="EDGES-l0-o0" stroke="#000000" style="fill: white" x="96" y="160" width="64" height="64"></rect>
|
|
271
|
+
<rect id="EDGES-l1-o0" stroke="#000000" style="fill: white" x="160" y="96" width="64" height="64"></rect>
|
|
272
|
+
<rect id="EDGES-l2-o0" stroke="#000000" style="fill: white" x="96" y="32" width="64" height="64"></rect>
|
|
273
|
+
<rect id="EDGES-l3-o0" stroke="#000000" style="fill: white" x="32" y="96" width="64" height="64"></rect>
|
|
274
|
+
</g>
|
|
275
|
+
<g style="opacity: 0">
|
|
276
|
+
<polygon id="CORNERS-l0-o1" stroke="#000000" style="fill: red" points="224 160 252 160 252 252 224 224"></polygon>
|
|
277
|
+
<polygon id="CORNERS-l0-o2" stroke="#000000" style="fill: limegreen" transform="translate(206, 238) scale(1, -1) rotate(-90) translate(-206, -238) " points="192 192 220 192 220 284 192 256"></polygon>
|
|
278
|
+
<polygon id="CORNERS-l1-o1" stroke="#000000" style="fill: #26f" transform="translate(206, 18) rotate(-90) translate(-206, -18) " points="192 -28 220 -28 220 64 192 36"></polygon>
|
|
279
|
+
<polygon id="CORNERS-l1-o2" stroke="#000000" style="fill: red" transform="translate(238, 50) scale(1, -1) translate(-238, -50) " points="224 4 252 4 252 96 224 68"></polygon>
|
|
280
|
+
<polygon id="CORNERS-l2-o1" stroke="#000000" style="fill: orange" transform="translate(18, 50) scale(-1, -1) translate(-18, -50) " points="4 4 32 4 32 96 4 68"></polygon>
|
|
281
|
+
<polygon id="CORNERS-l2-o2" stroke="#000000" style="fill: #26f" transform="translate(50, 18) scale(1, -1) rotate(90) translate(-50, -18) " points="36 -28 64 -28 64 64 36 36"></polygon>
|
|
282
|
+
<polygon id="CORNERS-l3-o1" stroke="#000000" style="fill: limegreen" transform="translate(50, 238) rotate(90) translate(-50, -238) " points="36 192 64 192 64 284 36 256"></polygon>
|
|
283
|
+
<polygon id="CORNERS-l3-o2" stroke="#000000" style="fill: orange" transform="translate(18, 206) scale(-1, 1) translate(-18, -206) " points="4 160 32 160 32 252 4 224"></polygon>
|
|
284
|
+
|
|
285
|
+
<rect id="EDGES-l0-o1" stroke="#000000" style="fill: limegreen" transform="translate(128, 238) scale(1, -1) rotate(90) translate(-128, -238) " x="114" y="206" width="28" height="64"></rect>
|
|
286
|
+
<rect id="EDGES-l1-o1" stroke="#000000" style="fill: red" x="224" y="96" width="28" height="64"></rect>
|
|
287
|
+
<rect id="EDGES-l2-o1" stroke="#000000" style="fill: #26f" transform="translate(128, 18) scale(1, -1) rotate(90) translate(-128, -18) " x="114" y="-14" width="28" height="64"></rect>
|
|
288
|
+
<rect id="EDGES-l3-o1" stroke="#000000" style="fill: orange" x="4" y="96" width="28" height="64"></rect>
|
|
289
|
+
|
|
290
|
+
<!-- CORNERS -->
|
|
291
|
+
<use id="CORNERS-l4-o0" href="#sticker" style="fill: yellow"/>
|
|
292
|
+
<use id="CORNERS-l4-o1" href="#sticker" style="fill: limegreen"/>
|
|
293
|
+
<use id="CORNERS-l4-o2" href="#sticker" style="fill: red"/>
|
|
294
|
+
|
|
295
|
+
<use id="CORNERS-l5-o0" href="#sticker" style="fill: yellow"/>
|
|
296
|
+
<use id="CORNERS-l5-o1" href="#sticker" style="fill: orange"/>
|
|
297
|
+
<use id="CORNERS-l5-o2" href="#sticker" style="fill: limegreen"/>
|
|
298
|
+
|
|
299
|
+
<use id="CORNERS-l6-o0" href="#sticker" style="fill: yellow"/>
|
|
300
|
+
<use id="CORNERS-l6-o1" href="#sticker" style="fill: #26f"/>
|
|
301
|
+
<use id="CORNERS-l6-o2" href="#sticker" style="fill: orange"/>
|
|
302
|
+
|
|
303
|
+
<use id="CORNERS-l7-o0" href="#sticker" style="fill: yellow"/>
|
|
304
|
+
<use id="CORNERS-l7-o1" href="#sticker" style="fill: red"/>
|
|
305
|
+
<use id="CORNERS-l7-o2" href="#sticker" style="fill: #26f"/>
|
|
306
|
+
|
|
307
|
+
<!-- EDGES -->
|
|
308
|
+
<use id="EDGES-l4-o0" href="#sticker" style="fill: yellow"/>
|
|
309
|
+
<use id="EDGES-l4-o1" href="#sticker" style="fill: limegreen"/>
|
|
310
|
+
|
|
311
|
+
<use id="EDGES-l5-o0" href="#sticker" style="fill: yellow"/>
|
|
312
|
+
<use id="EDGES-l5-o1" href="#sticker" style="fill: red"/>
|
|
313
|
+
|
|
314
|
+
<use id="EDGES-l6-o0" href="#sticker" style="fill: yellow"/>
|
|
315
|
+
<use id="EDGES-l6-o1" href="#sticker" style="fill: #26f"/>
|
|
316
|
+
|
|
317
|
+
<use id="EDGES-l7-o0" href="#sticker" style="fill: yellow"/>
|
|
318
|
+
<use id="EDGES-l7-o1" href="#sticker" style="fill: orange"/>
|
|
319
|
+
|
|
320
|
+
<use id="EDGES-l8-o0" href="#sticker" style="fill: limegreen"/>
|
|
321
|
+
<use id="EDGES-l8-o1" href="#sticker" style="fill: red"/>
|
|
322
|
+
|
|
323
|
+
<use id="EDGES-l9-o0" href="#sticker" style="fill: limegreen"/>
|
|
324
|
+
<use id="EDGES-l9-o1" href="#sticker" style="fill: orange"/>
|
|
325
|
+
|
|
326
|
+
<use id="EDGES-l10-o0" href="#sticker" style="fill: #26f"/>
|
|
327
|
+
<use id="EDGES-l10-o1" href="#sticker" style="fill: red"/>
|
|
328
|
+
|
|
329
|
+
<use id="EDGES-l11-o0" href="#sticker" style="fill: #26f"/>
|
|
330
|
+
<use id="EDGES-l11-o1" href="#sticker" style="fill: orange"/>
|
|
331
|
+
|
|
332
|
+
<!-- CENTERS -->
|
|
333
|
+
<!-- TODO: Allow the same sticker to be reused for multiple orientations -->
|
|
334
|
+
<use id="CENTERS-l1-o0" href="#sticker" style="fill: orange"/>
|
|
335
|
+
<use id="CENTERS-l1-o1" href="#sticker" style="fill: orange"/>
|
|
336
|
+
<use id="CENTERS-l1-o2" href="#sticker" style="fill: orange"/>
|
|
337
|
+
<use id="CENTERS-l1-o3" href="#sticker" style="fill: orange"/>
|
|
338
|
+
|
|
339
|
+
<use id="CENTERS-l2-o0" href="#sticker" style="fill: limegreen"/>
|
|
340
|
+
<use id="CENTERS-l2-o1" href="#sticker" style="fill: limegreen"/>
|
|
341
|
+
<use id="CENTERS-l2-o2" href="#sticker" style="fill: limegreen"/>
|
|
342
|
+
<use id="CENTERS-l2-o3" href="#sticker" style="fill: limegreen"/>
|
|
343
|
+
|
|
344
|
+
<use id="CENTERS-l3-o0" href="#sticker" style="fill: red"/>
|
|
345
|
+
<use id="CENTERS-l3-o1" href="#sticker" style="fill: red"/>
|
|
346
|
+
<use id="CENTERS-l3-o2" href="#sticker" style="fill: red"/>
|
|
347
|
+
<use id="CENTERS-l3-o3" href="#sticker" style="fill: red"/>
|
|
348
|
+
|
|
349
|
+
<use id="CENTERS-l4-o0" href="#sticker" style="fill: #26f"/>
|
|
350
|
+
<use id="CENTERS-l4-o1" href="#sticker" style="fill: #26f"/>
|
|
351
|
+
<use id="CENTERS-l4-o2" href="#sticker" style="fill: #26f"/>
|
|
352
|
+
<use id="CENTERS-l4-o3" href="#sticker" style="fill: #26f"/>
|
|
353
|
+
|
|
354
|
+
<use id="CENTERS-l5-o0" href="#sticker" style="fill: yellow"/>
|
|
355
|
+
<use id="CENTERS-l5-o1" href="#sticker" style="fill: yellow"/>
|
|
356
|
+
<use id="CENTERS-l5-o2" href="#sticker" style="fill: yellow"/>
|
|
357
|
+
<use id="CENTERS-l5-o3" href="#sticker" style="fill: yellow"/>
|
|
358
|
+
</g>
|
|
359
|
+
</svg>`;
|
|
360
|
+
export {
|
|
361
|
+
cube3x3x3LLFaceSVG,
|
|
362
|
+
cube3x3x3LLSVG,
|
|
363
|
+
cube3x3x3SVG
|
|
364
|
+
};
|
|
365
|
+
//# sourceMappingURL=puzzles-dynamic-3x3x3-FYXD7SIU.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/cubing/puzzles/implementations/dynamic/3x3x3/3x3x3.kpuzzle.svg.ts", "../../../../src/cubing/puzzles/implementations/dynamic/3x3x3/3x3x3-ll.kpuzzle.svg.ts", "../../../../src/cubing/puzzles/implementations/dynamic/3x3x3/3x3x3-ll-face.kpuzzle.svg.ts"],
|
|
4
|
+
"sourcesContent": ["export const cube3x3x3SVG = `<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.0//EN\"\n \"http://www.w3.org/TR/2001/REC-SVG-20050904/DTD/svg11.dtd\">\n<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 518 440\" preserveAspectRatio=\"xMidYMid meet\">\n <title>3x3x3</title>\n <defs>\n <g id=\"sticker\">\n <rect x=\"0\" y=\"0\" width=\"1\" height=\"1\" stroke=\"black\" stroke-width=\"0.04px\" />\n </g>\n <g id=\"sticker-thin-v\">\n <rect x=\"0\" y=\"0\" width=\"0.5\" height=\"1\" stroke=\"black\" stroke-width=\"0.04px\" style=\"opacity: 0.3;\" />\n </g>\n <g id=\"sticker-thin-h\">\n <rect x=\"0\" y=\"0\" width=\"1\" height=\"0.5\" stroke=\"black\" stroke-width=\"0.04px\" style=\"opacity: 0.3;\" />\n </g>\n </defs>\n <g id=\"puzzle\" transform=\"translate(5,40) scale(40)\">\n <g class=\"hint-facelet\">\n <use data-copy-id=\"CORNERS-l0-o1\" href=\"#sticker-thin-v\" transform=\"translate(6.5,2.1)\" style=\"fill: red\"/>\n <use data-copy-id=\"EDGES-l1-o1\" href=\"#sticker-thin-v\" transform=\"translate(6.5,1.1)\" style=\"fill: red\"/>\n <use data-copy-id=\"CORNERS-l1-o2\" href=\"#sticker-thin-v\" transform=\"translate(6.5,0.1)\" style=\"fill: red\"/>\n\n <use data-copy-id=\"CORNERS-l2-o2\" href=\"#sticker-thin-h\" transform=\"translate(3.3,-0.6)\" style=\"fill: #26f\"/>\n <use data-copy-id=\"EDGES-l2-o1\" href=\"#sticker-thin-h\" transform=\"translate(4.3,-0.6)\" style=\"fill: #26f\"/>\n <use data-copy-id=\"CORNERS-l1-o1\" href=\"#sticker-thin-h\" transform=\"translate(5.3,-0.6)\" style=\"fill: #26f\"/>\n\n <use data-copy-id=\"CORNERS-l3-o2\" href=\"#sticker-thin-v\" transform=\"translate(2.6,2.1)\" style=\"fill: orange\"/>\n <use data-copy-id=\"EDGES-l3-o1\" href=\"#sticker-thin-v\" transform=\"translate(2.6,1.1)\" style=\"fill: orange\"/>\n <use data-copy-id=\"CORNERS-l2-o1\" href=\"#sticker-thin-v\" transform=\"translate(2.6,0.1)\" style=\"fill: orange\"/>\n </g>\n\n <!-- CORNERS -->\n <use id=\"CORNERS-l0-o0\" href=\"#sticker\" transform=\"translate(5.3,2.1)\" style=\"fill: white\"/>\n <use id=\"CORNERS-l0-o1\" href=\"#sticker\" transform=\"translate(6.5,3.3)\" style=\"fill: red\"/>\n <use id=\"CORNERS-l0-o2\" href=\"#sticker\" transform=\"translate(5.3,3.3)\" style=\"fill: limegreen\"/>\n\n <use id=\"CORNERS-l1-o0\" href=\"#sticker\" transform=\"translate(5.3,0.1)\" style=\"fill: white\"/>\n <use id=\"CORNERS-l1-o1\" href=\"#sticker\" transform=\"translate(9.7,3.3)\" style=\"fill: #26f\"/>\n <use id=\"CORNERS-l1-o2\" href=\"#sticker\" transform=\"translate(8.5,3.3)\" style=\"fill: red\"/>\n\n <use id=\"CORNERS-l2-o0\" href=\"#sticker\" transform=\"translate(3.3,0.1)\" style=\"fill: white\"/>\n <use id=\"CORNERS-l2-o1\" href=\"#sticker\" transform=\"translate(0.1,3.3)\" style=\"fill: orange\"/>\n <use id=\"CORNERS-l2-o2\" href=\"#sticker\" transform=\"translate(11.7,3.3)\" style=\"fill: #26f\"/>\n\n <use id=\"CORNERS-l3-o0\" href=\"#sticker\" transform=\"translate(3.3,2.1)\" style=\"fill: white\"/>\n <use id=\"CORNERS-l3-o1\" href=\"#sticker\" transform=\"translate(3.3,3.3)\" style=\"fill: limegreen\"/>\n <use id=\"CORNERS-l3-o2\" href=\"#sticker\" transform=\"translate(2.1,3.3)\" style=\"fill: orange\"/>\n\n <use id=\"CORNERS-l4-o0\" href=\"#sticker\" transform=\"translate(5.3,6.5)\" style=\"fill: yellow\"/>\n <use id=\"CORNERS-l4-o1\" href=\"#sticker\" transform=\"translate(5.3,5.3)\" style=\"fill: limegreen\"/>\n <use id=\"CORNERS-l4-o2\" href=\"#sticker\" transform=\"translate(6.5,5.3)\" style=\"fill: red\"/>\n\n <use id=\"CORNERS-l5-o0\" href=\"#sticker\" transform=\"translate(3.3,6.5)\" style=\"fill: yellow\"/>\n <use id=\"CORNERS-l5-o1\" href=\"#sticker\" transform=\"translate(2.1,5.3)\" style=\"fill: orange\"/>\n <use id=\"CORNERS-l5-o2\" href=\"#sticker\" transform=\"translate(3.3,5.3)\" style=\"fill: limegreen\"/>\n\n <use id=\"CORNERS-l6-o0\" href=\"#sticker\" transform=\"translate(3.3,8.5)\" style=\"fill: yellow\"/>\n <use id=\"CORNERS-l6-o1\" href=\"#sticker\" transform=\"translate(11.7,5.3)\" style=\"fill: #26f\"/>\n <use id=\"CORNERS-l6-o2\" href=\"#sticker\" transform=\"translate(0.1,5.3)\" style=\"fill: orange\"/>\n\n <use id=\"CORNERS-l7-o0\" href=\"#sticker\" transform=\"translate(5.3,8.5)\" style=\"fill: yellow\"/>\n <use id=\"CORNERS-l7-o1\" href=\"#sticker\" transform=\"translate(8.5,5.3)\" style=\"fill: red\"/>\n <use id=\"CORNERS-l7-o2\" href=\"#sticker\" transform=\"translate(9.7,5.3)\" style=\"fill: #26f\"/>\n\n <!-- EDGES -->\n <use id=\"EDGES-l0-o0\" href=\"#sticker\" transform=\"translate(4.3,2.1)\" style=\"fill: white\"/>\n <use id=\"EDGES-l0-o1\" href=\"#sticker\" transform=\"translate(4.3,3.3)\" style=\"fill: limegreen\"/>\n\n <use id=\"EDGES-l1-o0\" href=\"#sticker\" transform=\"translate(5.3,1.1)\" style=\"fill: white\"/>\n <use id=\"EDGES-l1-o1\" href=\"#sticker\" transform=\"translate(7.5,3.3)\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l2-o0\" href=\"#sticker\" transform=\"translate(4.3,0.1)\" style=\"fill: white\"/>\n <use id=\"EDGES-l2-o1\" href=\"#sticker\" transform=\"translate(10.7,3.3)\" style=\"fill: #26f\"/>\n\n <use id=\"EDGES-l3-o0\" href=\"#sticker\" transform=\"translate(3.3,1.1)\" style=\"fill: white\"/>\n <use id=\"EDGES-l3-o1\" href=\"#sticker\" transform=\"translate(1.1,3.3)\" style=\"fill: orange\"/>\n\n <use id=\"EDGES-l4-o0\" href=\"#sticker\" transform=\"translate(4.3,6.5)\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l4-o1\" href=\"#sticker\" transform=\"translate(4.3,5.3)\" style=\"fill: limegreen\"/>\n\n <use id=\"EDGES-l5-o0\" href=\"#sticker\" transform=\"translate(5.3,7.5)\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l5-o1\" href=\"#sticker\" transform=\"translate(7.5,5.3)\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l6-o0\" href=\"#sticker\" transform=\"translate(4.3,8.5)\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l6-o1\" href=\"#sticker\" transform=\"translate(10.7,5.3)\" style=\"fill: #26f\"/>\n\n <use id=\"EDGES-l7-o0\" href=\"#sticker\" transform=\"translate(3.3,7.5)\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l7-o1\" href=\"#sticker\" transform=\"translate(1.1,5.3)\" style=\"fill: orange\"/>\n\n <use id=\"EDGES-l8-o0\" href=\"#sticker\" transform=\"translate(5.3,4.3)\" style=\"fill: limegreen\"/>\n <use id=\"EDGES-l8-o1\" href=\"#sticker\" transform=\"translate(6.5,4.3)\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l9-o0\" href=\"#sticker\" transform=\"translate(3.3,4.3)\" style=\"fill: limegreen\"/>\n <use id=\"EDGES-l9-o1\" href=\"#sticker\" transform=\"translate(2.1,4.3)\" style=\"fill: orange\"/>\n\n <use id=\"EDGES-l10-o0\" href=\"#sticker\" transform=\"translate(9.7,4.3)\" style=\"fill: #26f\"/>\n <use id=\"EDGES-l10-o1\" href=\"#sticker\" transform=\"translate(8.5,4.3)\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l11-o0\" href=\"#sticker\" transform=\"translate(11.7,4.3)\" style=\"fill: #26f\"/>\n <use id=\"EDGES-l11-o1\" href=\"#sticker\" transform=\"translate(0.1,4.3)\" style=\"fill: orange\"/>\n\n <!-- CENTERS -->\n <!-- TODO: Allow the same sticker to be reused for multiple orientations -->\n <use id=\"CENTERS-l0-o0\" href=\"#sticker\" transform=\"translate(4.3,1.1)\" style=\"fill: white\"/>\n <use id=\"CENTERS-l0-o1\" href=\"#sticker\" transform=\"translate(4.3,1.1)\" style=\"fill: white\"/>\n <use id=\"CENTERS-l0-o2\" href=\"#sticker\" transform=\"translate(4.3,1.1)\" style=\"fill: white\"/>\n <use id=\"CENTERS-l0-o3\" href=\"#sticker\" transform=\"translate(4.3,1.1)\" style=\"fill: white\"/>\n\n <use id=\"CENTERS-l1-o0\" href=\"#sticker\" transform=\"translate(1.1,4.3)\" style=\"fill: orange\"/>\n <use id=\"CENTERS-l1-o1\" href=\"#sticker\" transform=\"translate(1.1,4.3)\" style=\"fill: orange\"/>\n <use id=\"CENTERS-l1-o2\" href=\"#sticker\" transform=\"translate(1.1,4.3)\" style=\"fill: orange\"/>\n <use id=\"CENTERS-l1-o3\" href=\"#sticker\" transform=\"translate(1.1,4.3)\" style=\"fill: orange\"/>\n\n <use id=\"CENTERS-l2-o0\" href=\"#sticker\" transform=\"translate(4.3,4.3)\" style=\"fill: limegreen\"/>\n <use id=\"CENTERS-l2-o1\" href=\"#sticker\" transform=\"translate(4.3,4.3)\" style=\"fill: limegreen\"/>\n <use id=\"CENTERS-l2-o2\" href=\"#sticker\" transform=\"translate(4.3,4.3)\" style=\"fill: limegreen\"/>\n <use id=\"CENTERS-l2-o3\" href=\"#sticker\" transform=\"translate(4.3,4.3)\" style=\"fill: limegreen\"/>\n\n <use id=\"CENTERS-l3-o0\" href=\"#sticker\" transform=\"translate(7.5,4.3)\" style=\"fill: red\"/>\n <use id=\"CENTERS-l3-o1\" href=\"#sticker\" transform=\"translate(7.5,4.3)\" style=\"fill: red\"/>\n <use id=\"CENTERS-l3-o2\" href=\"#sticker\" transform=\"translate(7.5,4.3)\" style=\"fill: red\"/>\n <use id=\"CENTERS-l3-o3\" href=\"#sticker\" transform=\"translate(7.5,4.3)\" style=\"fill: red\"/>\n\n <use id=\"CENTERS-l4-o0\" href=\"#sticker\" transform=\"translate(10.7,4.3)\" style=\"fill: #26f\"/>\n <use id=\"CENTERS-l4-o1\" href=\"#sticker\" transform=\"translate(10.7,4.3)\" style=\"fill: #26f\"/>\n <use id=\"CENTERS-l4-o2\" href=\"#sticker\" transform=\"translate(10.7,4.3)\" style=\"fill: #26f\"/>\n <use id=\"CENTERS-l4-o3\" href=\"#sticker\" transform=\"translate(10.7,4.3)\" style=\"fill: #26f\"/>\n\n <use id=\"CENTERS-l5-o0\" href=\"#sticker\" transform=\"translate(4.3,7.5)\" style=\"fill: yellow\"/>\n <use id=\"CENTERS-l5-o1\" href=\"#sticker\" transform=\"translate(4.3,7.5)\" style=\"fill: yellow\"/>\n <use id=\"CENTERS-l5-o2\" href=\"#sticker\" transform=\"translate(4.3,7.5)\" style=\"fill: yellow\"/>\n <use id=\"CENTERS-l5-o3\" href=\"#sticker\" transform=\"translate(4.3,7.5)\" style=\"fill: yellow\"/>\n </g>\n\n</svg>\n`;\n", "export const cube3x3x3LLSVG = `<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"288px\" height=\"288px\" viewBox=\"-16 -16 288 288\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <title>3x3x3 LL</title>\n <defs>\n <g id=\"sticker\">\n <rect x=\"-10\" y=\"-10\" width=\"1\" height=\"1\" stroke=\"black\" stroke-width=\"0.04px\" />\n </g>\n </defs>\n <g id=\"3x3x3-LL\" stroke=\"none\" stroke-width=\"4\" style=\"none\" stroke-linejoin=\"round\">\n <rect id=\"CENTERS-l0-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"96\" y=\"96\" width=\"64\" height=\"64\"></rect>\n <rect id=\"CENTERS-l0-o1\" stroke=\"#000000\" style=\"fill: white\" x=\"96\" y=\"96\" width=\"64\" height=\"64\"></rect>\n <rect id=\"CENTERS-l0-o2\" stroke=\"#000000\" style=\"fill: white\" x=\"96\" y=\"96\" width=\"64\" height=\"64\"></rect>\n <rect id=\"CENTERS-l0-o3\" stroke=\"#000000\" style=\"fill: white\" x=\"96\" y=\"96\" width=\"64\" height=\"64\"></rect>\n\n <rect id=\"CORNERS-l0-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"160\" y=\"160\" width=\"64\" height=\"64\"></rect>\n <polygon id=\"CORNERS-l0-o1\" stroke=\"#000000\" style=\"fill: red\" points=\"224 160 252 160 252 252 224 224\"></polygon>\n <polygon id=\"CORNERS-l0-o2\" stroke=\"#000000\" style=\"fill: limegreen\" transform=\"translate(206, 238) scale(1, -1) rotate(-90) translate(-206, -238) \" points=\"192 192 220 192 220 284 192 256\"></polygon>\n <rect id=\"CORNERS-l1-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"160\" y=\"32\" width=\"64\" height=\"64\"></rect>\n <polygon id=\"CORNERS-l1-o1\" stroke=\"#000000\" style=\"fill: #26f\" transform=\"translate(206, 18) rotate(-90) translate(-206, -18) \" points=\"192 -28 220 -28 220 64 192 36\"></polygon>\n <polygon id=\"CORNERS-l1-o2\" stroke=\"#000000\" style=\"fill: red\" transform=\"translate(238, 50) scale(1, -1) translate(-238, -50) \" points=\"224 4 252 4 252 96 224 68\"></polygon>\n <rect id=\"CORNERS-l2-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"32\" y=\"32\" width=\"64\" height=\"64\"></rect>\n <polygon id=\"CORNERS-l2-o1\" stroke=\"#000000\" style=\"fill: orange\" transform=\"translate(18, 50) scale(-1, -1) translate(-18, -50) \" points=\"4 4 32 4 32 96 4 68\"></polygon>\n <polygon id=\"CORNERS-l2-o2\" stroke=\"#000000\" style=\"fill: #26f\" transform=\"translate(50, 18) scale(1, -1) rotate(90) translate(-50, -18) \" points=\"36 -28 64 -28 64 64 36 36\"></polygon>\n <rect id=\"CORNERS-l3-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"32\" y=\"160\" width=\"64\" height=\"64\"></rect>\n <polygon id=\"CORNERS-l3-o1\" stroke=\"#000000\" style=\"fill: limegreen\" transform=\"translate(50, 238) rotate(90) translate(-50, -238) \" points=\"36 192 64 192 64 284 36 256\"></polygon>\n <polygon id=\"CORNERS-l3-o2\" stroke=\"#000000\" style=\"fill: orange\" transform=\"translate(18, 206) scale(-1, 1) translate(-18, -206) \" points=\"4 160 32 160 32 252 4 224\"></polygon>\n\n <rect id=\"EDGES-l0-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"96\" y=\"160\" width=\"64\" height=\"64\"></rect>\n <rect id=\"EDGES-l0-o1\" stroke=\"#000000\" style=\"fill: limegreen\" transform=\"translate(128, 238) scale(1, -1) rotate(90) translate(-128, -238) \" x=\"114\" y=\"206\" width=\"28\" height=\"64\"></rect>\n <rect id=\"EDGES-l1-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"160\" y=\"96\" width=\"64\" height=\"64\"></rect>\n <rect id=\"EDGES-l1-o1\" stroke=\"#000000\" style=\"fill: red\" x=\"224\" y=\"96\" width=\"28\" height=\"64\"></rect>\n <rect id=\"EDGES-l2-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"96\" y=\"32\" width=\"64\" height=\"64\"></rect>\n <rect id=\"EDGES-l2-o1\" stroke=\"#000000\" style=\"fill: #26f\" transform=\"translate(128, 18) scale(1, -1) rotate(90) translate(-128, -18) \" x=\"114\" y=\"-14\" width=\"28\" height=\"64\"></rect>\n <rect id=\"EDGES-l3-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"32\" y=\"96\" width=\"64\" height=\"64\"></rect>\n <rect id=\"EDGES-l3-o1\" stroke=\"#000000\" style=\"fill: orange\" x=\"4\" y=\"96\" width=\"28\" height=\"64\"></rect>\n\n </g>\n <g style=\"opacity: 0\">\n <!-- CORNERS -->\n <use id=\"CORNERS-l4-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CORNERS-l4-o1\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"CORNERS-l4-o2\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CORNERS-l5-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CORNERS-l5-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n <use id=\"CORNERS-l5-o2\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CORNERS-l6-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CORNERS-l6-o1\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"CORNERS-l6-o2\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CORNERS-l7-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CORNERS-l7-o1\" href=\"#sticker\" style=\"fill: red\"/>\n <use id=\"CORNERS-l7-o2\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <!-- EDGES -->\n <use id=\"EDGES-l4-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l4-o1\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"EDGES-l5-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l5-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l6-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l6-o1\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"EDGES-l7-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l7-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"EDGES-l8-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"EDGES-l8-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l9-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"EDGES-l9-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"EDGES-l10-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"EDGES-l10-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l11-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"EDGES-l11-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <!-- CENTERS -->\n <!-- TODO: Allow the same sticker to be reused for multiple orientations -->\n <use id=\"CENTERS-l1-o0\" href=\"#sticker\" style=\"fill: orange\"/>\n <use id=\"CENTERS-l1-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n <use id=\"CENTERS-l1-o2\" href=\"#sticker\" style=\"fill: orange\"/>\n <use id=\"CENTERS-l1-o3\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CENTERS-l2-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"CENTERS-l2-o1\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"CENTERS-l2-o2\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"CENTERS-l2-o3\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CENTERS-l3-o0\" href=\"#sticker\" style=\"fill: red\"/>\n <use id=\"CENTERS-l3-o1\" href=\"#sticker\" style=\"fill: red\"/>\n <use id=\"CENTERS-l3-o2\" href=\"#sticker\" style=\"fill: red\"/>\n <use id=\"CENTERS-l3-o3\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CENTERS-l4-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"CENTERS-l4-o1\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"CENTERS-l4-o2\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"CENTERS-l4-o3\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"CENTERS-l5-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CENTERS-l5-o1\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CENTERS-l5-o2\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CENTERS-l5-o3\" href=\"#sticker\" style=\"fill: yellow\"/>\n </g>\n</svg>`;\n", "export const cube3x3x3LLFaceSVG = `<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"204px\" height=\"204px\" viewBox=\"30 30 196 196\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <title>3x3x3 LL</title>\n <defs>\n <g id=\"sticker\">\n <rect x=\"-10\" y=\"-10\" width=\"1\" height=\"1\" stroke=\"black\" stroke-width=\"0.04px\" />\n </g>\n </defs>\n <g id=\"3x3x3-LL\" stroke=\"none\" stroke-width=\"4\" style=\"none\" stroke-linejoin=\"round\">\n <rect x=\"32\" y=\"32\" width=\"192\" height=\"192\" stroke=\"black\" stroke-width=\"16px\" />\n <rect id=\"CENTERS-l0-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"96\" y=\"96\" width=\"64\" height=\"64\"></rect>\n <rect id=\"CENTERS-l0-o1\" stroke=\"#000000\" style=\"fill: white\" x=\"96\" y=\"96\" width=\"64\" height=\"64\"></rect>\n <rect id=\"CENTERS-l0-o2\" stroke=\"#000000\" style=\"fill: white\" x=\"96\" y=\"96\" width=\"64\" height=\"64\"></rect>\n <rect id=\"CENTERS-l0-o3\" stroke=\"#000000\" style=\"fill: white\" x=\"96\" y=\"96\" width=\"64\" height=\"64\"></rect>\n\n <rect id=\"CORNERS-l0-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"160\" y=\"160\" width=\"64\" height=\"64\"></rect>\n <rect id=\"CORNERS-l1-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"160\" y=\"32\" width=\"64\" height=\"64\"></rect>\n <rect id=\"CORNERS-l2-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"32\" y=\"32\" width=\"64\" height=\"64\"></rect>\n <rect id=\"CORNERS-l3-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"32\" y=\"160\" width=\"64\" height=\"64\"></rect>\n\n <rect id=\"EDGES-l0-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"96\" y=\"160\" width=\"64\" height=\"64\"></rect>\n <rect id=\"EDGES-l1-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"160\" y=\"96\" width=\"64\" height=\"64\"></rect>\n <rect id=\"EDGES-l2-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"96\" y=\"32\" width=\"64\" height=\"64\"></rect>\n <rect id=\"EDGES-l3-o0\" stroke=\"#000000\" style=\"fill: white\" x=\"32\" y=\"96\" width=\"64\" height=\"64\"></rect>\n </g>\n <g style=\"opacity: 0\">\n <polygon id=\"CORNERS-l0-o1\" stroke=\"#000000\" style=\"fill: red\" points=\"224 160 252 160 252 252 224 224\"></polygon>\n <polygon id=\"CORNERS-l0-o2\" stroke=\"#000000\" style=\"fill: limegreen\" transform=\"translate(206, 238) scale(1, -1) rotate(-90) translate(-206, -238) \" points=\"192 192 220 192 220 284 192 256\"></polygon>\n <polygon id=\"CORNERS-l1-o1\" stroke=\"#000000\" style=\"fill: #26f\" transform=\"translate(206, 18) rotate(-90) translate(-206, -18) \" points=\"192 -28 220 -28 220 64 192 36\"></polygon>\n <polygon id=\"CORNERS-l1-o2\" stroke=\"#000000\" style=\"fill: red\" transform=\"translate(238, 50) scale(1, -1) translate(-238, -50) \" points=\"224 4 252 4 252 96 224 68\"></polygon>\n <polygon id=\"CORNERS-l2-o1\" stroke=\"#000000\" style=\"fill: orange\" transform=\"translate(18, 50) scale(-1, -1) translate(-18, -50) \" points=\"4 4 32 4 32 96 4 68\"></polygon>\n <polygon id=\"CORNERS-l2-o2\" stroke=\"#000000\" style=\"fill: #26f\" transform=\"translate(50, 18) scale(1, -1) rotate(90) translate(-50, -18) \" points=\"36 -28 64 -28 64 64 36 36\"></polygon>\n <polygon id=\"CORNERS-l3-o1\" stroke=\"#000000\" style=\"fill: limegreen\" transform=\"translate(50, 238) rotate(90) translate(-50, -238) \" points=\"36 192 64 192 64 284 36 256\"></polygon>\n <polygon id=\"CORNERS-l3-o2\" stroke=\"#000000\" style=\"fill: orange\" transform=\"translate(18, 206) scale(-1, 1) translate(-18, -206) \" points=\"4 160 32 160 32 252 4 224\"></polygon>\n\n <rect id=\"EDGES-l0-o1\" stroke=\"#000000\" style=\"fill: limegreen\" transform=\"translate(128, 238) scale(1, -1) rotate(90) translate(-128, -238) \" x=\"114\" y=\"206\" width=\"28\" height=\"64\"></rect>\n <rect id=\"EDGES-l1-o1\" stroke=\"#000000\" style=\"fill: red\" x=\"224\" y=\"96\" width=\"28\" height=\"64\"></rect>\n <rect id=\"EDGES-l2-o1\" stroke=\"#000000\" style=\"fill: #26f\" transform=\"translate(128, 18) scale(1, -1) rotate(90) translate(-128, -18) \" x=\"114\" y=\"-14\" width=\"28\" height=\"64\"></rect>\n <rect id=\"EDGES-l3-o1\" stroke=\"#000000\" style=\"fill: orange\" x=\"4\" y=\"96\" width=\"28\" height=\"64\"></rect>\n\n <!-- CORNERS -->\n <use id=\"CORNERS-l4-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CORNERS-l4-o1\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"CORNERS-l4-o2\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CORNERS-l5-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CORNERS-l5-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n <use id=\"CORNERS-l5-o2\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CORNERS-l6-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CORNERS-l6-o1\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"CORNERS-l6-o2\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CORNERS-l7-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CORNERS-l7-o1\" href=\"#sticker\" style=\"fill: red\"/>\n <use id=\"CORNERS-l7-o2\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <!-- EDGES -->\n <use id=\"EDGES-l4-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l4-o1\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"EDGES-l5-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l5-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l6-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l6-o1\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"EDGES-l7-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l7-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"EDGES-l8-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"EDGES-l8-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l9-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"EDGES-l9-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"EDGES-l10-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"EDGES-l10-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l11-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"EDGES-l11-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <!-- CENTERS -->\n <!-- TODO: Allow the same sticker to be reused for multiple orientations -->\n <use id=\"CENTERS-l1-o0\" href=\"#sticker\" style=\"fill: orange\"/>\n <use id=\"CENTERS-l1-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n <use id=\"CENTERS-l1-o2\" href=\"#sticker\" style=\"fill: orange\"/>\n <use id=\"CENTERS-l1-o3\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CENTERS-l2-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"CENTERS-l2-o1\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"CENTERS-l2-o2\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"CENTERS-l2-o3\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CENTERS-l3-o0\" href=\"#sticker\" style=\"fill: red\"/>\n <use id=\"CENTERS-l3-o1\" href=\"#sticker\" style=\"fill: red\"/>\n <use id=\"CENTERS-l3-o2\" href=\"#sticker\" style=\"fill: red\"/>\n <use id=\"CENTERS-l3-o3\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CENTERS-l4-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"CENTERS-l4-o1\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"CENTERS-l4-o2\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"CENTERS-l4-o3\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"CENTERS-l5-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CENTERS-l5-o1\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CENTERS-l5-o2\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CENTERS-l5-o3\" href=\"#sticker\" style=\"fill: yellow\"/>\n </g>\n</svg>`;\n"],
|
|
5
|
+
"mappings": ";AAAO,IAAM,eAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACArB,IAAM,iBAAiB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAvB,IAAM,qBAAqB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
// src/cubing/puzzles/implementations/dynamic/4x4x4/4x4x4-ll.kpuzzle.svg.ts
|
|
2
|
+
var cube4x4x4LLSVG = `<svg
|
|
3
|
+
height="256"
|
|
4
|
+
viewBox="0 0 256 256"
|
|
5
|
+
width="256"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
8
|
+
>
|
|
9
|
+
<defs>
|
|
10
|
+
<g id="sticker">
|
|
11
|
+
<rect x="0" y="0" width="1" height="1"/>
|
|
12
|
+
</g>
|
|
13
|
+
</defs>
|
|
14
|
+
<g fill="none" fill-rule="nonzero" stroke="#000">
|
|
15
|
+
<g stroke-linejoin="round" stroke-width="3" transform="translate(17 17)">
|
|
16
|
+
<!-- U -->
|
|
17
|
+
<path id="CORNERS-l2-o0" d="m37.4 74.2v-36.8h36.8v36.8z" style="fill: white" />
|
|
18
|
+
<path id="EDGES-l0-o0" d="m74.2 37.4h36.8v36.8h-36.8z" style="fill: white" />
|
|
19
|
+
<path id="EDGES-l16-o0" d="m111 74.2v-36.8h36.8v36.8z" style="fill: white" />
|
|
20
|
+
<path id="CORNERS-l1-o0" d="m147.8 37.4h36.8v36.8h-36.8z" style="fill: white" />
|
|
21
|
+
|
|
22
|
+
<path id="EDGES-l4-o0" d="m74.2 111h-36.8v-36.8h36.8z" style="fill: white" />
|
|
23
|
+
<path id="CENTERS-l0-o0" d="m111 74.2v36.8h-36.8v-36.8z" style="fill: white" />
|
|
24
|
+
<path id="CENTERS-l1-o0" d="m147.8 111h-36.8v-36.8h36.8z" style="fill: white" />
|
|
25
|
+
<path id="EDGES-l1-o0" d="m184.6 74.2v36.8h-36.8v-36.8z" style="fill: white" />
|
|
26
|
+
|
|
27
|
+
<path id="EDGES-l3-o0" d="m37.4 147.8v-36.8h36.8v36.8z" style="fill: white" />
|
|
28
|
+
<path id="CENTERS-l3-o0" d="m74.2 111h36.8v36.8h-36.8z" style="fill: white" />
|
|
29
|
+
<path id="CENTERS-l2-o0" d="m111 147.8v-36.8h36.8v36.8z" style="fill: white" />
|
|
30
|
+
<path id="EDGES-l12-o0" d="m147.8 111h36.8v36.8h-36.8z" style="fill: white" />
|
|
31
|
+
|
|
32
|
+
<path id="CORNERS-l3-o0" d="m74.2 184.6h-36.8v-36.8h36.8z" style="fill: white" />
|
|
33
|
+
<path id="EDGES-l8-o0" d="m111 147.8v36.8h-36.8v-36.8z" style="fill: white" />
|
|
34
|
+
<path id="EDGES-l2-o0" d="m147.8 184.6h-36.8v-36.8h36.8z" style="fill: white" />
|
|
35
|
+
<path id="CORNERS-l0-o0" d="m184.6 147.8v36.8h-36.8v-36.8z" style="fill: white" />
|
|
36
|
+
|
|
37
|
+
<path id="CORNERS-l3-o1" d="m.6 221.4 36.8-36.8h36.8v36.8z" style="fill: limegreen" />
|
|
38
|
+
<path id="EDGES-l8-o1" d="m74.2 184.5h36.8v36.8h-36.8z" style="fill: limegreen" />
|
|
39
|
+
<path id="EDGES-l2-o1" d="m111 221.4v-36.8h36.8v36.8z" style="fill: limegreen" />
|
|
40
|
+
<path id="CORNERS-l0-o2" d="m147.8 184.5h36.8l36.8 36.8h-73.6z" style="fill: limegreen" />
|
|
41
|
+
|
|
42
|
+
<path id="CORNERS-l2-o1" d="m-18 55.8 36.8-36.8h36.8v36.8z" style="fill: orange" transform="matrix(0 1 -1 0 56.4 18.4)" />
|
|
43
|
+
<path id="EDGES-l4-o1" d="m.6 74.2h36.8v36.8h-36.8z" style="fill: orange" transform="matrix(0 1 -1 0 111.6 73.5)" />
|
|
44
|
+
<path id="EDGES-l3-o1" d="m.6 147.8v-36.8h36.8v36.8z" style="fill: orange" transform="matrix(0 1 -1 0 148.4 110.4)" />
|
|
45
|
+
<path id="CORNERS-l3-o2" d="m-18 166.2h36.8l36.8 36.8h-73.6z" style="fill: orange" transform="matrix(0 1 -1 0 203.6 165.5)" />
|
|
46
|
+
|
|
47
|
+
<path id="CORNERS-l1-o1" d="m147.8 37.4 36.8-36.8h36.8v36.8z" style="fill: #26f" transform="matrix(-1 0 0 -1 369.2 38)" />
|
|
48
|
+
<path id="EDGES-l16-o1" d="m111 .6h36.8v36.8h-36.8z" style="fill: #26f" transform="matrix(-1 0 0 -1 258.8 38)" />
|
|
49
|
+
<path id="EDGES-l0-o1" d="m74.2 37.4v-36.8h36.8v36.8z" style="fill: #26f" transform="matrix(-1 0 0 -1 185.2 38)" />
|
|
50
|
+
<path id="CORNERS-l2-o2" d="m.6.6h36.8l36.8 36.8h-73.6z" style="fill: #26f" transform="matrix(-1 0 0 -1 74.8 38)" />
|
|
51
|
+
|
|
52
|
+
<path id="CORNERS-l0-o1" d="m166.200018 203 36.8-36.8h36.8v36.8z" style="fill: red" transform="matrix(0 -1 1 0 18.4 387.6)" />
|
|
53
|
+
<path id="EDGES-l12-o1" d="m184.6 111h36.8v36.8h-36.8z" style="fill: red" transform="matrix(0 -1 1 0 73.6 332.4)" />
|
|
54
|
+
<path id="EDGES-l1-o1" d="m184.6 111v-36.8h36.8v36.8z" style="fill: red" transform="matrix(0 -1 1 0 110.4 295.6)" />
|
|
55
|
+
<path id="CORNERS-l1-o2" d="m166.200012 19h36.8l36.8 36.8h-73.6z" style="fill: red" transform="matrix(0 -1 1 0 165.6 240.4)" />
|
|
56
|
+
</g>
|
|
57
|
+
<g opacity="0" transform="translate(17 242)">
|
|
58
|
+
<path id="EDGES-l9-o0" href="#sticker" style="fill: limegreen" />
|
|
59
|
+
<path id="CENTERS-l9-o0" href="#sticker" style="fill: limegreen" />
|
|
60
|
+
<path id="CENTERS-l8-o0" href="#sticker" style="fill: limegreen" />
|
|
61
|
+
<path id="EDGES-l5-o0" href="#sticker" style="fill: limegreen" />
|
|
62
|
+
<path id="EDGES-l11-o0" href="#sticker" style="fill: limegreen" />
|
|
63
|
+
<path id="CENTERS-l11-o0" href="#sticker" style="fill: limegreen" />
|
|
64
|
+
<path id="CENTERS-l10-o0" href="#sticker" style="fill: limegreen" />
|
|
65
|
+
<path id="EDGES-l15-o0" href="#sticker" style="fill: limegreen" />
|
|
66
|
+
<path id="CORNERS-l4-o1" href="#sticker" style="fill: limegreen" />
|
|
67
|
+
<path id="EDGES-l10-o1" href="#sticker" style="fill: limegreen" />
|
|
68
|
+
<path id="EDGES-l20-o1" href="#sticker" style="fill: limegreen" />
|
|
69
|
+
<path id="CORNERS-l5-o2" href="#sticker" style="fill: limegreen" />
|
|
70
|
+
|
|
71
|
+
<path id="CORNERS-l5-o0" href="#sticker" style="fill: yellow"/>
|
|
72
|
+
<path id="EDGES-l20-o0" href="#sticker" style="fill: yellow"/>
|
|
73
|
+
<path id="EDGES-l10-o0" href="#sticker" style="fill: yellow"/>
|
|
74
|
+
<path id="CORNERS-l4-o0" href="#sticker" style="fill: yellow"/>
|
|
75
|
+
<path id="EDGES-l21-o0" href="#sticker" style="fill: yellow"/>
|
|
76
|
+
<path id="CENTERS-l21-o0" href="#sticker" style="fill: yellow"/>
|
|
77
|
+
<path id="CENTERS-l20-o0" href="#sticker" style="fill: yellow"/>
|
|
78
|
+
<path id="EDGES-l6-o0" href="#sticker" style="fill: yellow"/>
|
|
79
|
+
<path id="EDGES-l23-o0" href="#sticker" style="fill: yellow"/>
|
|
80
|
+
<path id="CENTERS-l23-o0" href="#sticker" style="fill: yellow"/>
|
|
81
|
+
<path id="CENTERS-l22-o0" href="#sticker" style="fill: yellow"/>
|
|
82
|
+
<path id="EDGES-l14-o0" href="#sticker" style="fill: yellow"/>
|
|
83
|
+
<path id="CORNERS-l7-o0" href="#sticker" style="fill: yellow"/>
|
|
84
|
+
<path id="EDGES-l22-o0" href="#sticker" style="fill: yellow"/>
|
|
85
|
+
<path id="EDGES-l18-o0" href="#sticker" style="fill: yellow"/>
|
|
86
|
+
<path id="CORNERS-l6-o0" href="#sticker" style="fill: yellow"/>
|
|
87
|
+
|
|
88
|
+
<path id="EDGES-l5-o1" href="#sticker" style="fill: orange" />
|
|
89
|
+
<path id="EDGES-l11-o1" href="#sticker" style="fill: orange" />
|
|
90
|
+
<path id="CORNERS-l5-o1" href="#sticker" style="fill: orange" />
|
|
91
|
+
<path id="EDGES-l6-o1" href="#sticker" style="fill: orange" />
|
|
92
|
+
<path id="CENTERS-l6-o0" href="#sticker" style="fill: orange" />
|
|
93
|
+
<path id="CENTERS-l5-o0" href="#sticker" style="fill: orange" />
|
|
94
|
+
<path id="CENTERS-l4-o0" href="#sticker" style="fill: orange" />
|
|
95
|
+
<path id="CENTERS-l7-o0" href="#sticker" style="fill: orange" />
|
|
96
|
+
<path id="EDGES-l23-o1" href="#sticker" style="fill: orange" />
|
|
97
|
+
<path id="CORNERS-l6-o2" href="#sticker" style="fill: orange" />
|
|
98
|
+
<path id="EDGES-l7-o1" href="#sticker" style="fill: orange" />
|
|
99
|
+
<path id="EDGES-l17-o1" href="#sticker" style="fill: orange" />
|
|
100
|
+
|
|
101
|
+
<path id="CORNERS-l6-o1" href="#sticker" style="fill: #26f" />
|
|
102
|
+
<path id="EDGES-l18-o1" href="#sticker" style="fill: #26f" />
|
|
103
|
+
<path id="EDGES-l22-o1" href="#sticker" style="fill: #26f" />
|
|
104
|
+
<path id="CORNERS-l7-o2" href="#sticker" style="fill: #26f" />
|
|
105
|
+
<path id="EDGES-l19-o0" href="#sticker" style="fill: #26f" />
|
|
106
|
+
<path id="CENTERS-l19-o0" href="#sticker" style="fill: #26f" />
|
|
107
|
+
<path id="CENTERS-l18-o0" href="#sticker" style="fill: #26f" />
|
|
108
|
+
<path id="EDGES-l7-o0" href="#sticker" style="fill: #26f" />
|
|
109
|
+
<path id="EDGES-l17-o0" href="#sticker" style="fill: #26f" />
|
|
110
|
+
<path id="CENTERS-l17-o0" href="#sticker" style="fill: #26f" />
|
|
111
|
+
<path id="CENTERS-l16-o0" href="#sticker" style="fill: #26f" />
|
|
112
|
+
<path id="EDGES-l13-o0" href="#sticker" style="fill: #26f" />
|
|
113
|
+
|
|
114
|
+
<path id="CORNERS-l4-o2" href="#sticker" style="fill: red" />
|
|
115
|
+
<path id="EDGES-l15-o1" href="#sticker" style="fill: red" />
|
|
116
|
+
<path id="EDGES-l9-o1" href="#sticker" style="fill: red" />
|
|
117
|
+
<path id="CENTERS-l12-o0" href="#sticker" style="fill: red" />
|
|
118
|
+
<path id="CENTERS-l15-o0" href="#sticker" style="fill: red" />
|
|
119
|
+
<path id="EDGES-l21-o1" href="#sticker" style="fill: red" />
|
|
120
|
+
<path id="EDGES-l14-o1" href="#sticker" style="fill: red" />
|
|
121
|
+
<path id="CENTERS-l14-o0" href="#sticker" style="fill: red" />
|
|
122
|
+
<path id="CENTERS-l13-o0" href="#sticker" style="fill: red" />
|
|
123
|
+
<path id="EDGES-l13-o1" href="#sticker" style="fill: red" />
|
|
124
|
+
<path id="EDGES-l19-o1" href="#sticker" style="fill: red" />
|
|
125
|
+
<path id="CORNERS-l7-o1" href="#sticker" style="fill: red" />
|
|
126
|
+
</g>
|
|
127
|
+
</g>
|
|
128
|
+
</svg>`;
|
|
129
|
+
export {
|
|
130
|
+
cube4x4x4LLSVG
|
|
131
|
+
};
|
|
132
|
+
//# sourceMappingURL=puzzles-dynamic-4x4x4-AIGABOAR.js.map
|