cubing 0.43.9 → 0.43.10
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/dist/lib/cubing/{TwizzleLink-da8a1bdc.d.ts → TwizzleLink-dc09917e.d.ts} +3 -1
- package/dist/lib/cubing/bluetooth/index.js +3 -3
- package/dist/lib/cubing/chunks/{chunk-AI5TGABZ.js → chunk-5NPUMH6W.js} +7 -4
- package/dist/lib/cubing/chunks/{chunk-AI5TGABZ.js.map → chunk-5NPUMH6W.js.map} +2 -2
- package/dist/lib/cubing/chunks/{chunk-SBD7GOIX.js → chunk-6VYPSSU5.js} +2 -2
- package/dist/lib/cubing/chunks/{chunk-DOVYRYBM.js → chunk-BBAZ2T3M.js} +1 -1
- package/dist/lib/cubing/chunks/{chunk-DOVYRYBM.js.map → chunk-BBAZ2T3M.js.map} +2 -2
- package/dist/lib/cubing/chunks/{chunk-NKR4CUSZ.js → chunk-JVPTEPFC.js} +1 -1
- package/dist/lib/cubing/chunks/{chunk-67RM3O5Z.js → chunk-RZY42U7V.js} +8 -8
- package/dist/lib/cubing/chunks/{chunk-GEXRVKN5.js → chunk-UDOQOVVD.js} +2 -2
- package/dist/lib/cubing/chunks/{chunk-ER45PH5C.js → chunk-XO6HGCQK.js} +3 -3
- package/dist/lib/cubing/chunks/{inside-EK2MQHSZ.js → inside-XKFHO7VM.js} +5 -5
- package/dist/lib/cubing/chunks/{puzzles-dynamic-3x3x3-NSCZM77Q.js → puzzles-dynamic-3x3x3-JWIWLLZA.js} +114 -1
- package/dist/lib/cubing/chunks/{puzzles-dynamic-3x3x3-NSCZM77Q.js.map → puzzles-dynamic-3x3x3-JWIWLLZA.js.map} +3 -3
- package/dist/lib/cubing/chunks/{search-dynamic-sgs-side-events-HY3ECGYH.js → search-dynamic-sgs-side-events-6WBZJX7C.js} +3 -3
- package/dist/lib/cubing/chunks/{search-dynamic-sgs-unofficial-AIYW7SSQ.js → search-dynamic-sgs-unofficial-NOUFI5HW.js} +3 -3
- package/dist/lib/cubing/chunks/{search-dynamic-solve-4x4x4-ILMYUWPQ.js → search-dynamic-solve-4x4x4-XVQ3BRL4.js} +6 -6
- package/dist/lib/cubing/chunks/search-worker-entry.js +1 -1
- package/dist/lib/cubing/chunks/{twisty-dynamic-3d-FWBI3F3U.js → twisty-dynamic-3d-CDX3JZF3.js} +4 -4
- package/dist/lib/cubing/notation/index.d.ts +1 -1
- package/dist/lib/cubing/notation/index.js +2 -2
- package/dist/lib/cubing/protocol/index.js +2 -2
- package/dist/lib/cubing/puzzles/index.d.ts +2 -1
- package/dist/lib/cubing/puzzles/index.js +2 -2
- package/dist/lib/cubing/scramble/index.js +5 -5
- package/dist/lib/cubing/search/index.js +5 -5
- package/dist/lib/cubing/twisty/index.d.ts +2 -2
- package/dist/lib/cubing/twisty/index.js +9 -7
- package/dist/lib/cubing/twisty/index.js.map +2 -2
- package/package.json +1 -1
- /package/dist/lib/cubing/chunks/{chunk-SBD7GOIX.js.map → chunk-6VYPSSU5.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-NKR4CUSZ.js.map → chunk-JVPTEPFC.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-67RM3O5Z.js.map → chunk-RZY42U7V.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-GEXRVKN5.js.map → chunk-UDOQOVVD.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{chunk-ER45PH5C.js.map → chunk-XO6HGCQK.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{inside-EK2MQHSZ.js.map → inside-XKFHO7VM.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{search-dynamic-sgs-side-events-HY3ECGYH.js.map → search-dynamic-sgs-side-events-6WBZJX7C.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{search-dynamic-sgs-unofficial-AIYW7SSQ.js.map → search-dynamic-sgs-unofficial-NOUFI5HW.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{search-dynamic-solve-4x4x4-ILMYUWPQ.js.map → search-dynamic-solve-4x4x4-XVQ3BRL4.js.map} +0 -0
- /package/dist/lib/cubing/chunks/{twisty-dynamic-3d-FWBI3F3U.js.map → twisty-dynamic-3d-CDX3JZF3.js.map} +0 -0
|
@@ -244,8 +244,121 @@ var cube3x3x3LLSVG = `<?xml version="1.0" encoding="UTF-8"?>
|
|
|
244
244
|
<use id="CENTERS-l5-o3" href="#sticker" style="fill: yellow"/>
|
|
245
245
|
</g>
|
|
246
246
|
</svg>`;
|
|
247
|
+
|
|
248
|
+
// src/cubing/puzzles/implementations/dynamic/3x3x3/3x3x3-ll-face.kpuzzle.svg.ts
|
|
249
|
+
var cube3x3x3LLFaceSVG = `<?xml version="1.0" encoding="UTF-8"?>
|
|
250
|
+
<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">
|
|
251
|
+
<title>3x3x3 LL</title>
|
|
252
|
+
<defs>
|
|
253
|
+
<g id="sticker">
|
|
254
|
+
<rect x="-10" y="-10" width="1" height="1" stroke="black" stroke-width="0.04px" />
|
|
255
|
+
</g>
|
|
256
|
+
</defs>
|
|
257
|
+
<g id="3x3x3-LL" stroke="none" stroke-width="4" style="none" stroke-linejoin="round">
|
|
258
|
+
<rect x="32" y="32" width="192" height="192" stroke="black" stroke-width="16px" />
|
|
259
|
+
<rect id="CENTERS-l0-o0" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
|
|
260
|
+
<rect id="CENTERS-l0-o1" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
|
|
261
|
+
<rect id="CENTERS-l0-o2" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
|
|
262
|
+
<rect id="CENTERS-l0-o3" stroke="#000000" style="fill: white" x="96" y="96" width="64" height="64"></rect>
|
|
263
|
+
|
|
264
|
+
<rect id="CORNERS-l0-o0" stroke="#000000" style="fill: white" x="160" y="160" width="64" height="64"></rect>
|
|
265
|
+
<rect id="CORNERS-l1-o0" stroke="#000000" style="fill: white" x="160" y="32" width="64" height="64"></rect>
|
|
266
|
+
<rect id="CORNERS-l2-o0" stroke="#000000" style="fill: white" x="32" y="32" width="64" height="64"></rect>
|
|
267
|
+
<rect id="CORNERS-l3-o0" stroke="#000000" style="fill: white" x="32" y="160" width="64" height="64"></rect>
|
|
268
|
+
|
|
269
|
+
<rect id="EDGES-l0-o0" stroke="#000000" style="fill: white" x="96" y="160" width="64" height="64"></rect>
|
|
270
|
+
<rect id="EDGES-l1-o0" stroke="#000000" style="fill: white" x="160" y="96" width="64" height="64"></rect>
|
|
271
|
+
<rect id="EDGES-l2-o0" stroke="#000000" style="fill: white" x="96" y="32" width="64" height="64"></rect>
|
|
272
|
+
<rect id="EDGES-l3-o0" stroke="#000000" style="fill: white" x="32" y="96" width="64" height="64"></rect>
|
|
273
|
+
</g>
|
|
274
|
+
<g style="opacity: 0">
|
|
275
|
+
<polygon id="CORNERS-l0-o1" stroke="#000000" style="fill: red" points="224 160 252 160 252 252 224 224"></polygon>
|
|
276
|
+
<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>
|
|
277
|
+
<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>
|
|
278
|
+
<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>
|
|
279
|
+
<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>
|
|
280
|
+
<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>
|
|
281
|
+
<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>
|
|
282
|
+
<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>
|
|
283
|
+
|
|
284
|
+
<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>
|
|
285
|
+
<rect id="EDGES-l1-o1" stroke="#000000" style="fill: red" x="224" y="96" width="28" height="64"></rect>
|
|
286
|
+
<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>
|
|
287
|
+
<rect id="EDGES-l3-o1" stroke="#000000" style="fill: orange" x="4" y="96" width="28" height="64"></rect>
|
|
288
|
+
|
|
289
|
+
<!-- CORNERS -->
|
|
290
|
+
<use id="CORNERS-l4-o0" href="#sticker" style="fill: yellow"/>
|
|
291
|
+
<use id="CORNERS-l4-o1" href="#sticker" style="fill: limegreen"/>
|
|
292
|
+
<use id="CORNERS-l4-o2" href="#sticker" style="fill: red"/>
|
|
293
|
+
|
|
294
|
+
<use id="CORNERS-l5-o0" href="#sticker" style="fill: yellow"/>
|
|
295
|
+
<use id="CORNERS-l5-o1" href="#sticker" style="fill: orange"/>
|
|
296
|
+
<use id="CORNERS-l5-o2" href="#sticker" style="fill: limegreen"/>
|
|
297
|
+
|
|
298
|
+
<use id="CORNERS-l6-o0" href="#sticker" style="fill: yellow"/>
|
|
299
|
+
<use id="CORNERS-l6-o1" href="#sticker" style="fill: #26f"/>
|
|
300
|
+
<use id="CORNERS-l6-o2" href="#sticker" style="fill: orange"/>
|
|
301
|
+
|
|
302
|
+
<use id="CORNERS-l7-o0" href="#sticker" style="fill: yellow"/>
|
|
303
|
+
<use id="CORNERS-l7-o1" href="#sticker" style="fill: red"/>
|
|
304
|
+
<use id="CORNERS-l7-o2" href="#sticker" style="fill: #26f"/>
|
|
305
|
+
|
|
306
|
+
<!-- EDGES -->
|
|
307
|
+
<use id="EDGES-l4-o0" href="#sticker" style="fill: yellow"/>
|
|
308
|
+
<use id="EDGES-l4-o1" href="#sticker" style="fill: limegreen"/>
|
|
309
|
+
|
|
310
|
+
<use id="EDGES-l5-o0" href="#sticker" style="fill: yellow"/>
|
|
311
|
+
<use id="EDGES-l5-o1" href="#sticker" style="fill: red"/>
|
|
312
|
+
|
|
313
|
+
<use id="EDGES-l6-o0" href="#sticker" style="fill: yellow"/>
|
|
314
|
+
<use id="EDGES-l6-o1" href="#sticker" style="fill: #26f"/>
|
|
315
|
+
|
|
316
|
+
<use id="EDGES-l7-o0" href="#sticker" style="fill: yellow"/>
|
|
317
|
+
<use id="EDGES-l7-o1" href="#sticker" style="fill: orange"/>
|
|
318
|
+
|
|
319
|
+
<use id="EDGES-l8-o0" href="#sticker" style="fill: limegreen"/>
|
|
320
|
+
<use id="EDGES-l8-o1" href="#sticker" style="fill: red"/>
|
|
321
|
+
|
|
322
|
+
<use id="EDGES-l9-o0" href="#sticker" style="fill: limegreen"/>
|
|
323
|
+
<use id="EDGES-l9-o1" href="#sticker" style="fill: orange"/>
|
|
324
|
+
|
|
325
|
+
<use id="EDGES-l10-o0" href="#sticker" style="fill: #26f"/>
|
|
326
|
+
<use id="EDGES-l10-o1" href="#sticker" style="fill: red"/>
|
|
327
|
+
|
|
328
|
+
<use id="EDGES-l11-o0" href="#sticker" style="fill: #26f"/>
|
|
329
|
+
<use id="EDGES-l11-o1" href="#sticker" style="fill: orange"/>
|
|
330
|
+
|
|
331
|
+
<!-- CENTERS -->
|
|
332
|
+
<!-- TODO: Allow the same sticker to be reused for multiple orientations -->
|
|
333
|
+
<use id="CENTERS-l1-o0" href="#sticker" style="fill: orange"/>
|
|
334
|
+
<use id="CENTERS-l1-o1" href="#sticker" style="fill: orange"/>
|
|
335
|
+
<use id="CENTERS-l1-o2" href="#sticker" style="fill: orange"/>
|
|
336
|
+
<use id="CENTERS-l1-o3" href="#sticker" style="fill: orange"/>
|
|
337
|
+
|
|
338
|
+
<use id="CENTERS-l2-o0" href="#sticker" style="fill: limegreen"/>
|
|
339
|
+
<use id="CENTERS-l2-o1" href="#sticker" style="fill: limegreen"/>
|
|
340
|
+
<use id="CENTERS-l2-o2" href="#sticker" style="fill: limegreen"/>
|
|
341
|
+
<use id="CENTERS-l2-o3" href="#sticker" style="fill: limegreen"/>
|
|
342
|
+
|
|
343
|
+
<use id="CENTERS-l3-o0" href="#sticker" style="fill: red"/>
|
|
344
|
+
<use id="CENTERS-l3-o1" href="#sticker" style="fill: red"/>
|
|
345
|
+
<use id="CENTERS-l3-o2" href="#sticker" style="fill: red"/>
|
|
346
|
+
<use id="CENTERS-l3-o3" href="#sticker" style="fill: red"/>
|
|
347
|
+
|
|
348
|
+
<use id="CENTERS-l4-o0" href="#sticker" style="fill: #26f"/>
|
|
349
|
+
<use id="CENTERS-l4-o1" href="#sticker" style="fill: #26f"/>
|
|
350
|
+
<use id="CENTERS-l4-o2" href="#sticker" style="fill: #26f"/>
|
|
351
|
+
<use id="CENTERS-l4-o3" href="#sticker" style="fill: #26f"/>
|
|
352
|
+
|
|
353
|
+
<use id="CENTERS-l5-o0" href="#sticker" style="fill: yellow"/>
|
|
354
|
+
<use id="CENTERS-l5-o1" href="#sticker" style="fill: yellow"/>
|
|
355
|
+
<use id="CENTERS-l5-o2" href="#sticker" style="fill: yellow"/>
|
|
356
|
+
<use id="CENTERS-l5-o3" href="#sticker" style="fill: yellow"/>
|
|
357
|
+
</g>
|
|
358
|
+
</svg>`;
|
|
247
359
|
export {
|
|
360
|
+
cube3x3x3LLFaceSVG,
|
|
248
361
|
cube3x3x3LLSVG,
|
|
249
362
|
cube3x3x3SVG
|
|
250
363
|
};
|
|
251
|
-
//# sourceMappingURL=puzzles-dynamic-3x3x3-
|
|
364
|
+
//# sourceMappingURL=puzzles-dynamic-3x3x3-JWIWLLZA.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
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"],
|
|
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 <!-- Hints -->\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\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"],
|
|
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;;;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;",
|
|
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 <!-- Hints -->\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\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;;;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
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
cube2x2x2,
|
|
6
6
|
puzzles
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-5NPUMH6W.js";
|
|
8
|
+
import "./chunk-BBAZ2T3M.js";
|
|
9
9
|
import {
|
|
10
10
|
KPuzzle
|
|
11
11
|
} from "./chunk-ZSRBMEG7.js";
|
|
@@ -1888,4 +1888,4 @@ export {
|
|
|
1888
1888
|
sgsDataSkewbFixedCorner,
|
|
1889
1889
|
skewbKPuzzleWithoutMOCached
|
|
1890
1890
|
};
|
|
1891
|
-
//# sourceMappingURL=search-dynamic-sgs-side-events-
|
|
1891
|
+
//# sourceMappingURL=search-dynamic-sgs-side-events-6WBZJX7C.js.map
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
} from "./chunk-PWGNCA2W.js";
|
|
4
4
|
import {
|
|
5
5
|
puzzles
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-5NPUMH6W.js";
|
|
7
|
+
import "./chunk-BBAZ2T3M.js";
|
|
8
8
|
import "./chunk-ZSRBMEG7.js";
|
|
9
9
|
import {
|
|
10
10
|
Alg
|
|
@@ -1265,4 +1265,4 @@ export {
|
|
|
1265
1265
|
getRandomRediCubeScramble,
|
|
1266
1266
|
sgsDataFTO
|
|
1267
1267
|
};
|
|
1268
|
-
//# sourceMappingURL=search-dynamic-sgs-unofficial-
|
|
1268
|
+
//# sourceMappingURL=search-dynamic-sgs-unofficial-NOUFI5HW.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "./chunk-NAPITA3L.js";
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-JVPTEPFC.js";
|
|
3
3
|
import {
|
|
4
4
|
random333Scramble
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-RZY42U7V.js";
|
|
6
6
|
import "./chunk-7GUL3OBQ.js";
|
|
7
7
|
import "./chunk-VL22SFND.js";
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-6VYPSSU5.js";
|
|
9
|
+
import "./chunk-5NPUMH6W.js";
|
|
10
|
+
import "./chunk-BBAZ2T3M.js";
|
|
11
11
|
import "./chunk-ZSRBMEG7.js";
|
|
12
12
|
import {
|
|
13
13
|
Alg
|
|
@@ -2924,4 +2924,4 @@ export {
|
|
|
2924
2924
|
initialize,
|
|
2925
2925
|
random444Scramble
|
|
2926
2926
|
};
|
|
2927
|
-
//# sourceMappingURL=search-dynamic-solve-4x4x4-
|
|
2927
|
+
//# sourceMappingURL=search-dynamic-solve-4x4x4-XVQ3BRL4.js.map
|
|
@@ -9,7 +9,7 @@ import "./chunk-VL22SFND.js";
|
|
|
9
9
|
// src/cubing/search/worker-workarounds/search-worker-entry.js
|
|
10
10
|
if (exposeAPI.expose) {
|
|
11
11
|
(async () => {
|
|
12
|
-
await import("./inside-
|
|
12
|
+
await import("./inside-XKFHO7VM.js");
|
|
13
13
|
const messagePort = globalThis.postMessage ? globalThis : await nodeEndpointPort();
|
|
14
14
|
messagePort.postMessage("comlink-exposed");
|
|
15
15
|
})();
|
package/dist/lib/cubing/chunks/{twisty-dynamic-3d-FWBI3F3U.js → twisty-dynamic-3d-CDX3JZF3.js}
RENAMED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
THREEJS,
|
|
4
4
|
haveStartedSharingRenderers,
|
|
5
5
|
hintFaceletStyles
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-XO6HGCQK.js";
|
|
7
7
|
import {
|
|
8
8
|
cube3x3x3
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-5NPUMH6W.js";
|
|
10
10
|
import {
|
|
11
11
|
getFaceletStickeringMask
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-BBAZ2T3M.js";
|
|
13
13
|
import "./chunk-ZSRBMEG7.js";
|
|
14
14
|
import {
|
|
15
15
|
Move
|
|
@@ -1845,4 +1845,4 @@ export {
|
|
|
1845
1845
|
cube3DShim,
|
|
1846
1846
|
pg3dShim
|
|
1847
1847
|
};
|
|
1848
|
-
//# sourceMappingURL=twisty-dynamic-3d-
|
|
1848
|
+
//# sourceMappingURL=twisty-dynamic-3d-CDX3JZF3.js.map
|
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
countMetricMoves,
|
|
6
6
|
countMoves,
|
|
7
7
|
countMovesETM
|
|
8
|
-
} from "../chunks/chunk-
|
|
9
|
-
import "../chunks/chunk-
|
|
8
|
+
} from "../chunks/chunk-6VYPSSU5.js";
|
|
9
|
+
import "../chunks/chunk-BBAZ2T3M.js";
|
|
10
10
|
import "../chunks/chunk-ZSRBMEG7.js";
|
|
11
11
|
import "../chunks/chunk-AI65BHEO.js";
|
|
12
12
|
export {
|
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
spacedHexToBuffer,
|
|
6
6
|
twizzleBinaryToBinaryComponents,
|
|
7
7
|
twizzleBinaryToReid3x3x3
|
|
8
|
-
} from "../chunks/chunk-
|
|
9
|
-
import "../chunks/chunk-
|
|
8
|
+
} from "../chunks/chunk-UDOQOVVD.js";
|
|
9
|
+
import "../chunks/chunk-BBAZ2T3M.js";
|
|
10
10
|
import "../chunks/chunk-ZSRBMEG7.js";
|
|
11
11
|
import "../chunks/chunk-AI65BHEO.js";
|
|
12
12
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as PuzzleID, P as PuzzleLoader, E as ExperimentalStickering, S as StickeringMask } from '../TwizzleLink-
|
|
1
|
+
import { a as PuzzleID, P as PuzzleLoader, E as ExperimentalStickering, S as StickeringMask } from '../TwizzleLink-dc09917e.js';
|
|
2
2
|
import { P as PuzzleSpecificSimplifyOptions } from '../Alg-3d4f29da.js';
|
|
3
3
|
import { s as KPuzzle, d as PuzzleGeometry } from '../KPattern-615b74bc.js';
|
|
4
4
|
import 'three';
|
|
@@ -27,6 +27,7 @@ declare const cube3x3x3: {
|
|
|
27
27
|
kpuzzle: () => Promise<KPuzzle>;
|
|
28
28
|
svg: () => Promise<string>;
|
|
29
29
|
llSVG: () => Promise<string>;
|
|
30
|
+
llFaceSVG: () => Promise<string>;
|
|
30
31
|
pg: () => Promise<PuzzleGeometry>;
|
|
31
32
|
stickeringMask: (stickering: ExperimentalStickering) => Promise<StickeringMask>;
|
|
32
33
|
stickerings: () => Promise<string[]>;
|
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
twizzleEvents,
|
|
7
7
|
wcaEventInfo,
|
|
8
8
|
wcaEvents
|
|
9
|
-
} from "../chunks/chunk-
|
|
10
|
-
import "../chunks/chunk-
|
|
9
|
+
} from "../chunks/chunk-5NPUMH6W.js";
|
|
10
|
+
import "../chunks/chunk-BBAZ2T3M.js";
|
|
11
11
|
import "../chunks/chunk-ZSRBMEG7.js";
|
|
12
12
|
import "../chunks/chunk-AI65BHEO.js";
|
|
13
13
|
export {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import "../chunks/chunk-NAPITA3L.js";
|
|
2
2
|
import {
|
|
3
3
|
randomScrambleForEvent
|
|
4
|
-
} from "../chunks/chunk-
|
|
5
|
-
import "../chunks/chunk-
|
|
4
|
+
} from "../chunks/chunk-JVPTEPFC.js";
|
|
5
|
+
import "../chunks/chunk-RZY42U7V.js";
|
|
6
6
|
import "../chunks/chunk-7GUL3OBQ.js";
|
|
7
7
|
import "../chunks/chunk-VL22SFND.js";
|
|
8
|
-
import "../chunks/chunk-
|
|
9
|
-
import "../chunks/chunk-
|
|
10
|
-
import "../chunks/chunk-
|
|
8
|
+
import "../chunks/chunk-6VYPSSU5.js";
|
|
9
|
+
import "../chunks/chunk-5NPUMH6W.js";
|
|
10
|
+
import "../chunks/chunk-BBAZ2T3M.js";
|
|
11
11
|
import "../chunks/chunk-ZSRBMEG7.js";
|
|
12
12
|
import "../chunks/chunk-AI65BHEO.js";
|
|
13
13
|
export {
|
|
@@ -6,15 +6,15 @@ import {
|
|
|
6
6
|
solvePyraminx,
|
|
7
7
|
solveSkewb,
|
|
8
8
|
solveTwsearch
|
|
9
|
-
} from "../chunks/chunk-
|
|
9
|
+
} from "../chunks/chunk-JVPTEPFC.js";
|
|
10
10
|
import {
|
|
11
11
|
random333Pattern
|
|
12
|
-
} from "../chunks/chunk-
|
|
12
|
+
} from "../chunks/chunk-RZY42U7V.js";
|
|
13
13
|
import "../chunks/chunk-7GUL3OBQ.js";
|
|
14
14
|
import "../chunks/chunk-VL22SFND.js";
|
|
15
|
-
import "../chunks/chunk-
|
|
16
|
-
import "../chunks/chunk-
|
|
17
|
-
import "../chunks/chunk-
|
|
15
|
+
import "../chunks/chunk-6VYPSSU5.js";
|
|
16
|
+
import "../chunks/chunk-5NPUMH6W.js";
|
|
17
|
+
import "../chunks/chunk-BBAZ2T3M.js";
|
|
18
18
|
import "../chunks/chunk-ZSRBMEG7.js";
|
|
19
19
|
import "../chunks/chunk-AI65BHEO.js";
|
|
20
20
|
export {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { A as AlgIndexer, T as Timestamp, D as Duration, S as StickeringMask } from '../TwizzleLink-
|
|
2
|
-
export { B as BackViewLayout, N as EXPERIMENTAL_PROP_NO_VALUE, M as ExperimentalMillisecondTimestamp, E as ExperimentalStickering, a as PuzzleID, d as TwistyAlgEditor, c as TwistyAlgViewer, b as TwistyPlayer, e as TwistyPlayerConfig, g as TwizzleLink, V as VisualizationFormat, f as backViewLayouts } from '../TwizzleLink-
|
|
1
|
+
import { A as AlgIndexer, T as Timestamp, D as Duration, S as StickeringMask } from '../TwizzleLink-dc09917e.js';
|
|
2
|
+
export { B as BackViewLayout, N as EXPERIMENTAL_PROP_NO_VALUE, M as ExperimentalMillisecondTimestamp, E as ExperimentalStickering, a as PuzzleID, d as TwistyAlgEditor, c as TwistyAlgViewer, b as TwistyPlayer, e as TwistyPlayerConfig, g as TwizzleLink, V as VisualizationFormat, f as backViewLayouts } from '../TwizzleLink-dc09917e.js';
|
|
3
3
|
import { A as Alg, M as Move } from '../Alg-3d4f29da.js';
|
|
4
4
|
import { s as KPuzzle, K as KPattern, t as KTransformation } from '../KPattern-615b74bc.js';
|
|
5
5
|
import 'three';
|
|
@@ -18,21 +18,21 @@ import {
|
|
|
18
18
|
rawRenderPooled,
|
|
19
19
|
setCameraFromOrbitCoordinates,
|
|
20
20
|
setTwistyDebug
|
|
21
|
-
} from "../chunks/chunk-
|
|
21
|
+
} from "../chunks/chunk-XO6HGCQK.js";
|
|
22
22
|
import {
|
|
23
23
|
countAnimatedLeaves,
|
|
24
24
|
countMetricMoves,
|
|
25
25
|
countMoves
|
|
26
|
-
} from "../chunks/chunk-
|
|
26
|
+
} from "../chunks/chunk-6VYPSSU5.js";
|
|
27
27
|
import {
|
|
28
28
|
cube3x3x3,
|
|
29
29
|
puzzles
|
|
30
|
-
} from "../chunks/chunk-
|
|
30
|
+
} from "../chunks/chunk-5NPUMH6W.js";
|
|
31
31
|
import {
|
|
32
32
|
customPGPuzzleLoader,
|
|
33
33
|
getPartialAppendOptionsForPuzzleSpecificSimplifyOptions,
|
|
34
34
|
getPieceStickeringMask
|
|
35
|
-
} from "../chunks/chunk-
|
|
35
|
+
} from "../chunks/chunk-BBAZ2T3M.js";
|
|
36
36
|
import "../chunks/chunk-ZSRBMEG7.js";
|
|
37
37
|
import {
|
|
38
38
|
Alg,
|
|
@@ -781,7 +781,7 @@ var Twisty2DPuzzleWrapper = class {
|
|
|
781
781
|
// TODO: Stale dropper?
|
|
782
782
|
async twisty2DPuzzle() {
|
|
783
783
|
return this.#cachedTwisty2DPuzzle ??= (async () => {
|
|
784
|
-
const svgPromise = this.effectiveVisualization === "experimental-2D-LL" ? this.puzzleLoader.llSVG() : this.puzzleLoader.svg();
|
|
784
|
+
const svgPromise = this.effectiveVisualization === "experimental-2D-LL-face" ? this.puzzleLoader.llFaceSVG() : this.effectiveVisualization === "experimental-2D-LL" ? this.puzzleLoader.llSVG() : this.puzzleLoader.svg();
|
|
785
785
|
return new Twisty2DPuzzle(
|
|
786
786
|
this.model,
|
|
787
787
|
await this.puzzleLoader.kpuzzle(),
|
|
@@ -3335,6 +3335,7 @@ var VisualizationStrategyProp = class extends TwistyPropDerived {
|
|
|
3335
3335
|
case "3D":
|
|
3336
3336
|
return "PG3D";
|
|
3337
3337
|
case "experimental-2D-LL":
|
|
3338
|
+
case "experimental-2D-LL-face":
|
|
3338
3339
|
if (["2x2x2", "4x4x4", "megaminx"].includes(inputs.puzzleID)) {
|
|
3339
3340
|
return "experimental-2D-LL";
|
|
3340
3341
|
} else {
|
|
@@ -4348,7 +4349,8 @@ var TwistyPlayer = class extends TwistyPlayerSettable {
|
|
|
4348
4349
|
let newWrapper;
|
|
4349
4350
|
switch (strategy) {
|
|
4350
4351
|
case "2D":
|
|
4351
|
-
case "experimental-2D-LL":
|
|
4352
|
+
case "experimental-2D-LL":
|
|
4353
|
+
case "experimental-2D-LL-face": {
|
|
4352
4354
|
newWrapper = new Twisty2DSceneWrapper(
|
|
4353
4355
|
this.experimentalModel.twistySceneModel,
|
|
4354
4356
|
strategy
|
|
@@ -4486,7 +4488,7 @@ var TwistyPlayer = class extends TwistyPlayerSettable {
|
|
|
4486
4488
|
// TODO: Make this more ergonomic and flexible.
|
|
4487
4489
|
// TODO: dimensions.
|
|
4488
4490
|
async experimentalDownloadScreenshot(filename) {
|
|
4489
|
-
if (["2D", "experimental-2D-LL"].includes(
|
|
4491
|
+
if (["2D", "experimental-2D-LL", "experimental-2D-LL-face"].includes(
|
|
4490
4492
|
await this.experimentalModel.visualizationStrategy.get()
|
|
4491
4493
|
)) {
|
|
4492
4494
|
const wrapper2D = this.#visualizationWrapper;
|