@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,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/cubing/puzzles/implementations/dynamic/4x4x4/4x4x4-ll.kpuzzle.svg.ts"],
|
|
4
|
+
"sourcesContent": ["export const cube4x4x4LLSVG = `<svg\n height=\"256\"\n viewBox=\"0 0 256 256\"\n width=\"256\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n>\n <defs>\n <g id=\"sticker\">\n <rect x=\"0\" y=\"0\" width=\"1\" height=\"1\"/>\n </g>\n </defs>\n <g fill=\"none\" fill-rule=\"nonzero\" stroke=\"#000\">\n <g stroke-linejoin=\"round\" stroke-width=\"3\" transform=\"translate(17 17)\">\n <!-- U -->\n <path id=\"CORNERS-l2-o0\" d=\"m37.4 74.2v-36.8h36.8v36.8z\" style=\"fill: white\" />\n <path id=\"EDGES-l0-o0\" d=\"m74.2 37.4h36.8v36.8h-36.8z\" style=\"fill: white\" />\n <path id=\"EDGES-l16-o0\" d=\"m111 74.2v-36.8h36.8v36.8z\" style=\"fill: white\" />\n <path id=\"CORNERS-l1-o0\" d=\"m147.8 37.4h36.8v36.8h-36.8z\" style=\"fill: white\" />\n\n <path id=\"EDGES-l4-o0\" d=\"m74.2 111h-36.8v-36.8h36.8z\" style=\"fill: white\" />\n <path id=\"CENTERS-l0-o0\" d=\"m111 74.2v36.8h-36.8v-36.8z\" style=\"fill: white\" />\n <path id=\"CENTERS-l1-o0\" d=\"m147.8 111h-36.8v-36.8h36.8z\" style=\"fill: white\" />\n <path id=\"EDGES-l1-o0\" d=\"m184.6 74.2v36.8h-36.8v-36.8z\" style=\"fill: white\" />\n\n <path id=\"EDGES-l3-o0\" d=\"m37.4 147.8v-36.8h36.8v36.8z\" style=\"fill: white\" />\n <path id=\"CENTERS-l3-o0\" d=\"m74.2 111h36.8v36.8h-36.8z\" style=\"fill: white\" />\n <path id=\"CENTERS-l2-o0\" d=\"m111 147.8v-36.8h36.8v36.8z\" style=\"fill: white\" />\n <path id=\"EDGES-l12-o0\" d=\"m147.8 111h36.8v36.8h-36.8z\" style=\"fill: white\" />\n\n <path id=\"CORNERS-l3-o0\" d=\"m74.2 184.6h-36.8v-36.8h36.8z\" style=\"fill: white\" />\n <path id=\"EDGES-l8-o0\" d=\"m111 147.8v36.8h-36.8v-36.8z\" style=\"fill: white\" />\n <path id=\"EDGES-l2-o0\" d=\"m147.8 184.6h-36.8v-36.8h36.8z\" style=\"fill: white\" />\n <path id=\"CORNERS-l0-o0\" d=\"m184.6 147.8v36.8h-36.8v-36.8z\" style=\"fill: white\" />\n\n <path id=\"CORNERS-l3-o1\" d=\"m.6 221.4 36.8-36.8h36.8v36.8z\" style=\"fill: limegreen\" />\n <path id=\"EDGES-l8-o1\" d=\"m74.2 184.5h36.8v36.8h-36.8z\" style=\"fill: limegreen\" />\n <path id=\"EDGES-l2-o1\" d=\"m111 221.4v-36.8h36.8v36.8z\" style=\"fill: limegreen\" />\n <path id=\"CORNERS-l0-o2\" d=\"m147.8 184.5h36.8l36.8 36.8h-73.6z\" style=\"fill: limegreen\" />\n\n <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)\" />\n <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)\" />\n <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)\" />\n <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)\" />\n\n <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)\" />\n <path id=\"EDGES-l16-o1\" d=\"m111 .6h36.8v36.8h-36.8z\" style=\"fill: #26f\" transform=\"matrix(-1 0 0 -1 258.8 38)\" />\n <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)\" />\n <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)\" />\n\n <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)\" />\n <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)\" />\n <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)\" />\n <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)\" />\n </g>\n <g opacity=\"0\" transform=\"translate(17 242)\">\n <path id=\"EDGES-l9-o0\" href=\"#sticker\" style=\"fill: limegreen\" />\n <path id=\"CENTERS-l9-o0\" href=\"#sticker\" style=\"fill: limegreen\" />\n <path id=\"CENTERS-l8-o0\" href=\"#sticker\" style=\"fill: limegreen\" />\n <path id=\"EDGES-l5-o0\" href=\"#sticker\" style=\"fill: limegreen\" />\n <path id=\"EDGES-l11-o0\" href=\"#sticker\" style=\"fill: limegreen\" />\n <path id=\"CENTERS-l11-o0\" href=\"#sticker\" style=\"fill: limegreen\" />\n <path id=\"CENTERS-l10-o0\" href=\"#sticker\" style=\"fill: limegreen\" />\n <path id=\"EDGES-l15-o0\" href=\"#sticker\" style=\"fill: limegreen\" />\n <path id=\"CORNERS-l4-o1\" href=\"#sticker\" style=\"fill: limegreen\" />\n <path id=\"EDGES-l10-o1\" href=\"#sticker\" style=\"fill: limegreen\" />\n <path id=\"EDGES-l20-o1\" href=\"#sticker\" style=\"fill: limegreen\" />\n <path id=\"CORNERS-l5-o2\" href=\"#sticker\" style=\"fill: limegreen\" />\n\n <path id=\"CORNERS-l5-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"EDGES-l20-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"EDGES-l10-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"CORNERS-l4-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"EDGES-l21-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"CENTERS-l21-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"CENTERS-l20-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"EDGES-l6-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"EDGES-l23-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"CENTERS-l23-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"CENTERS-l22-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"EDGES-l14-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"CORNERS-l7-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"EDGES-l22-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"EDGES-l18-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <path id=\"CORNERS-l6-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n\n <path id=\"EDGES-l5-o1\" href=\"#sticker\" style=\"fill: orange\" />\n <path id=\"EDGES-l11-o1\" href=\"#sticker\" style=\"fill: orange\" />\n <path id=\"CORNERS-l5-o1\" href=\"#sticker\" style=\"fill: orange\" />\n <path id=\"EDGES-l6-o1\" href=\"#sticker\" style=\"fill: orange\" />\n <path id=\"CENTERS-l6-o0\" href=\"#sticker\" style=\"fill: orange\" />\n <path id=\"CENTERS-l5-o0\" href=\"#sticker\" style=\"fill: orange\" />\n <path id=\"CENTERS-l4-o0\" href=\"#sticker\" style=\"fill: orange\" />\n <path id=\"CENTERS-l7-o0\" href=\"#sticker\" style=\"fill: orange\" />\n <path id=\"EDGES-l23-o1\" href=\"#sticker\" style=\"fill: orange\" />\n <path id=\"CORNERS-l6-o2\" href=\"#sticker\" style=\"fill: orange\" />\n <path id=\"EDGES-l7-o1\" href=\"#sticker\" style=\"fill: orange\" />\n <path id=\"EDGES-l17-o1\" href=\"#sticker\" style=\"fill: orange\" />\n\n <path id=\"CORNERS-l6-o1\" href=\"#sticker\" style=\"fill: #26f\" />\n <path id=\"EDGES-l18-o1\" href=\"#sticker\" style=\"fill: #26f\" />\n <path id=\"EDGES-l22-o1\" href=\"#sticker\" style=\"fill: #26f\" />\n <path id=\"CORNERS-l7-o2\" href=\"#sticker\" style=\"fill: #26f\" />\n <path id=\"EDGES-l19-o0\" href=\"#sticker\" style=\"fill: #26f\" />\n <path id=\"CENTERS-l19-o0\" href=\"#sticker\" style=\"fill: #26f\" />\n <path id=\"CENTERS-l18-o0\" href=\"#sticker\" style=\"fill: #26f\" />\n <path id=\"EDGES-l7-o0\" href=\"#sticker\" style=\"fill: #26f\" />\n <path id=\"EDGES-l17-o0\" href=\"#sticker\" style=\"fill: #26f\" />\n <path id=\"CENTERS-l17-o0\" href=\"#sticker\" style=\"fill: #26f\" />\n <path id=\"CENTERS-l16-o0\" href=\"#sticker\" style=\"fill: #26f\" />\n <path id=\"EDGES-l13-o0\" href=\"#sticker\" style=\"fill: #26f\" />\n\n <path id=\"CORNERS-l4-o2\" href=\"#sticker\" style=\"fill: red\" />\n <path id=\"EDGES-l15-o1\" href=\"#sticker\" style=\"fill: red\" />\n <path id=\"EDGES-l9-o1\" href=\"#sticker\" style=\"fill: red\" />\n <path id=\"CENTERS-l12-o0\" href=\"#sticker\" style=\"fill: red\" />\n <path id=\"CENTERS-l15-o0\" href=\"#sticker\" style=\"fill: red\" />\n <path id=\"EDGES-l21-o1\" href=\"#sticker\" style=\"fill: red\" />\n <path id=\"EDGES-l14-o1\" href=\"#sticker\" style=\"fill: red\" />\n <path id=\"CENTERS-l14-o0\" href=\"#sticker\" style=\"fill: red\" />\n <path id=\"CENTERS-l13-o0\" href=\"#sticker\" style=\"fill: red\" />\n <path id=\"EDGES-l13-o1\" href=\"#sticker\" style=\"fill: red\" />\n <path id=\"EDGES-l19-o1\" href=\"#sticker\" style=\"fill: red\" />\n <path id=\"CORNERS-l7-o1\" href=\"#sticker\" style=\"fill: red\" />\n </g>\n </g>\n</svg>`;\n"],
|
|
5
|
+
"mappings": ";AAAO,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;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,277 @@
|
|
|
1
|
+
// src/cubing/puzzles/implementations/dynamic/5x5x5/5x5x5-ll.kpuzzle.svg.ts
|
|
2
|
+
var cube5x5x5LLSVG = `<?xml version="1.0" encoding="UTF-8"?>
|
|
3
|
+
<svg width="304px" height="304px" viewBox="-32 -32 304 304" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
4
|
+
<title>5x5x5 LL</title>
|
|
5
|
+
<defs>
|
|
6
|
+
<g id="sticker">
|
|
7
|
+
<rect x="-10" y="-10" width="1" height="1"/>
|
|
8
|
+
</g>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="5x5x5-LL" stroke="#000000" stroke-width="3" stroke-linejoin="round">
|
|
11
|
+
<!-- U -->
|
|
12
|
+
<rect id="CORNERS-l2-o0" style="fill: white" x="0" y="0" width="48" height="48"/>
|
|
13
|
+
<rect id="EDGES-l0-o0" style="fill: white" x="48" y="0" width="48" height="48"/>
|
|
14
|
+
<rect id="EDGES2-l9-o0" style="fill: white" x="96" y="0" width="48" height="48"/>
|
|
15
|
+
<rect id="EDGES-l16-o0" style="fill: white" x="144" y="0" width="48" height="48"/>
|
|
16
|
+
<rect id="CORNERS-l1-o0" style="fill: white" x="192" y="0" width="48" height="48"/>
|
|
17
|
+
|
|
18
|
+
<rect id="EDGES-l4-o0" style="fill: white" x="0" y="48" width="48" height="48"/>
|
|
19
|
+
<rect id="CENTERS2-l0-o0" style="fill: white" x="48" y="48" width="48" height="48"/>
|
|
20
|
+
<rect id="CENTERS-l0-o0" style="fill: white" x="96" y="48" width="48" height="48"/>
|
|
21
|
+
<rect id="CENTERS2-l1-o0" style="fill: white" x="144" y="48" width="48" height="48"/>
|
|
22
|
+
<rect id="EDGES-l1-o0" style="fill: white" x="192" y="48" width="48" height="48"/>
|
|
23
|
+
|
|
24
|
+
<rect id="EDGES2-l8-o0" style="fill: white" x="0" y="96" width="48" height="48"/>
|
|
25
|
+
<rect id="CENTERS-l3-o0" style="fill: white" x="48" y="96" width="48" height="48"/>
|
|
26
|
+
<rect id="CENTERS3-l3-o0" style="fill: white" x="96" y="96" width="48" height="48"/>
|
|
27
|
+
<rect id="CENTERS3-l3-o1" style="fill: white" x="96" y="96" width="48" height="48"/>
|
|
28
|
+
<rect id="CENTERS3-l3-o2" style="fill: white" x="96" y="96" width="48" height="48"/>
|
|
29
|
+
<rect id="CENTERS3-l3-o3" style="fill: white" x="96" y="96" width="48" height="48"/>
|
|
30
|
+
<rect id="CENTERS-l1-o0" style="fill: white" x="144" y="96" width="48" height="48"/>
|
|
31
|
+
<rect id="EDGES2-l6-o0" style="fill: white" x="192" y="96" width="48" height="48"/>
|
|
32
|
+
|
|
33
|
+
<rect id="EDGES-l3-o0" style="fill: white" x="0" y="144" width="48" height="48"/>
|
|
34
|
+
<rect id="CENTERS2-l3-o0" style="fill: white" x="48" y="144" width="48" height="48"/>
|
|
35
|
+
<rect id="CENTERS-l2-o0" style="fill: white" x="96" y="144" width="48" height="48"/>
|
|
36
|
+
<rect id="CENTERS2-l2-o0" style="fill: white" x="144" y="144" width="48" height="48"/>
|
|
37
|
+
<rect id="EDGES-l12-o0" style="fill: white" x="192" y="144" width="48" height="48"/>
|
|
38
|
+
|
|
39
|
+
<rect id="CORNERS-l3-o0" style="fill: white" x="0" y="192" width="48" height="48"/>
|
|
40
|
+
<rect id="EDGES-l8-o0" style="fill: white" x="48" y="192" width="48" height="48"/>
|
|
41
|
+
<rect id="EDGES2-l11-o0" style="fill: white" x="96" y="192" width="48" height="48"/>
|
|
42
|
+
<rect id="EDGES-l2-o0" style="fill: white" x="144" y="192" width="48" height="48"/>
|
|
43
|
+
<rect id="CORNERS-l0-o0" style="fill: white" x="192" y="192" width="48" height="48"/>
|
|
44
|
+
|
|
45
|
+
<!-- B -->
|
|
46
|
+
<polygon id="CORNERS-l2-o2" style="fill: #26f" points="0,0 48,0 48,-21 -21,-21"/>
|
|
47
|
+
<polygon id="EDGES-l0-o1" style="fill: #26f" points="48,0 96,0 96,-21 48,-21"/>
|
|
48
|
+
<polygon id="EDGES2-l9-o1" style="fill: #26f" points="96,0 144,0 144,-21 96,-21"/>
|
|
49
|
+
<polygon id="EDGES-l16-o1" style="fill: #26f" points="144,0 192,0 192,-21 144,-21"/>
|
|
50
|
+
<polygon id="CORNERS-l1-o1" style="fill: #26f" points="192,0 240,0 261,-21 192,-21"/>
|
|
51
|
+
|
|
52
|
+
<!-- L -->
|
|
53
|
+
<polygon id="CORNERS-l2-o1" style="fill: orange" points="0,0 0,48 -21,48 -21,-21"/>
|
|
54
|
+
<polygon id="EDGES-l4-o1" style="fill: orange" points="0,48 0,96 -21,96 -21,48"/>
|
|
55
|
+
<polygon id="EDGES2-l8-o1" style="fill: orange" points="0,96 0,144 -21,144 -21,96"/>
|
|
56
|
+
<polygon id="EDGES-l3-o1" style="fill: orange" points="0,144 0,192 -21,192 -21,144"/>
|
|
57
|
+
<polygon id="CORNERS-l3-o2" style="fill: orange" points="0,192 0,240 -21,261 -21,192"/>
|
|
58
|
+
|
|
59
|
+
<!-- R -->
|
|
60
|
+
<polygon id="CORNERS-l1-o2" style="fill: red" points="240,0 240,48 261,48 261,-21"/>
|
|
61
|
+
<polygon id="EDGES-l1-o1" style="fill: red" points="240,48 240,96 261,96 261,48"/>
|
|
62
|
+
<polygon id="EDGES2-l6-o1" style="fill: red" points="240,96 240,144 261,144 261,96"/>
|
|
63
|
+
<polygon id="EDGES-l12-o1" style="fill: red" points="240,144 240,192 261,192 261,144"/>
|
|
64
|
+
<polygon id="CORNERS-l0-o1" style="fill: red" points="240,192 240,240 261,261 261,192"/>
|
|
65
|
+
|
|
66
|
+
<!-- F -->
|
|
67
|
+
<polygon id="CORNERS-l3-o1" style="fill: limegreen" points="0,240 48,240 48,261 -21,261"/>
|
|
68
|
+
<polygon id="EDGES-l8-o1" style="fill: limegreen" points="48,240 96,240 96,261 48,261"/>
|
|
69
|
+
<polygon id="EDGES2-l11-o1" style="fill: limegreen" points="96,240 144,240 144,261 96,261"/>
|
|
70
|
+
<polygon id="EDGES-l2-o1" style="fill: limegreen" points="144,240 192,240 192,261 144,261"/>
|
|
71
|
+
<polygon id="CORNERS-l0-o2" style="fill: limegreen" points="192,240 240,240 261,261 192,261"/>
|
|
72
|
+
</g>
|
|
73
|
+
<g style="opacity: 0">
|
|
74
|
+
<!-- CORNERS -->
|
|
75
|
+
<use id="CORNERS-l4-o0" href="#sticker" style="fill: yellow"/>
|
|
76
|
+
<use id="CORNERS-l4-o1" href="#sticker" style="fill: limegreen"/>
|
|
77
|
+
<use id="CORNERS-l4-o2" href="#sticker" style="fill: red"/>
|
|
78
|
+
|
|
79
|
+
<use id="CORNERS-l5-o0" href="#sticker" style="fill: yellow"/>
|
|
80
|
+
<use id="CORNERS-l5-o1" href="#sticker" style="fill: orange"/>
|
|
81
|
+
<use id="CORNERS-l5-o2" href="#sticker" style="fill: limegreen"/>
|
|
82
|
+
|
|
83
|
+
<use id="CORNERS-l6-o0" href="#sticker" style="fill: yellow"/>
|
|
84
|
+
<use id="CORNERS-l6-o1" href="#sticker" style="fill: #26f"/>
|
|
85
|
+
<use id="CORNERS-l6-o2" href="#sticker" style="fill: orange"/>
|
|
86
|
+
|
|
87
|
+
<use id="CORNERS-l7-o0" href="#sticker" style="fill: yellow"/>
|
|
88
|
+
<use id="CORNERS-l7-o1" href="#sticker" style="fill: red"/>
|
|
89
|
+
<use id="CORNERS-l7-o2" href="#sticker" style="fill: #26f"/>
|
|
90
|
+
|
|
91
|
+
<!-- EDGES -->
|
|
92
|
+
<use id="EDGES-l5-o0" href="#sticker" style="fill: limegreen"/>
|
|
93
|
+
<use id="EDGES-l5-o1" href="#sticker" style="fill: orange"/>
|
|
94
|
+
|
|
95
|
+
<use id="EDGES-l6-o0" href="#sticker" style="fill: yellow"/>
|
|
96
|
+
<use id="EDGES-l6-o1" href="#sticker" style="fill: orange"/>
|
|
97
|
+
|
|
98
|
+
<use id="EDGES-l7-o0" href="#sticker" style="fill: #26f"/>
|
|
99
|
+
<use id="EDGES-l7-o1" href="#sticker" style="fill: orange"/>
|
|
100
|
+
|
|
101
|
+
<use id="EDGES-l9-o0" href="#sticker" style="fill: limegreen"/>
|
|
102
|
+
<use id="EDGES-l9-o1" href="#sticker" style="fill: red"/>
|
|
103
|
+
|
|
104
|
+
<use id="EDGES-l10-o0" href="#sticker" style="fill: yellow"/>
|
|
105
|
+
<use id="EDGES-l10-o1" href="#sticker" style="fill: limegreen"/>
|
|
106
|
+
|
|
107
|
+
<use id="EDGES-l11-o0" href="#sticker" style="fill: limegreen"/>
|
|
108
|
+
<use id="EDGES-l11-o1" href="#sticker" style="fill: orange"/>
|
|
109
|
+
|
|
110
|
+
<use id="EDGES-l13-o0" href="#sticker" style="fill: #26f"/>
|
|
111
|
+
<use id="EDGES-l13-o1" href="#sticker" style="fill: red"/>
|
|
112
|
+
|
|
113
|
+
<use id="EDGES-l14-o0" href="#sticker" style="fill: yellow"/>
|
|
114
|
+
<use id="EDGES-l14-o1" href="#sticker" style="fill: red"/>
|
|
115
|
+
|
|
116
|
+
<use id="EDGES-l15-o0" href="#sticker" style="fill: limegreen"/>
|
|
117
|
+
<use id="EDGES-l15-o1" href="#sticker" style="fill: red"/>
|
|
118
|
+
|
|
119
|
+
<use id="EDGES-l17-o0" href="#sticker" style="fill: #26f"/>
|
|
120
|
+
<use id="EDGES-l17-o1" href="#sticker" style="fill: orange"/>
|
|
121
|
+
|
|
122
|
+
<use id="EDGES-l18-o0" href="#sticker" style="fill: yellow"/>
|
|
123
|
+
<use id="EDGES-l18-o1" href="#sticker" style="fill: #26f"/>
|
|
124
|
+
|
|
125
|
+
<use id="EDGES-l19-o0" href="#sticker" style="fill: #26f"/>
|
|
126
|
+
<use id="EDGES-l19-o1" href="#sticker" style="fill: red"/>
|
|
127
|
+
|
|
128
|
+
<use id="EDGES-l20-o0" href="#sticker" style="fill: yellow"/>
|
|
129
|
+
<use id="EDGES-l20-o1" href="#sticker" style="fill: limegreen"/>
|
|
130
|
+
|
|
131
|
+
<use id="EDGES-l21-o0" href="#sticker" style="fill: yellow"/>
|
|
132
|
+
<use id="EDGES-l21-o1" href="#sticker" style="fill: red"/>
|
|
133
|
+
|
|
134
|
+
<use id="EDGES-l22-o0" href="#sticker" style="fill: yellow"/>
|
|
135
|
+
<use id="EDGES-l22-o1" href="#sticker" style="fill: #26f"/>
|
|
136
|
+
|
|
137
|
+
<use id="EDGES-l23-o0" href="#sticker" style="fill: yellow"/>
|
|
138
|
+
<use id="EDGES-l23-o1" href="#sticker" style="fill: orange"/>
|
|
139
|
+
|
|
140
|
+
<!-- EDGES2 -->
|
|
141
|
+
<use id="EDGES2-l0-o0" href="#sticker" style="fill: yellow"/>
|
|
142
|
+
<use id="EDGES2-l0-o1" href="#sticker" style="fill: limegreen"/>
|
|
143
|
+
|
|
144
|
+
<use id="EDGES2-l1-o0" href="#sticker" style="fill: limegreen"/>
|
|
145
|
+
<use id="EDGES2-l1-o1" href="#sticker" style="fill: orange"/>
|
|
146
|
+
|
|
147
|
+
<use id="EDGES2-l2-o0" href="#sticker" style="fill: yellow"/>
|
|
148
|
+
<use id="EDGES2-l2-o1" href="#sticker" style="fill: red"/>
|
|
149
|
+
|
|
150
|
+
<use id="EDGES2-l3-o0" href="#sticker" style="fill: yellow"/>
|
|
151
|
+
<use id="EDGES2-l3-o1" href="#sticker" style="fill: #26f"/>
|
|
152
|
+
|
|
153
|
+
<use id="EDGES2-l4-o0" href="#sticker" style="fill: limegreen"/>
|
|
154
|
+
<use id="EDGES2-l4-o1" href="#sticker" style="fill: red"/>
|
|
155
|
+
|
|
156
|
+
<use id="EDGES2-l5-o0" href="#sticker" style="fill: yellow"/>
|
|
157
|
+
<use id="EDGES2-l5-o1" href="#sticker" style="fill: orange"/>
|
|
158
|
+
|
|
159
|
+
<use id="EDGES2-l7-o0" href="#sticker" style="fill: #26f"/>
|
|
160
|
+
<use id="EDGES2-l7-o1" href="#sticker" style="fill: red"/>
|
|
161
|
+
|
|
162
|
+
<use id="EDGES2-l10-o0" href="#sticker" style="fill: #26f"/>
|
|
163
|
+
<use id="EDGES2-l10-o1" href="#sticker" style="fill: orange"/>
|
|
164
|
+
|
|
165
|
+
<!-- CENTERS -->
|
|
166
|
+
<use id="CENTERS-l4-o0" href="#sticker" style="fill: orange"/>
|
|
167
|
+
|
|
168
|
+
<use id="CENTERS-l5-o0" href="#sticker" style="fill: orange"/>
|
|
169
|
+
|
|
170
|
+
<use id="CENTERS-l6-o0" href="#sticker" style="fill: orange"/>
|
|
171
|
+
|
|
172
|
+
<use id="CENTERS-l7-o0" href="#sticker" style="fill: orange"/>
|
|
173
|
+
|
|
174
|
+
<use id="CENTERS-l8-o0" href="#sticker" style="fill: limegreen"/>
|
|
175
|
+
|
|
176
|
+
<use id="CENTERS-l9-o0" href="#sticker" style="fill: limegreen"/>
|
|
177
|
+
|
|
178
|
+
<use id="CENTERS-l10-o0" href="#sticker" style="fill: limegreen"/>
|
|
179
|
+
|
|
180
|
+
<use id="CENTERS-l11-o0" href="#sticker" style="fill: limegreen"/>
|
|
181
|
+
|
|
182
|
+
<use id="CENTERS-l12-o0" href="#sticker" style="fill: red"/>
|
|
183
|
+
|
|
184
|
+
<use id="CENTERS-l13-o0" href="#sticker" style="fill: red"/>
|
|
185
|
+
|
|
186
|
+
<use id="CENTERS-l14-o0" href="#sticker" style="fill: red"/>
|
|
187
|
+
|
|
188
|
+
<use id="CENTERS-l15-o0" href="#sticker" style="fill: red"/>
|
|
189
|
+
|
|
190
|
+
<use id="CENTERS-l16-o0" href="#sticker" style="fill: #26f"/>
|
|
191
|
+
|
|
192
|
+
<use id="CENTERS-l17-o0" href="#sticker" style="fill: #26f"/>
|
|
193
|
+
|
|
194
|
+
<use id="CENTERS-l18-o0" href="#sticker" style="fill: #26f"/>
|
|
195
|
+
|
|
196
|
+
<use id="CENTERS-l19-o0" href="#sticker" style="fill: #26f"/>
|
|
197
|
+
|
|
198
|
+
<use id="CENTERS-l20-o0" href="#sticker" style="fill: yellow"/>
|
|
199
|
+
|
|
200
|
+
<use id="CENTERS-l21-o0" href="#sticker" style="fill: yellow"/>
|
|
201
|
+
|
|
202
|
+
<use id="CENTERS-l22-o0" href="#sticker" style="fill: yellow"/>
|
|
203
|
+
|
|
204
|
+
<use id="CENTERS-l23-o0" href="#sticker" style="fill: yellow"/>
|
|
205
|
+
|
|
206
|
+
<!-- CENTERS2 -->
|
|
207
|
+
<use id="CENTERS2-l4-o0" href="#sticker" style="fill: orange"/>
|
|
208
|
+
|
|
209
|
+
<use id="CENTERS2-l5-o0" href="#sticker" style="fill: orange"/>
|
|
210
|
+
|
|
211
|
+
<use id="CENTERS2-l6-o0" href="#sticker" style="fill: orange"/>
|
|
212
|
+
|
|
213
|
+
<use id="CENTERS2-l7-o0" href="#sticker" style="fill: orange"/>
|
|
214
|
+
|
|
215
|
+
<use id="CENTERS2-l8-o0" href="#sticker" style="fill: limegreen"/>
|
|
216
|
+
|
|
217
|
+
<use id="CENTERS2-l9-o0" href="#sticker" style="fill: limegreen"/>
|
|
218
|
+
|
|
219
|
+
<use id="CENTERS2-l10-o0" href="#sticker" style="fill: limegreen"/>
|
|
220
|
+
|
|
221
|
+
<use id="CENTERS2-l11-o0" href="#sticker" style="fill: limegreen"/>
|
|
222
|
+
|
|
223
|
+
<use id="CENTERS2-l12-o0" href="#sticker" style="fill: red"/>
|
|
224
|
+
|
|
225
|
+
<use id="CENTERS2-l13-o0" href="#sticker" style="fill: red"/>
|
|
226
|
+
|
|
227
|
+
<use id="CENTERS2-l14-o0" href="#sticker" style="fill: red"/>
|
|
228
|
+
|
|
229
|
+
<use id="CENTERS2-l15-o0" href="#sticker" style="fill: red"/>
|
|
230
|
+
|
|
231
|
+
<use id="CENTERS2-l16-o0" href="#sticker" style="fill: #26f"/>
|
|
232
|
+
|
|
233
|
+
<use id="CENTERS2-l17-o0" href="#sticker" style="fill: #26f"/>
|
|
234
|
+
|
|
235
|
+
<use id="CENTERS2-l18-o0" href="#sticker" style="fill: #26f"/>
|
|
236
|
+
|
|
237
|
+
<use id="CENTERS2-l19-o0" href="#sticker" style="fill: #26f"/>
|
|
238
|
+
|
|
239
|
+
<use id="CENTERS2-l20-o0" href="#sticker" style="fill: yellow"/>
|
|
240
|
+
|
|
241
|
+
<use id="CENTERS2-l21-o0" href="#sticker" style="fill: yellow"/>
|
|
242
|
+
|
|
243
|
+
<use id="CENTERS2-l22-o0" href="#sticker" style="fill: yellow"/>
|
|
244
|
+
|
|
245
|
+
<use id="CENTERS2-l23-o0" href="#sticker" style="fill: yellow"/>
|
|
246
|
+
|
|
247
|
+
<!-- CENTERS3 -->
|
|
248
|
+
<use id="CENTERS3-l0-o0" href="#sticker" style="fill: limegreen"/>
|
|
249
|
+
<use id="CENTERS3-l0-o1" href="#sticker" style="fill: limegreen"/>
|
|
250
|
+
<use id="CENTERS3-l0-o2" href="#sticker" style="fill: limegreen"/>
|
|
251
|
+
<use id="CENTERS3-l0-o3" href="#sticker" style="fill: limegreen"/>
|
|
252
|
+
|
|
253
|
+
<use id="CENTERS3-l1-o0" href="#sticker" style="fill: red"/>
|
|
254
|
+
<use id="CENTERS3-l1-o1" href="#sticker" style="fill: red"/>
|
|
255
|
+
<use id="CENTERS3-l1-o2" href="#sticker" style="fill: red"/>
|
|
256
|
+
<use id="CENTERS3-l1-o3" href="#sticker" style="fill: red"/>
|
|
257
|
+
|
|
258
|
+
<use id="CENTERS3-l2-o0" href="#sticker" style="fill: yellow"/>
|
|
259
|
+
<use id="CENTERS3-l2-o1" href="#sticker" style="fill: yellow"/>
|
|
260
|
+
<use id="CENTERS3-l2-o2" href="#sticker" style="fill: yellow"/>
|
|
261
|
+
<use id="CENTERS3-l2-o3" href="#sticker" style="fill: yellow"/>
|
|
262
|
+
|
|
263
|
+
<use id="CENTERS3-l4-o0" href="#sticker" style="fill: orange"/>
|
|
264
|
+
<use id="CENTERS3-l4-o1" href="#sticker" style="fill: orange"/>
|
|
265
|
+
<use id="CENTERS3-l4-o2" href="#sticker" style="fill: orange"/>
|
|
266
|
+
<use id="CENTERS3-l4-o3" href="#sticker" style="fill: orange"/>
|
|
267
|
+
|
|
268
|
+
<use id="CENTERS3-l5-o0" href="#sticker" style="fill: #26f"/>
|
|
269
|
+
<use id="CENTERS3-l5-o1" href="#sticker" style="fill: #26f"/>
|
|
270
|
+
<use id="CENTERS3-l5-o2" href="#sticker" style="fill: #26f"/>
|
|
271
|
+
<use id="CENTERS3-l5-o3" href="#sticker" style="fill: #26f"/>
|
|
272
|
+
</g>
|
|
273
|
+
</svg>`;
|
|
274
|
+
export {
|
|
275
|
+
cube5x5x5LLSVG
|
|
276
|
+
};
|
|
277
|
+
//# sourceMappingURL=puzzles-dynamic-5x5x5-JUNRX27W.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/cubing/puzzles/implementations/dynamic/5x5x5/5x5x5-ll.kpuzzle.svg.ts"],
|
|
4
|
+
"sourcesContent": ["export const cube5x5x5LLSVG = `<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg width=\"304px\" height=\"304px\" viewBox=\"-32 -32 304 304\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n <title>5x5x5 LL</title>\n <defs>\n <g id=\"sticker\">\n <rect x=\"-10\" y=\"-10\" width=\"1\" height=\"1\"/>\n </g>\n </defs>\n <g id=\"5x5x5-LL\" stroke=\"#000000\" stroke-width=\"3\" stroke-linejoin=\"round\">\n <!-- U -->\n <rect id=\"CORNERS-l2-o0\" style=\"fill: white\" x=\"0\" y=\"0\" width=\"48\" height=\"48\"/>\n <rect id=\"EDGES-l0-o0\" style=\"fill: white\" x=\"48\" y=\"0\" width=\"48\" height=\"48\"/>\n <rect id=\"EDGES2-l9-o0\" style=\"fill: white\" x=\"96\" y=\"0\" width=\"48\" height=\"48\"/>\n <rect id=\"EDGES-l16-o0\" style=\"fill: white\" x=\"144\" y=\"0\" width=\"48\" height=\"48\"/>\n <rect id=\"CORNERS-l1-o0\" style=\"fill: white\" x=\"192\" y=\"0\" width=\"48\" height=\"48\"/>\n\n <rect id=\"EDGES-l4-o0\" style=\"fill: white\" x=\"0\" y=\"48\" width=\"48\" height=\"48\"/>\n <rect id=\"CENTERS2-l0-o0\" style=\"fill: white\" x=\"48\" y=\"48\" width=\"48\" height=\"48\"/>\n <rect id=\"CENTERS-l0-o0\" style=\"fill: white\" x=\"96\" y=\"48\" width=\"48\" height=\"48\"/>\n <rect id=\"CENTERS2-l1-o0\" style=\"fill: white\" x=\"144\" y=\"48\" width=\"48\" height=\"48\"/>\n <rect id=\"EDGES-l1-o0\" style=\"fill: white\" x=\"192\" y=\"48\" width=\"48\" height=\"48\"/>\n\n <rect id=\"EDGES2-l8-o0\" style=\"fill: white\" x=\"0\" y=\"96\" width=\"48\" height=\"48\"/>\n <rect id=\"CENTERS-l3-o0\" style=\"fill: white\" x=\"48\" y=\"96\" width=\"48\" height=\"48\"/>\n <rect id=\"CENTERS3-l3-o0\" style=\"fill: white\" x=\"96\" y=\"96\" width=\"48\" height=\"48\"/>\n <rect id=\"CENTERS3-l3-o1\" style=\"fill: white\" x=\"96\" y=\"96\" width=\"48\" height=\"48\"/>\n <rect id=\"CENTERS3-l3-o2\" style=\"fill: white\" x=\"96\" y=\"96\" width=\"48\" height=\"48\"/>\n <rect id=\"CENTERS3-l3-o3\" style=\"fill: white\" x=\"96\" y=\"96\" width=\"48\" height=\"48\"/>\n <rect id=\"CENTERS-l1-o0\" style=\"fill: white\" x=\"144\" y=\"96\" width=\"48\" height=\"48\"/>\n <rect id=\"EDGES2-l6-o0\" style=\"fill: white\" x=\"192\" y=\"96\" width=\"48\" height=\"48\"/>\n\n <rect id=\"EDGES-l3-o0\" style=\"fill: white\" x=\"0\" y=\"144\" width=\"48\" height=\"48\"/>\n <rect id=\"CENTERS2-l3-o0\" style=\"fill: white\" x=\"48\" y=\"144\" width=\"48\" height=\"48\"/>\n <rect id=\"CENTERS-l2-o0\" style=\"fill: white\" x=\"96\" y=\"144\" width=\"48\" height=\"48\"/>\n <rect id=\"CENTERS2-l2-o0\" style=\"fill: white\" x=\"144\" y=\"144\" width=\"48\" height=\"48\"/>\n <rect id=\"EDGES-l12-o0\" style=\"fill: white\" x=\"192\" y=\"144\" width=\"48\" height=\"48\"/>\n\n <rect id=\"CORNERS-l3-o0\" style=\"fill: white\" x=\"0\" y=\"192\" width=\"48\" height=\"48\"/>\n <rect id=\"EDGES-l8-o0\" style=\"fill: white\" x=\"48\" y=\"192\" width=\"48\" height=\"48\"/>\n <rect id=\"EDGES2-l11-o0\" style=\"fill: white\" x=\"96\" y=\"192\" width=\"48\" height=\"48\"/>\n <rect id=\"EDGES-l2-o0\" style=\"fill: white\" x=\"144\" y=\"192\" width=\"48\" height=\"48\"/>\n <rect id=\"CORNERS-l0-o0\" style=\"fill: white\" x=\"192\" y=\"192\" width=\"48\" height=\"48\"/>\n\n <!-- B -->\n <polygon id=\"CORNERS-l2-o2\" style=\"fill: #26f\" points=\"0,0 48,0 48,-21 -21,-21\"/>\n <polygon id=\"EDGES-l0-o1\" style=\"fill: #26f\" points=\"48,0 96,0 96,-21 48,-21\"/>\n <polygon id=\"EDGES2-l9-o1\" style=\"fill: #26f\" points=\"96,0 144,0 144,-21 96,-21\"/>\n <polygon id=\"EDGES-l16-o1\" style=\"fill: #26f\" points=\"144,0 192,0 192,-21 144,-21\"/>\n <polygon id=\"CORNERS-l1-o1\" style=\"fill: #26f\" points=\"192,0 240,0 261,-21 192,-21\"/>\n\n <!-- L -->\n <polygon id=\"CORNERS-l2-o1\" style=\"fill: orange\" points=\"0,0 0,48 -21,48 -21,-21\"/>\n <polygon id=\"EDGES-l4-o1\" style=\"fill: orange\" points=\"0,48 0,96 -21,96 -21,48\"/>\n <polygon id=\"EDGES2-l8-o1\" style=\"fill: orange\" points=\"0,96 0,144 -21,144 -21,96\"/>\n <polygon id=\"EDGES-l3-o1\" style=\"fill: orange\" points=\"0,144 0,192 -21,192 -21,144\"/>\n <polygon id=\"CORNERS-l3-o2\" style=\"fill: orange\" points=\"0,192 0,240 -21,261 -21,192\"/>\n\n <!-- R -->\n <polygon id=\"CORNERS-l1-o2\" style=\"fill: red\" points=\"240,0 240,48 261,48 261,-21\"/>\n <polygon id=\"EDGES-l1-o1\" style=\"fill: red\" points=\"240,48 240,96 261,96 261,48\"/>\n <polygon id=\"EDGES2-l6-o1\" style=\"fill: red\" points=\"240,96 240,144 261,144 261,96\"/>\n <polygon id=\"EDGES-l12-o1\" style=\"fill: red\" points=\"240,144 240,192 261,192 261,144\"/>\n <polygon id=\"CORNERS-l0-o1\" style=\"fill: red\" points=\"240,192 240,240 261,261 261,192\"/>\n\n <!-- F -->\n <polygon id=\"CORNERS-l3-o1\" style=\"fill: limegreen\" points=\"0,240 48,240 48,261 -21,261\"/>\n <polygon id=\"EDGES-l8-o1\" style=\"fill: limegreen\" points=\"48,240 96,240 96,261 48,261\"/>\n <polygon id=\"EDGES2-l11-o1\" style=\"fill: limegreen\" points=\"96,240 144,240 144,261 96,261\"/>\n <polygon id=\"EDGES-l2-o1\" style=\"fill: limegreen\" points=\"144,240 192,240 192,261 144,261\"/>\n <polygon id=\"CORNERS-l0-o2\" style=\"fill: limegreen\" points=\"192,240 240,240 261,261 192,261\"/>\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-l5-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"EDGES-l5-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"EDGES-l6-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l6-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"EDGES-l7-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"EDGES-l7-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"EDGES-l9-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"EDGES-l9-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l10-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l10-o1\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"EDGES-l11-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"EDGES-l11-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"EDGES-l13-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"EDGES-l13-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l14-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l14-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l15-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"EDGES-l15-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l17-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"EDGES-l17-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"EDGES-l18-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l18-o1\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"EDGES-l19-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"EDGES-l19-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l20-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l20-o1\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"EDGES-l21-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l21-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES-l22-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l22-o1\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"EDGES-l23-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES-l23-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <!-- EDGES2 -->\n <use id=\"EDGES2-l0-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES2-l0-o1\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"EDGES2-l1-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"EDGES2-l1-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"EDGES2-l2-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES2-l2-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES2-l3-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES2-l3-o1\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"EDGES2-l4-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"EDGES2-l4-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES2-l5-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"EDGES2-l5-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"EDGES2-l7-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"EDGES2-l7-o1\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"EDGES2-l10-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"EDGES2-l10-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <!-- CENTERS -->\n <use id=\"CENTERS-l4-o0\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CENTERS-l5-o0\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CENTERS-l6-o0\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CENTERS-l7-o0\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CENTERS-l8-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CENTERS-l9-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CENTERS-l10-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CENTERS-l11-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CENTERS-l12-o0\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CENTERS-l13-o0\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CENTERS-l14-o0\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CENTERS-l15-o0\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CENTERS-l16-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"CENTERS-l17-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"CENTERS-l18-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"CENTERS-l19-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"CENTERS-l20-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n\n <use id=\"CENTERS-l21-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n\n <use id=\"CENTERS-l22-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n\n <use id=\"CENTERS-l23-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n\n <!-- CENTERS2 -->\n <use id=\"CENTERS2-l4-o0\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CENTERS2-l5-o0\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CENTERS2-l6-o0\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CENTERS2-l7-o0\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CENTERS2-l8-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CENTERS2-l9-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CENTERS2-l10-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CENTERS2-l11-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CENTERS2-l12-o0\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CENTERS2-l13-o0\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CENTERS2-l14-o0\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CENTERS2-l15-o0\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CENTERS2-l16-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"CENTERS2-l17-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"CENTERS2-l18-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"CENTERS2-l19-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n\n <use id=\"CENTERS2-l20-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n\n <use id=\"CENTERS2-l21-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n\n <use id=\"CENTERS2-l22-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n\n <use id=\"CENTERS2-l23-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n\n <!-- CENTERS3 -->\n <use id=\"CENTERS3-l0-o0\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"CENTERS3-l0-o1\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"CENTERS3-l0-o2\" href=\"#sticker\" style=\"fill: limegreen\"/>\n <use id=\"CENTERS3-l0-o3\" href=\"#sticker\" style=\"fill: limegreen\"/>\n\n <use id=\"CENTERS3-l1-o0\" href=\"#sticker\" style=\"fill: red\"/>\n <use id=\"CENTERS3-l1-o1\" href=\"#sticker\" style=\"fill: red\"/>\n <use id=\"CENTERS3-l1-o2\" href=\"#sticker\" style=\"fill: red\"/>\n <use id=\"CENTERS3-l1-o3\" href=\"#sticker\" style=\"fill: red\"/>\n\n <use id=\"CENTERS3-l2-o0\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CENTERS3-l2-o1\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CENTERS3-l2-o2\" href=\"#sticker\" style=\"fill: yellow\"/>\n <use id=\"CENTERS3-l2-o3\" href=\"#sticker\" style=\"fill: yellow\"/>\n\n <use id=\"CENTERS3-l4-o0\" href=\"#sticker\" style=\"fill: orange\"/>\n <use id=\"CENTERS3-l4-o1\" href=\"#sticker\" style=\"fill: orange\"/>\n <use id=\"CENTERS3-l4-o2\" href=\"#sticker\" style=\"fill: orange\"/>\n <use id=\"CENTERS3-l4-o3\" href=\"#sticker\" style=\"fill: orange\"/>\n\n <use id=\"CENTERS3-l5-o0\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"CENTERS3-l5-o1\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"CENTERS3-l5-o2\" href=\"#sticker\" style=\"fill: #26f\"/>\n <use id=\"CENTERS3-l5-o3\" href=\"#sticker\" style=\"fill: #26f\"/>\n </g>\n</svg>`;\n"],
|
|
5
|
+
"mappings": ";AAAO,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;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;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
|
+
}
|