Merge pull request #1 from placeAtlas/cleanup

Cleanup
This commit is contained in:
Gab 2022-04-06 20:21:12 -04:00 committed by GitHub
commit 4c37fe553b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 256 additions and 64 deletions

View file

@ -3,6 +3,7 @@
import json
import time
import re
import os
outfile = open('temp_atlas.json', 'w', encoding='utf-8')
failfile = open('manual_atlas.json', 'w', encoding='utf-8')
@ -25,7 +26,9 @@
for item in existing:
existing_ids.append(item['id'])
total_all_flairs = 0
duplicate_count = 0
outfile.write("[\n")
for submission in reddit.subreddit('placeAtlas2').new(limit=2000):
"""
Auth setup
@ -47,10 +50,14 @@
4. Pull Request
"""
#print(dir(submission))
total_all_flairs += 1
if (submission.id in existing_ids):
print("Found first duplicate!")
break
duplicate_count += 1
if (duplicate_count > 10):
break
else:
continue
if(submission.link_flair_text == "New Entry"):
text = submission.selftext
#Old backslash filter:
@ -73,7 +80,7 @@
lines[i] = line.replace("\"id\": 0", "\"id\": "+"\""+str(submission.id)+"\"")
text = "\n".join(lines)
try:
outfile.write(json.dumps(json.loads(text))+",\n")
outfile.write(json.dumps(json.loads(text))+" ,\n")
successcount += 1
except json.JSONDecodeError:
failfile.write(text+",\n")
@ -81,4 +88,10 @@
print("written "+submission.id+" submitted "+str(round(time.time()-submission.created_utc))+" seconds ago")
totalcount += 1
print(f"\n\nSuccess: {successcount}/{totalcount}\nFail: {failcount}/{totalcount}\nPlease check manual_atlas.txt for failed entries to manually resolve.")
# Remove ,\n
outfile.seek(outfile.tell()-4, os.SEEK_SET)
outfile.truncate()
outfile.write("\n]")
print(f"\n\nTotal all flairs:{total_all_flairs}\nSuccess: {successcount}/{totalcount}\nFail: {failcount}/{totalcount}\nPlease check manual_atlas.txt for failed entries to manually resolve.")

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 MiB

After

Width:  |  Height:  |  Size: 1 MiB

View file

@ -271,14 +271,23 @@ async function init(){
initialPinchZoom = zoom;
lastPosition = [x, y];
if(e.deltaY > 0){
zoom = zoom / 2;
} else if(e.deltaY < 0){
zoom = zoom * 2;
// Check if we are zooming by pixels
// https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent/deltaMode
if (e.deltaMode === 0) {
// Scale the pixel delta by the current zoom factor
// We want to zoom faster when closer, and slower when further
// This creates a smoother experience
zoom -= e.deltaY * (0.001 * zoom);
} else {
if(e.deltaY > 0){
zoom = zoom / 2;
} else if(e.deltaY < 0){
zoom = zoom * 2;
}
}
zoom = Math.max(minZoom, Math.min(maxZoom, zoom));

View file

@ -400,7 +400,6 @@
{"id": "twpf4h", "submitted_by": "jetfantastic", "name": "Project+", "description": "The shortened logo of Project+, an overhaul mod for Super Smash Bros. Brawl that adds characters, stages, and revamps both characters and general gameplay. Project+ is a continuation of the brawl mod Project M, which originally disbanded in 2015.", "website": "https://projectplusgame.com", "subreddit": "/r/ssbpm", "center": [810.5, 1981.5], "path": [[803.5, 1975.5], [803.5, 1976.5], [802.5, 1977.5], [802.5, 1979.5], [801.5, 1980.5], [801.5, 1982.5], [800.5, 1983.5], [800.5, 1985.5], [799.5, 1986.5], [799.5, 1988.5], [800.5, 1988.5], [802.5, 1988.5], [803.5, 1987.5], [803.5, 1986.5], [804.5, 1985.5], [804.5, 1983.5], [804.5, 1983.5], [805.5, 1983.5], [806.5, 1983.5], [807.5, 1983.5], [808.5, 1983.5], [809.5, 1983.5], [810.5, 1982.5], [814.5, 1982.5], [814.5, 1983.5], [813.5, 1984.5], [812.5, 1984.5], [812.5, 1987.5], [813.5, 1987.5], [814.5, 1985.5], [817.5, 1985.5], [817.5, 1984.5], [818.5, 1983.5], [818.5, 1982.5], [821.5, 1982.5], [823.5, 1979.5], [819.5, 1979.5], [819.5, 1976.5], [820.5, 1975.5], [820.5, 1974.5], [816.5, 1974.5], [816.5, 1975.5], [815.5, 1976.5], [815.5, 1978.5], [814.5, 1979.5], [811.5, 1979.5], [811.5, 1978.5], [810.5, 1977.5], [810.5, 1976.5], [806.5, 1976.5], [805.5, 1975.5], [804.5, 1975.5]]},
{"id": "twpeu7", "submitted_by": "memer864", "name": "The flag train", "description": "A train with all the flags of dutch province\u2019s", "website": "", "subreddit": "/r/PlaceNL", "center": [1240.5, 7.5], "path": [[1370.5, 13.5], [1368.5, 1.5], [1108.5, 2.5], [1107.5, 13.5]]},
{"id": "twpesa", "submitted_by": "feebl", "name": "Piet Mondriaan", "description": "Pieter Cornelis Mondriaan (7 March 1872 \u2013 1 February 1944), was a Dutch painter and art theoretician who is regarded as one of the greatest artists of the 20th century. He is known for being one of the pioneers of 20th-century abstract art, as he changed his artistic direction from figurative painting to an increasingly abstract style, until he reached a point where his artistic vocabulary was reduced to simple geometric elements.", "website": "", "subreddit": "/r/PlaceNL", "center": [1434.5, 17.5], "path": [[1420.5, 3.5], [1448.5, 3.5], [1448.5, 30.5], [1420.5, 30.5]]},
{"id": "twpeo1", "submitted_by": "GiveMeSomeBEANS", "name": "Frikandel broodje", "description": "a typical dutch snackn2de gratis bij Albert Heijn!", "website": "https://www.ah.nl/producten/product/wi230720/ah-frikandelbroodje", "subreddit": "", "center": [1690.5, 21.5], "path": [[1662.5, 9.5], [1662.5, 33.5], [1718.5, 33.5], [1718.5, 9.5]]},
{"id": "twpelt", "submitted_by": "sad_lagoon", "name": "Fuck NFTs", "description": "enough said", "website": "", "subreddit": "/r/fuckNFTs", "center": [420.5, 1345.5], "path": [[400.5, 1339.5], [441.5, 1339.5], [441.5, 1350.5], [399.5, 1350.5], [399.5, 1339.5]]},
{"id": "twpelq", "submitted_by": "SinisterMJ", "name": "The little Prince", "description": "A book by Antoine de Saint-Exup\u00e9ry", "website": "https://en.wikipedia.org/wiki/The_Little_Prince", "subreddit": "", "center": [155.5, 362.5], "path": [[144.5, 343.5], [141.5, 346.5], [142.5, 354.5], [139.5, 358.5], [136.5, 365.5], [136.5, 374.5], [139.5, 378.5], [145.5, 385.5], [146.5, 385.5], [146.5, 383.5], [145.5, 383.5], [145.5, 380.5], [147.5, 380.5], [147.5, 376.5], [148.5, 376.5], [148.5, 374.5], [149.5, 374.5], [149.5, 366.5], [150.5, 366.5], [150.5, 357.5], [157.5, 357.5], [157.5, 362.5], [151.5, 374.5], [152.5, 374.5], [152.5, 376.5], [153.5, 376.5], [153.5, 380.5], [155.5, 380.5], [155.5, 382.5], [154.5, 382.5], [154.5, 383.5], [153.5, 383.5], [153.5, 386.5], [160.5, 386.5], [163.5, 385.5], [170.5, 377.5], [172.5, 373.5], [172.5, 366.5], [171.5, 361.5], [168.5, 357.5], [166.5, 356.5], [170.5, 353.5], [170.5, 349.5], [168.5, 349.5], [166.5, 353.5], [163.5, 353.5], [163.5, 352.5], [164.5, 351.5], [163.5, 349.5], [161.5, 351.5], [158.5, 348.5], [158.5, 346.5], [159.5, 343.5], [161.5, 345.5], [164.5, 345.5], [165.5, 343.5], [162.5, 341.5], [163.5, 340.5], [164.5, 340.5], [164.5, 339.5], [165.5, 339.5], [167.5, 342.5], [170.5, 340.5], [170.5, 338.5], [166.5, 336.5], [163.5, 336.5], [160.5, 338.5], [157.5, 338.5], [158.5, 337.5], [158.5, 333.5], [157.5, 332.5], [155.5, 332.5], [154.5, 331.5], [153.5, 331.5], [151.5, 333.5], [151.5, 335.5], [152.5, 337.5], [153.5, 339.5], [152.5, 339.5], [152.5, 340.5], [151.5, 341.5], [151.5, 349.5], [150.5, 349.5], [150.5, 351.5], [148.5, 351.5], [148.5, 345.5], [146.5, 343.5]]},
{"id": "twpee3", "submitted_by": "themistik", "name": "Ancienne France", "description": "First french flag and art made by the french reddit community", "website": "https://www.reddit.com/r/placefrance/", "subreddit": "/r/placefrance", "center": [151.5, 414.5], "path": [[132.5, 387.5], [126.5, 387.5], [126.5, 495.5], [174.5, 496.5], [174.5, 389.5], [174.5, 330.5], [134.5, 329.5], [126.5, 329.5], [125.5, 346.5], [133.5, 344.5]]},
@ -913,7 +912,7 @@
{"id": "twlnhq", "submitted_by": "alexspm", "name": "Daft punk french flag", "description": "Made by r/franceplace", "website": "", "subreddit": "/r/franceplace", "center": [1163.5, 777.5], "path": [[1129.5, 730.5], [1129.5, 829.5], [1200.5, 829.5], [1200.5, 744.5], [1175.5, 743.5], [1174.5, 718.5], [1174.5, 717.5], [1173.5, 714.5], [1138.5, 714.5], [1138.5, 724.5], [1129.5, 730.5]]},
{"id": "twlmsz", "submitted_by": "TeHokioi", "name": "K\u0101k\u0101p\u014d", "description": "A large flightless parrot native to New Zealand", "website": "", "subreddit": "/r/NewZealand", "center": [1528.5, 702.5], "path": [[1534.5, 692.5], [1532.5, 692.5], [1529.5, 695.5], [1529.5, 696.5], [1523.5, 702.5], [1522.5, 702.5], [1517.5, 707.5], [1517.5, 710.5], [1520.5, 710.5], [1522.5, 708.5], [1523.5, 708.5], [1524.5, 707.5], [1525.5, 710.5], [1531.5, 710.5], [1531.5, 707.5], [1535.5, 703.5], [1535.5, 697.5], [1536.5, 698.5], [1538.5, 698.5], [1538.5, 695.5], [1537.5, 694.5], [1536.5, 694.5], [1534.5, 692.5]]},
{"id": "twlmav", "submitted_by": "MemoryAggravating694", "name": "Coldplay Section", "description": "A Small depiction of various coldplay albums. From left to right: Viva referenceing Viva la Vida, a song by Coldplay, not an album; A Rush of Blood to the Head (2002), X and Y (2005), Mylo Xyloto (2011), Parachutes (2000)", "website": "", "subreddit": "/r/coldplay", "center": [1724.5, 42.5], "path": [[1695.5, 46.5], [1695.5, 36.5], [1749.5, 35.5], [1748.5, 51.5], [1718.5, 50.5], [1717.5, 46.5]]},
{"id": "twlm3t", "submitted_by": "VermillionOcean", "name": "Madokami", "description": "Goddess version of Kaname Madoka, the titular character of the anime Puella Magi Madoka Magica. The egg like objects at the bottom are the soul gems of Sayaka, Kyouko, Madoka, Mami and Homura respectively.nnPixel art by Xya#9254.", "website": "https://discord.com/invite/madoka", "subreddit": "/r/MadokaMagica", "center": [1705.5, 1947.5], "path": [[1679.5, 1918.5], [1679.5, 1918.5], [1679.5, 1918.5], [1679.5, 1966.5], [1683.5, 1966.5], [1683.5, 1977.5], [1731.5, 1977.5], [1731.5, 1918.5]]},
{"id": "twlm3t", "submitted_by": "chocomint1", "name": "Madokami", "description": "Goddess version of Kaname Madoka, the titular character of the anime Puella Magi Madoka Magica. The egg-like objects at the bottom are the Soul Gems of Sayaka, Kyoko, Nagisa, Mami and Homura respectively. \n\nPixel art by @luzanami_art.", "website": "https://discord.com/invite/madoka", "subreddit": "/r/MadokaMagica", "center":[1705.5,1948.5],"path":[[1679.5,1918.5],[1679.5,1977.5],[1731.5,1977.5],[1731.5,1918.5]]},
{"id": "twlm2k", "submitted_by": "BeyondLiesTheWub", "name": "University of Texas at Austin", "description": "The signature Longhorn logo of UT Austin is displayed below the school's hand gesture (Hook 'em Horns)", "website": "", "subreddit": "/r/UTAustin", "center": [586.5, 961.5], "path": [[581.5, 948.5], [581.5, 974.5], [592.5, 973.5], [592.5, 948.5], [581.5, 948.5], [581.5, 948.5]]},
{"id": "twllxw", "submitted_by": "BoomBloxGD", "name": "Clone Hero", "description": "Clone Hero is a freeware music rhythm video game created by Ryan Foster, first released on March 1, 2017. The game is a clone of the Guitar Hero franchise with nearly identical gameplay. The main draw of the game is its ability to play community-made songs, which has resulted in a large fan community around the game as well as a resurgence in popularity for the genre.", "website": "https://clonehero.net", "subreddit": "/r/CloneHero", "center": [597.5, 572.5], "path": [[577.5, 559.5], [576.5, 558.5], [617.5, 558.5], [617.5, 586.5], [576.5, 586.5], [576.5, 559.5]]},
{"id": "twllxk", "submitted_by": "AcidicSaiyan", "name": "Plum and 33", "description": "Plum is a group of friends from Australia, named after a guess from the game Cluedo, being Plum, Rope, Courtyard nn33 is from the 33 Gang clan on Clash of Clans, Destiny 2, R6 and more.", "website": "", "subreddit": "", "center": [1981.5, 408.5], "path": [[1974.5, 401.5], [1987.5, 401.5], [1987.5, 415.5], [1974.5, 415.5], [1974.5, 401.5]]},
@ -1354,7 +1353,7 @@
{"id": "twqhcq", "submitted_by": "sealmealdeal", "name": "Happy in spite", "description": "Happy in spite is an artwork made by Ivan Seal, which was used by the Caretaker in 'an empty bliss beyond this world'", "website": "", "subreddit": "/r/TheCaretaker", "center": [275.5, 1896.5], "path": [[269.5, 1890.5], [269.5, 1890.5], [269.5, 1890.5], [269.5, 1890.5], [281.5, 1890.5], [281.5, 1901.5], [269.5, 1901.5]]},
{"id": "twqh82", "submitted_by": "Spiderinmyear", "name": "Blue Kirby", "description": "Kirby is protagonist of the titular Kirby series of video games.", "website": "", "subreddit": "", "center": [467.5, 1505.5], "path": [[464.5, 1496.5], [462.5, 1497.5], [460.5, 1499.5], [459.5, 1501.5], [457.5, 1503.5], [457.5, 1506.5], [458.5, 1507.5], [457.5, 1509.5], [457.5, 1512.5], [476.5, 1512.5], [476.5, 1511.5], [477.5, 1510.5], [477.5, 1506.5], [476.5, 1504.5], [476.5, 1503.5], [474.5, 1501.5], [474.5, 1500.5], [471.5, 1497.5], [469.5, 1496.5], [468.5, 1495.5], [465.5, 1495.5], [464.5, 1496.5]]},
{"id": "twqh4j", "submitted_by": "NowoTone", "name": "Augsburg", "description": "The flag of the German city of Augsburg in Bavaria. Featuring on the left a pine cone (Zirbelnuss), its coat of arms, and the famous town hall by Elias Holl, dating back to 1624 on the right.", "website": "", "subreddit": "", "center": [1319.5, 1955.5], "path": [[1304.5, 1948.5], [1304.5, 1948.5], [1304.5, 1948.5], [1304.5, 1948.5], [1304.5, 1948.5], [1334.5, 1948.5], [1334.5, 1948.5], [1334.5, 1961.5], [1304.5, 1961.5], [1304.5, 1960.5], [1304.5, 1958.5], [1304.5, 1957.5], [1304.5, 1956.5], [1304.5, 1959.5], [1304.5, 1949.5], [1304.5, 1950.5], [1304.5, 1950.5], [1304.5, 1951.5], [1304.5, 1951.5], [1304.5, 1952.5], [1304.5, 1953.5], [1304.5, 1953.5], [1304.5, 1955.5], [1304.5, 1956.5]]},
{"id": "twqgvm", "submitted_by": "JappieNijboer", "name": "Frikandelbroodje", "description": "The Frikandelbroodje is a traditional Dutch dish, mostly known and consumed among younger students.", "website": "", "subreddit": "/r/placenl", "center": [1690.5, 21.5], "path": [[1673.5, 10.5], [1673.5, 10.5], [1673.5, 10.5], [1689.5, 10.5], [1704.5, 12.5], [1711.5, 13.5], [1714.5, 15.5], [1715.5, 18.5], [1716.5, 21.5], [1715.5, 23.5], [1714.5, 25.5], [1713.5, 27.5], [1711.5, 29.5], [1709.5, 30.5], [1707.5, 31.5], [1705.5, 32.5], [1697.5, 33.5], [1697.5, 32.5], [1689.5, 32.5], [1688.5, 31.5], [1685.5, 31.5], [1684.5, 30.5], [1681.5, 30.5], [1680.5, 29.5], [1676.5, 29.5], [1675.5, 28.5], [1666.5, 28.5], [1663.5, 26.5], [1663.5, 24.5], [1664.5, 23.5], [1663.5, 22.5], [1662.5, 21.5], [1673.5, 10.5]]},
{"id": "twqgvm", "submitted_by": "JappieNijboer", "name": "Frikandelbroodje", "description": "a famous dutch snack, made by puff pastry, a specific meatroll called the frikandel and curry sauce. It is mostly known and consumed among younger students. 2de gratis bij Albert Heijn!", "website": "https://www.ah.nl/producten/product/wi230720/ah-frikandelbroodje", "subreddit": "/r/placenl", "center": [1690.5, 21.5], "path": [[1673.5, 10.5], [1673.5, 10.5], [1673.5, 10.5], [1689.5, 10.5], [1704.5, 12.5], [1711.5, 13.5], [1714.5, 15.5], [1715.5, 18.5], [1716.5, 21.5], [1715.5, 23.5], [1714.5, 25.5], [1713.5, 27.5], [1711.5, 29.5], [1709.5, 30.5], [1707.5, 31.5], [1705.5, 32.5], [1697.5, 33.5], [1697.5, 32.5], [1689.5, 32.5], [1688.5, 31.5], [1685.5, 31.5], [1684.5, 30.5], [1681.5, 30.5], [1680.5, 29.5], [1676.5, 29.5], [1675.5, 28.5], [1666.5, 28.5], [1663.5, 26.5], [1663.5, 24.5], [1664.5, 23.5], [1663.5, 22.5], [1662.5, 21.5], [1673.5, 10.5]]},
{"id": "twqgmf", "submitted_by": "ItsFrisbeeTho", "name": "Rijksoverheid", "description": "", "website": "https://www.rijksoverheid.nl/", "subreddit": "/r/placeNL", "center": [746.5, 12.5], "path": [[735.5, 0.5], [735.5, 23.5], [757.5, 23.5], [757.5, 0.5], [735.5, 0.5]]},
{"id": "twqglf", "submitted_by": "GiveMeSomeBEANS", "name": "Dutch museum het Rijksmuseum", "description": "popular dutch museum", "website": "https://www.rijksmuseum.nl/nl", "subreddit": "", "center": [1765.5, 17.5], "path": [[1722.5, 34.5], [1808.5, 34.5], [1808.5, 0.5], [1722.5, -0.5]]},
{"id": "twqgh2", "submitted_by": "Klisurovi4", "name": "Bay Ganyo", "description": "A fictional character created by the Bulgarian author Aleko Konstantinov. He is a typical anti-hero, a stereotype of the nuneducated, profit-driven Bulgarian and the average Balkan person in general at the time.", "website": "", "subreddit": "/r/Bulgaria", "center": [707.5,384.5],"path": [[706.5,377.5], [705.5,378.5], [704.5,379.5], [703.5,380.5], [702.5,381.5], [702.5,383.5], [701.5,384.5], [701.5,387.5], [702.5,388.5], [703.5,389.5], [704.5,390.5], [705.5,391.5], [709.5,391.5], [710.5,390.5], [711.5,389.5], [712.5,388.5], [713.5,387.5], [713.5,384.5], [712.5,383.5], [712.5,381.5], [711.5,380.5], [710.5,379.5], [710.5,379.5], [709.5,378.5], [708.5,377.5], [706.5,377.5]]},
@ -1532,7 +1531,6 @@
{"id": "twpx0y", "submitted_by": "NattePepernoot", "name": "Master Chief", "description": "Its the guy from fortnite!", "website": "", "subreddit": "/r/halo", "center": [359.5, 1197.5], "path": [[343.5, 1172.5], [374.5, 1172.5], [374.5, 1221.5], [343.5, 1221.5]]},
{"id": "twpwzu", "submitted_by": "bulba_", "name": "The Owl House", "description": "The Owl House is a house from a show of the same title. In front of the house are Luz Noceda and Amity Blight with a heart above them. You can also find a lego version of Eda Clawthorne, a diamond authority symbol from Steven Universe, a car door from Infinity Train, and a bear stack from We Bare Bears.", "website": "https://theowlhouse.fandom.com", "subreddit": "/r/TheOwlHouse", "center": [464.5, 1050.5], "path": [[448.5, 1030.5], [448.5, 1070.5], [476.5, 1070.5], [476.5, 1062.5], [480.5, 1062.5], [480.5, 1030.5]]},
{"id": "twpwyv", "submitted_by": "Relssifille", "name": "The Legend Of Zelda", "description": "Pixel art of iconic characters and objects from the Nintendo video game franchise Legend Of Zelda", "website": "https://www.reddit.com/r/zelda/", "subreddit": "/r/zelda", "center": [1335.5, 1855.5], "path": [[1366.5, 1875.5], [1366.5, 1859.5], [1348.5, 1857.5], [1348.5, 1841.5], [1344.5, 1834.5], [1300.5, 1835.5], [1299.5, 1843.5], [1307.5, 1847.5], [1321.5, 1848.5], [1322.5, 1875.5]]},
{"id": "twpwob", "submitted_by": "NattePepernoot", "name": "Apex Legends", "description": "A unbalanced battle royale game!", "website": "https://www.ea.com/en-gb/games/apex-legends", "subreddit": "/r/apexlegends", "center": [458.5, 1243.5], "path": [[501.5, 1274.5], [501.5, 1213.5], [447.5, 1213.5], [447.5, 1219.5], [408.5, 1219.5], [408.5, 1265.5], [446.5, 1265.5], [447.5, 1273.5]]},
{"id": "twpwfx", "submitted_by": "Ninaturtleee", "name": "junimos", "description": "Characters from the videogame Stardew Valley", "website": "https://stardewvalleywiki.com/Junimos", "subreddit": "/r/StardewValley", "center": [769.5, 604.5], "path": [[756.5, 601.5], [760.5, 601.5], [779.5, 601.5], [782.5, 604.5], [782.5, 606.5], [781.5, 607.5], [780.5, 608.5], [753.5, 606.5], [754.5, 604.5], [756.5, 603.5]]},
{"id": "twpwbr", "submitted_by": "MOZPORYL", "name": "Flag of Iran", "description": "A simplified, apolitical version of the flag of Iran", "website": "", "subreddit": "", "center": [48.5, 303.5], "path": [[0.5, 276.5], [110.5, 276.5], [110.5, 299.5], [109.5, 299.5], [108.5, 300.5], [108.5, 302.5], [107.5, 303.5], [105.5, 304.5], [98.5, 310.5], [90.5, 310.5], [81.5, 310.5], [78.5, 311.5], [75.5, 313.5], [75.5, 315.5], [72.5, 318.5], [72.5, 325.5], [71.5, 326.5], [68.5, 329.5], [68.5, 333.5], [68.5, 336.5], [60.5, 336.5], [49.5, 335.5], [39.5, 335.5], [17.5, 335.5], [14.5, 333.5], [9.5, 336.5], [0.5, 336.5], [0.5, 276.5]]},
{"id": "twpwbd", "submitted_by": "FitteTryne6969", "name": "King Carl XVI Gustaf of Sweden", "description": "", "website": "https://en.wikipedia.org/wiki/Carl_XVI_Gustaf", "subreddit": "r/sweden", "center": [585.5, 65.5], "path": [[586.5, 42.5], [594.5, 44.5], [601.5, 51.5], [601.5, 63.5], [599.5, 67.5], [599.5, 72.5], [595.5, 77.5], [595.5, 91.5], [595.5, 91.5], [574.5, 91.5], [574.5, 80.5], [577.5, 80.5], [577.5, 76.5], [573.5, 72.5], [571.5, 67.5], [569.5, 60.5], [568.5, 53.5], [577.5, 43.5]]},
@ -1642,7 +1640,6 @@
{"id": "twpige", "submitted_by": "gamrin", "name": "Willen van Oranje (Stille Willem)", "description": "William the Silent (24 April 1533 \u2013 10 July 1584), also known as William the Taciturn (translated from Dutch: Willem de Zwijger),[1][2] or, more commonly in the Netherlands,[3][4] William of Orange (Dutch: Willem van Oranje), was the main leader of the Dutch Revolt against the Spanish Habsburgs that set off the Eighty Years' War (1568\u20131648) and resulted in the formal independence of the United Provinces in 1581.", "website": "https://en.wikipedia.org/wiki/William_the_Silent", "subreddit": "/r/PlaceNL", "center": [1893.5, 19.5], "path": [[1881.5, 3.5], [1881.5, 34.5], [1905.5, 34.5], [1905.5, 3.5]]},
{"id": "twpicx", "submitted_by": "th3_fish_", "name": "QR code", "description": "QR code leading to a video about veganism", "website": "https://www.youtube.com/watch?v=C1vW9iSpLLk", "subreddit": "/r/vegan_place", "center": [1381.5, 1933.5], "path": [[1365.5, 1917.5], [1397.5, 1917.5], [1397.5, 1949.5], [1365.5, 1949.5]]},
{"id": "twpibv", "submitted_by": "imthegreenbean", "name": "/r/math", "description": "Who doesn't like math? This display contains: a level 4 Hilbert curve (originally in the top left quadrant but moved due to border dispute with the Ukraine flag); Euler's identity; gliders from Conway's Game of Life, colored to match the logo of the math YouTube channel 3Blue1Brown; an icosahedron, the largest convex Platonic solid; the Greek letter phi, representing the golden ratio and the Euler totient function; the first few digits of pi, and a ton of dope rainbows", "website": "https://www.reddit.com/r/math/comments/twi1ge/", "subreddit": "/r/math", "center": [1651.5, 310.5], "path": [[1628.5, 281.5], [1641.5, 281.5], [1641.5, 284.5], [1672.5, 284.5], [1672.5, 339.5], [1632.5, 339.5], [1632.5, 313.5], [1630.5, 311.5], [1628.5, 311.5], [1628.5, 304.5], [1631.5, 300.5], [1631.5, 297.5], [1628.5, 295.5], [1628.5, 282.5]]},
{"id": "twpi5o", "submitted_by": "isthisdutch", "name": "Frikandelbroodje", "description": "A famous Dutch snack, made by puff pastry, a specific meatroll called the frikandel and curry sauce", "website": "https://www.ah.nl/producten/product/wi230720/ah-frikandelbroodje", "subreddit": "", "center": [1690.5, 21.5], "path": [[1673.5, 9.5], [1662.5, 21.5], [1665.5, 28.5], [1705.5, 33.5], [1719.5, 19.5], [1705.5, 11.5]]},
{"id": "twpi0p", "submitted_by": "ironbody", "name": "NTI Gymnasiet", "description": "Logo of the swedish high school NTI Gymnasiet", "website": "https://www.ntigymnasiet.se", "subreddit": "", "center": [1787.5, 568.5], "path": [[1775.5, 559.5], [1799.5, 559.5], [1799.5, 576.5], [1775.5, 576.5]]},
{"id": "twphlq", "submitted_by": "A_Fine_Potato", "name": "Rem & Ram from Re:Zero", "description": "2 characters from the anime", "website": "", "subreddit": "", "center": [1882.5, 809.5], "path": [[1867.5, 799.5], [1897.5, 800.5], [1897.5, 819.5], [1867.5, 819.5]]},
{"id": "twphia", "submitted_by": "killerciao", "name": "Borsellino and Falcone", "description": "The famous picture by Tony Gentile of Borsellino and Falcone two antimafia magistrates killed in 1992", "website": "http://www.tonygentile.it/", "subreddit": "", "center": [821.5, 230.5], "path": [[781.5, 225.5], [781.5, 243.5], [784.5, 245.5], [788.5, 247.5], [791.5, 248.5], [801.5, 248.5], [813.5, 248.5], [813.5, 249.5], [838.5, 249.5], [838.5, 248.5], [851.5, 248.5], [851.5, 247.5], [858.5, 247.5], [858.5, 247.5], [857.5, 247.5], [857.5, 246.5], [861.5, 246.5], [862.5, 245.5], [864.5, 243.5], [865.5, 243.5], [865.5, 229.5], [859.5, 229.5], [858.5, 228.5], [856.5, 227.5], [854.5, 227.5], [852.5, 225.5], [852.5, 224.5], [849.5, 224.5], [849.5, 223.5], [846.5, 222.5], [847.5, 220.5], [847.5, 218.5], [846.5, 216.5], [844.5, 214.5], [843.5, 211.5], [841.5, 210.5], [840.5, 209.5], [833.5, 209.5], [831.5, 211.5], [828.5, 212.5], [826.5, 214.5], [824.5, 215.5], [824.5, 216.5], [823.5, 214.5], [822.5, 209.5], [822.5, 208.5], [818.5, 206.5], [814.5, 203.5], [812.5, 202.5], [809.5, 203.5], [807.5, 203.5], [804.5, 204.5], [802.5, 206.5], [800.5, 206.5], [800.5, 207.5], [799.5, 208.5], [798.5, 209.5], [798.5, 212.5], [798.5, 213.5], [799.5, 216.5], [799.5, 220.5], [798.5, 221.5], [791.5, 221.5], [789.5, 222.5], [785.5, 223.5], [784.5, 224.5], [781.5, 225.5]]},
@ -2162,7 +2159,6 @@
{"id": "twsm1s", "submitted_by": "HazardousUser", "name": "Modern Windmils", "description": "There are loads of these across the country", "website": "", "subreddit": "", "center": [685.5, 1959.5], "path": [[661.5, 1970.5], [661.5, 1948.5], [709.5, 1948.5], [709.5, 1970.5]]},
{"id": "twsm1i", "submitted_by": "veronie_", "name": "Stroopwafel", "description": "A round dutch cookie made out of two waffles with syrup inbetween them.", "website": "", "subreddit": "", "center": [644.5, 1959.5], "path": [[632.5, 1968.5], [632.5, 1968.5], [631.5, 1968.5], [631.5, 1967.5], [630.5, 1967.5], [629.5, 1967.5], [629.5, 1965.5], [628.5, 1965.5], [628.5, 1963.5], [627.5, 1963.5], [627.5, 1958.5], [628.5, 1958.5], [628.5, 1955.5], [629.5, 1955.5], [633.5, 1951.5], [633.5, 1950.5], [636.5, 1950.5], [636.5, 1949.5], [639.5, 1949.5], [639.5, 1948.5], [649.5, 1948.5], [649.5, 1949.5], [652.5, 1949.5], [652.5, 1950.5], [654.5, 1950.5], [654.5, 1951.5], [655.5, 1951.5], [656.5, 1951.5], [656.5, 1952.5], [657.5, 1952.5], [657.5, 1953.5], [658.5, 1953.5], [658.5, 1954.5], [659.5, 1954.5], [659.5, 1957.5], [660.5, 1957.5], [660.5, 1963.5], [659.5, 1963.5], [659.5, 1964.5], [659.5, 1965.5], [658.5, 1965.5], [658.5, 1966.5], [657.5, 1966.5], [657.5, 1967.5], [656.5, 1967.5], [656.5, 1968.5], [655.5, 1968.5], [655.5, 1969.5], [652.5, 1969.5], [652.5, 1968.5], [649.5, 1968.5], [649.5, 1967.5], [644.5, 1967.5], [644.5, 1966.5], [643.5, 1966.5], [643.5, 1965.5], [642.5, 1965.5], [642.5, 1966.5], [639.5, 1966.5], [639.5, 1967.5], [637.5, 1967.5], [637.5, 1968.5], [635.5, 1968.5], [635.5, 1969.5], [632.5, 1969.5], [632.5, 1968.5]]},
{"id": "twsm00", "submitted_by": "invisible_cat0091", "name": "Elemental on Discord", "description": "EoD Everywhere is a community-based alchemy game inspired by Elemental 3, Little Alchemy, and Doodle God created in a Discord bot. Players start with 4 elements: Air, Earth, Fire, and Water. The ability to combine these and make new ones is what makes the game special. It is completely based on the community!", "website": "https://discord.gg/jHeqgdM", "subreddit": "/r/ElementalOnDiscord", "center": [1790.5, 946.5], "path": [[1789.5, 952.5], [1785.5, 949.5], [1785.5, 943.5], [1788.5, 941.5], [1794.5, 941.5], [1796.5, 944.5], [1796.5, 948.5], [1793.5, 952.5]]},
{"id": "twsloo", "submitted_by": "HazardousUser", "name": "Apex Legends", "description": "Apex Legends the game", "website": "https://nl.wikipedia.org/wiki/Apex_Legends", "subreddit": "/r/apexlegends", "center": [475.5, 1244.5], "path": [[501.5, 1274.5], [448.5, 1274.5], [448.5, 1213.5], [501.5, 1213.5]]},
{"id": "twslmt", "submitted_by": "RattusNorvegicus11", "name": "Pan-Celtic Flag", "description": "A flag representing the six nations/regions considered the heartlands of modern Celts according to the Celtic League and Celtic Congress. The flags, clockwise starting from the top left, represent Brittany, Isle of Mann, Scotland, Wales, Cornwall and Ireland", "website": "https://en.wikipedia.org/wiki/Pan-Celticism", "subreddit": "", "center": [149.5, 722.5], "path": [[134.5, 731.5], [164.5, 731.5], [164.5, 713.5], [134.5, 713.5]]},
{"id": "twslcb", "submitted_by": "RandomGuyWeirdo", "name": "Rec Room", "description": "The logo of Rec room, a massively multiplayer mobile game.", "website": "", "subreddit": "", "center": [383.5, 1054.5], "path": [[363.5, 1040.5], [403.5, 1040.5], [403.5, 1068.5], [363.5, 1067.5]]},
{"id": "twslbp", "submitted_by": "ReverseDmitry", "name": "Italy/Russian protesters heart", "description": "A heart with the flag of Italy and the flag used by the Russian protesters against the war in Ukraine, which was partly merged with the coat of arms of Luxenbourg.", "website": "", "subreddit": "/r/liberta", "center": [781.5, 266.5], "path": [[781.5, 270.5], [785.5, 266.5], [785.5, 264.5], [784.5, 263.5], [783.5, 263.5], [782.5, 264.5], [781.5, 265.5], [780.5, 264.5], [779.5, 263.5], [778.5, 263.5], [777.5, 264.5], [777.5, 266.5], [781.5, 270.5]]},
@ -2859,7 +2855,6 @@
{"id": "twva6t", "submitted_by": "MistyMountainMC", "name": "Ireland Flag", "description": "The second Ireland flag made", "website": "", "subreddit": "/r/ireland", "center": [1288.5, 127.5], "path": [[1248.5, 161.5], [1248.5, 83.5], [1301.5, 83.5], [1301.5, 102.5], [1321.5, 102.5], [1321.5, 105.5], [1322.5, 106.5], [1322.5, 109.5], [1318.5, 113.5], [1321.5, 118.5], [1319.5, 123.5], [1319.5, 128.5], [1321.5, 130.5], [1327.5, 130.5], [1328.5, 131.5], [1333.5, 131.5], [1334.5, 141.5], [1336.5, 143.5], [1338.5, 143.5], [1340.5, 144.5], [1342.5, 145.5], [1349.5, 145.5], [1349.5, 161.5], [1248.5, 161.5]]},
{"id": "twva2o", "submitted_by": "greese1", "name": "sushi", "description": "grilled onion's fish sushi", "website": "", "subreddit": "/r/PlaceFishCult", "center": [474.5, 892.5], "path": [[472.5, 891.5], [472.5, 893.5], [475.5, 893.5], [475.5, 891.5]]},
{"id": "twva2g", "submitted_by": "Glittering_Captain_4", "name": "Ecuadorian Flag", "description": "After being raided of their tiny spot below the Factorio gear by Sodapoppin and chat, the Ecuadorian flag relocated to the middle, alongside various South American flags.", "website": "https://en.wikipedia.org/wiki/Flag_of_Ecuador", "subreddit": "/r/ecuador", "center": [972.5, 1581.5], "path": [[951.5, 1576.5], [951.5, 1587.5], [994.5, 1586.5], [993.5, 1575.5], [951.5, 1574.5], [959.5, 1580.5]]},
{"id": "twv9v4", "submitted_by": "GoJoeyGo123", "name": "iskall85", "description": "iskall85", "website": "https://www.youtube.com/c/iskall85", "subreddit": "", "center": [874.5, 627.5], "path": [[869.5, 623.5], [878.5, 623.5], [878.5, 631.5], [869.5, 631.5]]},
{"id": "twv9n3", "submitted_by": "minion0470", "name": "iskall85", "description": "Minecraft Youtuber", "website": "https://www.youtube.com/c/iskall85", "subreddit": "", "center": [874.5, 627.5], "path": [[870.5, 624.5], [877.5, 624.5], [877.5, 630.5], [870.5, 630.5]]},
{"id": "twv9io", "submitted_by": "BassGaming", "name": "First Croatian Flag", "description": "A stretched croatian flag.", "website": "", "subreddit": "/r/croatia", "center": [404.5, 899.5], "path": [[448.5, 910.5], [448.5, 888.5], [360.5, 888.5], [359.5, 910.5], [403.5, 910.5]]},
{"id": "twv9g4", "submitted_by": "HorribleHeehoo", "name": "Ramee Logo", "description": "Logo of the GTA V RP streamer Ramee. Also includes a memorial for fellow RP streamer Blue622 who passed away in 2020.", "website": "", "subreddit": "/r/Chang_Gang", "center": [413.5, 971.5], "path": [[429.5, 963.5], [396.5, 963.5], [397.5, 980.5], [430.5, 979.5]]},
@ -2879,7 +2874,6 @@
{"id": "twv86m", "submitted_by": "Anceptor", "name": "Vu\u010dedolska Golubica", "description": "Most famous ceramic vessel from archeological excavations in Vu\u010dedol. One of the most recognizable symbols of Vukovar city. Made between 2800BC and 2400BC , found in 1938", "website": "", "subreddit": "", "center": [394.5, 899.5], "path": [[387.5, 892.5], [400.5, 892.5], [400.5, 906.5], [387.5, 906.5]]},
{"id": "twv80f", "submitted_by": "RyanPahlevanzadeh", "name": "Fortnite Logo", "description": "Logo of the game Fortnite Battle Royale. made by fortnite youtuber and leaker ifiremonkey. the logo was shot by counter strike over time.", "website": "", "subreddit": "", "center": [51.5, 101.5], "path": [[45.5, 94.5], [58.5, 94.5], [58.5, 95.5], [57.5, 95.5], [57.5, 109.5], [45.5, 109.5], [45.5, 94.5]]},
{"id": "twv7sv", "submitted_by": "OrangeSheepYT", "name": "Ichigo Kurosaki", "description": "Human? Shinigami? Hollow? He's all of them combined. Ichigo Kurosaki, 15 years old. He might seem like your average Japanese high school student, but he's actually a Substitute Shinigami! Bleach is a manga series written and illustrated by Tite Kubo. This artwork was made by the Bleach Place Discord server and the Anime Alliance. \nBleach Place: https://discord.gg/EGGZ8tBas6 \nAnime Alliance: https://discord.gg/9U6pHMbHS4", "website": "https://discord.gg/EGGZ8tBas6", "subreddit": "/r/bleach", "center": [1608.5, 1185.5], "path": [[ 1601.5, 1172.5 ], [ 1615.5, 1172.5 ], [ 1615.5, 1198.5 ], [ 1601.5, 1198.5 ]]},
{"id": "twv7rb", "submitted_by": "GoJoeyGo123", "name": "EthosLab", "description": "EthosLab", "website": "https://www.youtube.com/user/EthosLab", "subreddit": "", "center": [874.5, 603.5], "path": [[869.5, 599.5], [878.5, 599.5], [878.5, 607.5], [869.5, 607.5]]},
{"id": "twv7fy", "submitted_by": "-Decompose-", "name": "Nine Inch Nails", "description": "Pioneers of industrial metal, alternative and electronic rock, Trent Reznor\u2019s brainchild band has transformed the music scene for decades, sold over 20 million records and been nominated for 13 Grammy Awards.", "website": "http://www.nin.com", "subreddit": "/r/nin", "center": [109.5, 498.5], "path": [[94.5, 492.5], [123.5, 492.5], [123.5, 504.5], [94.5, 504.5], [94.5, 492.5], [98.5, 495.5], [104.5, 493.5], [107.5, 496.5], [107.5, 496.5]]},
{"id": "twv7fm", "submitted_by": "isoraqathedh", "name": "Retreat, Hell", "description": "A story posted in /r/HFY about a big portal connecting up to a fantasy world and everything that happens after it. Contains Marine shenanigans.", "website": "", "subreddit": "/r/HFY/comments/bfrj07/retreat_hell", "center": [394.5, 1692.5], "path": [[388.5, 1686.5], [400.5, 1686.5], [400.5, 1698.5], [388.5, 1698.5], [388.5, 1686.5]]},
{"id": "twv7dn", "submitted_by": "NieczorTM", "name": "Peace sign", "description": "A peace sign was drawn during Russian invasion of Ukraine, calling for peace between countries.", "website": "", "subreddit": "", "center": [148.5, 188.5], "path": [[140.5, 191.5], [140.5, 185.5], [141.5, 183.5], [145.5, 180.5], [151.5, 180.5], [155.5, 183.5], [156.5, 186.5], [156.5, 191.5], [154.5, 194.5], [151.5, 196.5], [145.5, 196.5], [140.5, 191.5]]},
@ -2895,14 +2889,12 @@
{"id": "twv6jc", "submitted_by": "zerosius", "name": "Unlimited Love Album Cover Art", "description": "Representation of the album cover art for Red Hot Chili Pepper's 12th Studio Album Unlimited Love, which came out on the 1st of April 2022", "website": "https://rhcp.lnk.to/unlimitedlove", "subreddit": "/r/RedHotChiliPeppers", "center": [477.5, 1813.5], "path": [[465.5, 1800.5], [490.5, 1800.5], [490.5, 1826.5], [464.5, 1826.5], [464.5, 1800.5]]},
{"id": "twv6i7", "submitted_by": "jepsonjaguar", "name": "Wallstreetbets Logo", "description": "Logo for the massively popular subreddit r/Wallstreetbets", "website": "https://www.reddit.com/r/wallstreetbets/", "subreddit": "/r/wallstreetbets", "center": [700.5, 1369.5], "path": [[693.5, 1348.5], [685.5, 1333.5], [651.5, 1373.5], [714.5, 1419.5], [741.5, 1375.5], [712.5, 1323.5], [682.5, 1329.5]]},
{"id": "twv6gn", "submitted_by": "Ycelyn_Waggins", "name": "Small Scottish Heart", "description": "A small Scottish Heart in support for Ukraine. It was moved up accomodate the plane in the final hours of r/place.", "website": "", "subreddit": "/r/scotland", "center": [255.5, 174.5], "path": [[253.5, 172.5], [254.5, 172.5], [255.5, 173.5], [256.5, 172.5], [257.5, 172.5], [258.5, 173.5], [258.5, 174.5], [257.5, 175.5], [256.5, 176.5], [255.5, 176.5], [254.5, 176.5], [253.5, 175.5], [252.5, 174.5], [252.5, 173.5], [253.5, 172.5]]},
{"id": "twv6cn", "submitted_by": "GoJoeyGo123", "name": "Grian", "description": "Grian", "website": "https://www.youtube.com/user/Xelqua", "subreddit": "", "center": [883.5, 603.5], "path": [[878.5, 599.5], [887.5, 599.5], [887.5, 607.5], [878.5, 607.5]]},
{"id": "twv6bg", "submitted_by": "DayvezDay", "name": "Cold Borscht", "description": "A Lithuanian variant of the Borscht soup, cold borscht, painted on the Lithuanian flag. Recognizable by its distinct pink color with garnishes and a sliced hard boiled egg.", "website": "", "subreddit": "/r/lithuania", "center": [543.5, 1638.5], "path": [[529.5, 1638.5], [529.5, 1635.5], [529.5, 1634.5], [530.5, 1634.5], [531.5, 1633.5], [532.5, 1632.5], [533.5, 1632.5], [533.5, 1631.5], [534.5, 1631.5], [552.5, 1631.5], [553.5, 1632.5], [554.5, 1632.5], [555.5, 1633.5], [556.5, 1634.5], [557.5, 1635.5], [557.5, 1636.5], [557.5, 1637.5], [557.5, 1638.5], [556.5, 1639.5], [556.5, 1640.5], [555.5, 1641.5], [554.5, 1642.5], [553.5, 1642.5], [552.5, 1643.5], [551.5, 1643.5], [550.5, 1644.5], [548.5, 1644.5], [548.5, 1644.5], [547.5, 1645.5], [546.5, 1645.5], [546.5, 1645.5], [545.5, 1645.5], [544.5, 1645.5], [544.5, 1645.5], [543.5, 1645.5], [543.5, 1645.5], [542.5, 1645.5], [541.5, 1645.5], [540.5, 1645.5], [538.5, 1645.5], [537.5, 1644.5], [536.5, 1644.5], [536.5, 1644.5], [535.5, 1643.5], [535.5, 1643.5], [533.5, 1643.5], [533.5, 1642.5], [533.5, 1642.5], [531.5, 1642.5], [531.5, 1641.5], [531.5, 1641.5], [530.5, 1640.5], [530.5, 1639.5]]},
{"id": "twv6aa", "submitted_by": "ceriisou", "name": "Are You Alright Cover", "description": "The cover of Are You Alright, an EP from the band Lovejoy (singer of the band is Wilbur Soot, a famous british streamer)", "website": "", "subreddit": "/r/wilbursoot", "center": [1297.5, 357.5], "path": [[1279.5, 344.5], [1279.5, 369.5], [1315.5, 369.5], [1315.5, 344.5], [1279.5, 344.5]]},
{"id": "twv64y", "submitted_by": "AverageWaffleEnjoyer", "name": "Griefed fortnite logo", "description": "funny keanu chungus 13 karma r/okbuddyretard moment", "website": "", "subreddit": "/r/FORTnITE", "center": [51.5, 102.5], "path": [[45.5, 94.5], [45.5, 110.5], [57.5, 109.5], [57.5, 94.5], [57.5, 94.5], [45.5, 94.5]]},
{"id": "twv5zg", "submitted_by": "Nestramutat-", "name": "Montreal Canadiens logo", "description": "The logo for the montreal canadiens (Habs) NHL team", "website": "", "subreddit": "", "center": [951.5, 987.5], "path": [[935.5, 976.5], [934.5, 997.5], [968.5, 998.5], [967.5, 976.5], [966.5, 975.5], [966.5, 975.5], [966.5, 975.5]]},
{"id": "twv5iq", "submitted_by": "thelolo_007", "name": "Star's Wand (Star vs The Forces of Evil)", "description": "The royal wand is a magical item of the Butterfly family belonging to Star Butterfly, the protagonist of Disney's 'Star vs The Forces of Evil'.", "website": "", "subreddit": "/r/StarVStheForcesOfEvil", "center": [1445.5, 937.5], "path": [[1444.5, 943.5], [1446.5, 943.5], [1446.5, 940.5], [1448.5, 940.5], [1448.5, 939.5], [1449.5, 939.5], [1449.5, 938.5], [1450.5, 938.5], [1450.5, 936.5], [1448.5, 936.5], [1448.5, 934.5], [1447.5, 934.5], [1447.5, 933.5], [1446.5, 933.5], [1446.5, 932.5], [1444.5, 932.5], [1444.5, 933.5], [1443.5, 933.5], [1443.5, 934.5], [1442.5, 934.5], [1442.5, 936.5], [1440.5, 936.5], [1440.5, 938.5], [1441.5, 938.5], [1441.5, 939.5], [1442.5, 939.5], [1442.5, 940.5], [1444.5, 940.5]]},
{"id": "twv5b3", "submitted_by": "TheOkada", "name": "Cristinini", "description": "Cristinini channel logo. Cristinini is a top spanish Twitch streamer, reporter and TV presenter. A reference in the spanish GTA roleplay community as one of the top female roleplayers.", "website": "https://www.twitch.tv/iamcristinini", "subreddit": "/r/IamCristinini", "center": [1813.5, 685.5], "path": [[1795.5, 705.5], [1795.5, 665.5], [1831.5, 665.5], [1831.5, 705.5], [1795.5, 705.5]]},
{"id": "twv58k", "submitted_by": "GoJoeyGo123", "name": "GoodTimesWithScar", "description": "GoodTimesWithScar", "website": "https://www.youtube.com/c/GoodTimesWithScar", "subreddit": "", "center": [892.5, 619.5], "path": [[887.5, 615.5], [896.5, 615.5], [896.5, 623.5], [888.5, 623.5], [887.5, 623.5]]},
{"id": "twv57y", "submitted_by": "SiriHack", "name": "Craftok", "description": "French Minecraft server logo : Craftok", "website": "https://craftok.fr", "subreddit": "/r/Craftok", "center": [335.5, 1902.5], "path": [[330.5, 1897.5], [330.5, 1897.5], [330.5, 1906.5], [340.5, 1906.5], [340.5, 1897.5]]},
{"id": "twv4xj", "submitted_by": "frtnyt2", "name": "Elephant Necati", "description": "Fil (Elephant) Necati, is a character of the Turkish cartoon Kral Sakir, which is made by Cartoon Network.", "website": "", "subreddit": "", "center": [1642.5, 360.5], "path": [[1612.5, 353.5], [1614.5, 350.5], [1617.5, 349.5], [1626.5, 339.5], [1666.5, 340.5], [1666.5, 346.5], [1673.5, 347.5], [1671.5, 361.5], [1666.5, 360.5], [1660.5, 365.5], [1655.5, 365.5], [1656.5, 373.5], [1647.5, 380.5], [1644.5, 381.5], [1643.5, 391.5], [1648.5, 397.5], [1634.5, 397.5], [1635.5, 391.5], [1634.5, 389.5], [1633.5, 385.5], [1633.5, 383.5], [1634.5, 381.5], [1630.5, 379.5], [1628.5, 379.5], [1626.5, 378.5], [1626.5, 373.5], [1621.5, 366.5], [1620.5, 360.5], [1613.5, 359.5]]},
{"id": "twv4r8", "submitted_by": "ChadRemEnjoyer", "name": "The defense against the Tunisien rogues", "description": "In the last few hours of r/place, r/Lost, r/Senzawa, r/Place_the_wave, r/Vivy and r/Tunisia fought and helped to defend r/Re_zero against rogue Tunisiens who planned to take over the entire area. The defense was ultimately a success, and they all saw the end of r/place together as comrades.", "website": "", "subreddit": "r/Place_the_wave, r/Senzawa, r/Lost, r/Tunisia, r/Re_zero, r/Vivy ", "center": [1931.5, 803.5], "path": [[1845.5, 792.5], [1845.5, 831.5], [2000.5, 828.5], [2001.5, 769.5], [1920.5, 769.5], [1920.5, 793.5], [1845.5, 792.5], [1851.5, 796.5], [1852.5, 796.5]]},
@ -2941,7 +2933,6 @@
{"id": "twv1z1", "submitted_by": "scawasioe", "name": "Ononoki Yotsugi's Hat", "description": "The unique orange hat the Monogatari series character Ononoki Yotsugi wears with a cyan outline around it.", "website": "https://monogatari-usa.com/", "subreddit": "/r/araragi", "center": [1807.5, 412.5], "path": [[1790.5, 406.5], [1796.5, 404.5], [1800.5, 404.5], [1806.5, 408.5], [1810.5, 408.5], [1815.5, 404.5], [1827.5, 405.5], [1824.5, 410.5], [1819.5, 414.5], [1813.5, 414.5], [1817.5, 416.5], [1815.5, 420.5], [1813.5, 422.5], [1801.5, 422.5], [1798.5, 419.5], [1798.5, 416.5], [1795.5, 413.5], [1791.5, 412.5], [1789.5, 409.5], [1791.5, 406.5]]},
{"id": "twv1q2", "submitted_by": "Chonkitty", "name": "Darmstadt University of Applied Sciences", "description": "University located in Darmstadt, Germany. Its roots go back to 1876.", "website": "https://h-da.de/", "subreddit": "", "center": [1886.5, 40.5], "path": [[1877.5, 35.5], [1877.5, 44.5], [1894.5, 44.5], [1894.5, 35.5], [1877.5, 35.5]]},
{"id": "twv1ns", "submitted_by": "Dare_Tano", "name": "Minecraft Redstone", "description": "Redstone is a material from the game Minecraft that can be used to make several elaborate contraptions. Pictured from left to right is a redstone dust item, redstone dust when placed, and a piston, which pushes blocks.", "website": "", "subreddit": "/r/redstone", "center": [1556.5, 1656.5], "path": [[1533.5, 1667.5], [1533.5, 1646.5], [1579.5, 1646.5], [1579.5, 1664.5], [1578.5, 1664.5], [1578.5, 1665.5], [1577.5, 1665.5], [1577.5, 1667.5], [1551.5, 1667.5], [1551.5, 1664.5], [1549.5, 1664.5], [1549.5, 1665.5], [1548.5, 1665.5], [1548.5, 1666.5], [1547.5, 1666.5], [1547.5, 1667.5]]},
{"id": "twv1ih", "submitted_by": "GoJoeyGo123", "name": "docm77", "description": "docm77", "website": "https://www.youtube.com/c/docm77", "subreddit": "", "center": [874.5, 619.5], "path": [[869.5, 615.5], [878.5, 615.5], [878.5, 623.5], [869.5, 623.5]]},
{"id": "twv15c", "submitted_by": "aquaticflamess", "name": "Metroid Screw Attack Logo", "description": "One of Samus Aran's most iconic and powerful Power Suit upgrades. Accompanied by a mini Chozo metroid sprite", "website": "", "subreddit": "/r/Metroid", "center": [1311.5, 1869.5], "path": [[1308.5, 1857.5], [1302.5, 1861.5], [1300.5, 1867.5], [1301.5, 1875.5], [1304.5, 1879.5], [1301.5, 1883.5], [1309.5, 1880.5], [1315.5, 1880.5], [1320.5, 1877.5], [1322.5, 1873.5], [1322.5, 1870.5], [1323.5, 1868.5], [1323.5, 1865.5], [1319.5, 1865.5], [1316.5, 1862.5], [1322.5, 1854.5], [1322.5, 1853.5], [1314.5, 1857.5], [1311.5, 1857.5]]},
{"id": "twv0w7", "submitted_by": "mysterybiscuitsoyeah", "name": "r/eightysix 'Art 3'", "description": "86 is an anime, light novel and manga series written by Asato Asato, with season one of the anime series finishing in March 2022. This third entry depicts the female protagonist of the series, Lena. Original artist credit: @pk60225 on Twitter", "website": "https://anime-86.com/", "subreddit": "/r/eightysix", "center": [989.5, 1798.5], "path": [[992.5, 1768.5], [988.5, 1768.5], [987.5, 1768.5], [987.5, 1769.5], [986.5, 1770.5], [985.5, 1771.5], [984.5, 1771.5], [983.5, 1772.5], [983.5, 1774.5], [983.5, 1775.5], [981.5, 1775.5], [981.5, 1776.5], [980.5, 1776.5], [979.5, 1777.5], [978.5, 1778.5], [977.5, 1780.5], [976.5, 1781.5], [975.5, 1783.5], [975.5, 1786.5], [974.5, 1786.5], [974.5, 1787.5], [973.5, 1788.5], [972.5, 1789.5], [972.5, 1791.5], [973.5, 1792.5], [973.5, 1798.5], [974.5, 1799.5], [974.5, 1803.5], [975.5, 1803.5], [976.5, 1803.5], [976.5, 1813.5], [977.5, 1813.5], [977.5, 1814.5], [979.5, 1814.5], [979.5, 1816.5], [980.5, 1817.5], [980.5, 1818.5], [982.5, 1818.5], [982.5, 1824.5], [983.5, 1824.5], [983.5, 1826.5], [985.5, 1827.5], [995.5, 1827.5], [995.5, 1824.5], [996.5, 1820.5], [997.5, 1820.5], [998.5, 1819.5], [998.5, 1817.5], [1000.5, 1817.5], [1000.5, 1814.5], [1001.5, 1814.5], [1001.5, 1813.5], [1002.5, 1813.5], [1002.5, 1804.5], [1004.5, 1804.5], [1004.5, 1796.5], [1002.5, 1796.5], [1002.5, 1782.5], [1001.5, 1782.5], [1001.5, 1780.5], [1000.5, 1780.5], [1000.5, 1778.5], [999.5, 1778.5], [999.5, 1777.5], [998.5, 1777.5], [998.5, 1776.5], [997.5, 1776.5], [997.5, 1775.5], [995.5, 1775.5], [995.5, 1770.5], [994.5, 1770.5], [994.5, 1769.5], [993.5, 1769.5], [993.5, 1768.5], [992.5, 1768.5]]},
{"id": "twv0vg", "submitted_by": "HelloMegat_000", "name": "Megat_000 (Icon #2)", "description": "Megat_000 is a musician, focused on the EDM.", "website": "https://sites.google.com/view/megmusic/official-website", "subreddit": "/r/LaCasaDeMegat_000", "center": [1022.5, 1652.5], "path": [[1019.5, 1649.5], [1023.5, 1649.5], [1023.5, 1650.5], [1024.5, 1650.5], [1024.5, 1654.5], [1020.5, 1654.5], [1020.5, 1652.5], [1019.5, 1652.5], [1019.5, 1649.5], [1023.5, 1649.5], [1023.5, 1650.5], [1024.5, 1650.5], [1024.5, 1654.5], [1020.5, 1654.5], [1019.5, 1654.5]]},
@ -3024,10 +3015,9 @@
{"id": "twxy6p", "submitted_by": "Fortuna21", "name": "Agusbob Wolf", "description": "Logo of Argentinian streamer Agusbob", "website": "https://www.twitch.tv/agusbob", "subreddit": "", "center": [1194.5, 1391.5], "path": [[1179.5, 1369.5], [1170.5, 1383.5], [1171.5, 1402.5], [1185.5, 1416.5], [1204.5, 1416.5], [1217.5, 1403.5], [1218.5, 1382.5], [1209.5, 1368.5], [1180.5, 1368.5]]},
{"id": "twxy6b", "submitted_by": "Vigitant_01", "name": "Utah State University", "description": "A public University located in Logan, Utah, United States.", "website": "https://www.usu.edu/", "subreddit": "/r/usu", "center": [1935.5, 873.5], "path": [[1929.5, 870.5], [1929.5, 876.5], [1940.5, 876.5], [1940.5, 870.5]]},
{"id": "twxy5m", "submitted_by": "spedgy", "name": "Denver Broncos", "description": "NFL Football Team Denver Broncos paying tribute to their former player Demaryius Thomas who wore #88 for them from 2010-2018", "website": "", "subreddit": "/r/DenverBroncos", "center": [1382.5, 42.5], "path": [[1369.5, 35.5], [1394.5, 35.5], [1393.5, 49.5], [1371.5, 49.5], [1370.5, 48.5]]},
{"id": "twxxzs", "submitted_by": "TecCheck", "name": "animdustry", "description": "the anime gacha bullet hell rhythm game mindustry event", "website": "https://github.com/Anuken/animdustry", "subreddit": "", "center": [470.5, 1186.5], "path": [[470.5, 1172.5], [471.5, 1173.5], [474.5, 1173.5], [478.5, 1177.5], [478.5, 1178.5], [479.5, 1179.5], [479.5, 1183.5], [480.5, 1184.5], [480.5, 1185.5], [477.5, 1188.5], [477.5, 1191.5], [478.5, 1192.5], [478.5, 1193.5], [477.5, 1194.5], [477.5, 1195.5], [478.5, 1196.5], [478.5, 1198.5], [477.5, 1199.5], [477.5, 1201.5], [476.5, 1202.5], [475.5, 1202.5], [474.5, 1201.5], [473.5, 1201.5], [472.5, 1200.5], [470.5, 1200.5], [470.5, 1201.5], [469.5, 1202.5], [468.5, 1202.5], [463.5, 1197.5], [463.5, 1196.5], [464.5, 1195.5], [464.5, 1194.5], [463.5, 1193.5], [463.5, 1192.5], [464.5, 1191.5], [464.5, 1188.5], [462.5, 1186.5], [462.5, 1185.5], [461.5, 1184.5], [461.5, 1183.5], [462.5, 1182.5], [462.5, 1181.5], [461.5, 1180.5], [461.5, 1178.5], [463.5, 1176.5], [463.5, 1175.5], [466.5, 1172.5]]},
{"id": "twxxzs", "submitted_by": "TecCheck", "name": "Animdustry", "description": "A character from the anime gacha bullet hell rhythm game as part of a Mindustry event", "website": "https://github.com/Anuken/animdustry", "subreddit": "/r/Mindustry", "center": [470.5, 1186.5], "path": [[470.5, 1172.5], [471.5, 1173.5], [474.5, 1173.5], [478.5, 1177.5], [478.5, 1178.5], [479.5, 1179.5], [479.5, 1183.5], [480.5, 1184.5], [480.5, 1185.5], [477.5, 1188.5], [477.5, 1191.5], [478.5, 1192.5], [478.5, 1193.5], [477.5, 1194.5], [477.5, 1195.5], [478.5, 1196.5], [478.5, 1198.5], [477.5, 1199.5], [477.5, 1201.5], [476.5, 1202.5], [475.5, 1202.5], [474.5, 1201.5], [473.5, 1201.5], [472.5, 1200.5], [470.5, 1200.5], [470.5, 1201.5], [469.5, 1202.5], [468.5, 1202.5], [463.5, 1197.5], [463.5, 1196.5], [464.5, 1195.5], [464.5, 1194.5], [463.5, 1193.5], [463.5, 1192.5], [464.5, 1191.5], [464.5, 1188.5], [462.5, 1186.5], [462.5, 1185.5], [461.5, 1184.5], [461.5, 1183.5], [462.5, 1182.5], [462.5, 1181.5], [461.5, 1180.5], [461.5, 1178.5], [463.5, 1176.5], [463.5, 1175.5], [466.5, 1172.5]]},
{"id": "twxxvg", "submitted_by": "BabyBabaBofski", "name": "Terraria gender change potion", "description": "This is a gender change potion from terraria", "website": "https://terraria.fandom.com/wiki/Gender_Change_Potion", "subreddit": "/r/transplace", "center": [685.5, 469.5], "path": [[682.5, 465.5], [682.5, 465.5], [683.5, 464.5], [683.5, 461.5], [685.5, 461.5], [684.5, 461.5], [686.5, 461.5], [686.5, 462.5], [686.5, 464.5], [686.5, 464.5], [687.5, 467.5], [688.5, 469.5], [689.5, 471.5], [690.5, 472.5], [689.5, 474.5], [687.5, 475.5], [684.5, 475.5], [683.5, 475.5], [682.5, 475.5], [681.5, 474.5], [680.5, 473.5], [680.5, 472.5], [680.5, 471.5], [682.5, 468.5], [682.5, 467.5], [683.5, 462.5], [684.5, 464.5]]},
{"id": "twxxn7", "submitted_by": "roedesse", "name": "Chich\u00e9n Itz\u00e1", "description": "A depiction of half of the old maya city of Chich\u00e9n Itz\u00e1", "website": "", "subreddit": "/r/Mexico", "center": [795.5, 511.5], "path": [[787.5, 494.5], [787.5, 521.5], [811.5, 521.5], [810.5, 520.5], [810.5, 519.5], [795.5, 504.5], [793.5, 504.5], [792.5, 503.5], [792.5, 500.5], [793.5, 500.5], [793.5, 496.5], [792.5, 496.5], [792.5, 494.5], [787.5, 494.5]]},
{"id": "twxxex", "submitted_by": "LeonMonkeygamer", "name": "Minedustry", "description": "Mindustry is a pixelated sandbox tower defense game", "website": "https://mindustrygame.github.io/", "subreddit": "/r/Minedustry", "center": [506.5, 1203.5], "path": [[533.5, 1256.5], [553.5, 1256.5], [554.5, 1235.5], [554.5, 1211.5], [554.5, 1174.5], [439.5, 1174.5], [439.5, 1211.5], [500.5, 1213.5], [501.5, 1235.5], [532.5, 1237.5], [533.5, 1237.5], [533.5, 1237.5], [534.5, 1245.5], [533.5, 1255.5]]},
{"id": "twxxcw", "submitted_by": "PenguGame", "name": "Shape", "description": "A 5 letter word ( meant to say 'Shape') which represents the soon-to-be-vtuber Shape / polyshape", "website": "https://www.youtube.com/c/shape-polygon", "subreddit": "", "center": [1462.5, 900.5], "path": [[1453.5, 898.5], [1471.5, 898.5], [1471.5, 902.5], [1453.5, 902.5], [1453.5, 898.5]]},
{"id": 179, "name": "Camellia Logo (Covered)", "description": "Camellia (also known as Cametek) is a musician that mainly produces Electronic Dance Music. He is also known as the King of Rhythm Games.", "website": "https://linktr.ee/cametek", "subreddit": "", "center": [703.5, 1507.5], "path": [[660.5, 1491.5], [660.5, 1522.5], [745.5, 1522.5], [745.5, 1491.5]]},
{"id": "twxx81", "submitted_by": "Xulomali_HD", "name": "Arkeanos", "description": "It is a part of the Spanish community in which the *Arkeanos* team invaded to endure in the history of reddit.nn*Siempre con el Jefecito*", "website": "https://www.youtube.com/channel/UCggHFGmLDDStxyM-uy9DYnQ", "subreddit": "/r/nexxuzhd", "center": [1666.5, 98.5], "path": [[1717.5, 48.5], [1717.5, 147.5], [1615.5, 147.5], [1615.5, 48.5]]},
@ -3038,7 +3028,7 @@
{"id": "twxwyb", "submitted_by": "ImVortexlol", "name": "Green and gold 'till the club is sold", "description": "The colours of Manchester United in its inception, back when it was called Newton Heath. They are used to symbolize protest of the club's current American owners in the Glazer family.", "website": "", "subreddit": "/r/reddevils", "center": [1635.5, 659.5], "path": [[1619.5, 660.5], [1650.5, 636.5], [1657.5, 639.5], [1660.5, 637.5], [1660.5, 646.5], [1659.5, 648.5], [1654.5, 643.5], [1653.5, 644.5], [1648.5, 639.5], [1623.5, 657.5], [1622.5, 661.5], [1624.5, 663.5], [1625.5, 667.5], [1630.5, 672.5], [1620.5, 685.5], [1620.5, 660.5]]},
{"id": "twxwx6", "submitted_by": "Traditional-Usual372", "name": "Masterball", "description": "Masterball from pokemon", "website": "", "subreddit": "", "center": [558.5, 1458.5], "path": [[554.5, 1450.5], [562.5, 1450.5], [567.5, 1455.5], [567.5, 1463.5], [559.5, 1468.5], [553.5, 1466.5], [549.5, 1462.5], [548.5, 1456.5], [551.5, 1451.5]]},
{"id": "twxwtr", "submitted_by": "Fidlesticks_1", "name": "The Weeknd", "description": "XO is The Weeknd's record labeln", "website": "https://www.theweeknd.com/", "subreddit": "/r/theweeknd", "center": [1984.5, 1603.5], "path": [[1968.5, 1583.5], [1999.5, 1583.5], [1999.5, 1623.5], [1968.5, 1623.5]]},
{"id": "twxwtq", "submitted_by": "jukefishron", "name": "Sir Nessie The Second", "description": "An absolutely adorable plush Nessie with an even more adorable hat and mustache", "website": "", "subreddit": "/r/apexlegends", "center": [428.5, 1242.5], "path": [[408.5, 1219.5], [447.5, 1219.5], [447.5, 1265.5], [408.5, 1265.5]]},
{"id":"twxwtq","submitted_by":"jukefishron","name":"Sir Nessie The Second","description":"An absolutely adorable plush Nessie with an even more adorable hat and mustache","website":"","subreddit":"/r/apexlegends","center":[428.5,1242.5],"path":[[447.5,1265.5],[447.5,1219.5],[408.5,1219.5],[408.5,1265.5]]},
{"id": "twxwp2", "submitted_by": "Apix0n", "name": "Action Against Hunger Logo", "description": "This logo is here because the ZEvent, a French charity event (the logo above) raised 10 millions \u20ac for them, the most in 6 editions!", "website": "https://www.actionagainsthunger.org/", "subreddit": "", "center": [1244.5, 1478.5], "path": [[1236.5, 1468.5], [1251.5, 1468.5], [1251.5, 1489.5], [1237.5, 1489.5]]},
{"id": "twxwis", "submitted_by": "Loren_ad", "name": "Relaxed", "description": "Relaxed is a reference to ChurroMoreno (ChusoMontero) a Spanish streamer known for doing no hits of the souls saga", "website": "https://www.twitch.tv/chusommontero", "subreddit": "", "center": [1463.5, 1033.5], "path": [[1451.5, 1023.5], [1451.5, 1043.5], [1475.5, 1043.5], [1475.5, 1023.5], [1451.5, 1023.5]]},
{"id": "twxweg", "submitted_by": "SigEnderman", "name": "r/beachhouse", "description": "r/beachhouse is a subreddit about beach houses.", "website": "", "subreddit": "/r/beachouses", "center": [357.5, 1476.5], "path": [[345.5, 1463.5], [369.5, 1463.5], [369.5, 1488.5], [345.5, 1488.5], [345.5, 1463.5]]},
@ -3050,7 +3040,7 @@
{"id": "twxusw", "submitted_by": "roedesse", "name": "Palacio de Bellas Artes", "description": "Top roof of the Palacio de Bellas Artes from Mexico City", "website": "", "subreddit": "/r/Mexico", "center": [665.5, 1290.5], "path": [[589.5, 1301.5], [748.5, 1301.5], [748.5, 1299.5], [746.5, 1299.5], [746.5, 1298.5], [742.5, 1298.5], [742.5, 1297.5], [727.5, 1297.5], [721.5, 1291.5], [713.5, 1291.5], [707.5, 1296.5], [704.5, 1296.5], [701.5, 1294.5], [700.5, 1292.5], [697.5, 1292.5], [694.5, 1291.5], [693.5, 1290.5], [690.5, 1290.5], [690.5, 1287.5], [684.5, 1287.5], [684.5, 1290.5], [681.5, 1290.5], [681.5, 1285.5], [677.5, 1281.5], [673.5, 1279.5], [673.5, 1266.5], [668.5, 1266.5], [668.5, 1264.5], [672.5, 1260.5], [672.5, 1257.5], [671.5, 1256.5], [669.5, 1256.5], [669.5, 1256.5], [659.5, 1256.5], [658.5, 1260.5], [662.5, 1264.5], [662.5, 1266.5], [657.5, 1266.5], [657.5, 1273.5], [658.5, 1273.5], [658.5, 1277.5], [657.5, 1278.5], [655.5, 1279.5], [652.5, 1280.5], [649.5, 1284.5], [648.5, 1285.5], [648.5, 1290.5], [645.5, 1290.5], [645.5, 1287.5], [639.5, 1287.5], [639.5, 1289.5], [631.5, 1292.5], [625.5, 1295.5], [624.5, 1296.5], [623.5, 1296.5], [623.5, 1295.5], [618.5, 1291.5], [610.5, 1291.5], [604.5, 1296.5], [604.5, 1297.5], [589.5, 1297.5], [588.5, 1299.5], [585.5, 1299.5], [585.5, 1300.5], [585.5, 1301.5]]},
{"id": "twxui6", "submitted_by": "DarkStar69_", "name": "SykHeart", "description": "SylHeart is an emote that represents the Twitch Streamer Sykkuno.", "website": "https://www.twitch.tv/sykkuno", "subreddit": "", "center": [1322.5, 687.5], "path": [[1333.5, 673.5], [1333.5, 694.5], [1336.5, 694.5], [1336.5, 700.5], [1310.5, 699.5], [1310.5, 690.5], [1312.5, 689.5], [1311.5, 682.5], [1311.5, 673.5]]},
{"id": "twxuan", "submitted_by": "JustJikoo", "name": "Green makaHi", "description": "A green version of makaroll's (creator of Phantom Rose) avatar", "website": "https://discord.gg/phantomrose", "subreddit": "/r/PhantomRose", "center": [1816.5, 279.5], "path": [[1822.5, 284.5], [1822.5, 282.5], [1823.5, 282.5], [1823.5, 280.5], [1821.5, 280.5], [1821.5, 272.5], [1820.5, 273.5], [1819.5, 274.5], [1816.5, 274.5], [1815.5, 273.5], [1814.5, 273.5], [1813.5, 272.5], [1812.5, 271.5], [1811.5, 272.5], [1811.5, 276.5], [1811.5, 284.5]]},
{"id": "twxu9c", "submitted_by": "TecCheck", "name": "Mindustry", "description": "A sandbox tower-defense game", "website": "https://mindustrygame.github.io/", "subreddit": "/r/Mindustry", "center": [507.5, 1205.5], "path": [[441.5, 1211.5], [445.5, 1211.5], [445.5, 1213.5], [501.5, 1213.5], [501.5, 1226.5], [504.5, 1226.5], [504.5, 1227.5], [507.5, 1227.5], [507.5, 1236.5], [534.5, 1236.5], [534.5, 1243.5], [533.5, 1244.5], [533.5, 1252.5], [536.5, 1254.5], [542.5, 1254.5], [542.5, 1253.5], [545.5, 1253.5], [545.5, 1254.5], [552.5, 1254.5], [553.5, 1253.5], [553.5, 1187.5], [535.5, 1187.5], [535.5, 1182.5], [536.5, 1181.5], [536.5, 1178.5], [534.5, 1176.5], [482.5, 1176.5], [479.5, 1176.5], [476.5, 1173.5], [461.5, 1173.5], [461.5, 1178.5], [451.5, 1178.5], [451.5, 1188.5], [448.5, 1188.5], [443.5, 1199.5], [446.5, 1203.5], [446.5, 1208.5], [441.5, 1208.5]]},
{"id":"twxu9c","submitted_by":"TecCheck","name":"Mindustry","description":"A sandbox tower-defense game. The Factorio locomotive and the cargo wagon was a collaborative project with Mindustry.","website":"https://mindustrygame.github.io/","subreddit":"/r/Mindustry","center":[507.5,1205.5],"path":[[554.5,1187.5],[535.5,1187.5],[535.5,1182.5],[536.5,1181.5],[536.5,1178.5],[534.5,1176.5],[480.5,1176.5],[480.5,1172.5],[461.5,1172.5],[461.5,1178.5],[451.5,1178.5],[451.5,1188.5],[447.5,1188.5],[442.5,1198.5],[442.5,1200.5],[445.5,1202.5],[445.5,1208.5],[441.5,1208.5],[441.5,1211.5],[444.5,1211.5],[444.5,1213.5],[501.5,1213.5],[501.5,1227.5],[506.5,1227.5],[506.5,1236.5],[533.5,1236.5],[533.5,1251.5],[536.5,1254.5],[551.5,1254.5],[554.5,1251.5]]},
{"id": "twxu6e", "submitted_by": "Traditional-Usual372", "name": "Gojo (JJK)", "description": "Gojo Satoru, a special grade jujutsu sorcerer, first bearer of both the Limitless and Six Eyes technique in 400 years, regarded as the strongest sorcerer of the modern world. Mentor at Tokyo Metropolitan Curse Technical College.", "website": "", "subreddit": "/r/jujutsukaisen", "center": [876.5, 1187.5], "path": [[904.5, 1174.5], [854.5, 1173.5], [854.5, 1203.5], [888.5, 1203.5], [888.5, 1196.5], [890.5, 1195.5], [890.5, 1192.5], [904.5, 1191.5]]},
{"id": "twxu65", "submitted_by": "ImVortexlol", "name": "United's Treble", "description": "Manchester United managed to win the proper treble of the FA Cup, the Premier League and the Champions' League in the season of 1998/99, a feat which remains unmatched by any other British football club.", "website": "", "subreddit": "/r/reddevils", "center": [1642.5, 683.5], "path": [[1625.5, 678.5], [1658.5, 678.5], [1658.5, 689.5], [1625.5, 688.5]]},
{"id": "twxu51", "submitted_by": "BabyBabaBofski", "name": "BLM fist", "description": "Made to represent trans women of color and the protests against their persecution", "website": "https://www.reddit.com/r/transplace/comments/tuxdxu/petition_acknowledge_the_history_of_black/", "subreddit": "/r/transplace", "center": [618.5, 462.5], "path": [[610.5, 475.5], [612.5, 472.5], [613.5, 467.5], [611.5, 465.5], [609.5, 464.5], [610.5, 460.5], [608.5, 459.5], [609.5, 457.5], [610.5, 454.5], [612.5, 452.5], [615.5, 453.5], [617.5, 455.5], [615.5, 451.5], [616.5, 448.5], [618.5, 448.5], [620.5, 448.5], [620.5, 448.5], [621.5, 452.5], [622.5, 453.5], [624.5, 454.5], [626.5, 456.5], [627.5, 458.5], [626.5, 459.5], [629.5, 458.5], [629.5, 460.5], [625.5, 462.5], [625.5, 463.5], [624.5, 465.5], [622.5, 467.5], [622.5, 473.5], [622.5, 475.5], [621.5, 475.5], [617.5, 475.5], [613.5, 475.5], [610.5, 475.5], [616.5, 473.5], [614.5, 474.5], [617.5, 469.5], [617.5, 469.5], [616.5, 473.5]]},
@ -3077,7 +3067,7 @@
{"id": "twxs49", "submitted_by": "Breyck_version_2", "name": "Ralsei(chapter 2)", "description": "Ralsei is a fluffy goat prince with magical abilities. Special thank you to r/Deltarune for helping us a ton. The in-game sprite is very troublesome because of the weird shading, so that caused a lot of misunderstanding and griefing. Please dont add him red eyes.", "website": "", "subreddit": "/r/Ralsei", "center": [690.5, 796.5], "path": [[679.5, 780.5], [681.5, 784.5], [686.5, 780.5], [691.5, 781.5], [690.5, 778.5], [689.5, 776.5], [692.5, 775.5], [695.5, 781.5], [699.5, 780.5], [700.5, 782.5], [698.5, 786.5], [696.5, 788.5], [696.5, 791.5], [697.5, 796.5], [700.5, 800.5], [704.5, 800.5], [707.5, 802.5], [704.5, 806.5], [702.5, 808.5], [700.5, 808.5], [698.5, 807.5], [695.5, 808.5], [695.5, 810.5], [692.5, 814.5], [689.5, 816.5], [686.5, 815.5], [684.5, 814.5], [688.5, 811.5], [689.5, 810.5], [686.5, 810.5], [684.5, 808.5], [683.5, 807.5], [684.5, 804.5], [685.5, 802.5], [683.5, 800.5], [682.5, 802.5], [676.5, 801.5], [675.5, 799.5], [679.5, 796.5], [679.5, 794.5], [679.5, 791.5], [678.5, 786.5], [677.5, 784.5], [677.5, 781.5]]},
{"id": "twxs1g", "submitted_by": "j8b8123", "name": "Welsh Sheep", "description": "Trail of Welsh Sheep featuring flags such as Eqypt (a r/Place neighbour and ally) and Ukraine, as well as partially griefed Pride sheep's such as a rainbow sheep", "website": "", "subreddit": "/r/Wales", "center": [23.5, 117.5], "path": [[5.5, 136.5], [0.5, 136.5], [0.5, 93.5], [43.5, 94.5], [44.5, 130.5], [51.5, 130.5], [53.5, 133.5], [57.5, 134.5], [57.5, 136.5], [40.5, 137.5], [39.5, 98.5], [5.5, 98.5], [5.5, 132.5], [39.5, 132.5], [39.5, 137.5], [0.5, 136.5], [0.5, 136.5], [1.5, 136.5], [0.5, 136.5], [0.5, 136.5], [0.5, 136.5]]},
{"id": "twxrl1", "submitted_by": "SchneckchenAndy", "name": "Clustertruck Speedrunning", "description": "A truck from the game Clustertruck by Landfall Games. It was made in collaboration with the TeosGame community to represent the speedrunning community of Clustertruck.", "website": "https://www.speedrun.com/Clustertruck", "subreddit": "", "center": [1108.5, 1027.5], "path": [[1100.5, 1033.5], [1100.5, 1030.5], [1101.5, 1030.5], [1101.5, 1026.5], [1108.5, 1019.5], [1115.5, 1019.5], [1115.5, 1027.5], [1114.5, 1027.5], [1114.5, 1030.5], [1112.5, 1030.5], [1112.5, 1032.5], [1108.5, 1032.5], [1108.5, 1034.5], [1100.5, 1034.5]]},
{"id": "twxreq", "submitted_by": "StuckeyIRL", "name": "Factorio Locomotive", "description": "A blue-dyed locomotive from the videogame Factorio. This project on r/place was meant to incorperate several communities in cargo wagons but was limited due to space. The front of the locomotive is also cropped because a streamer expanded Mexico.", "website": "https://www.factorio.com/", "subreddit": "/r/factorio", "center": [528.5, 1200.5], "path": [[503.5, 1187.5], [554.5, 1187.5], [554.5, 1212.5], [503.5, 1213.5], [503.5, 1187.5]]},
{"id":"twxreq","submitted_by":"StuckeyIRL","name":"Factorio Locomotive","description":"A blue-dyed locomotive from the videogame Factorio. This project on r/place was meant to incorperate several communities in cargo wagons but was limited due to space. The front of the locomotive is also cropped because a streamer expanded Mexico.","website":"https://www.factorio.com/","subreddit":"/r/factorio","center":[529.5,1198.5],"path":[[554.5,1187.5],[522.5,1187.5],[522.5,1186.5],[510.5,1186.5],[510.5,1187.5],[504.5,1187.5],[504.5,1203.5],[509.5,1203.5],[509.5,1209.5],[554.5,1209.5]]},
{"id": "twxrdg", "submitted_by": "Firanka", "name": "Gail Phoenotopia", "description": "The protagonist of the game Phoenotopia: Awakening.", "website": "https://phoenotopia.com", "subreddit": "/r/phoenotopia", "center": [1875.5, 1242.5], "path": [[1874.5, 1235.5], [1875.5, 1235.5], [1876.5, 1236.5], [1879.5, 1239.5], [1879.5, 1242.5], [1878.5, 1243.5], [1880.5, 1246.5], [1878.5, 1246.5], [1878.5, 1247.5], [1876.5, 1249.5], [1875.5, 1248.5], [1874.5, 1249.5], [1873.5, 1248.5], [1872.5, 1247.5], [1870.5, 1246.5], [1872.5, 1244.5], [1872.5, 1242.5], [1871.5, 1242.5], [1871.5, 1240.5], [1871.5, 1239.5], [1873.5, 1237.5], [1876.5, 1237.5], [1874.5, 1237.5], [1875.5, 1237.5], [1874.5, 1237.5], [1875.5, 1237.5], [1875.5, 1237.5], [1875.5, 1237.5]]},
{"id": "twxrbk", "submitted_by": "GeheimLeise", "name": "Squirtle (Squirtle Squad)", "description": "A sprite of the Pok\u00e9mon Squirtle from Pok\u00e9mon Mystery Dungeon: Red/Blue Rescue Team, placed by a private friend group who uses it as a Discord server icon.", "website": "https://bulbapedia.bulbagarden.net/wiki/Squirtle_(Pok%C3%A9mon)", "subreddit": "", "center": [1710.5, 1445.5], "path": [[1714.5, 1439.5], [1705.5, 1439.5], [1704.5, 1447.5], [1703.5, 1447.5], [1703.5, 1449.5], [1705.5, 1450.5], [1717.5, 1450.5], [1716.5, 1449.5], [1715.5, 1448.5], [1716.5, 1447.5], [1716.5, 1443.5], [1715.5, 1442.5], [1714.5, 1440.5]]},
{"id": "twxrbb", "submitted_by": "Chemistry-Honest", "name": "The friendship cube", "description": "A cube representing a small group of friends", "website": "", "subreddit": "", "center": [0.5, 0.5], "path": [[762.5, 1578.5], [762.5, 1578.5], [762.5, 1578.5], [762.5, 1578.5]]},
@ -3093,7 +3083,6 @@
{"id": "twxqsu", "submitted_by": "DarkStar69_", "name": "Ming", "description": "Ming is a Twitch Streamer that streams GTA RP for the NoPixel Server.", "website": "https://www.twitch.tv/ming", "subreddit": "", "center": [982.5, 892.5], "path": [[965.5, 887.5], [998.5, 887.5], [998.5, 897.5], [965.5, 897.5]]},
{"id": "twxqrm", "submitted_by": "Jova38", "name": "999 (Zero Escape: Nine Hours, Nine Persons, Nine Doors)", "description": "Three 9's in a row representing 999, a game from the Zero Escape series.", "website": "", "subreddit": "/r/ZeroEscape", "center": [1957.5, 169.5], "path": [[1950.5, 162.5], [1950.5, 175.5], [1964.5, 175.5], [1964.5, 162.5]]},
{"id": "twxqoq", "submitted_by": "putrid-creature", "name": "swag", "description": "a putrid, smelly, scamming jackass who nobody actually likes", "website": "", "subreddit": "/r/emoney", "center": [639.5, 926.5], "path": [[622.5, 909.5], [622.5, 943.5], [655.5, 943.5], [655.5, 909.5]]},
{"id": "twxqjy", "submitted_by": "lilihahattl", "name": "Cirno", "description": "Chiruno or Cirno, is one of a favorite charactor in TouHou series. This small art piece is one of the most protected piece of TouhouHijackLOL server.", "website": "https://en.touhouwiki.net/wiki/Cirno", "subreddit": "", "center": [767.5, 765.5], "path": [[762.5, 760.5], [771.5, 760.5], [771.5, 770.5], [762.5, 770.5]]},
{"id": "twxqik", "submitted_by": "LilMixelle", "name": "Debian GNU/Linux", "description": "The twirl logo of Debian GNU/Linux.", "website": "https://www.debian.org/", "subreddit": "/r/placetux", "center": [34.5, 697.5], "path": [[36.5, 691.5], [31.5, 693.5], [30.5, 701.5], [34.5, 703.5], [39.5, 696.5]]},
{"id": "twxqh1", "submitted_by": "Tevedeh", "name": "Iowa State University", "description": "A public land grant university in Ames, Iowa", "website": "", "subreddit": "/r/iastate", "center": [1641.5, 628.5], "path": [[1628.5, 620.5], [1628.5, 636.5], [1653.5, 636.5], [1653.5, 620.5]]},
{"id": "twxqdd", "submitted_by": "AsrielPlay52", "name": "Arasaka Corp/Cyberpunk 2077", "description": "Depiction of Arasaka Cooperation, a fictional company from the TTRPG series Cyberpunk with the text from the game Cyberpunk 2077", "website": "https://www.cyberpunk.net/", "subreddit": "/r/cyberpunkgame", "center": [997.5, 1731.5], "path": [[987.5, 1742.5], [1007.5, 1742.5], [1007.5, 1720.5], [987.5, 1720.5]]},
@ -3130,7 +3119,6 @@
{"id": "twxkvq", "submitted_by": "tobtrreddit", "name": "r/EBM", "description": "Logo form Electronic Body Music subreddit.", "website": "", "subreddit": "/r/EBM", "center": [1095.5, 1678.5], "path": [[1083.5, 1674.5], [1106.5, 1674.5], [1106.5, 1682.5], [1083.5, 1682.5]]},
{"id": "twxknv", "submitted_by": "KevinMagZuege", "name": "Papaplatte", "description": "The logo of the cringiest streamer and Youtube newcomer Papaplatte. He got rich with uran shares and is the sidekick of the one and only Domo! papatastisch", "website": "https://twitch.tv/papaplatte", "subreddit": "/r/Papaplatte", "center": [1339.5, 1810.5], "path": [[1332.5, 1801.5], [1346.5, 1801.5], [1346.5, 1819.5], [1332.5, 1819.5]]},
{"id": "twxkb3", "submitted_by": "CountessRoadkill", "name": "Scrap Mechanic", "description": "The icon for Steam game Scrap Mechanic.", "website": "https://store.steampowered.com/app/387990/Scrap_Mechanic/", "subreddit": "/r/ScrapMechanic", "center": [1864.5, 1317.5], "path": [[1856.5, 1307.5], [1853.5, 1312.5], [1853.5, 1318.5], [1856.5, 1322.5], [1859.5, 1325.5], [1862.5, 1324.5], [1867.5, 1326.5], [1871.5, 1324.5], [1875.5, 1323.5], [1876.5, 1317.5], [1864.5, 1308.5], [1859.5, 1307.5]]},
{"id": "twxk5h", "submitted_by": "AEVNBlight", "name": "Mindustry logo", "description": "", "website": "", "subreddit": "/r/mindustry", "center": [508.5, 1180.5], "path": [[480.5, 1176.5], [536.5, 1176.5], [536.5, 1183.5], [480.5, 1183.5]]},
{"id": "twxk29", "submitted_by": "DarkStar69_", "name": "Bondi Boys MC", "description": "BBMC is a gang from the GTA RP server Nopixel, led by the Twitch Streamer Whippy.", "website": "https://nopixel.fandom.com/wiki/Bondi_Boys_MC", "subreddit": "", "center": [1348.5, 760.5], "path": [[1333.5, 753.5], [1333.5, 766.5], [1362.5, 766.5], [1362.5, 753.5]]},
{"id": "twxjup", "submitted_by": "Vigitant_01", "name": "Delicate Arch", "description": "A naturally formed arch made of sandstone located in Arches National Park, United States; one of the most recognizable symbols of the state of Utah.", "website": "https://en.m.wikipedia.org/wiki/Delicate_Arch", "subreddit": "", "center": [1971.5, 882.5], "path": [[1965.5, 877.5], [1965.5, 886.5], [1976.5, 886.5], [1976.5, 877.5]]},
{"id": "twxjrs", "submitted_by": "poyouli", "name": "K******", "description": "utauloid artist and yume nikki fangame creator. At the origin of an unnamed community.", "website": "", "subreddit": "/r/koronba", "center": [405.5, 1960.5], "path": [[417.5, 1950.5], [418.5, 1969.5], [393.5, 1970.5], [393.5, 1950.5]]},
@ -3276,7 +3264,6 @@
{"id": "twx4fx", "submitted_by": "Fidlesticks_1", "name": "Debian", "description": "Debian is one of the most stable linux distros", "website": "https://www.debian.org/", "subreddit": "/r/debian", "center": [34.5, 697.5], "path": [[33.5, 703.5], [30.5, 699.5], [30.5, 695.5], [33.5, 692.5], [36.5, 692.5], [38.5, 694.5], [38.5, 698.5], [34.5, 701.5]]},
{"id": "twx438", "submitted_by": "WilliamIsYoung", "name": "Karl Marx", "description": "The famous economist and philosopher who influenced economics and politics in massive ways. Produced by the Twitch streamer Carter and his community.", "website": "https://www.twitch.tv/carter", "subreddit": "", "center": [798.5, 1188.5], "path": [[809.5, 1203.5], [786.5, 1203.5], [786.5, 1174.5], [810.5, 1173.5]]},
{"id": "twx3wy", "submitted_by": "_8o_", "name": "Farfadox", "description": "argentinian youtuber's minecraft skin", "website": "https://www.youtube.com/c/Farfadox", "subreddit": "", "center": [1771.5, 1382.5], "path": [[1767.5, 1378.5], [1774.5, 1378.5], [1774.5, 1385.5], [1767.5, 1385.5]]},
{"id": "twx3uk", "submitted_by": "-ToasterGod-", "name": "Mindustry logo and icons", "description": "pixel art representing various structures from the mobile game mindustry", "website": "", "subreddit": "/r/Mindustry", "center": [503.5, 1200.5], "path": [[502.5, 1236.5], [554.5, 1236.5], [553.5, 1173.5], [440.5, 1173.5], [439.5, 1212.5], [501.5, 1213.5]]},
{"id": "twx3s0", "submitted_by": "L10nHeart8", "name": "iPandarina", "description": "Spanish streamer from Benalm\u00e1dena for KOI. Mother of Shilka and Neo. Viewer before streamer", "website": "https://www.twitch.tv/ipandarina", "subreddit": "", "center": [748.5, 1395.5], "path": [[775.5, 1391.5], [728.5, 1391.5], [723.5, 1403.5], [734.5, 1403.5], [735.5, 1398.5], [775.5, 1398.5], [775.5, 1398.5]]},
{"id": "twx3q1", "submitted_by": "ProfEinhornsberg", "name": "Moondye7 Logo", "description": "This is the logo of a German Twitch Streamer and YouTuber, Moondye7", "website": "https://www.twitch.tv/moondye7", "subreddit": "/r/Moondye7", "center": [848.5, 995.5], "path": [[843.5, 992.5], [853.5, 992.5], [853.5, 998.5], [843.5, 998.5], [843.5, 992.5]]},
{"id": "twx3pu", "submitted_by": "Kaonechan", "name": "DK", "description": "A famous russian singer and streamer Danila Kashin (DK)", "website": "https://www.twitch.tv/dkincc", "subreddit": "", "center": [1947.5, 564.5], "path": [[1892.5, 539.5], [1892.5, 589.5], [2000.5, 589.5], [2004.5, 539.5], [1999.5, 539.5], [1999.5, 539.5], [1999.5, 539.5], [1999.5, 539.5], [1893.5, 539.5], [1893.5, 539.5], [1891.5, 546.5]]},
@ -3326,7 +3313,7 @@
{"id": "twwxoa", "submitted_by": "Ambry_the_Blue", "name": "\u010cVUT/CTU - Czech Technical University", "description": "Made by students of CTU mainly from Faculty of Inforatics and Faculty od Electrical Engineering. The first design also included FEE and FIT as acronyms for them.nUncorupted final design:nnhttps://imgur.com/a/udJVGJb", "website": "https://www.cvut.cz", "subreddit": "", "center": [469.5, 1855.5], "path": [[449.5, 1843.5], [449.5, 1867.5], [489.5, 1867.5], [489.5, 1843.5], [449.5, 1843.5]]},
{"id": "twwxfh", "submitted_by": "Ivsucram", "name": "Lobo-guara", "description": "The lobo-guara is a large canine of South America. Its markings resemble those of foxes, but it is neither a fox nor a wolf.", "website": "https://en.wikipedia.org/wiki/Maned_wolf", "subreddit": "/r/brasil", "center": [1183.5, 584.5], "path": [[1189.5, 596.5], [1189.5, 587.5], [1197.5, 590.5], [1197.5, 587.5], [1184.5, 582.5], [1187.5, 569.5], [1180.5, 567.5], [1179.5, 573.5], [1182.5, 582.5], [1177.5, 576.5], [1174.5, 576.5], [1172.5, 582.5], [1177.5, 587.5], [1175.5, 592.5], [1183.5, 596.5], [1189.5, 597.5]]},
{"id": "twwx90", "submitted_by": "ignaco003", "name": "Real Madrid", "description": "Spanish football club real madrid, icons are, the club shield, 13 champions won and iconic idol Iker casillas", "website": "https://www.realmadrid.com/", "subreddit": "/r/realmadrid", "center": [1756.5, 292.5], "path": [[1752.5, 309.5], [1755.5, 309.5], [1755.5, 307.5], [1756.5, 308.5], [1758.5, 308.5], [1759.5, 306.5], [1760.5, 305.5], [1773.5, 302.5], [1773.5, 280.5], [1735.5, 280.5], [1735.5, 287.5], [1744.5, 295.5], [1745.5, 300.5], [1752.5, 308.5], [1753.5, 309.5]]},
{"id": "twwx6f", "submitted_by": "Akitoscorpio", "name": "The Lithuanian/Rwby war against the Long Sword Cult.", "description": "Throughout all four days of the r/Place 2022 event, a dedicated group attempted to extend the sword on the Lithuanian flag across the entire board to the far right edge. Due to the efforts of the r/Rwby and r/Balticstates communities, they were never able to get past the edges of the flag.", "website": "", "subreddit": "", "center": [422.5, 724.5], "path": [[363.5, 709.5], [365.5, 740.5], [447.5, 739.5], [449.5, 730.5], [497.5, 729.5], [496.5, 713.5], [449.5, 713.5], [449.5, 710.5], [364.5, 709.5]]},
{"id": "twwx6f", "submitted_by": "Akitoscorpio", "name": "The Lithuanian/Rwby war against the Long Sword Cult.", "description": "Throughout all four days of the r/Place 2022 event, a dedicated group attempted to extend the sword on the Lithuanian flag across the entire board to the far right edge. Due to the efforts of the r/Rwby, r/Balticstates, r/RedvsBlue, and neighboring communities, they were never able to get past the edges of the flag.", "website": "", "subreddit": "", "center": [422.5, 724.5], "path": [[363.5, 709.5], [365.5, 740.5], [447.5, 739.5], [449.5, 730.5], [497.5, 729.5], [496.5, 713.5], [449.5, 713.5], [449.5, 710.5], [364.5, 709.5]]},
{"id": "twwx3b", "submitted_by": "EchoWolftv", "name": "Ethoslab - You've Been Etho'd", "description": "Well-known Minecraft Youtuber", "website": "https://www.youtube.com/channel/UCFKDEp9si4RmHFWJW1vYsMA", "subreddit": "/r/ethoslab", "center": [1812.5, 1287.5], "path": [[1804.5, 1278.5], [1804.5, 1286.5], [1805.5, 1286.5], [1805.5, 1287.5], [1806.5, 1287.5], [1806.5, 1288.5], [1807.5, 1288.5], [1807.5, 1289.5], [1808.5, 1289.5], [1808.5, 1290.5], [1809.5, 1290.5], [1809.5, 1310.5], [1813.5, 1310.5], [1813.5, 1290.5], [1817.5, 1290.5], [1817.5, 1289.5], [1818.5, 1289.5], [1818.5, 1288.5], [1819.5, 1288.5], [1819.5, 1287.5], [1820.5, 1287.5], [1820.5, 1285.5], [1821.5, 1285.5], [1821.5, 1278.5], [1820.5, 1278.5], [1820.5, 1276.5], [1819.5, 1276.5], [1819.5, 1275.5], [1818.5, 1275.5], [1818.5, 1275.5], [1817.5, 1275.5], [1817.5, 1274.5], [1809.5, 1274.5], [1809.5, 1275.5], [1809.5, 1276.5], [1806.5, 1276.5], [1806.5, 1277.5], [1805.5, 1277.5], [1805.5, 1278.5]]},
{"id": "twwx0j", "submitted_by": "CristhianDaza", "name": "Aurigas", "description": "Project Minecraft STA", "website": "https://www.twitch.tv/aurigas", "subreddit": "", "center": [1339.5, 1768.5], "path": [[1332.5, 1753.5], [1345.5, 1753.5], [1345.5, 1783.5], [1332.5, 1783.5]]},
{"id": "twwwxx", "submitted_by": "Dry-Acanthopterygii9", "name": "\u00bfQuieres ser mi novia?", "description": "Pues eso, que si quieres ser mi novia. Quieres o no?", "website": "", "subreddit": "", "center": [1793.5, 1231.5], "path": [[1826.5, 1209.5], [1826.5, 1208.5], [1826.5, 1254.5], [1759.5, 1253.5], [1760.5, 1209.5]]},
@ -3373,7 +3360,7 @@
{"id": "twwrje", "submitted_by": "soyuzonions", "name": "Leo", "description": "Leo is a major character in the furry visual novel Echo by the Echo project", "website": "https://echoproject.itch.io/echo", "subreddit": "/r/FurryVisualNovels", "center": [1667.5, 516.5], "path": [[1664.5, 512.5], [1667.5, 515.5], [1670.5, 512.5], [1670.5, 516.5], [1671.5, 516.5], [1671.5, 518.5], [1669.5, 518.5], [1669.5, 519.5], [1668.5, 519.5], [1668.5, 520.5], [1666.5, 520.5], [1666.5, 519.5], [1665.5, 519.5], [1665.5, 518.5], [1663.5, 518.5], [1663.5, 516.5], [1664.5, 516.5]]},
{"id": "twwrib", "submitted_by": "loucarinol5124", "name": "french-german allience", "description": "the both like arte so they became friends (in place sure)", "website": "", "subreddit": "", "center": [1164.5, 829.5], "path": [[1161.5, 825.5], [1163.5, 825.5], [1164.5, 826.5], [1165.5, 825.5], [1167.5, 825.5], [1168.5, 826.5], [1169.5, 827.5], [1169.5, 830.5], [1164.5, 835.5], [1159.5, 830.5], [1159.5, 827.5], [1160.5, 826.5]]},
{"id": "twwrhx", "submitted_by": "Ivsucram", "name": "Coxinha", "description": "Famous brazilian snack, usually made of chicken. There is also a vegan option made of jackfruit.", "website": "https://en.wikipedia.org/wiki/Coxinha", "subreddit": "/r/brasil", "center": [1109.5, 613.5], "path": [[1110.5, 605.5], [1104.5, 613.5], [1104.5, 618.5], [1114.5, 618.5], [1114.5, 610.5], [1110.5, 605.5]]},
{"id": "twwrc8", "submitted_by": "MorrMorrr", "name": "Smol Cirno", "description": "She may be smol, but she is the STRONGEST \u2468.", "website": "", "subreddit": "/r/touhou", "center": [767.5, 765.5], "path": [[770.5, 762.5], [770.5, 765.5], [771.5, 765.5], [771.5, 768.5], [770.5, 768.5], [767.5, 769.5], [764.5, 769.5], [763.5, 766.5], [762.5, 766.5], [763.5, 766.5], [763.5, 764.5], [762.5, 764.5], [763.5, 764.5], [763.5, 762.5], [764.5, 761.5], [766.5, 762.5], [767.5, 762.5], [769.5, 761.5], [770.5, 762.5]]},
{"id": "twzggw", "submitted_by": "Tiny_Cirno", "name": "Mini Cirno", "description": "Cirno from Touhou Project. This piece was built by Cirno-centric pxls.space veterans, and quickly developed a cult following from r/touhou whom heavily helped defend it.", "website": "http://perfectfreeze.art", "subreddit": "/r/touhou", "center": [767.5, 765.5], "path": [[770.5, 762.5], [770.5, 765.5], [771.5, 765.5], [771.5, 768.5], [770.5, 768.5], [767.5, 769.5], [764.5, 769.5], [763.5, 766.5], [762.5, 766.5], [763.5, 766.5], [763.5, 764.5], [762.5, 764.5], [763.5, 764.5], [763.5, 762.5], [764.5, 761.5], [766.5, 762.5], [767.5, 762.5], [769.5, 761.5], [770.5, 762.5]]},
{"id": "twwr94", "submitted_by": "Banthafooood", "name": "Volkswagen Golf 1", "description": "The Volkswagen Golf Mk1 is the first generation of a small family car manufactured and marketed by Volkswagen.nIts the successor to Volkswagen's Beetle.", "website": "www.volkswagen.com", "subreddit": "", "center": [1675.5, 860.5], "path": [[1671.5, 852.5], [1688.5, 852.5], [1693.5, 857.5], [1693.5, 864.5], [1692.5, 864.5], [1692.5, 866.5], [1692.5, 867.5], [1689.5, 867.5], [1689.5, 866.5], [1688.5, 866.5], [1688.5, 865.5], [1678.5, 866.5], [1677.5, 867.5], [1676.5, 868.5], [1674.5, 869.5], [1672.5, 867.5], [1672.5, 867.5], [1671.5, 866.5], [1661.5, 867.5], [1660.5, 868.5], [1658.5, 868.5], [1657.5, 867.5], [1657.5, 867.5], [1656.5, 866.5], [1655.5, 866.5], [1654.5, 866.5], [1654.5, 862.5], [1655.5, 862.5], [1656.5, 859.5], [1657.5, 858.5], [1661.5, 858.5], [1661.5, 857.5], [1664.5, 857.5], [1669.5, 852.5]]},
{"id": "twwr6o", "submitted_by": "Frederic94500", "name": "Goj\u014d Satoru", "description": "Gojo Satoru from JUJUTSU KAISEN", "website": "https://www.shonenjump.com/j/rensai/jujutsu.html", "subreddit": "/r/JuJutsuKaisen", "center": [880.5, 1188.5], "path": [[855.5, 1174.5], [904.5, 1174.5], [904.5, 1202.5], [855.5, 1202.5], [855.5, 1174.5]]},
{"id": "twwr6f", "submitted_by": "PenguinPelt", "name": "The Rabbit With Checkered Ears/A kock\u00e1sf\u00fcl\u0171 ny\u00fal", "description": "A Hungarian animated children's series staring The Rabbit With Checkered Ears", "website": "", "subreddit": "", "center": [1465.5, 263.5], "path": [[1460.5, 274.5], [1468.5, 274.5], [1468.5, 273.5], [1470.5, 273.5], [1470.5, 272.5], [1471.5, 271.5], [1472.5, 271.5], [1473.5, 270.5], [1473.5, 269.5], [1474.5, 268.5], [1474.5, 263.5], [1473.5, 262.5], [1473.5, 261.5], [1478.5, 261.5], [1478.5, 262.5], [1481.5, 262.5], [1483.5, 264.5], [1483.5, 265.5], [1484.5, 265.5], [1484.5, 270.5], [1485.5, 270.5], [1485.5, 271.5], [1486.5, 271.5], [1486.5, 270.5], [1488.5, 270.5], [1488.5, 269.5], [1489.5, 269.5], [1489.5, 268.5], [1490.5, 268.5], [1490.5, 267.5], [1491.5, 266.5], [1491.5, 265.5], [1491.5, 264.5], [1490.5, 264.5], [1490.5, 262.5], [1489.5, 262.5], [1489.5, 261.5], [1488.5, 261.5], [1488.5, 260.5], [1487.5, 260.5], [1487.5, 259.5], [1486.5, 259.5], [1486.5, 257.5], [1485.5, 257.5], [1485.5, 256.5], [1484.5, 256.5], [1484.5, 254.5], [1475.5, 254.5], [1475.5, 255.5], [1474.5, 255.5], [1473.5, 256.5], [1471.5, 256.5], [1470.5, 257.5], [1469.5, 258.5], [1468.5, 258.5], [1467.5, 258.5], [1467.5, 257.5], [1461.5, 257.5], [1461.5, 258.5], [1460.5, 258.5], [1459.5, 258.5], [1458.5, 258.5], [1458.5, 256.5], [1456.5, 256.5], [1456.5, 255.5], [1455.5, 255.5], [1455.5, 254.5], [1445.5, 254.5], [1445.5, 255.5], [1444.5, 255.5], [1444.5, 256.5], [1443.5, 256.5], [1443.5, 257.5], [1441.5, 257.5], [1441.5, 258.5], [1440.5, 258.5], [1440.5, 259.5], [1439.5, 259.5], [1439.5, 262.5], [1440.5, 262.5], [1440.5, 263.5], [1441.5, 263.5], [1441.5, 264.5], [1442.5, 264.5], [1443.5, 264.5], [1443.5, 264.5], [1443.5, 265.5], [1445.5, 265.5], [1447.5, 263.5], [1448.5, 262.5], [1451.5, 262.5], [1452.5, 261.5], [1452.5, 260.5], [1455.5, 260.5], [1455.5, 262.5], [1455.5, 263.5], [1454.5, 263.5], [1454.5, 268.5], [1455.5, 268.5], [1454.5, 268.5]]},
@ -3398,7 +3385,6 @@
{"id": "twwp6a", "submitted_by": "Eldresh", "name": "Purple Corner", "description": "While there was no official, agreed upon location for Purple Corner this time around, many flocked here to the location of the original Purple Corner.", "website": "", "subreddit": "/r/purplecorner", "center": [4.5, 38.5], "path": [[1.5, 35.5], [11.5, 35.5], [1.5, 45.5]]},
{"id": "twwowi", "submitted_by": "Ivsucram", "name": "Abaporu", "description": "An oil painting on canvas by the Brazilian painter Tarsila do Amaral. It is considered the most valuable painting by a Brazilian artist.", "website": "https://en.wikipedia.org/wiki/Abaporu", "subreddit": "/r/brasil", "center": [1260.5, 591.5], "path": [[1289.5, 568.5], [1289.5, 616.5], [1233.5, 615.5], [1228.5, 568.5], [1289.5, 568.5]]},
{"id": "twwori", "submitted_by": "RealestJP", "name": "Islanders/Mets Heart", "description": "A heart that was done by a different community, but when the Islanders and Mets got more space, the heart was surrounded, then recolored to match the colors of the two New York teams.", "website": "", "subreddit": "", "center": [1816.5, 993.5], "path": [[1813.5, 990.5], [1815.5, 990.5], [1816.5, 991.5], [1817.5, 990.5], [1819.5, 990.5], [1820.5, 991.5], [1821.5, 992.5], [1821.5, 993.5], [1820.5, 994.5], [1819.5, 995.5], [1818.5, 996.5], [1817.5, 997.5], [1816.5, 998.5], [1815.5, 997.5], [1814.5, 996.5], [1813.5, 995.5], [1812.5, 994.5], [1811.5, 993.5], [1811.5, 992.5], [1812.5, 991.5], [1813.5, 990.5], [1814.5, 990.5], [1815.5, 990.5]]},
{"id": "twwogj", "submitted_by": "cobbleman4", "name": "Iskall", "description": "Iskall", "website": "https://www.youtube.com/channel/UCZ9x-z3iOnIbJxVpm1rsu2A", "subreddit": "", "center": [874.5, 627.5], "path": [[870.5, 624.5], [870.5, 630.5], [877.5, 630.5], [877.5, 624.5]]},
{"id": "twwoc5", "submitted_by": "EpicYH22", "name": "Derp Sirin", "description": "A derp pixel art version of Sirin from Honkai Impact 3rd", "website": "https://honkaiimpact3.hoyoverse.com/asia/en-us/home", "subreddit": "/r/houkai3rd", "center": [1990.5, 141.5], "path": [[1980.5, 132.5], [1998.5, 132.5], [1999.5, 150.5], [1981.5, 149.5]]},
{"id": "twwoa9", "submitted_by": "Tar0oo", "name": "GG Games avatar and logo", "description": "The avatar of the spanish fnaf youtuber GG Games, with its own customized puppet avatar and the scott cawthon logo included", "website": "", "subreddit": "", "center": [1892.5, 295.5], "path": [[1867.5, 270.5], [1917.5, 270.5], [1918.5, 320.5], [1867.5, 319.5]]},
{"id": "twwo93", "submitted_by": "EtherealProphet", "name": "Drawfee", "description": "An art-based YouTube series hosted by Jacob Andrews, Julia Lepetit, Nathan Yaffe, and Karina Farek. They take your dumb ideas and make even dumber drawings!", "website": "https://www.youtube.com/c/Drawfee", "subreddit": "/r/drawfee", "center": [1564.5, 328.5], "path": [[1557.5, 333.5], [1558.5, 336.5], [1570.5, 335.5], [1571.5, 332.5], [1571.5, 323.5], [1569.5, 321.5], [1558.5, 321.5], [1557.5, 325.5], [1557.5, 335.5]]},
@ -3421,7 +3407,6 @@
{"id": "twwlw2", "submitted_by": "foxdoxx", "name": "WarriorCatsRP (Roblox)", "description": "The logo for the Roblox group WarriorCatsRP.", "website": "https://www.roblox.com/groups/2650756/WarriorCatsRP#!/about", "subreddit": "", "center": [1439.5, 776.5], "path": [[1440.5, 800.5], [1457.5, 792.5], [1460.5, 754.5], [1454.5, 753.5], [1440.5, 763.5], [1421.5, 752.5], [1419.5, 755.5], [1420.5, 791.5], [1440.5, 800.5]]},
{"id": "twwlrx", "submitted_by": "Which_Appeal_1302", "name": "Transplace and Tally Hall Taskbar Icon", "description": "Another combination of /r/transplace and /r/tallyhall, based off the Ally Hall icons, one wears the Transgender tie, and one wears all five colors of the Tally Hall members", "website": "", "subreddit": "/r/transplace", "center": [720.5, 1985.5], "path": [[709.5, 1975.5], [710.5, 1975.5], [710.5, 1974.5], [730.5, 1974.5], [730.5, 1975.5], [731.5, 1975.5], [731.5, 1976.5], [732.5, 1976.5], [732.5, 1994.5], [731.5, 1994.5], [731.5, 1995.5], [709.5, 1995.5]]},
{"id": "twwlp2", "submitted_by": "Previous_Ad_4662", "name": "Okayeg", "description": "Popular third-party Twitch Emote called Okayeg. Made by soy Twitch Streamer Nymn's Community.", "website": "", "subreddit": "", "center": [681.5, 916.5], "path": [[655.5, 890.5], [705.5, 890.5], [705.5, 943.5], [665.5, 943.5], [664.5, 933.5], [655.5, 933.5], [655.5, 890.5]]},
{"id": "twwlla", "submitted_by": "cobbleman4", "name": "Grian", "description": "Grian", "website": "https://www.youtube.com/c/Grian", "subreddit": "", "center": [883.5, 603.5], "path": [[879.5, 600.5], [879.5, 606.5], [886.5, 606.5], [886.5, 600.5]]},
{"id": "twwl6o", "submitted_by": "shadowxxs30", "name": "Rock bottom and Guppies head", "description": "2 Binding of Isaac items. The right item, Guppy's Head is a usable item referencing Guppy the cat, which in turn is a reference to Edmund McMillen's (Creator of Binding of Isaac) cat also named Guppy. The left item, Rock Bottom, an item that was introduced in the Repentance dlc, is a notorious item for allowing some busted runs to occur because of it's effect.", "website": "https://store.steampowered.com/app/113200/The_Binding_of_Isaac/", "subreddit": "/r/bindingofisaac", "center": [525.5, 1771.5], "path": [[501.5, 1759.5], [501.5, 1782.5], [549.5, 1782.5], [549.5, 1759.5], [530.5, 1759.5], [530.5, 1770.5], [526.5, 1770.5], [525.5, 1769.5], [525.5, 1769.5], [524.5, 1768.5], [523.5, 1767.5], [522.5, 1766.5], [520.5, 1766.5], [519.5, 1766.5], [518.5, 1765.5], [517.5, 1765.5], [516.5, 1764.5], [516.5, 1763.5], [516.5, 1762.5], [516.5, 1761.5], [517.5, 1761.5], [517.5, 1760.5], [524.5, 1760.5], [524.5, 1759.5]]},
{"id": "twwl5p", "submitted_by": "VollovTej", "name": "Stray Kids Logo", "description": "Intials of the popular kpop boy band Stray Kids", "website": "", "subreddit": "/r/straykids", "center": [1579.5, 208.5], "path": [[1571.5, 204.5], [1571.5, 211.5], [1587.5, 211.5], [1587.5, 204.5]]},
{"id": "twwl36", "submitted_by": "UnitedStrain7215", "name": "Kamen Rider Ichigo and Kamen Rider's Initials", "description": "Kamen Rider Ichigo is the first hero from the over 50 year old Japanese Tokusatsu series created by manga artist Shotaro Ishinomori, Kamen Rider. The initials of the series below Ichigo also happens to be in the color scheme of the latest Kamen Rider at the the time of the second /r/place event: Kamen Rider Revice.", "website": "", "subreddit": "/r/kamenrider", "center": [750.5, 1521.5], "path": [[746.5, 1512.5], [746.5, 1529.5], [753.5, 1529.5], [753.5, 1512.5]]},
@ -3537,7 +3522,7 @@
{"id": "tx32d9", "submitted_by": "Kurobei", "name": "Trans Kitty", "description": "A little kitty head on a trans flag. I wanted to contribute something cute to this canvas. By MintKuro.", "website": "None", "subreddit": "Solo, Project", "center": [1060.5, 1784.5], "path": [[1055.5, 1779.5], [1055.5, 1789.5], [1065.5, 1789.5], [1065.5, 1779.5]]},
{"id": "tx328p", "submitted_by": "ObamaILove21", "name": "FRC Team 6696", "description": "FRC team 6696, Cardinal Dynamics, is a small FIRST Robotics team located in Corbett, OR.", "website": "https://sites.google.com/corbett.k12.or.us/corbett-robotics/", "subreddit": "/r/FRC", "center": [1154.5, 1635.5], "path": [[1146.5, 1632.5], [1162.5, 1632.5], [1162.5, 1638.5], [1146.5, 1638.5], [1146.5, 1632.5]]},
{"id": "tx327z", "submitted_by": "Edern76", "name": "Void Linux", "description": "Minimalist logo of the Void Linux distribution", "website": "", "subreddit": "/r/voidlinux", "center": [1261.5, 874.5], "path": [[1257.5, 870.5], [1257.5, 878.5], [1265.5, 878.5], [1265.5, 870.5], [1257.5, 870.5]]},
{"id": "tx321d", "submitted_by": "dottenator7", "name": "Jellie Cat", "description": "Jellie, cat of Minecraft YouTuber GoodTimesWithScar (shown just to the left of the heart). She has a bi flag collar to honor and acknowledge the bisexual members of Scar's best known SMP, HermitCraft.", "website": "", "subreddit": "/r/hermitcraft", "center": [899.5, 619.5], "path": [[902.5, 615.5], [902.5, 623.5], [896.5, 623.5], [896.5, 618.5], [894.5, 616.5], [895.5, 615.5], [897.5, 615.5], [899.5, 616.5], [899.5, 615.5], [902.5, 615.5]]},
{"id": "tx321d", "submitted_by": "dottenator7", "name": "Jellie Cat", "description": "Jellie, cat of Minecraft YouTuber GoodTimesWithScar (shown just to the left of the heart). She has a bi flag collar to honor and acknowledge the bisexual members of Scar's best known SMP, HermitCraft.", "website": "https://youtube.fandom.com/wiki/GoodTimesWithScar", "subreddit": "/r/hermitcraft", "center": [899.5, 619.5], "path": [[902.5, 615.5], [902.5, 623.5], [896.5, 623.5], [896.5, 618.5], [894.5, 616.5], [895.5, 615.5], [897.5, 615.5], [899.5, 616.5], [899.5, 615.5], [902.5, 615.5]]},
{"id": "tx31rr", "submitted_by": "aljdlbjsdh", "name": "Jammies peepo", "description": "A Twitch emote placed on r/place by a Twitch streamer Nihachu and her community.", "website": "https://www.twitch.tv/nihachu", "subreddit": "", "center": [1268.5, 1091.5], "path": [[1276.5, 1114.5], [1282.5, 1114.5], [1282.5, 1111.5], [1281.5, 1108.5], [1279.5, 1105.5], [1279.5, 1096.5], [1278.5, 1095.5], [1278.5, 1089.5], [1280.5, 1089.5], [1283.5, 1094.5], [1283.5, 1086.5], [1279.5, 1083.5], [1276.5, 1083.5], [1276.5, 1082.5], [1277.5, 1081.5], [1277.5, 1076.5], [1275.5, 1074.5], [1271.5, 1072.5], [1265.5, 1072.5], [1263.5, 1073.5], [1261.5, 1073.5], [1259.5, 1075.5], [1257.5, 1079.5], [1258.5, 1084.5], [1261.5, 1085.5], [1259.5, 1088.5], [1257.5, 1087.5], [1254.5, 1086.5], [1251.5, 1082.5], [1250.5, 1082.5], [1249.5, 1084.5], [1248.5, 1085.5], [1251.5, 1089.5], [1253.5, 1091.5], [1255.5, 1092.5], [1257.5, 1092.5], [1261.5, 1092.5], [1262.5, 1094.5], [1262.5, 1100.5], [1263.5, 1101.5], [1263.5, 1103.5], [1262.5, 1105.5], [1262.5, 1105.5], [1261.5, 1107.5], [1260.5, 1108.5], [1260.5, 1108.5], [1259.5, 1109.5], [1259.5, 1110.5], [1258.5, 1111.5], [1258.5, 1114.5], [1264.5, 1114.5], [1264.5, 1110.5], [1269.5, 1105.5], [1272.5, 1105.5], [1274.5, 1106.5], [1275.5, 1107.5], [1275.5, 1113.5], [1276.5, 1113.5]]},
{"id": "tx31ok", "submitted_by": "Sarinyann", "name": "Pig", "description": "Pig's face from Minecraft", "website": "", "subreddit": "", "center": [848.5, 988.5], "path": [[844.5, 984.5], [844.5, 991.5], [852.5, 991.5], [852.5, 984.5], [844.5, 984.5]]},
{"id": "tx31lz", "submitted_by": "Zelkova", "name": "Dinklebean", "description": "Twitch streamer in in alliance with the PayMoneyWubby community.", "website": "https://www.twitch.tv/dinklebean", "subreddit": "/u/Dinklebean_", "center": [388.5, 1542.5], "path": [[368.5, 1532.5], [409.5, 1532.5], [409.5, 1549.5], [407.5, 1551.5], [404.5, 1552.5], [403.5, 1553.5], [368.5, 1553.5]]},
@ -3716,7 +3701,6 @@
{"id": "tx2bo0", "submitted_by": "Cat2468", "name": "5up Banner", "description": "A logo to represent the streamer 5up.", "website": "twitch.tv/5uppp", "subreddit": "", "center": [1147.5, 1054.5], "path": [[1130.5, 1039.5], [1130.5, 1069.5], [1164.5, 1070.5], [1163.5, 1039.5]]},
{"id": "tx2bly", "submitted_by": "Eclipsed_Luna", "name": "Abrosexual miniflag", "description": "A mini abrosexual pride flag.nAbrosexual refers to an individual whose sexuality is changing or fluid. One can change between any sexualities, whether is be monosexual, multisexual, allosexual or asexual spectrum, etc.", "website": "https://lgbta.miraheze.org/wiki/Abrosexual", "subreddit": "/r/placepride", "center": [453.5, 586.5], "path": [[448.5, 583.5], [457.5, 583.5], [457.5, 589.5], [448.5, 589.5], [448.5, 583.5]]},
{"id": "tx2bks", "submitted_by": "Stuart98", "name": "The University of Utah", "description": "The logo for the University of Utah, Utah's flagship public university located in Salt Lake City, Utah", "website": "https://www.utah.edu/", "subreddit": "/r/uofu", "center": [1572.5, 1405.5], "path": [[1564.5, 1398.5], [1564.5, 1415.5], [1576.5, 1415.5], [1576.5, 1411.5], [1577.5, 1411.5], [1577.5, 1410.5], [1578.5, 1410.5], [1578.5, 1407.5], [1581.5, 1407.5], [1581.5, 1397.5], [1564.5, 1397.5]]},
{"id": "tx2b3o", "submitted_by": "bisc0tte_", "name": "Jelly", "description": "GoodTimesWithScar's cat in Minecraft !", "website": "https://youtube.fandom.com/wiki/GoodTimesWithScar", "subreddit": "", "center": [899.5, 619.5], "path": [[897.5, 622.5], [901.5, 622.5], [901.5, 616.5], [897.5, 616.5], [897.5, 622.5]]},
{"id": "tx2awt", "submitted_by": "squidrobotfriend", "name": "Mr. Robot robot head", "description": "A robot head seen on a certain character's outfit in Mr. Robot", "website": "", "subreddit": "/r/MrRobot", "center": [1038.5, 1626.5], "path": [[1044.5, 1631.5], [1044.5, 1621.5], [1031.5, 1621.5], [1031.5, 1631.5], [1044.5, 1631.5]]},
{"id": "tx2amf", "submitted_by": "abbsolemm", "name": "Billzo", "description": "twitch streamer and youtuber billzo's minecraft skin", "website": "twitch.tv/billzo", "subreddit": "", "center": [849.5, 1452.5], "path": [[844.5, 1448.5], [844.5, 1448.5], [844.5, 1448.5], [844.5, 1456.5], [853.5, 1456.5], [853.5, 1448.5]]},
{"id": "tx2aec", "submitted_by": "Jamesthelemmon", "name": "WIP Esiee Logo", "description": "At this point in time, the students from the french school of engineering Esiee were working on building their school's logo.nAt the very end, before the whiteout, the area on the right was turned into a Cuphead pixel art while the area on the left contained a smaller version of the Esiee logo.", "website": "https://www.esiee.fr/en", "subreddit": "", "center": [1157.5, 1965.5], "path": [[1139.5, 1960.5], [1175.5, 1960.5], [1175.5, 1969.5], [1139.5, 1969.5]]},
@ -3834,7 +3818,7 @@
{"id": "tx1szj", "submitted_by": "DualPlay-Mapping", "name": "SimDemocracy", "description": "A flag that reflects the flag of the democracy simulator. He also collaborated with Oasis, Cebulaks, The Strokes and Sus, under the name of SOCKS.", "website": "", "subreddit": "/r/SimDemocracy", "center": [1140.5, 1292.5], "path": [[1132.5, 1287.5], [1147.5, 1287.5], [1147.5, 1297.5], [1132.5, 1297.5], [1132.5, 1287.5]]},
{"id": "tx1ssd", "submitted_by": "Jibachu", "name": "The magnus archives", "description": "Right before the white void started spawning, the magnus archives logo made by r/TheMagnusArchives was standing there. It's an horror podcast based on short stories.n(PS: Don't talk to me about Jurgen Leitner ever again.)", "website": "https://rustyquill.com/show/the-magnus-archives/", "subreddit": "/r/TheMagnusArchives", "center": [1986.5, 1099.5], "path": [[1999.5, 1119.5], [1999.5, 1079.5], [1972.5, 1079.5], [1973.5, 1119.5], [1974.5, 1119.5]]},
{"id": "tx1sf5", "submitted_by": "victred_", "name": "Five Blades", "description": "The logo of a Roblox group that took part in many community driven events and contributed to its warclan genre before finally shutting down.", "website": "https://www.roblox.com/groups/1069251/Five-Blades#!/about", "subreddit": "", "center": [40.5, 1246.5], "path": [[37.5, 1246.5], [40.5, 1243.5], [43.5, 1246.5], [40.5, 1249.5], [37.5, 1246.5]]},
{"id": "tx1s8j", "submitted_by": "RedWolf_LP", "name": "Pathfinder smiley emoji", "description": "The smiley emoji is from the game Apex Legends and was created by an Apex streamer and his community", "website": "", "subreddit": "", "center": [517.5, 1251.5], "path": [[502.5, 1237.5], [532.5, 1237.5], [532.5, 1264.5], [502.5, 1264.5]]},
{"id":"tx1s8j","submitted_by":"RedWolf_LP","name":"Pathfinder smiley emoji","description":"The smiley emoji is from the game Apex Legends and was created by an Apex streamer and his community","website":"","subreddit":"","center":[517.5,1251.5],"path":[[501.5,1236.5],[533.5,1236.5],[533.5,1265.5],[501.5,1265.5]]},
{"id": "tx1s2b", "submitted_by": "FachaGhost", "name": "FachaGhost", "description": "Pixel logo of FachaGhost, a small streamer and vod uploader from cristianghost for the Chilean and Hispanic community. Along with a duckling that accompanied us in the place event that unfortunately was deleted and with an among us.", "website": "https://www.youtube.com/c/fachaghost", "subreddit": "/r/FachaGhost_Oficial", "center": [1642.5, 1965.5], "path": [[1637.5, 1960.5], [1649.5, 1960.5], [1646.5, 1970.5], [1637.5, 1970.5], [1637.5, 1960.5]]},
{"id": "tx1s1u", "submitted_by": "MeemeeIsAWord", "name": "Skanderbeg's helmet", "description": "Skanderbeg (Albanian: Gjergj Kastrioti) was a prominent figure in the history of Albania. His weapons have been subjects of mythical adoration.nSkanderbeg\u2019s helmet is made of white metal, adorned with a strip dressed in gold. On its top lies the head of a horned goat made of bronze, also dressed in gold.", "website": "", "subreddit": "/r/albania", "center": [346.5, 264.5], "path": [[338.5, 272.5], [352.5, 272.5], [352.5, 271.5], [352.5, 270.5], [351.5, 270.5], [351.5, 264.5], [352.5, 264.5], [352.5, 262.5], [351.5, 262.5], [351.5, 260.5], [352.5, 260.5], [352.5, 258.5], [354.5, 258.5], [354.5, 257.5], [355.5, 257.5], [355.5, 255.5], [353.5, 255.5], [353.5, 256.5], [352.5, 256.5], [356.5, 254.5], [356.5, 253.5], [352.5, 253.5], [352.5, 254.5], [350.5, 254.5], [350.5, 255.5], [348.5, 255.5], [348.5, 256.5], [346.5, 256.5], [346.5, 257.5], [345.5, 257.5], [345.5, 258.5], [344.5, 258.5], [344.5, 259.5], [342.5, 259.5], [342.5, 260.5], [341.5, 260.5], [341.5, 262.5], [340.5, 262.5], [340.5, 263.5], [339.5, 263.5], [339.5, 264.5], [338.5, 264.5]]},
{"id": "tx1rxp", "submitted_by": "socks-the-fox", "name": "Socks the Fox", "description": "Just a random furry streamer", "website": "https://www.twitch.tv/socksthefox", "subreddit": "", "center": [1087.5, 1787.5], "path": [[1085.5, 1789.5], [1085.5, 1785.5], [1089.5, 1785.5], [1089.5, 1789.5]]},
@ -4407,7 +4391,7 @@
{"id": "tx620r", "submitted_by": "ostensacken", "name": "Nelson Mandela", "description": "Nelson Mandela was the first Black president of South Africa, and a key leader of the anti-apartheid movement.", "website": "", "subreddit": "/r/southafrica", "center": [750.5, 1035.5], "path": [[721.5, 1064.5], [724.5, 1063.5], [726.5, 1062.5], [727.5, 1061.5], [729.5, 1060.5], [730.5, 1059.5], [731.5, 1057.5], [732.5, 1055.5], [733.5, 1053.5], [733.5, 1051.5], [732.5, 1049.5], [732.5, 1044.5], [731.5, 1043.5], [731.5, 1042.5], [730.5, 1042.5], [730.5, 1041.5], [729.5, 1041.5], [729.5, 1032.5], [729.5, 1031.5], [728.5, 1031.5], [728.5, 1027.5], [729.5, 1028.5], [729.5, 1024.5], [730.5, 1024.5], [730.5, 1021.5], [731.5, 1021.5], [731.5, 1019.5], [731.5, 1019.5], [731.5, 1019.5], [731.5, 1018.5], [732.5, 1018.5], [732.5, 1017.5], [733.5, 1017.5], [733.5, 1013.5], [734.5, 1013.5], [734.5, 1012.5], [735.5, 1012.5], [735.5, 1009.5], [735.5, 1009.5], [736.5, 1009.5], [736.5, 1008.5], [737.5, 1008.5], [738.5, 1006.5], [738.5, 1007.5], [742.5, 1006.5], [742.5, 1005.5], [743.5, 1005.5], [746.5, 1004.5], [747.5, 1004.5], [747.5, 1003.5], [746.5, 1003.5], [757.5, 1003.5], [757.5, 1004.5], [759.5, 1004.5], [759.5, 1005.5], [762.5, 1005.5], [762.5, 1006.5], [763.5, 1006.5], [763.5, 1007.5], [765.5, 1007.5], [765.5, 1008.5], [766.5, 1008.5], [766.5, 1009.5], [769.5, 1009.5], [768.5, 1010.5], [770.5, 1010.5], [770.5, 1012.5], [771.5, 1013.5], [772.5, 1013.5], [772.5, 1014.5], [773.5, 1014.5], [773.5, 1016.5], [774.5, 1016.5], [774.5, 1022.5], [775.5, 1030.5], [774.5, 1031.5], [774.5, 1032.5], [773.5, 1033.5], [773.5, 1037.5], [772.5, 1037.5], [772.5, 1044.5], [769.5, 1046.5], [766.5, 1046.5], [766.5, 1048.5], [764.5, 1049.5], [763.5, 1050.5], [763.5, 1052.5], [762.5, 1052.5], [762.5, 1059.5], [763.5, 1059.5], [763.5, 1062.5], [764.5, 1062.5], [764.5, 1063.5], [765.5, 1063.5], [765.5, 1064.5], [769.5, 1064.5], [769.5, 1065.5], [771.5, 1065.5], [773.5, 1066.5], [721.5, 1066.5]]},
{"id": "tx61ut", "submitted_by": "GNamimates18", "name": "Figura", "description": "Figura is a Minecraft mod that lets you create dynamic custom avatars.", "website": "https://modrinth.com/mod/figura", "subreddit": "/r/Figura", "center": [756.5, 950.5], "path": [[739.5, 954.5], [739.5, 947.5], [742.5, 944.5], [743.5, 944.5], [749.5, 944.5], [749.5, 947.5], [775.5, 947.5], [775.5, 954.5]]},
{"id": "tx61tl", "submitted_by": "Excellent-Stomach296", "name": "UCLM Clown", "description": "This Clown was created by u/dvan56, in an offensive attacking the high-school logo of the UCLM in Spain, winning this position in the last hours of the canvas", "website": "", "subreddit": "", "center": [1603.5, 318.5], "path": [[1598.5, 314.5], [1598.5, 322.5], [1608.5, 322.5], [1608.5, 314.5]]},
{"id": "tx61p3", "submitted_by": "davianho", "name": "SlaixGG", "description": "A rat, an eel, a command (!AAL) and the initials of famous streamer SlaixGG. The eel and the rat are commonly used animals in the stream of SlaixGG", "website": "twitch.tv/slaixgg", "subreddit": "", "center": [445.5, 1185.5], "path": [[439.5, 1172.5], [462.5, 1172.5], [462.5, 1178.5], [451.5, 1178.5], [451.5, 1188.5], [447.5, 1188.5], [441.5, 1200.5], [445.5, 1206.5], [438.5, 1214.5], [438.5, 1172.5], [440.5, 1172.5], [445.5, 1172.5]]},
{"id":"tx61p3","submitted_by":"davianho","name":"SlaixGG","description":"A rat, an eel, a command (!AAL) and the initials of famous streamer SlaixGG. The eel and the rat are commonly used animals in the stream of SlaixGG","website":"twitch.tv/slaixgg","subreddit":"","center":[445.5,1185.5],"path":[[461.5,1172.5],[461.5,1178.5],[451.5,1178.5],[451.5,1188.5],[448.5,1188.5],[442.5,1199.5],[445.5,1202.5],[445.5,1208.5],[441.5,1208.5],[441.5,1212.5],[439.5,1212.5],[439.5,1172.5]]},
{"id": "tx61kn", "submitted_by": "__pacha__", "name": "Greek village", "description": "This is a typical coastal greek village, with blue and white walls, like in Santorini.nThe crosses on top of the church and above the houses represent Greece's main religion, the Orthodox religion", "website": "https://en.wikipedia.org/wiki/Santorini", "subreddit": "", "center": [1426.5, 1955.5], "path": [[1400.5, 1969.5], [1453.5, 1970.5], [1448.5, 1950.5], [1443.5, 1942.5], [1435.5, 1942.5], [1428.5, 1934.5], [1419.5, 1946.5], [1413.5, 1932.5], [1405.5, 1949.5], [1400.5, 1960.5], [1400.5, 1969.5]]},
{"id": "tx61fj", "submitted_by": "PM_ME_UR_FINGER_GUNS", "name": "Enough Sanders Spam", "description": "The ESS of BLESS is highlighted in red, representing the Enough Sanders Spam subreddit. Formed during the 2016 Democratic primary the sub is devoted to complaining about left-populism from a generally left-wing or left-leaning perspective.", "website": "", "subreddit": "/r/Enough_Sanders_Spam", "center": [823.5, 134.5], "path": [[800.5, 137.5], [800.5, 130.5], [846.5, 130.5], [846.5, 137.5]]},
{"id": "tx61eq", "submitted_by": "auronpleis", "name": "Rubius", "description": "Logo of one the largest creators of Spanish-speaking content nicknamed La Leyenda del Gaming aka elRubius, along with his community and the entire Spanish-speaking community, next to it the well-know bear skin that he used is his multiple minecraft series like Karmaland, sigo?", "website": "https://www.twitch.tv/rubius", "subreddit": "/r/ubius", "center": [1527.5, 650.5], "path": [[1490.5, 612.5], [1563.5, 612.5], [1563.5, 688.5], [1490.5, 688.5]]},
@ -4676,7 +4660,6 @@
{"id": "tx4evl", "submitted_by": "Tijex10", "name": "Venezuela's flag", "description": "Venezuela is a very beautiful South American country neighboring Colombia, Guayana and Brazil", "website": "", "subreddit": "", "center": [1116.5, 1333.5], "path": [[1099.5, 1327.5], [1132.5, 1327.5], [1132.5, 1339.5], [1099.5, 1339.5]]},
{"id": "tx4ejd", "submitted_by": "P_MOVIE", "name": "TBE", "description": "The inside joke from an English rock band, black midi. It's the phase that their frontman, Geordie Greep, keeps using during his Instagram live. And now it's become a famously phase among the fan.", "website": "https://bmblackmidi.com/", "subreddit": "/r/bmbmbm", "center": [1090.5, 1807.5], "path": [[1085.5, 1804.5], [1085.5, 1810.5], [1093.5, 1810.5], [1097.5, 1804.5]]},
{"id": "tx4e9n", "submitted_by": "MrDaweed2", "name": "Joyintv Community", "description": "A contribution of the community of Joyin from Twitch", "website": "https://www.twitch.tv/joyintv", "subreddit": "", "center": [1563.5, 1426.5], "path": [[1556.5, 1422.5], [1570.5, 1422.5], [1570.5, 1429.5], [1556.5, 1429.5], [1556.5, 1422.5]]},
{"id": "tx4dcr", "submitted_by": "Galestar", "name": "FagPoo", "description": "Original griefers of the Canadian Flag. Pretty terrible web-based game.", "website": "https://www.reddit.com/r/Fagpoo/", "subreddit": "/r/Fagpoo", "center": [1753.5, 1935.5], "path": [[1732.5, 1919.5], [1732.5, 1951.5], [1773.5, 1951.5], [1773.5, 1919.5]]},
{"id": "tx4d88", "submitted_by": "TheBelzeGuy", "name": "U-cursin", "description": "Character from u-cursos, a university platform and forum in Chile", "website": "https://www.u-cursos.cl", "subreddit": "", "center": [1278.5, 1638.5], "path": [[1286.5, 1647.5], [1270.5, 1647.5], [1270.5, 1628.5], [1286.5, 1628.5]]},
{"id": "tx4cfm", "submitted_by": "HayWeeME", "name": "RV-PV (Remnants of the Void - Phantom Vanguard)", "description": "RV and PV are 2 sister clans from the free to play MMORPG Warframe and are one of the top clans in the game. The name RV-PV is an abbreviation for the name of the clan (Remnants of the Void) and it's sister clan (Phantom Vanguard) respectfully. (Pictured is also a small rendition of RV's logo to the right of the text)", "website": "https://discord.gg/rv-pv", "subreddit": "/r/warframe", "center": [607.5, 1600.5], "path": [[621.5, 1604.5], [592.5, 1604.5], [592.5, 1596.5], [621.5, 1596.5]]},
{"id": "tx4cb3", "submitted_by": "doluclicksheads", "name": "Omega Sweats Official Logo", "description": "Omega Sweats is a discord server created by CardBoardy. The server is known for it's many pro players in various online games. The small group fought off many attackers to keep their land eventually leading to an alliance with the /r/sixers group creating Joel Embiid , pictured to the left.", "website": "https://twitter.com/omegasweats", "subreddit": "/r/Omega_sweats", "center": [1383.5, 1301.5], "path": [[1379.5, 1306.5], [1379.5, 1306.5], [1379.5, 1306.5], [1379.5, 1306.5], [1387.5, 1306.5], [1387.5, 1295.5], [1379.5, 1295.5]]},
@ -4849,13 +4832,13 @@
{"id": "txa8z5", "submitted_by": "Coolguy51839", "name": "Space Shuttle", "description": "The Space Shuttle was a launch vehicle that crewed upwards to 7 astronauts. It famously did in flight repairs of the Hubble Space telescope, and docked to the International Space Station multiple times. Out of the hundreds of launches, the Space Shuttle program saw two complete losses of shuttle and crew, on the flights of STS-51 and STS-107, or more commonly known as the Challenger and Columbia disaster respectively. The program was retired in 2011, and didn't see Americans fly into space in America until 2020 via a SpaceX Crew Dragon on top of a Falcon 9.", "website": "", "subreddit": "", "center": [1920.5, 1840.5], "path": [[1923.5, 1786.5], [1918.5, 1795.5], [1917.5, 1809.5], [1916.5, 1815.5], [1919.5, 1818.5], [1919.5, 1837.5], [1915.5, 1842.5], [1912.5, 1852.5], [1889.5, 1861.5], [1890.5, 1868.5], [1935.5, 1867.5], [1939.5, 1866.5], [1938.5, 1858.5], [1933.5, 1855.5], [1931.5, 1838.5], [1929.5, 1816.5], [1931.5, 1814.5], [1931.5, 1811.5], [1929.5, 1809.5], [1930.5, 1803.5], [1930.5, 1800.5], [1929.5, 1794.5], [1926.5, 1790.5]]},
{"id": "txa8ho", "submitted_by": "franciscopizzaro", "name": "The flag of Rhodesia", "description": "The flag of the Republic of Rhodesia, an historic peaceful and successful country in Africa. Collaboration between r/Rhodesia and r/RightistVexillology", "website": "", "subreddit": "/r/Rhodesia", "center": [1995.5, 1472.5], "path": [[1990.5, 1469.5], [1990.5, 1475.5], [2000.5, 1475.5], [2000.5, 1469.5], [1999.5, 1469.5], [1999.5, 1469.5], [2000.5, 1469.5]]},
{"id": "txa8ct", "submitted_by": "30chad03", "name": "CommanderVideo from BIT.TRIP", "description": "BIT.TRIP is a series of rhythm games that vary in genre with each game, ranging from Pong-like (BIT.TRIP BEAT) to platforming (BIT.TRIP RUNNER). Each game shows a stage in the life of the protagonist, CommanderVideo, from birth to death. There are six main games in the series (BEAT, CORE, VOID, RUNNER, FATE, and FLUX (all released from 2009-2011)) with two non-canonical spinoffs being released afterwards (Runner2 (2013) and Runner3 (2018)).", "website": "", "subreddit": "/r/BITTRIP", "center": [58.5, 1052.5], "path": [[56.5, 1054.5], [56.5, 1048.5], [57.5, 1049.5], [58.5, 1050.5], [59.5, 1051.5], [60.5, 1051.5], [61.5, 1052.5], [61.5, 1053.5], [61.5, 1054.5], [56.5, 1054.5]]},
{"id": "txa8ci", "submitted_by": "Polar_Vortx", "name": "lturepublic Mug (Operation Thunderclap)", "description": "A beer mug symbolizing Lithuanian streamer lturepublic. At the time of the screenshot, it was under attack by a combined coalition of r/BABYMETAL, r/foxholegame, r/sabaton, r/rust, r/DeepRockGalactic r/redrising, and scattered members of r/osugame and BTMC's twitch chat. This attack, known as Operation Thunderclap, was a revenge action for lturepublic raiding r/BABYMETAL's discord. The mug was replaced by pixel art (linked below) of Joakim, lead singer of Sabaton.", "website": "https://imgur.com/a/fS8XmjJ", "subreddit": "/r/ltu_republic", "center": [579.5, 1610.5], "path": [[566.5, 1597.5], [566.5, 1623.5], [591.5, 1623.5], [591.5, 1597.5], [566.5, 1597.5]]},
{"id": "txa8ci", "submitted_by": "Polar_Vortx", "name": "Sabaton (Joakim)", "description": "Joakim Brod\u00E9n from Sabaton, a Swedish Heavy Metal band with historical lyrics. It was placed by a combined coalition of r/BABYMETAL, r/foxholegame, r/sabaton, r/rust, r/DeepRockGalactic r/redrising, and scattered members of r/osugame and BTMC's twitch chat. This attack, known as Operation Thunderclap, was a revenge action against twitch streamer lturepublic who raided r/BABYMETAL's discord.", "website": "https://www.sabaton.net/", "subreddit": "/r/sabaton/", "center": [579.5, 1610.5], "path": [[566.5, 1597.5], [566.5, 1623.5], [591.5, 1623.5], [591.5, 1597.5], [566.5, 1597.5]]},
{"id": "txa89m", "submitted_by": "Sheep_Commander", "name": "Takanashi Kiara (hololive)", "description": "A 8bit portrait of VTuber Takanashi Kiara from the agency Hololive", "website": "https://youtube.fandom.com/wiki/Takanashi_Kiara_Ch._hololive-EN", "subreddit": "/r/hololive", "center": [1340.5, 1051.5], "path": [[1333.5, 1044.5], [1333.5, 1058.5], [1346.5, 1058.5], [1346.5, 1044.5]]},
{"id": "txa853", "submitted_by": "Fak3_Simp", "name": "Spiderman Face", "description": "Spider-Man is a superhero appearing in American comic books published by Marvel Comics.", "website": "", "subreddit": "", "center": [747.5, 1738.5], "path": [[744.5, 1732.5], [744.5, 1733.5], [741.5, 1734.5], [741.5, 1742.5], [747.5, 1745.5], [748.5, 1745.5], [753.5, 1741.5], [753.5, 1734.5], [748.5, 1732.5]]},
{"id": "txa83k", "submitted_by": "JohannesSpiderwick", "name": "meowwwdotcom", "description": "Meow is a player on the relatively small Nintendo Black Crisis Minecraft Zelda Server, the IP to which is mc.nintblkc.com .\nWhile this face is not from her current skin it is from her by far most iconic skin", "website": "https://nbc-zelda-mcserver.fandom.com/wiki/Home", "subreddit": "", "center": [1036.5, 1746.5], "path": [[1032.5, 1742.5], [1039.5, 1742.5], [1039.5, 1749.5], [1032.5, 1749.5], [1032.5, 1749.5]]},
{"id": "txa7z4", "submitted_by": "Snoo_69649", "name": "Getting Over It", "description": "Getting over It is a video game where the objective is to clear a variety of obstacles while only being mobilized with a sledge hammer.", "website": "https://en.wikipedia.org/wiki/Getting_Over_It_with_Bennett_Foddy", "subreddit": "/r/GettingOverItGame", "center": [1209.5, 814.5], "path": [[1201.5, 822.5], [1216.5, 822.5], [1216.5, 805.5], [1201.5, 805.5], [1201.5, 822.5]]},
{"id": "txa7yk", "submitted_by": "Statik81", "name": "HNT Helium Crypto", "description": "Powered by the Helium Blockchain, The People\u2019s Network represents a paradigm shift for decentralized wireless infrastructure.\n", "website": "https://www.helium.com/", "subreddit": "/r/HeliumNetwork", "center": [1271.5, 460.5], "path": [[1260.5, 454.5], [1279.5, 455.5], [1283.5, 466.5], [1261.5, 466.5]]},
{"id": "txa7el", "submitted_by": "TheWalkingDictionary", "name": "Johns Hopkins University Blue Jay", "description": "A logo of a blue jay facing right, the mascot for Johns Hopkins University", "website": "https://www.jhu.edu/", "subreddit": "/r/jhu", "center": [443.5, 1216.5], "path": [[440.5, 1213.5], [447.5, 1213.5], [447.5, 1218.5], [439.5, 1218.5], [439.5, 1213.5]]},
{"id":"txa7el","submitted_by":"TheWalkingDictionary","name":"Johns Hopkins University Blue Jay","description":"A logo of a blue jay facing right, the mascot for Johns Hopkins University","website":"https://www.jhu.edu/","subreddit":"/r/jhu","center":[443.5,1215.5],"path":[[439.5,1219.5],[447.5,1219.5],[447.5,1213.5],[444.5,1213.5],[444.5,1211.5],[441.5,1211.5],[441.5,1212.5],[439.5,1212.5]]},
{"id": "txa6ya", "submitted_by": "JoelRamosG5", "name": "Chile", "description": "This is the chilean flag, very nice country but they are not going to the World Cup ctm weon", "website": "", "subreddit": "", "center": [262.5, 533.5], "path": [[251.5, 528.5], [272.5, 529.5], [273.5, 537.5], [251.5, 537.5]]},
{"id": "txa6ka", "submitted_by": "Ziraic", "name": "The United States", "description": "The united states is a war mongering imperialist capitalist nation, known for oppression, imperialism, fascism, and bigotry over seas and at home too", "website": "", "subreddit": "", "center": [1886.5, 1810.5], "path": [[1777.5, 1752.5], [1775.5, 1753.5], [1773.5, 1752.5], [1775.5, 1869.5], [1999.5, 1867.5], [1999.5, 1751.5]]},
{"id": "txa6hj", "submitted_by": "KingDominoIII", "name": "Sachiel Face", "description": "One of the faces of Sachiel, the Third Angel from the anime Neon Genesis Evangelion.", "website": "https://evangelion.fandom.com/wiki/Sachiel", "subreddit": "/r/evangelion", "center": [646.5, 1420.5], "path": [[646.5, 1419.5], [646.5, 1419.5], [646.5, 1419.5], [652.5, 1424.5], [651.5, 1416.5], [646.5, 1414.5], [640.5, 1416.5], [640.5, 1421.5], [644.5, 1426.5], [646.5, 1428.5], [652.5, 1423.5], [648.5, 1418.5]]},
@ -4871,7 +4854,6 @@
{"id": "txa4yi", "submitted_by": "ostensacken", "name": "Bear and Magpie", "description": "A Formosan black bear, an endemic subspecies of Asiatic black bear. The bear is holding a Taiwan blue magpie, another endemic species of Taiwan.", "website": "", "subreddit": "/r/taiwan", "center": [966.5, 558.5], "path": [[962.5, 566.5], [962.5, 552.5], [961.5, 552.5], [961.5, 551.5], [962.5, 550.5], [963.5, 550.5], [964.5, 552.5], [967.5, 552.5], [967.5, 550.5], [968.5, 550.5], [969.5, 551.5], [969.5, 552.5], [968.5, 553.5], [968.5, 557.5], [968.5, 558.5], [969.5, 558.5], [970.5, 557.5], [971.5, 557.5], [972.5, 557.5], [972.5, 556.5], [972.5, 555.5], [971.5, 555.5], [971.5, 551.5], [972.5, 551.5], [972.5, 550.5], [973.5, 550.5], [973.5, 551.5], [975.5, 551.5], [973.5, 551.5], [973.5, 553.5], [974.5, 554.5], [975.5, 555.5], [975.5, 560.5], [974.5, 557.5], [973.5, 556.5], [971.5, 557.5], [971.5, 559.5], [970.5, 560.5], [968.5, 560.5], [968.5, 566.5]]},
{"id": "txa4xh", "submitted_by": "lilihahattl", "name": "Former Alice pixel art", "description": "Alice Margatroid is a character from the Touhou Project. The Touhou r/place 2022 group had a deal with r/Romania to put her in their flag because the name of her music theme suggested Romanian heritage. A Polish streamer raided the flag and the art piece twice, finally destroying her for good on the second attempt", "website": "https://en.touhouwiki.net/wiki/Alice_Margatroid", "subreddit": "/r/Romania, &, /r/touhou", "center": [778.5, 158.5], "path": [[794.5, 146.5], [762.5, 146.5], [762.5, 170.5], [794.5, 170.5]]},
{"id": "txa4wy", "submitted_by": "_PrincessIrene_", "name": "Lil B", "description": "This is Lil B, the mascot of twitch streamer and the community of APLATYPUSS.", "website": "twitch.com/aplatypuss", "subreddit": "/r/Aplatypuss", "center": [1037.5, 434.5], "path": [[1038.5, 424.5], [1043.5, 424.5], [1043.5, 425.5], [1044.5, 425.5], [1044.5, 426.5], [1045.5, 426.5], [1045.5, 427.5], [1046.5, 427.5], [1046.5, 440.5], [1045.5, 440.5], [1045.5, 441.5], [1044.5, 441.5], [1044.5, 442.5], [1043.5, 442.5], [1043.5, 443.5], [1039.5, 443.5], [1039.5, 442.5], [1038.5, 442.5], [1038.5, 441.5], [1032.5, 441.5], [1033.5, 442.5], [1030.5, 442.5], [1030.5, 441.5], [1029.5, 441.5], [1029.5, 440.5], [1028.5, 440.5], [1028.5, 437.5], [1027.5, 437.5], [1027.5, 430.5], [1028.5, 430.5], [1028.5, 429.5], [1031.5, 429.5], [1031.5, 430.5], [1034.5, 430.5], [1034.5, 427.5], [1035.5, 427.5], [1035.5, 426.5], [1036.5, 426.5], [1036.5, 425.5], [1038.5, 425.5], [1038.5, 424.5], [1043.5, 424.5], [1040.5, 424.5]]},
{"id": "txa4im", "submitted_by": "Silversoal", "name": "Vintagebeef", "description": "A member of Hermitcraft and inactive member of Mindcrack.", "website": "https://youtube.com/vintagebeef", "subreddit": "", "center": [901.5, 611.5], "path": [[896.5, 607.5], [896.5, 607.5], [896.5, 615.5], [905.5, 615.5], [905.5, 607.5]]},
{"id": "txa4i6", "submitted_by": "okillgoawaynow", "name": "Norm Macdonald Tribute", "description": "A tribute to the late comedian Norm Macdonald. To the left, the logo for his video podcast Norm Macdonald Live, which ran from 2013 to 2017 and hosted guests such as David Letterman, Bob Saget, and Superdave Osborne. To the right, a pixel rendition of Turd Ferguson, one of Macdonald's most famous SNL characters, featured in the sketch series he created: Celebrity Jeopardy. We love you and miss you, Norm.", "website": "https://en.wikipedia.org/wiki/Norm_Macdonald", "subreddit": "/r/NormMacdonald", "center": [557.5, 1722.5], "path": [[542.5, 1712.5], [572.5, 1712.5], [572.5, 1731.5], [542.5, 1731.5], [542.5, 1731.5], [542.5, 1731.5]]},
{"id": "txa4h5", "submitted_by": "Slight-Hurry-9293", "name": "Moth and Crab From SKY: COTL", "description": "The default character for new players from the video game, Sky: Children of The Light. It has been lovingly named Moth by the community.", "website": "", "subreddit": "/r/SkyChildrenOfLight", "center": [1125.5, 1662.5], "path": [[1118.5, 1654.5], [1132.5, 1654.5], [1132.5, 1669.5], [1109.5, 1668.5], [1122.5, 1662.5]]},
{"id": "txa49c", "submitted_by": "logicalspark", "name": "Mexican-Italian alliance", "description": "After Italy and Mexico won the war against the trans and were able to merge, they decided to create these heart symbols as a show of their friendship.", "website": "", "subreddit": "/r/Mexico", "center": [824.5, 454.5], "path": [[824.5, 463.5], [836.5, 450.5], [812.5, 450.5]]},
@ -5028,7 +5010,6 @@
{"id": "tx9cz2", "submitted_by": "lotsarice", "name": "Jopping", "description": "The debut song of SM Entertainment's supergroup SuperM", "website": "https://shop.supermofficial.com", "subreddit": "/r/superm", "center": [1406.5, 565.5], "path": [[1390.5, 561.5], [1422.5, 561.5], [1422.5, 568.5], [1390.5, 569.5], [1390.5, 561.5], [1390.5, 561.5]]},
{"id": "tx9cvz", "submitted_by": "SirTractor45", "name": "Kim Dokja", "description": "Character from Korean web novel and comic Omniscient Reader's Viewpoint. This is QRja.", "website": "", "subreddit": "/r/OmniscientReader", "center": [1860.5, 98.5], "path": [[1849.5, 95.5], [1849.5, 101.5], [1870.5, 102.5], [1870.5, 94.5], [1849.5, 94.5]]},
{"id": "tx9cui", "submitted_by": "irradiatedquartz", "name": "House Stark", "description": "The crest of House Stark, and by extension the city of Winterfell from George R. R. Martin's A song of Ice and Fire.", "website": "", "subreddit": "", "center": [1669.5, 1346.5], "path": [[1650.5, 1339.5], [1668.5, 1332.5], [1685.5, 1343.5], [1683.5, 1357.5], [1677.5, 1362.5], [1671.5, 1354.5], [1656.5, 1352.5]]},
{"id": "tx9csq", "submitted_by": "Silversoal", "name": "GeminiTay", "description": "A member of Hermitcraft that joined in Season 8. She has been on several other SMPs including Legacy, X-Life, Empires, and ALsmp", "website": "https://www.youtube.com/geminitaymc", "subreddit": "", "center": [901.5, 595.5], "path": [[897.5, 592.5], [897.5, 598.5], [904.5, 598.5], [904.5, 592.5]]},
{"id": "tx9co8", "submitted_by": "dershadow100", "name": "Grave of mini-Daiyousei", "description": "former area of mini-Daiyousei which has been wiped by Denmark when the subreddit was written over the area", "website": "https://en.touhouwiki.net/wiki/Daiyousei", "subreddit": "/r/touhou", "center": [405.5, 164.5], "path": [[399.5, 161.5], [411.5, 161.5], [411.5, 166.5], [399.5, 167.5]]},
{"id": "tx9ci4", "submitted_by": "Training-Mushroom923", "name": "Laval city", "description": "Laval city logo", "website": "https://www.laval.ca", "subreddit": "", "center": [912.5, 1064.5], "path": [[903.5, 1056.5], [910.5, 1056.5], [915.5, 1063.5], [921.5, 1062.5], [923.5, 1071.5], [910.5, 1071.5], [908.5, 1070.5], [902.5, 1063.5]]},
{"id": "tx9c64", "submitted_by": "Gekyyy", "name": "Wheatzies", "description": "Wheatzies is an Instagram meme page focusing on vtuber/anime content. Pictured is the page's mascot, Wheat-chan, next to wheat.", "website": "", "subreddit": "/r/wheatzies", "center": [1289.5, 554.5], "path": [[1276.5, 563.5], [1295.5, 563.5], [1298.5, 553.5], [1304.5, 552.5], [1303.5, 545.5], [1288.5, 544.5], [1275.5, 557.5], [1275.5, 563.5], [1275.5, 563.5]]},
@ -5115,7 +5096,7 @@
{"id": "tx8zof", "submitted_by": "Gandalorian_314", "name": "UdeS", "description": "The University of Sherbrooke is a large public French-language university in Quebec, Canada", "website": "https://www.usherbrooke.ca/", "subreddit": "", "center": [1032.5, 1022.5], "path": [[1038.5, 1028.5], [1025.5, 1015.5], [1040.5, 1016.5], [1039.5, 1028.5], [1025.5, 1028.5], [1025.5, 1015.5]]},
{"id": "tx8zlw", "submitted_by": "noobcake01", "name": "Rice University", "description": "The Rice University R logo alongside a bowl of rice.", "website": "", "subreddit": "/r/riceuniversity", "center": [362.5, 1595.5], "path": [[353.5, 1599.5], [370.5, 1599.5], [370.5, 1591.5], [353.5, 1591.5], [353.5, 1599.5]]},
{"id": "tx8zl8", "submitted_by": "ProWizardKing", "name": "OSU! Border", "description": "Border of the OSU", "website": "https://osu.ppy.sh/home", "subreddit": "/r/osuplace", "center": [678.5, 727.5], "path": [[677.5, 727.5], [677.5, 727.5], [677.5, 727.5], [678.5, 728.5], [678.5, 727.5], [678.5, 730.5], [677.5, 729.5], [677.5, 730.5], [678.5, 730.5]]},
{"id": "tx8zfu", "submitted_by": "anonboxis", "name": "Playdate", "description": "Handheld video game console by Panic.", "website": "https://play.date/", "subreddit": "/r/PlaydateConsole", "center": [746.5, 1821.5], "path": [[740.5, 1816.5], [740.5, 1825.5], [741.5, 1825.5], [741.5, 1826.5], [741.5, 1827.5], [751.5, 1827.5], [751.5, 1816.5]]},
{"id": "tx8zfu", "submitted_by": "anonboxis", "name": "Playdate", "description": "Handheld video game console by Panic.", "website": "https://play.date/", "subreddit": "/r/PlaydateConsole", "center": [746.5, 1821.5], "path": [[751.5, 1816.5], [740.5, 1816.5], [740.5, 1827.5], [751.5, 1827.5], [751.5, 1823.5], [752.5, 1823.5], [752.5, 1820.5], [753.5, 1820.5], [753.5, 1817.5], [751.5, 1817.5], [751.5, 1816.5]]},
{"id": "tx8zb7", "submitted_by": "TheHolyTacoEmperor", "name": "Molly Blyndeff", "description": "Molly Blyndeff is the main protagonist of the Museum Arc in the first season of Epithet Erased", "website": "", "subreddit": "/r/Epithet_Erased", "center": [1019.5, 1670.5], "path": [[1016.5, 1675.5], [1023.5, 1675.5], [1022.5, 1674.5], [1022.5, 1672.5], [1023.5, 1671.5], [1023.5, 1668.5], [1021.5, 1666.5], [1017.5, 1666.5], [1017.5, 1668.5], [1015.5, 1668.5], [1015.5, 1671.5], [1016.5, 1672.5], [1017.5, 1673.5], [1017.5, 1674.5], [1016.5, 1675.5]]},
{"id": "tx8yoq", "submitted_by": "PickPig", "name": "Burgy", "description": "Two (partially griefed) kirbys in burger buns, with a trans flag heart between them.\n", "website": "", "subreddit": "/r/Burgy", "center": [1815.5, 631.5], "path": [[1801.5, 624.5], [1830.5, 624.5], [1830.5, 637.5], [1800.5, 637.5], [1800.5, 624.5]]},
{"id": "tx8ynp", "submitted_by": "winterlyparsley", "name": "Irish Fish", "description": "Fish pixel art created by a lone user in the early hours of Place. As the Irish flag expanded and reached the fish , it was voted to leave the fish alone and incorporate it into the flag", "website": "", "subreddit": "/r/PlaceIreland", "center": [135.5, 773.5], "path": [[132.5, 765.5], [139.5, 765.5], [139.5, 770.5], [132.5, 770.5], [132.5, 772.5], [135.5, 773.5], [137.5, 774.5], [139.5, 774.5], [141.5, 773.5], [141.5, 779.5], [129.5, 779.5], [129.5, 774.5], [132.5, 773.5], [132.5, 767.5]]},
@ -5189,7 +5170,6 @@
{"id": "tx8ltq", "submitted_by": "7qrt", "name": "Grateful Dead bears", "description": "Iconic bears associated with the Grateful Dead and first designed for their 1973 album \"History of the Grateful Dead, Volume One (Bear's Choice).", "website": "https://www.dead.net", "subreddit": "/r/gratefuldead", "center": [42.5, 890.5], "path": [[35.5, 877.5], [35.5, 881.5], [37.5, 881.5], [37.5, 883.5], [38.5, 883.5], [38.5, 884.5], [39.5, 884.5], [39.5, 886.5], [40.5, 886.5], [40.5, 887.5], [41.5, 887.5], [41.5, 893.5], [40.5, 893.5], [40.5, 894.5], [39.5, 894.5], [39.5, 896.5], [38.5, 896.5], [38.5, 897.5], [37.5, 897.5], [37.5, 899.5], [35.5, 899.5], [35.5, 903.5], [36.5, 903.5], [36.5, 904.5], [39.5, 904.5], [39.5, 903.5], [45.5, 903.5], [45.5, 904.5], [48.5, 904.5], [48.5, 903.5], [49.5, 903.5], [49.5, 899.5], [47.5, 899.5], [47.5, 898.5], [47.5, 897.5], [46.5, 897.5], [46.5, 896.5], [45.5, 896.5], [45.5, 894.5], [44.5, 894.5], [44.5, 893.5], [43.5, 893.5], [43.5, 887.5], [44.5, 887.5], [44.5, 886.5], [45.5, 886.5], [45.5, 884.5], [46.5, 884.5], [46.5, 883.5], [47.5, 883.5], [47.5, 881.5], [49.5, 881.5], [49.5, 877.5], [48.5, 877.5], [48.5, 876.5], [45.5, 876.5], [45.5, 877.5], [39.5, 877.5], [39.5, 876.5], [36.5, 876.5], [36.5, 877.5]]},
{"id": "tx8lg7", "submitted_by": "WeAreGoingToMarz", "name": "Flag of the Dominican Republic", "description": "Mangu Power", "website": "", "subreddit": "/r/Dominican", "center": [961.5, 1616.5], "path": [[969.5, 1611.5], [951.5, 1611.5], [951.5, 1621.5], [969.5, 1621.5], [969.5, 1611.5], [969.5, 1621.5], [969.5, 1611.5], [969.5, 1621.5], [971.5, 1621.5], [971.5, 1611.5]]},
{"id": "tx8krs", "submitted_by": "Nyarull", "name": "Biyoo (Omniscient Reader's Viewpoint)", "description": "A small dokkaebi named Biyoo from the popular Korean webnovel Omniscient Reader's Viewpoint by Sing Shong.", "website": "", "subreddit": "/r/OmniscientReader", "center": [864.5, 1489.5], "path": [[863.5, 1485.5], [860.5, 1488.5], [864.5, 1494.5], [868.5, 1489.5], [865.5, 1487.5]]},
{"id": "tx8kiy", "submitted_by": "ShitbullsThrowaway", "name": "Trans Minecraft Bee", "description": "A transgender Minecraft bee. You will be blocked if you ask \"How?\"", "website": "", "subreddit": "", "center": [715.5, 464.5], "path": [[702.5, 459.5], [702.5, 460.5], [704.5, 462.5], [704.5, 471.5], [709.5, 471.5], [710.5, 472.5], [711.5, 471.5], [712.5, 470.5], [713.5, 469.5], [714.5, 470.5], [715.5, 472.5], [716.5, 471.5], [718.5, 471.5], [718.5, 473.5], [719.5, 472.5], [721.5, 471.5], [722.5, 472.5], [723.5, 473.5], [724.5, 471.5], [726.5, 471.5], [727.5, 458.5], [726.5, 457.5]]},
{"id": "tx8kif", "submitted_by": "SylpheedW", "name": "Whitepot Studios", "description": "Game Dev Studio based in Ireland", "website": "https://whitepotstudios.com/", "subreddit": "/r/whitepotstudios", "center": [1091.5, 1226.5], "path": [[1083.5, 1219.5], [1099.5, 1219.5], [1099.5, 1232.5], [1083.5, 1232.5]]},
{"id": "tx8kbk", "submitted_by": "skippermatt", "name": "WVU Logo (Incomplete)", "description": "This was the \"Flying WV\" of West Virginia University. The logo was seemingly mistaken as an incomplete checkerboard, which some strangers helpfully completed.", "website": "", "subreddit": "/r/WVU", "center": [1740.5, 634.5], "path": [[1737.5, 631.5], [1743.5, 631.5], [1743.5, 637.5], [1737.5, 637.5]]},
{"id": "tx8ju0", "submitted_by": "Comprehensive-Ad7005", "name": "Countless worlds", "description": "A currently closed roblox game that works as a unique rpg -- The Countless Worlds are a collection of different planets, dimensions, spaces, and dreams compressed in one singular instance that holds the fabric of reality together. Going beyond these Worlds is practically impossible, and can result in dire consequences. It is your job to maintain peace in these different realms.", "website": "https://www.roblox.com/games/6900861054/Countless-Worlds", "subreddit": "", "center": [306.5, 1487.5], "path": [[293.5, 1486.5], [294.5, 1487.5], [314.5, 1487.5], [314.5, 1499.5], [294.5, 1499.5], [294.5, 1514.5], [299.5, 1514.5], [299.5, 1500.5], [293.5, 1498.5], [293.5, 1498.5]]},
@ -5344,7 +5324,7 @@
{"id": "tx7ws1", "submitted_by": "Speed_Wielder", "name": "Paruko", "description": "Custom pixel art of Paruko, a character from the Splatoon franchise. Paruko is the vocalist and synth player of The Chirpy Chips, (stylized as ABXY in Japan,) a splatband that canonically performs some of the game's multiplayer mode music. Before her official name was confirmed, she also went by the fan name 'Glenna Nalira'. Built and maintained with help from BKFAD, Duck World, and r/Splatoon.", "website": "", "subreddit": "/r/Splatoon", "center": [905.5, 1450.5], "path": [[891.5, 1450.5], [891.5, 1447.5], [893.5, 1445.5], [894.5, 1445.5], [895.5, 1444.5], [896.5, 1444.5], [897.5, 1443.5], [898.5, 1443.5], [898.5, 1442.5], [899.5, 1441.5], [899.5, 1440.5], [902.5, 1437.5], [908.5, 1437.5], [912.5, 1441.5], [912.5, 1444.5], [913.5, 1444.5], [914.5, 1445.5], [914.5, 1446.5], [915.5, 1447.5], [915.5, 1449.5], [914.5, 1450.5], [914.5, 1451.5], [917.5, 1454.5], [917.5, 1455.5], [916.5, 1456.5], [915.5, 1456.5], [914.5, 1457.5], [913.5, 1458.5], [913.5, 1460.5], [912.5, 1461.5], [911.5, 1461.5], [910.5, 1462.5], [906.5, 1462.5], [905.5, 1461.5], [904.5, 1461.5], [903.5, 1460.5], [902.5, 1460.5], [901.5, 1459.5], [898.5, 1459.5], [896.5, 1457.5], [896.5, 1456.5], [895.5, 1455.5], [895.5, 1453.5], [894.5, 1452.5], [894.5, 1450.5]]},
{"id": "tx7wpp", "submitted_by": "Emerald_Pick", "name": "FOSO", "description": "FOSO is a men's floor in Gerig Hall at Taylor University in Upland, Indiana. FOSO is short for \"Forth South,\" since Gerig Hall was previously called South Hall. \n\nPeace, Love, FOSO.", "website": "", "subreddit": "", "center": [10.5, 698.5], "path": [[0.5, 695.5], [20.5, 695.5], [20.5, 701.5], [0.5, 701.5]]},
{"id": "tx7win", "submitted_by": "phoenixprophet", "name": "Bob(s)", "description": "A pattern depicting Bob, a lazy cat villager from Animal Crossing, on a trans flag. Coordinated by the instagram meme account Big_Chungles.", "website": "https://instagram.com/big_chungles", "subreddit": "", "center": [1060.5, 1906.5], "path": [[1041.5, 1904.5], [1078.5, 1904.5], [1081.5, 1908.5], [1041.5, 1908.5]]},
{"id": "tx7wgk", "submitted_by": "Clarky1979", "name": "VintageBeef", "description": "Member of the Hermitcraft Minecraft Server. Also known for being a member of Mindcrack in the past as well as Team Canada with Etho and PauseUnpause", "website": "https://hermitcraft.com/", "subreddit": "/r/hermitcraft", "center": [900.5, 611.5], "path": [[896.5, 607.5], [896.5, 614.5], [904.5, 614.5], [904.5, 608.5], [904.5, 607.5]]},
{"id": "tx7wgk", "submitted_by": "Clarky1979", "name": "VintageBeef", "description": "Member of the Hermitcraft Minecraft Server. Also known for being a member of Mindcrack in the past as well as Team Canada with Etho and PauseUnpause", "website": "https://www.youtube.com/user/VintageBeef/", "subreddit": "/r/hermitcraft", "center": [900.5, 611.5], "path": [[896.5, 607.5], [896.5, 614.5], [904.5, 614.5], [904.5, 608.5], [904.5, 607.5]]},
{"id": "tx7w3q", "submitted_by": "BasedRequiem", "name": "Narcor", "description": "A pixel art depiction of one of Starscape's several ores, Narcor.", "website": "https://www.roblox.com/games/679715583/Starscape-Beta", "subreddit": "/r/starscaperoblox", "center": [1638.5, 837.5], "path": [[1633.5, 833.5], [1643.5, 833.5], [1643.5, 841.5], [1633.5, 841.5]]},
{"id": "tx7vzu", "submitted_by": "wailingduck", "name": "Liberty Leading the People", "description": "This is a famous Romantic painting created by the French painter Eug\u00e8ne Delacroix. It commemorates the July Revolution of 1830. The figure of Liberty - often considered a symbol of France - holds the tricolor as she leads the people forward.", "website": "", "subreddit": "/r/placefrance", "center": [206.5, 1725.5], "path": [[167.5, 1758.5], [167.5, 1695.5], [246.5, 1697.5], [247.5, 1750.5], [167.5, 1757.5]]},
{"id": "tx7vq8", "submitted_by": "The_McTasty", "name": "Split Circle of the OPA", "description": "From the Sci-Fi book and television series The Expanse by James S.A. Corey(pen name of authors Daniel Abraham and Ty Franck). The Split Circle of the OPA is a symbol used by the Outer Planets Alliance, which is a loosely affiliated network of smaller organizations. The OPA is a combination of a labor union and advocacy group, terrorist organization(if you listen to the media of Earth and Mars), and a newly beginning government of the Outer Planets. It represents Belters, who are the decedents of workers sent out to the Outer Planets to work and build the infrastructure of the solar system but are not granted self governance by the inner planets Earth and Mars. It is the goal of the OPA to change that. \nPart of a larger piece by the Sci-Fi Fantasy Alliance.", "website": "", "subreddit": "/r/SFFA, /r/TheExpanse", "center": [1633.5, 1417.5], "path": [[1630.5, 1414.5], [1628.5, 1416.5], [1629.5, 1421.5], [1637.5, 1422.5], [1639.5, 1416.5], [1636.5, 1413.5], [1631.5, 1413.5]]},
@ -5366,7 +5346,6 @@
{"id": "tx7sfo", "submitted_by": "GoldenDispenser09", "name": "Saint Sophia Cathedral", "description": "The Saint Sophia Cathedral is located in Kyiv, the capital of Ukraine. Its construction began in the 11th century AD and it's now considered one of the Seven Wonders of Ukraine.", "website": "", "subreddit": "/r/placeukraine", "center": [359.5, 233.5], "path": [[359.5, 201.5], [358.5, 202.5], [358.5, 203.5], [357.5, 203.5], [357.5, 210.5], [356.5, 210.5], [356.5, 211.5], [355.5, 211.5], [355.5, 212.5], [354.5, 212.5], [354.5, 219.5], [355.5, 219.5], [355.5, 221.5], [354.5, 221.5], [354.5, 222.5], [353.5, 222.5], [353.5, 223.5], [352.5, 223.5], [352.5, 224.5], [351.5, 224.5], [351.5, 225.5], [350.5, 225.5], [350.5, 231.5], [351.5, 231.5], [351.5, 233.5], [348.5, 233.5], [347.5, 234.5], [347.5, 237.5], [348.5, 237.5], [348.5, 251.5], [370.5, 251.5], [370.5, 237.5], [371.5, 237.5], [371.5, 233.5], [367.5, 233.5], [367.5, 231.5], [368.5, 231.5], [368.5, 225.5], [367.5, 225.5], [367.5, 224.5], [366.5, 224.5], [366.5, 223.5], [365.5, 223.5], [365.5, 222.5], [364.5, 222.5], [364.5, 221.5], [363.5, 221.5], [363.5, 219.5], [364.5, 219.5], [364.5, 212.5], [363.5, 212.5], [363.5, 211.5], [362.5, 211.5], [362.5, 210.5], [361.5, 210.5], [361.5, 203.5], [360.5, 202.5], [359.5, 202.5], [359.5, 201.5]]},
{"id": "tx7sc3", "submitted_by": "Adhesive_Hooks", "name": "Joker Yoda", "description": "Joker Yoda.", "website": "", "subreddit": "", "center": [792.5, 1570.5], "path": [[779.5, 1561.5], [779.5, 1578.5], [804.5, 1578.5], [804.5, 1561.5], [800.5, 1561.5], [779.5, 1561.5]]},
{"id": "tx7s5g", "submitted_by": "holtafd", "name": "Tesla Logo", "description": "attempt at tesla logo", "website": "https://www.reddit.com/r/teslamotors/", "subreddit": "/r/teslamotors", "center": [862.5, 1596.5], "path": [[845.5, 1580.5], [879.5, 1580.5], [879.5, 1612.5], [845.5, 1612.5]]},
{"id": "tx7s32", "submitted_by": "LeftEyeHole", "name": "Hypertrance", "description": "A trans-led community that creates NEOY2K 3D animations with music production. They aim to provide people the ability to earn a living off of their creative work.", "website": "", "subreddit": "", "center": [770.5, 460.5], "path": [[753.5, 462.5], [753.5, 458.5], [786.5, 458.5], [786.5, 462.5]]},
{"id": "tx7rxh", "submitted_by": "FlyingFaller", "name": "UIUC", "description": "The University of Illinois Urbana Champaign logo.", "website": "https://illinois.edu/", "subreddit": "/r/UIUC", "center": [189.5, 619.5], "path": [[174.5, 609.5], [174.5, 629.5], [200.5, 629.5], [200.5, 627.5], [201.5, 627.5], [201.5, 625.5], [202.5, 625.5], [203.5, 624.5], [204.5, 623.5], [205.5, 623.5], [205.5, 621.5], [204.5, 621.5], [204.5, 615.5], [204.5, 614.5], [203.5, 614.5], [203.5, 610.5], [202.5, 610.5], [202.5, 609.5]]},
{"id": "tx7r9v", "submitted_by": "ConstructionNo3397", "name": "Aroyitt", "description": "Aroyitt the best Spanish streamer, able to tame a Rex with a boomerang and in the image representing her community \"Jamon\" our god.", "website": "https://www.twitch.tv/aroyitt", "subreddit": "/r/Aroyitt", "center": [1987.5, 1416.5], "path": [[1998.5, 1403.5], [1999.5, 1429.5], [1975.5, 1429.5], [1975.5, 1403.5]]},
{"id": "tx7r9a", "submitted_by": "_welshie_", "name": "Giant's Causeway", "description": "Represented here is the Giant's Causeway, a set of basalt pillars on the northern coast of the island of Ireland.", "website": "en.wikipedia.org/wiki/Giant's_Causeway", "subreddit": "/r/PlaceIreland", "center": [152.5, 775.5], "path": [[143.5, 780.5], [143.5, 791.5], [154.5, 791.5], [154.5, 780.5], [158.5, 772.5], [165.5, 767.5], [168.5, 766.5], [167.5, 763.5], [165.5, 763.5], [161.5, 763.5], [161.5, 761.5], [157.5, 761.5], [145.5, 769.5], [142.5, 774.5], [142.5, 777.5], [145.5, 779.5], [147.5, 782.5], [144.5, 782.5]]},
@ -5629,7 +5608,6 @@
{"id": "txb9xz", "submitted_by": "KappaBerga", "name": "Cangaceiro hat", "description": "Typical hat representative of the Canga\u00e7o, a social phenomenon which took place from the 19th to mid 20th century in the northeastern, more arid part of Brazil. In it many men and women became nomadic bandits due to government negligence and overall hardships of the semiarid. Cangaceiro was the name given to members of this phenomenon.", "website": "https://en.wikipedia.org/wiki/Canga%C3%A7o", "subreddit": "/r/brasil", "center": [1091.5, 572.5], "path": [[1089.5, 578.5], [1083.5, 573.5], [1082.5, 575.5], [1083.5, 573.5], [1089.5, 569.5], [1091.5, 569.5], [1091.5, 568.5], [1093.5, 568.5], [1093.5, 569.5], [1094.5, 569.5], [1094.5, 570.5], [1096.5, 570.5], [1096.5, 571.5], [1098.5, 571.5], [1098.5, 573.5], [1099.5, 573.5], [1099.5, 574.5], [1100.5, 574.5], [1100.5, 576.5], [1100.5, 574.5], [1097.5, 574.5], [1097.5, 577.5], [1095.5, 577.5], [1095.5, 572.5], [1089.5, 572.5], [1089.5, 578.5]]},
{"id": "txb9sh", "submitted_by": "iiiConnor", "name": "Golden Gate Bridge", "description": "A suspension bridge spanning the Golden Gate in San Francisco, California. Was the longest suspension bridge in the world at time of completion.", "website": "", "subreddit": "/r/americanflaginplace", "center": [1811.5, 1848.5], "path": [[1775.5, 1853.5], [1775.5, 1840.5], [1788.5, 1830.5], [1786.5, 1853.5], [1788.5, 1854.5], [1789.5, 1855.5], [1789.5, 1865.5], [1788.5, 1853.5], [1796.5, 1854.5], [1796.5, 1867.5], [1798.5, 1867.5], [1798.5, 1853.5], [1798.5, 1826.5], [1788.5, 1827.5], [1786.5, 1853.5], [1799.5, 1853.5], [1803.5, 1855.5], [1808.5, 1856.5], [1814.5, 1857.5], [1818.5, 1858.5], [1819.5, 1859.5], [1820.5, 1865.5], [1823.5, 1865.5], [1824.5, 1858.5], [1831.5, 1861.5], [1831.5, 1858.5], [1824.5, 1850.5], [1823.5, 1840.5], [1820.5, 1839.5], [1811.5, 1851.5], [1799.5, 1835.5], [1787.5, 1853.5]]},
{"id": "txb9kk", "submitted_by": "socks_and_hair", "name": "Maintane", "description": "Maintane's head, from the game K&M. Made by 7 friends from a discord server.", "website": "https://socksandhair.itch.io/km", "subreddit": "/r/k_m", "center": [472.5, 1966.5], "path": [[468.5, 1963.5], [475.5, 1963.5], [475.5, 1969.5], [468.5, 1969.5]]},
{"id": "txb9ip", "submitted_by": "Smiedro", "name": "VintageBeef", "description": "Youtuber VintageBeef of HermitCraft", "website": "https://www.youtube.com/user/VintageBeef", "subreddit": "", "center": [901.5, 611.5], "path": [[897.5, 608.5], [904.5, 608.5], [904.5, 614.5], [897.5, 614.5], [897.5, 608.5]]},
{"id": "txb8vv", "submitted_by": "Byrocks", "name": "Yogscast Doncon Icon", "description": "An icon representing Doncon, a Yogscast inside joke originating in a Garry's Mod Pictionary video. In said video, a 3D model representing the Minecraft skin of Yogscast member Duncan Jones was created. The 3D model became an instant hit with both Yogscast members and fans, with Duncan Jones eventually using a version of it as his skin for the Garry's Mod game Trouble in Terrorist Town.", "website": "", "subreddit": "/r/yogscast", "center": [1506.5, 230.5], "path": [[1497.5, 221.5], [1514.5, 221.5], [1514.5, 238.5], [1497.5, 238.5]]},
{"id": "txb8m7", "submitted_by": "elotrosaulo", "name": "Small Bolivian flag", "description": "Little version of the Bolivian flag", "website": "/r/bolivia", "subreddit": "", "center": [1778.5, 1105.5], "path": [[1769.5, 1100.5], [1769.5, 1110.5], [1788.5, 1110.5], [1784.5, 1100.5], [1784.5, 1100.5]]},
{"id": "txb8h6", "submitted_by": "Wrath_FMA", "name": "Creeper wearing hat", "description": "It's a Creeper from Minecraft...wearing a hat.", "website": "", "subreddit": "/r/Minecraft", "center": [88.5, 1047.5], "path": [[85.5, 1040.5], [91.5, 1040.5], [91.5, 1053.5], [85.5, 1053.5], [85.5, 1041.5]]},
@ -5684,7 +5662,7 @@
{"id": "txato1", "submitted_by": "s0berBacchus", "name": "Rice University", "description": "Rice University is a college in Houston, TX. The design also features a bowl of rice, for obvious reasons.", "website": "", "subreddit": "/r/riceuniversity", "center": [362.5, 1595.5], "path": [[353.5, 1591.5], [370.5, 1591.5], [370.5, 1599.5], [353.5, 1599.5], [353.5, 1591.5]]},
{"id": "txatim", "submitted_by": "theultimateace1", "name": "Bad Apple Visualization", "description": "A famous black and white silhouette music video featuring a remix of a videogame soundtrack from the touhou franchise, with characters from the franchise dancing and interacting as shadowart. Formerly depicted Reimu biting the apple at the start of the MV, changed to the discarded apple core due to space restraints.", "website": "https://www.youtube.com/watch?v=9lNZ_Rnr7Jc&ab_channel=luigiman09", "subreddit": "/r/touhou", "center": [505.5, 535.5], "path": [[499.5, 528.5], [499.5, 541.5], [510.5, 541.5], [510.5, 529.5], [505.5, 529.5], [499.5, 529.5], [499.5, 528.5]]},
{"id": "txatcx", "submitted_by": "KrumpleTrash", "name": "Tubbo head", "description": "The minecraft skin for minecraft twitch streamer tubbo. His skin closely resembles tweek tweak from south park", "website": "https://twitch.tv/tubbo", "subreddit": "/r/tubbo", "center": [160.5, 913.5], "path": [[156.5, 909.5], [156.5, 916.5], [163.5, 916.5], [163.5, 909.5], [156.5, 909.5]]},
{"id": "txatc8", "submitted_by": "redwolftrash", "name": "Hypertrance", "description": "Hypertrance is a small music community/discord server who put together NEOY2K 3D animation with music production. Around 8-% of the content creators in this community are trans, so they asked r/transplace if they could put their name/logo on top of Ally Hall.\n\nThe addition of this logo was beneficial for the r/transplace flag because people had been using alt accounts to draw nooses around the necks and over the heads of the Ally Hall figures, so the Hypertrance logo being above Ally Hall prevented this griefing while also giving the community in question publicity.", "website": "https://www.reddit.com/r/transplace/comments/tw3335/hi_were_a_relatively_small_transled_music/", "subreddit": "", "center": [769.5, 460.5], "path": [[752.5, 457.5], [786.5, 457.5], [786.5, 463.5], [753.5, 463.5]]},
{"id": "txatc8", "submitted_by": "redwolftrash", "name": "HYPERTRANCE", "description": "Hypertrance is a small music community/discord server who put together NEOY2K 3D animation with music production. Around 80% of the content creators in this community are trans, so they asked r/transplace if they could put their name/logo on top of Ally Hall.\n\nThe addition of this logo was beneficial for the r/transplace flag because people had been using alt accounts to draw nooses around the necks and over the heads of the Ally Hall figures, so the Hypertrance logo being above Ally Hall prevented this griefing while also giving the community in question publicity. patchstep's original submission of the hypertrance atlas was removed because of the id migration...", "website": "https://www.reddit.com/r/transplace/comments/tw3335/hi_were_a_relatively_small_transled_music/", "subreddit": "", "center": [769.5, 460.5], "path": [[752.5, 457.5], [786.5, 457.5], [786.5, 463.5], [753.5, 463.5]]},
{"id": "txatby", "submitted_by": "aaronflash05", "name": "Otto", "description": "Otto is Jerma's dog, a beloved character by jerma and chat alike.", "website": "https://jerma-lore.fandom.com/wiki/Otto", "subreddit": "/r/jerma985", "center": [116.5, 1051.5], "path": [[110.5, 1051.5], [112.5, 1046.5], [129.5, 1067.5], [129.5, 1064.5], [126.5, 1060.5], [129.5, 1055.5], [129.5, 1052.5], [132.5, 1046.5], [126.5, 1041.5], [118.5, 1040.5], [116.5, 1042.5], [107.5, 1041.5], [100.5, 1046.5], [102.5, 1049.5], [106.5, 1061.5], [110.5, 1062.5], [113.5, 1065.5], [116.5, 1064.5], [116.5, 1062.5], [125.5, 1062.5], [113.5, 1043.5], [110.5, 1046.5], [109.5, 1053.5]]},
{"id": "txat3i", "submitted_by": "gregtech123", "name": "Uruguay", "description": "A map of Uruguay", "website": "", "subreddit": "/r/uruguay", "center": [1010.5, 675.5], "path": [[1005.5, 667.5], [1003.5, 679.5], [1013.5, 682.5], [1017.5, 675.5], [1014.5, 670.5], [1008.5, 667.5], [1007.5, 667.5]]},
{"id": "txasqv", "submitted_by": "Wesstes", "name": "Cacique logo", "description": "\"Cacique\" is a beer company that is located in Costa Rica, the people from the Costa Rican flag decided put the logo of the company in this square as a joke", "website": "", "subreddit": "", "center": [1488.5, 408.5], "path": [[1482.5, 402.5], [1482.5, 414.5], [1494.5, 414.5], [1494.5, 402.5]]},
@ -5694,7 +5672,6 @@
{"id": "txarbp", "submitted_by": "RavagerHughesy", "name": "RuPaul's Drag Race", "description": "A section dedicated to the reality TV show RuPaul's Drag Race, where drag queens compete to be America's Next Drag Superstar. Includes pixel art of six queens from season 14 (currently airing), and a tribute to season 8 competitor Chi Chi DeVayne, who tragically passed in 2020.", "website": "https://www.vh1.com/shows/rupauls-drag-race", "subreddit": "/r/rupaulsdragrace", "center": [1219.5, 416.5], "path": [[1192.5, 402.5], [1192.5, 433.5], [1222.5, 433.5], [1222.5, 430.5], [1246.5, 430.5], [1246.5, 398.5], [1222.5, 398.5], [1222.5, 402.5], [1192.5, 402.5]]},
{"id": "txarai", "submitted_by": "A-Reclusive-Whale", "name": "Celeste Pufferfish", "description": "A pufferfish creature the player can bounce off of in the indie platformer Celeste.", "website": "", "subreddit": "/r/celeste", "center": [1228.5, 1182.5], "path": [[1225.5, 1173.5], [1231.5, 1173.5], [1231.5, 1174.5], [1232.5, 1174.5], [1233.5, 1175.5], [1234.5, 1176.5], [1235.5, 1177.5], [1236.5, 1178.5], [1237.5, 1179.5], [1237.5, 1180.5], [1238.5, 1181.5], [1238.5, 1182.5], [1238.5, 1183.5], [1237.5, 1184.5], [1237.5, 1185.5], [1236.5, 1186.5], [1235.5, 1187.5], [1234.5, 1188.5], [1233.5, 1189.5], [1232.5, 1189.5], [1231.5, 1190.5], [1230.5, 1190.5], [1229.5, 1190.5], [1228.5, 1190.5], [1227.5, 1190.5], [1226.5, 1190.5], [1225.5, 1189.5], [1224.5, 1189.5], [1223.5, 1188.5], [1222.5, 1187.5], [1221.5, 1186.5], [1220.5, 1186.5], [1220.5, 1185.5], [1219.5, 1185.5], [1218.5, 1186.5], [1217.5, 1185.5], [1217.5, 1184.5], [1217.5, 1183.5], [1217.5, 1182.5], [1217.5, 1181.5], [1217.5, 1180.5], [1218.5, 1179.5], [1219.5, 1180.5], [1220.5, 1179.5], [1220.5, 1178.5], [1221.5, 1177.5], [1222.5, 1176.5], [1223.5, 1175.5], [1225.5, 1174.5]]},
{"id": "txar8q", "submitted_by": "Undead_Hunter03", "name": "BELIEVE sign from Ted Lasso", "description": "A motivational wall hanging from Ted Lasso AppleTV series. Hanging it was one of the first things when Ted arrived Richmond. It's also the key to the 'Lasso Way'", "website": "", "subreddit": "/r/TedLasso", "center": [1014.5, 449.5], "path": [[1002.5, 445.5], [1026.5, 445.5], [1026.5, 453.5], [1002.5, 453.5]]},
{"id": "txar7v", "submitted_by": "DrLongclaw", "name": "Johns Hopkins Blue Jay", "description": "The mascot of Johns Hopkins University, a Blue Jay.", "website": "", "subreddit": "/r/jhu", "center": [443.5, 1216.5], "path": [[439.5, 1212.5], [447.5, 1212.5], [447.5, 1219.5], [439.5, 1219.5]]},
{"id": "txar5v", "submitted_by": "ProfessionalFish8505", "name": "Mini Waldo", "description": "A small Waldo hidden on the r/fuckcars highway, based on the Where's Waldo books.", "website": "", "subreddit": "", "center": [1126.5, 862.5], "path": [[1125.5, 869.5], [1126.5, 869.5], [1126.5, 867.5], [1126.5, 869.5], [1127.5, 869.5], [1128.5, 869.5], [1128.5, 866.5], [1129.5, 866.5], [1129.5, 862.5], [1129.5, 861.5], [1128.5, 861.5], [1128.5, 860.5], [1127.5, 860.5], [1128.5, 860.5], [1128.5, 857.5], [1128.5, 856.5], [1127.5, 856.5], [1127.5, 854.5], [1127.5, 853.5], [1126.5, 853.5], [1125.5, 853.5], [1125.5, 856.5], [1124.5, 856.5], [1124.5, 859.5], [1124.5, 860.5], [1125.5, 860.5], [1125.5, 860.5], [1124.5, 860.5], [1124.5, 861.5], [1123.5, 862.5], [1123.5, 866.5], [1124.5, 866.5], [1124.5, 869.5], [1128.5, 869.5]]},
{"id": "txaqul", "submitted_by": "yourmindsdecide", "name": "Loader from Risk of Rain", "description": "Collaboration between the Risk of Rain piece above and the Trans Pride flag. Loader is a playable character in both the first and second part of Risk of Rain. Loader is male in the first part and female in the second, thus making it an ideal candidate for a collaboration.", "website": "", "subreddit": "", "center": [595.5, 437.5], "path": [[590.5, 430.5], [601.5, 430.5], [601.5, 444.5], [588.5, 444.5], [588.5, 430.5]]},
{"id": "txaqle", "submitted_by": "NewAgeRetr0Hippie", "name": "Pikachu", "description": "Pikachu is a fictional species in the Pok\u00e9mon media franchise.", "website": "https://en.wikipedia.org/wiki/Pikachu", "subreddit": "", "center": [1888.5, 1296.5], "path": [[1884.5, 1292.5], [1892.5, 1292.5], [1892.5, 1300.5], [1884.5, 1300.5], [1884.5, 1300.5], [1884.5, 1296.5], [1884.5, 1296.5], [1884.5, 1295.5]]},
@ -6185,7 +6162,7 @@
{"id": "txfre1", "submitted_by": "zodyak", "name": "H1vezZz", "description": "H1vezZz is a streamer from Turkey and it is his channel logo.", "website": "https://www.twitch.tv/h1vezzz", "subreddit": "", "center": [1313.5, 488.5], "path": [[1304.5, 479.5], [1304.5, 496.5], [1322.5, 496.5], [1322.5, 479.5]]},
{"id": "txfqgt", "submitted_by": "TwanyG", "name": "Mini University of South Carolina Logo", "description": "A simplified version of the U of SC logo. This institution is home to the Gamecocks. The Gamecocks fought hard and with pride to be a small part of this global art project. Despite being very close to the most contested part of the grid, USC's tiny 11x7 patch remained unscathed all the way until the whitening. Forever to thee!", "website": "[https://sc.edu/](https://sc.edu/)", "subreddit": "[https://www.reddit.com/r/Gamecocks/](https://www.reddit.com/r/Gamecocks/)", "center": [302.5, 1605.5], "path": [[297.5, 1602.5], [307.5, 1602.5], [307.5, 1608.5], [297.5, 1608.5]]},
{"id": "txfq41", "submitted_by": "AnonymousRandPerson", "name": "N\u00e4men!", "description": "A Swedish interjection used to indicating surprise. Similar to \"Oh!\" in English.", "website": "https://www.thelocal.se/20181018/swedish-word-of-the-day-namen/", "subreddit": "r/sweden", "center": [820.5, 83.5], "path": [[802.5, 78.5], [802.5, 87.5], [837.5, 87.5], [837.5, 78.5], [802.5, 78.5]]},
{"id": "txfpyc", "submitted_by": "slanterns", "name": "Kiki's Delivery Service", "description": "Kiki's Delivery Service (Japanese: \u9b54\u5973\u306e\u5b85\u6025\u4fbf, Hepburn: Majo no Takky\u016bbin) is a 1989 Japanese animated fantasy film written, produced, and directed by Hayao Miyazaki, adapted from the 1985 novel by Eiko Kadono. Before the end of event the main character Kiki was damaged by the smoke, but you can still see her iconic broomstick (and part of the red bow) here.", "website": "https://en.wikipedia.org/wiki/Kiki%27s_Delivery_Service", "subreddit": "", "center": [1171.5, 1521.5], "path": [[1159.5, 1523.5], [1178.5, 1537.5], [1182.5, 1534.5], [1177.5, 1526.5], [1177.5, 1519.5], [1177.5, 1509.5], [1172.5, 1506.5], [1167.5, 1507.5], [1162.5, 1517.5], [1158.5, 1519.5], [1159.5, 1523.5]]},
{"id": "txfpyc", "submitted_by": "slanterns, raudrin", "name": "Kiki's Delivery Service", "description": "Kiki's Delivery Service (Japanese: 魔女の宅急便, Hepburn: Majo no Takkyūbin) is a 1989 Japanese animated fantasy film written, produced, and directed by Hayao Miyazaki, adapted from the 1985 novel by Eiko Kadono. This art was suggested by u/Katermukke94 in r/ghibli and other Ghibli-associated subreddits, getting the most traction on r/ghibli. We were making slow progress as Ludwig's community fought against changes in the Totoro art, but eventually a member of our group contacted Ludwig's stream and he stated on stream that it was a good idea. His fans then helped to complete the art just before r/place finished.", "website": "https://en.wikipedia.org/wiki/Kiki%27s_Delivery_Service", "subreddit": "r/ghibli", "center": [1176.5, 1524.5], "path": [[1157.5, 1521.5], [1161.5, 1518.5], [1165.5, 1522.5], [1167.5, 1505.5], [1170.5, 1505.5], [1176.5, 1509.5], [1179.5, 1502.5], [1182.5, 1505.5], [1182.5, 1511.5], [1187.5, 1516.5], [1187.5, 1523.5], [1180.5 ,1526.5] ,[1180.5 ,1530.5] ,[1186.5, 1530.5], [1186.5, 1540.5], [1187.5, 1541.5], [1187.5, 1543.5], [1185.5, 1542.5], [1182.5, 1543.5], [1180.5, 1539.5], [1179.5, 1542.5], [1177.5, 1542.5], [1177.5, 1538.5], [1173.5, 1538.5], [1169.5, 1535.5], [1169.5, 1529.5]]},
{"id": "txfpth", "submitted_by": "AradirOff", "name": "Aradir", "description": "The community of Aradir was here", "website": "https://www.youtube.com/c/AradirOff", "subreddit": "/r/aradir", "center": [541.5, 1691.5], "path": [[531.5, 1699.5], [531.5, 1683.5], [550.5, 1683.5], [550.5, 1699.5], [541.5, 1699.5]]},
{"id": "txfpqx", "submitted_by": "JRBergstrom", "name": "Yukihana Lamy", "description": "Hololive Generation 5 vtuber Yukihana Lamy.", "website": "https://www.youtube.com/channel/UCFKOVgVbGmX65RxO3EtH3iw", "subreddit": "r/yukihanalamy/", "center": [1371.5, 973.5], "path": [[1375.5, 976.5], [1366.5, 976.5], [1367.5, 970.5], [1374.5, 970.5], [1375.5, 971.5]]},
{"id": "txfpli", "submitted_by": "-Werewolff-", "name": "Jak", "description": "The main protagonist of the Jak and Daxter video game franchise. ", "website": "[https://en.wikipedia.org/wiki/Jak_and_Daxter](https://en.wikipedia.org/wiki/Jak_and_Daxter)", "subreddit": "r/jakanddaxter", "center": [672.5, 1354.5], "path": [[670.5, 1341.5], [668.5, 1342.5], [668.5, 1343.5], [668.5, 1346.5], [667.5, 1347.5], [667.5, 1348.5], [667.5, 1349.5], [668.5, 1349.5], [668.5, 1351.5], [668.5, 1355.5], [668.5, 1361.5], [668.5, 1366.5], [677.5, 1366.5], [675.5, 1358.5], [678.5, 1357.5], [679.5, 1356.5], [678.5, 1354.5], [675.5, 1346.5], [675.5, 1346.5], [674.5, 1343.5], [671.5, 1341.5], [670.5, 1340.5], [669.5, 1340.5]]},
@ -6227,7 +6204,6 @@
{"id": "txfczy", "submitted_by": "AnonymousRandPerson", "name": "Netherlands-S\u00e1mi heart", "description": "A heart depicting the flags of the Netherlands and the S\u00e1mi people.", "website": "", "subreddit": "", "center": [496.5, 35.5], "path": [[492.5, 30.5], [489.5, 33.5], [489.5, 36.5], [495.5, 42.5], [496.5, 42.5], [502.5, 36.5], [502.5, 33.5], [499.5, 30.5], [497.5, 30.5], [496.5, 31.5], [495.5, 31.5], [494.5, 30.5], [492.5, 30.5]]},
{"id": "txfbm8", "submitted_by": "Saray13434", "name": "jschlatt", "description": "jschlatt is a Streamer and Youtuber that is a very funny guy, famous for being in the DreamSMP, very popular for his Wii game reviews and is a part of an org called OTK where he takes part in their events and even hold a reaction section of the company where he brings people in to watch videos and react", "website": "[https://www.twitch.tv/jschlatt](https://www.twitch.tv/jschlatt)", "subreddit": "r/jschlatt", "center": [187.5, 922.5], "path": [[183.5, 918.5], [183.5, 925.5], [190.5, 925.5], [190.5, 918.5]]},
{"id": "txfati", "submitted_by": "AnonymousRandPerson", "name": "Norway heart", "description": "A heart adorned with the Flag of Norway.", "website": "https://en.wikipedia.org/wiki/Norway", "subreddit": "r/place_nordicunion", "center": [469.5, 112.5], "path": [[465.5, 108.5], [463.5, 110.5], [463.5, 112.5], [468.5, 117.5], [469.5, 117.5], [474.5, 112.5], [474.5, 110.5], [472.5, 108.5], [470.5, 108.5], [469.5, 109.5], [468.5, 109.5], [467.5, 108.5], [465.5, 108.5]]},
{"id": "txfar4", "submitted_by": "Conrad_tf2", "name": "The Minecraft bee is trans", "description": "how?", "website": "", "subreddit": "", "center": [716.5, 464.5], "path": [[704.5, 457.5], [704.5, 471.5], [727.5, 471.5], [727.5, 457.5]]},
{"id": "txfalv", "submitted_by": "SuperGameController", "name": "Skysail Insignia", "description": "A winged white sword.\n\nIt represents the Kingdom of Skysail in the realm of Inita, one of the many realms in the Countless Worlds.\n\nThe insignia of the winged sword mirrors the great military power of the Skysail Kingdom.\nNot only do they excel in military power, Skysail is the main trading hub within the realms, they control most of the trades between worlds and are responsible for exports of Nillium, a magical ore used in the hull of flying ships.\n\nThe game's discord can be found here > [discord.gg/CW](https://discord.gg/CW) <\n", "website": "[https://www.roblox.com/games/6900861054/Countless-Worlds](https://www.roblox.com/games/6900861054/Countless-Worlds)", "subreddit": "[https://www.reddit.com/r/RobloxCountlessWorlds/](https://www.reddit.com/r/RobloxCountlessWorlds/)", "center": [297.5, 1508.5], "path": [[293.5, 1515.5], [300.5, 1515.5], [300.5, 1500.5], [293.5, 1500.5], [293.5, 1515.5]]},
{"id": "txfah1", "submitted_by": "Wellliam", "name": "Emotiguy (Picardia)", "description": "This emotiguy, more famously known as Picardia, had been rebuilt during Xqc's meteor.\nOn day 3, r/OnePiece Added a cool little hat.", "website": "[https://trubiso.tk](https://trubiso.tk)", "subreddit": "r/emotiguy", "center": [1543.5, 152.5], "path": [[1533.5, 159.5], [1532.5, 142.5], [1550.5, 142.5], [1555.5, 161.5], [1543.5, 161.5]]},
{"id": "txf9s5", "submitted_by": "AnonymousRandPerson", "name": "Hallgr\u00edmskirkja", "description": "The largest church in Iceland.", "website": "https://en.wikipedia.org/wiki/Hallgr%C3%ADmskirkja", "subreddit": "r/Iceland", "center": [514.5, 126.5], "path": [[515.5, 106.5], [513.5, 108.5], [514.5, 109.5], [514.5, 110.5], [512.5, 112.5], [512.5, 113.5], [511.5, 114.5], [511.5, 116.5], [507.5, 124.5], [507.5, 125.5], [506.5, 126.5], [506.5, 127.5], [503.5, 130.5], [502.5, 130.5], [500.5, 132.5], [500.5, 136.5], [525.5, 136.5], [525.5, 128.5], [524.5, 127.5], [524.5, 126.5], [523.5, 125.5], [523.5, 124.5], [519.5, 116.5], [519.5, 114.5], [518.5, 113.5], [518.5, 112.5], [516.5, 110.5], [517.5, 108.5], [515.5, 106.5]]},
@ -6265,9 +6241,8 @@
{"id": "txeabj", "submitted_by": "Met76", "name": "The Statue of Liberty", "description": "This statue was gifted to the USA from France in 1886. She stands 305 feet (93 meters) and holds a torch above her head with her right hand. In her left hand carries a tabula ansata inscribed JULY IV MDCCLXXVI (July 4, 1776 in Roman numerals), the date of the U.S. Declaration of Independence. This document declared the separation of the original US colonies from Britain.", "website": "", "subreddit": "", "center": [1976.5, 1835.5], "path": [[1983.5, 1866.5], [1981.5, 1816.5], [1980.5, 1801.5], [1969.5, 1802.5], [1970.5, 1866.5]]},
{"id": "txea1c", "submitted_by": "Famous-Beat2963", "name": "HasanAbi and Will Neff dog emotes", "description": "Pre-raid, there were two dogs, Cartoon versions of Hasan's dog named Fish who sadly passed in 2020, and Will Neff's dog Farley. The art itself is adapted from their emotes, hasL and neffL, emotes commonly used to show love. This was not only a tribute to the dogs, but a tribute to Hasan and Will's good friendship.\n\nAnother streamer, Destiny, who is often opposed to Hasan, ordered a raid on this art. The art of Fish was replaced by a flag, likely playing on anti-flag sentiment on r/place in general. The large D is a reference to Hasan's chat referring to Destiny as D, because the term Destiny is banned in his chat.\nneffL was also altered, given tears, a frown, a broken heart, and the fur on the top was drooped down.\nIt was not received well, as people enjoyed the two dog friends regardless of context.", "website": "", "subreddit": "", "center": [1737.5, 524.5], "path": [[1693.5, 544.5], [1691.5, 504.5], [1750.5, 502.5], [1760.5, 498.5], [1764.5, 501.5], [1768.5, 499.5], [1773.5, 500.5], [1770.5, 502.5], [1781.5, 510.5], [1782.5, 519.5], [1786.5, 524.5], [1783.5, 535.5], [1775.5, 533.5], [1773.5, 546.5], [1761.5, 547.5], [1757.5, 550.5], [1754.5, 550.5], [1752.5, 547.5], [1750.5, 545.5]]},
{"id": "txe8xk", "submitted_by": "Project_XShadow", "name": "Little Water Lad", "description": "It got converted into something else, but first it was going to be a water balloon, then it got a face, then it got H20 written on it. We kept it safe for four days, though a German school kept trying to change it to their logo.", "website": "", "subreddit": "r/HeavySeas", "center": [191.5, 760.5], "path": [[184.5, 753.5], [198.5, 753.5], [197.5, 768.5], [184.5, 768.5], [184.5, 753.5]]},
{"id": "txe8uw", "submitted_by": "lango9599", "name": "VintageBeef", "description": "VintageBeef is a Minecraft youtuber who makes videos on Modded Minecraft, Minecraft maps, Hermitcraft, Mindcrack, Minecraft Pixelmon, and more. ", "website": "[https://www.youtube.com/user/VintageBeef/](https://www.youtube.com/user/VintageBeef/)", "subreddit": "/r/HermitCraft", "center": [901.5, 611.5], "path": [[897.5, 608.5], [904.5, 608.5], [904.5, 614.5], [897.5, 614.5]]},
{"id": "txe6s5", "submitted_by": "Dead_Wooolf_Slayer", "name": "East Expansion", "description": "During the second day of r pleace the third Mexican flag was finished. The flag of the south began its expansion against small communities after finishing the expansion of the west, the flag of Guatemala was the most damaged. Mexican discord groups oppose the expansion for fear of losing the finished mural but tictok groups provoked a massive attack winning the eastern expansion, despite attempts at diplomacy with the extinct flag of Switzerland and Guatemala.", "website": "", "subreddit": "/r/M\u00e9xico", "center": [784.5, 1213.5], "path": [[785.5, 1212.5], [787.5, 1211.5], [788.5, 1213.5], [785.5, 1215.5], [781.5, 1215.5], [781.5, 1211.5], [783.5, 1211.5], [784.5, 1211.5]]},
{"id": "txe4l5", "submitted_by": "lango9599", "name": "GeminiTay", "description": "GeminiTay is a Canadian Minecraft YouTuber known for her Minecraft Let's Builds, build tutorials & more. She is a part of several Minecraft SMPS, including Hermitcraft, X Life SMP, Empires SMP, and Afterlife SMP.", "website": "[https://www.youtube.com/c/GeminiTayMC/](https://www.youtube.com/c/GeminiTayMC/)", "subreddit": "/r/HermitCraft", "center": [901.5, 595.5], "path": [[897.5, 592.5], [897.5, 598.5], [904.5, 598.5], [904.5, 592.5], [897.5, 592.5]]},
{"id": "txe4l5", "submitted_by": "lango9599", "name": "GeminiTay", "description": "GeminiTay is a Canadian Minecraft YouTuber known for her Minecraft Let's Builds, build tutorials & more. She is a part of several Minecraft SMPS, including Hermitcraft, X Life SMP, Empires SMP, and Afterlife SMP.", "website": "https://www.youtube.com/c/GeminiTayMC/", "subreddit": "/r/HermitCraft", "center": [901.5, 595.5], "path": [[897.5, 592.5], [897.5, 598.5], [904.5, 598.5], [904.5, 592.5], [897.5, 592.5]]},
{"id": "txe1lg", "submitted_by": "-KiriHana", "name": "The 4 Star Dragonball", "description": "RIP Grandpa Gohan<3", "website": "[https://discord.gg/Mqk6FhJp](https://discord.gg/Mqk6FhJp)", "subreddit": "r/DBZ", "center": [1973.5, 1462.5], "path": [[1975.5, 1459.5], [1971.5, 1459.5], [1970.5, 1460.5], [1969.5, 1461.5], [1969.5, 1464.5], [1970.5, 1464.5], [1971.5, 1464.5], [1974.5, 1465.5], [1976.5, 1464.5], [1976.5, 1460.5], [1975.5, 1459.5]]},
{"id": "txe0lx", "submitted_by": "Raaaage-Alert", "name": "Forts", "description": "Forts is a physics-based 2D real-time strategy video game developed and published by Australian studio EarthWork Games.", "website": "[https://store.steampowered.com/app/410900/Forts/](https://store.steampowered.com/app/410900/Forts/)", "subreddit": "/r/FortsGame", "center": [388.5, 1959.5], "path": [[380.5, 1951.5], [399.5, 1951.5], [399.5, 1961.5], [391.5, 1961.5], [391.5, 1967.5], [395.5, 1967.5], [395.5, 1969.5], [380.5, 1969.5], [380.5, 1965.5], [379.5, 1965.5], [379.5, 1960.5], [380.5, 1960.5]]},
{"id": "txdzf9", "submitted_by": "Mayu_Cris", "name": "deqiuv", "description": "", "website": "[https://www.twitch.tv/deqiuv](https://www.twitch.tv/deqiuv)", "subreddit": "[https://www.reddit.com/r/deqiuv/](https://www.reddit.com/r/deqiuv/)", "center": [1107.5, 1308.5], "path": [[1083.5, 1303.5], [1131.5, 1303.5], [1131.5, 1312.5], [1083.5, 1312.5], [1083.5, 1303.5]]},
@ -6557,7 +6532,7 @@
{"id": "txjtpw", "submitted_by": "_bird__Crowthebird", "name": "Base Bravo", "description": "Base Bravo (AKA the Visayas base) of r/Philippines. Includes the artwork \"Tumindig\", the Philippine Tarsier, Zuko and Toph (Twitch streamer Buddha's Shiba Inus), the ASEAN flag, the Myanmar flag, and the Vexillology flag. Once was the space for the Philippine Jeepney now in Base Charlie (Mindanao base) of r/Philippines.", "website": "[https://www.twitch.tv/buddha](https://www.twitch.tv/buddha)", "subreddit": "/r/Philippines", "center": [1409.5, 631.5], "path": [[1490.5, 600.5], [1335.5, 601.5], [1334.5, 670.5], [1374.5, 672.5], [1375.5, 658.5], [1490.5, 658.5], [1490.5, 601.5]]},
{"id": "txjtmz", "submitted_by": "Demonitized-picture", "name": "ARSEHOLE Alliance", "description": "An alliance of the communities r/foxholegame and r/gunners, these communities made some of the earliest finished works on r/place. brought together by an early Ukrainian flag that (after seeing the unmoderated early flag that plowed through many other works) allied together to protect each other. after the flag lost steam and fell to ill maintenance, the two communities made the alliance visible with the mixing of the two main words for their communities (foxhole and Arsenal) creating ARSEHOLE. this alliance lasted till the very end against many threats", "website": "", "subreddit": "", "center": [727.5, 545.5], "path": [[701.5, 482.5], [753.5, 482.5], [755.5, 601.5], [754.5, 601.5], [754.5, 602.5], [753.5, 602.5], [753.5, 603.5], [752.5, 603.5], [752.5, 605.5], [752.5, 607.5], [701.5, 607.5]]},
{"id": "txjs09", "submitted_by": "NtaiRay", "name": "Tomb of the Unknown Soldier", "description": "A french memorial under the Arc De Triomphe to honor the death of millions of fighters of world war 1, often uknown, lost, killed beyond recognition.\n\nThe flame is lit up every evening at 6h30PM.", "website": "https://fr.wikipedia.org/wiki/Tombe_du_Soldat_inconnu_(France)", "subreddit": "r/france", "center": [124.5, 1917.5], "path": [[113.5, 1903.5], [113.5, 1931.5], [135.5, 1931.5], [134.5, 1904.5]]},
{"id": "txjr8a", "submitted_by": "miciy5", "name": "Apex Legends", "description": "Apex Legends is a free-to-play battle royale-hero shooter game developed by Respawn Entertainment and published by Electronic Arts", "website": "https://www.ea.com/games/apex-legends", "subreddit": "r/apexlegends", "center": [475.5, 1243.5], "path": [[501.5, 1213.5], [501.5, 1274.5], [449.5, 1274.5], [448.5, 1273.5], [448.5, 1213.5]]},
{"id": "txjr8a", "submitted_by": "miciy5", "name": "Apex Legends", "description": "Apex Legends is a free-to-play battle royale-hero shooter game developed by Respawn Entertainment and published by Electronic Arts", "website": "https://www.ea.com/games/apex-legends", "subreddit": "r/apexlegends", "center": [ 474.5, 1244.5 ], "path": [ [ 501.5, 1274.5 ], [ 501.5, 1213.5 ], [ 447.5, 1213.5 ], [ 447.5, 1274.5 ] ]},
{"id": "txjqu9", "submitted_by": "Mynki", "name": "Slime", "description": "Slime gaming community.\nJoin discord.gg/slime", "website": "discord.gg/slime", "subreddit": "", "center": [1009.5, 892.5], "path": [[999.5, 887.5], [999.5, 897.5], [1019.5, 897.5], [1019.5, 887.5]]},
{"id": "txjqce", "submitted_by": "Chemilla_98", "name": "PPORN logo", "description": "Name of a spanish group of friends.", "website": "", "subreddit": "", "center": [1582.5, 1484.5], "path": [[1570.5, 1489.5], [1593.5, 1489.5], [1593.5, 1479.5], [1570.5, 1479.5]]},
{"id": "txjqad", "submitted_by": "PseudoNope", "name": "Former Fez", "description": "Gomez, the mascot of indie game FEZ was drawn here sleeping before being destroyed by the Netherlands Flag.", "website": "", "subreddit": "/r/FEZ", "center": [1119.5, 27.5], "path": [[1105.5, 21.5], [1105.5, 21.5], [1133.5, 21.5], [1132.5, 34.5], [1105.5, 34.5]]},
@ -6592,7 +6567,7 @@
{"id": "txj7fk", "submitted_by": "obplace", "name": "ob", "description": "this is the ob simplified logo and includes colours representing our other projects.", "website": "https://www.obcave.com", "subreddit": "r/obcave", "center": [1847.5, 657.5], "path": [[1843.5, 648.5], [1843.5, 666.5], [1850.5, 666.5], [1850.5, 648.5], [1843.5, 648.5]]},
{"id": "txj5dt", "submitted_by": "Nugg_Defender", "name": "Sansmaeda Heart", "description": "A heart placed between Sans from UNDERTALE and Nagito Komaeda from Danganronpa 2: Goodbye Despair, referencing a internet meme shipping the two.", "website": "", "subreddit": "", "center": [754.5, 805.5], "path": [[752.5, 805.5], [754.5, 807.5], [756.5, 804.5], [753.5, 804.5]]},
{"id": "txj4yf", "submitted_by": "viski252", "name": "\u0160egrt hlapi\u0107", "description": "\u0160egrt Hlapi\u0107 (The little shoemaker in eng.) is a popular Croatian children's character from the 1997 movie of the same name.", "website": "", "subreddit": "/r/croatia", "center": [372.5, 1096.5], "path": [[364.5, 1077.5], [363.5, 1101.5], [362.5, 1119.5], [388.5, 1118.5], [382.5, 1079.5], [370.5, 1072.5], [360.5, 1075.5], [353.5, 1083.5], [357.5, 1092.5], [362.5, 1094.5], [362.5, 1119.5], [359.5, 1121.5]]},
{"id": "txj3q0", "submitted_by": "e_schimdt", "name": "Former Chessboard 2 Territory", "description": "This area was developed by AnarchyChess and later on became haven for various small communities (shogi, The Binding of Isaac, Soul Knight, Donald Ducks?, and the others). However, during the final hours of r/Place, it was wiped-out due to destructive invasion of Arkeanos.", "website": "https://www.reddit.com/r/shogi/comments/twbfj6/before_and_after/", "subreddit": "", "center": [1666.5, 98.5], "path": [[1615.5, 48.5], [1717.5, 48.5], [1717.5, 147.5], [1615.5, 147.5]]},
{"id": "txj3q0", "submitted_by": "chocomint1", "name": "Former Chessboard 2 Territory", "description": "This area was developed by AnarchyChess and later on became a haven for various small communities (shogi, The Binding of Isaac, Soul Knight, Hoofdkwartier 36, and others). However, during the final hours of r/Place, it was wiped out by the destructive invasion of Arkeanos.", "website": "https://www.reddit.com/r/shogi/comments/twbfj6/before_and_after/", "subreddit": "", "center": [1666.5, 98.5], "path": [[1615.5, 48.5], [1717.5, 48.5], [1717.5, 147.5], [1615.5, 147.5]]},
{"id": "txj2cr", "submitted_by": "WhippyFudge", "name": "Space Duck - Tribute to Reckful", "description": "The duck plushie signifies Reckful because he used to have this plushie on the side of the stream and he would sometimes put this on his chair while he was gone, he also had a duck emote (reckH) and it's been a thing since then.\n\nAn art that was made by a reckful viewer, /u/Liftaris. Which is now in r/place, all thanks to kamet0 (French Streamer) who let Mizkif take the estate to build a beautiful art dedicated to Reckful with the help of Paymoneywubby and Willneff.", "website": "", "subreddit": "/r/reckful", "center": [331.5, 1763.5], "path": [[249.5, 1680.5], [414.5, 1677.5], [411.5, 1847.5], [251.5, 1848.5]]},
{"id": "txj25p", "submitted_by": "caroephi", "name": "Rotom", "description": "A dual-type Electric/Ghost Pok\u00e9mon introduced in Generation IV", "website": "https://www.pokemon.com", "subreddit": "r/pokemon", "center": [258.5, 1755.5], "path": [[257.5, 1749.5], [259.5, 1749.5], [260.5, 1750.5], [260.5, 1751.5], [261.5, 1752.5], [261.5, 1753.5], [262.5, 1754.5], [262.5, 1755.5], [261.5, 1756.5], [261.5, 1757.5], [262.5, 1758.5], [261.5, 1759.5], [253.5, 1759.5], [253.5, 1757.5], [254.5, 1757.5], [254.5, 1752.5], [255.5, 1752.5], [255.5, 1751.5], [256.5, 1750.5]]},
{"id": "txj1ta", "submitted_by": "aquaglaceon", "name": "Ornnhub homies", "description": "An Icon representing ornnhub, held by 6 lads", "website": "https://www.reddit.com/user/aquaglaceon/", "subreddit": "r/LeagueOfMemes", "center": [927.5, 1649.5], "path": [[924.5, 1647.5], [929.5, 1647.5], [929.5, 1650.5], [924.5, 1650.5], [924.5, 1647.5]]},
@ -6851,7 +6826,7 @@
{"id": "txssi1", "submitted_by": "Skik134", "name": "Madotsuki", "description": "The protagonist of a cult classic psychological surreal-horror indie game 'Yume Nikki', which is regarded as the start of a possible new genre of games and has influenced several popular indie games throughout years. Madotsuki is shown wielding a knife which is an iconic optional item in the game and is not a part of her default appearance.", "website": "[https://yumenikki.fandom.com/wiki/Yume_Nikki_Wiki](https://yumenikki.fandom.com/wiki/Yume_Nikki_Wiki)", "subreddit": "[https://www.reddit.com/r/yumenikki/](https://www.reddit.com/r/yumenikki/)", "center": [1220.5, 120.5], "path": [[1213.5, 127.5], [1213.5, 128.5], [1215.5, 128.5], [1215.5, 126.5], [1216.5, 126.5], [1216.5, 124.5], [1217.5, 124.5], [1217.5, 122.5], [1218.5, 122.5], [1218.5, 120.5], [1215.5, 120.5], [1215.5, 122.5], [1214.5, 122.5], [1214.5, 124.5], [1214.5, 123.5], [1213.5, 123.5], [1214.5, 123.5], [1214.5, 121.5], [1215.5, 121.5], [1215.5, 119.5], [1216.5, 119.5], [1216.5, 117.5], [1215.5, 117.5], [1215.5, 116.5], [1214.5, 116.5], [1214.5, 113.5], [1215.5, 113.5], [1215.5, 111.5], [1216.5, 111.5], [1216.5, 110.5], [1217.5, 110.5], [1217.5, 109.5], [1219.5, 109.5], [1219.5, 108.5], [1222.5, 108.5], [1222.5, 109.5], [1224.5, 109.5], [1224.5, 110.5], [1225.5, 110.5], [1225.5, 111.5], [1226.5, 111.5], [1226.5, 113.5], [1227.5, 113.5], [1227.5, 116.5], [1226.5, 116.5], [1226.5, 117.5], [1225.5, 117.5], [1225.5, 119.5], [1226.5, 119.5], [1226.5, 121.5], [1227.5, 121.5], [1227.5, 124.5], [1227.5, 123.5], [1228.5, 123.5], [1227.5, 123.5], [1227.5, 122.5], [1226.5, 122.5], [1226.5, 120.5], [1224.5, 120.5], [1223.5, 120.5], [1223.5, 122.5], [1224.5, 122.5], [1224.5, 124.5], [1225.5, 124.5], [1225.5, 126.5], [1226.5, 126.5], [1226.5, 128.5], [1227.5, 128.5], [1227.5, 129.5], [1227.5, 128.5], [1226.5, 128.5], [1226.5, 127.5], [1225.5, 127.5], [1225.5, 131.5], [1226.5, 131.5], [1226.5, 132.5], [1225.5, 132.5], [1225.5, 133.5], [1223.5, 133.5], [1223.5, 132.5], [1222.5, 132.5], [1222.5, 130.5], [1219.5, 130.5], [1219.5, 133.5], [1220.5, 133.5], [1216.5, 133.5], [1216.5, 132.5], [1215.5, 132.5], [1215.5, 130.5], [1214.5, 130.5], [1214.5, 129.5]]},
{"id": "txss9l", "submitted_by": "Duncanisabot", "name": "Dunc", "description": "An attempt was made on multiple occasions to change the Dune Logo to say Dunc. Partly because of the movie poster looking like it says Dunc. Partly because a discord server called the Duncord convinced a bunch of people to do it", "website": "", "subreddit": "", "center": [1982.5, 169.5], "path": [[1964.5, 163.5], [1999.5, 163.5], [1999.5, 174.5], [1965.5, 174.5], [1964.5, 174.5]]},
{"id": "txsrer", "submitted_by": "Goldndeer", "name": "Saucy Flower!", "description": "A little flower created by twitch streamer saucini's community!", "website": "https://Twitch.tv/saucini", "subreddit": "/r/saucini", "center": [874.5, 1380.5], "path": [[869.5, 1375.5], [878.5, 1375.5], [878.5, 1384.5], [869.5, 1384.5], [869.5, 1375.5]]},
{"id": "txsr34", "submitted_by": "Immortal_Toast", "name": "Grain", "description": "a Minecraft youtuber famous for his building skills and member of Hermitcraft", "website": "", "subreddit": "", "center": [883.5, 603.5], "path": [[878.5, 599.5], [887.5, 599.5], [887.5, 606.5], [878.5, 606.5]]},
{"id": "txsr34", "submitted_by": "Immortal_Toast", "name": "Grain", "description": "a Minecraft youtuber famous for his building skills and member of Hermitcraft", "website": "https://www.youtube.com/c/Grian", "subreddit": "", "center": [883.5, 603.5], "path": [[878.5, 599.5], [887.5, 599.5], [887.5, 606.5], [878.5, 606.5]]},
{"id": "txsqeb", "submitted_by": "TOBIMIZER", "name": "Heisenberg Drawing", "description": "The iconic drawing of Heisenberg from the TV show Breaking Bad.", "website": "", "subreddit": "", "center": [266.5, 1719.5], "path": [[261.5, 1713.5], [261.5, 1725.5], [271.5, 1725.5], [271.5, 1713.5]]},
{"id": "txspw1", "submitted_by": "lol2364", "name": "Indo-Pak Massacre 3 ", "description": "3rd Massacre of Pakistan from r/India. This was the former site of a Pakistani flag.", "website": "", "subreddit": "r/india, r/pakistan", "center": [561.5, 967.5], "path": [[550.5, 960.5], [569.5, 960.5], [572.5, 961.5], [573.5, 960.5], [572.5, 974.5], [550.5, 974.5], [550.5, 960.5]]},
{"id": "txsoo5", "submitted_by": "IgnoreMyNamePlease", "name": "r/Ooer", "description": "The subreddit R/Ooer which helped maintain the Emotiguy icon (Who they lovingly refer to as \"Botto\")\n The 36 included is an inside joke on the discord server", "website": "", "subreddit": "/r/Ooer", "center": [1548.5, 165.5], "path": [[1539.5, 170.5], [1539.5, 170.5], [1558.5, 170.5], [1558.5, 165.5], [1557.5, 163.5], [1555.5, 163.5], [1555.5, 162.5], [1554.5, 162.5], [1553.5, 162.5], [1553.5, 159.5], [1549.5, 159.5], [1549.5, 158.5], [1548.5, 158.5], [1547.5, 158.5], [1547.5, 159.5], [1545.5, 159.5], [1545.5, 160.5], [1540.5, 160.5], [1539.5, 160.5], [1539.5, 166.5]]},
@ -6881,7 +6856,7 @@
{"id": "txs3hw", "submitted_by": "Dark_Phoenix_11", "name": "The Green Line", "description": "The Green Line is a train line in Boston, MA.", "website": "https://www.mbta.com/schedules/Green", "subreddit": "", "center": [322.5, 1569.5], "path": [[300.5, 1564.5], [344.5, 1565.5], [343.5, 1574.5], [300.5, 1574.5], [301.5, 1565.5]]},
{"id": "txs238", "submitted_by": "Acusticboy", "name": "Ecuadorian Flag", "description": "After difficulties with the Colombian community trying to make a combined flag akin to La Gran Colombia from the first r/place, the Ecuadorian Community relocated here. Initially with a small flag but quickly expanded to include the volcano Chimborazo, La perla (a ferris wheel), the monument to the middle of the world, the cerro santana lighthouse and a pixel art of a modified shield from the original Ecuadorian Flag. On the last day it was consumed by the Polish flag, allegedly with the help from Polish streamers.", "website": "", "subreddit": "/r/ecuador", "center": [1610.5, 586.5], "path": [[1548.5, 568.5], [1581.5, 568.5], [1581.5, 576.5], [1678.5, 576.5], [1678.5, 599.5], [1549.5, 598.5], [1548.5, 568.5]]},
{"id": "txs118", "submitted_by": "TheHalidor", "name": "Stegmenschen Memorial", "description": "Stegmenschen (eng. pier people) is a small group of people that formed a cult around a small wooden pier at the Millst\u00e4tter Lake in Austria.", "website": "", "subreddit": "", "center": [882.5, 1833.5], "path": [[872.5, 1830.5], [892.5, 1830.5], [892.5, 1836.5], [872.5, 1836.5], [872.5, 1830.5]]},
{"id": "txs0wq", "submitted_by": "Skieblu", "name": "Feh", "description": "Feh is an owl and a mascot of the mobile gacha game, Fire Emblem Heroes (released in 2017)", "website": "", "subreddit": "/r/Fireemblemheroes", "center": [476.5, 687.5], "path": [[478.5, 685.5], [478.5, 688.5], [474.5, 688.5], [476.5, 685.5]]},
{"id": "txs0wq", "submitted_by": "Skieblu", "name": "Feh", "description": "Feh is an owl and a mascot of the mobile gacha game, Fire Emblem Heroes (released in 2017)", "website": "", "subreddit": "/r/Fireemblemheroes", "center": [473.5, 688.5], "path": [[473.5, 689.5], [479.5, 689.5], [479.5, 684.5], [476.5, 684.5]]},
{"id": "txrzdm", "submitted_by": "Magicgive", "name": "FSU/F5 Alliance", "description": "A wholesome alliance was made here inbetween magicgive's American team and Netherlands Sonross's team. \n\nFSU stood for Fitchburg State University, and F5 stood for Sonross's 5 Friends, all of whom liked F1 racing.", "website": "", "subreddit": "", "center": [760.5, 1852.5], "path": [[755.5, 1851.5], [755.5, 1855.5], [761.5, 1855.5], [761.5, 1857.5], [760.5, 1857.5], [761.5, 1857.5], [761.5, 1855.5], [763.5, 1855.5], [763.5, 1857.5], [764.5, 1857.5], [763.5, 1857.5], [763.5, 1846.5], [762.5, 1846.5], [762.5, 1847.5], [761.5, 1847.5], [761.5, 1851.5], [755.5, 1851.5]]},
{"id": "txrz99", "submitted_by": "nikolajrk", "name": "The small symbol of Nikolaj-Mikkel-Peter-Jakob-Daniel-Kurt", "description": "This was what the initial logo of the person with many names was finally cooked down to, as this was how much he was able to protect alone.", "website": "", "subreddit": "", "center": [748.5, 680.5], "path": [[747.5, 679.5], [748.5, 679.5], [748.5, 680.5], [747.5, 680.5]]},
{"id": "txrxtl", "submitted_by": "reallifepotatos", "name": "Vysena Studios", "description": "Vysena Studios is a group of creators experts in developing unique experiences in Fortnite creative. Custom fortnite creative experiences can be made for brand activations, events, contests, tournaments or even for twitch or youtube content creators.", "website": "", "subreddit": "", "center": [1590.5, 810.5], "path": [[1590.5, 798.5], [1590.5, 804.5], [1578.5, 804.5], [1578.5, 819.5], [1600.5, 819.5], [1600.5, 798.5]]},
@ -6889,7 +6864,7 @@
{"id": "txrwi6", "submitted_by": "Lesbian_Cops", "name": "LY", "description": "Onion boi artwork done by LY, a Yogscast fan group, in collaboration with Blebs and other Yogscast related artworks", "website": "", "subreddit": "", "center": [1571.5, 1810.5], "path": [[1565.5, 1803.5], [1576.5, 1803.5], [1576.5, 1811.5], [1577.5, 1811.5], [1577.5, 1817.5], [1565.5, 1817.5]]},
{"id": "txrwde", "submitted_by": "pow__", "name": "Among us", "description": "two crewmates that don't seem to like each other very much", "website": "", "subreddit": "r/amongus", "center": [704.5, 1710.5], "path": [[700.5, 1712.5], [707.5, 1712.5], [707.5, 1708.5], [700.5, 1708.5]]},
{"id": "txru9h", "submitted_by": "Neutracity", "name": "Neutra logo", "description": "I'm just a random french player who place his logo with a lot of determination and some friends. If you want you can add me on discord : Neutracity#1644", "website": "", "subreddit": "", "center": [1808.5, 403.5], "path": [[1805.5, 398.5], [1803.5, 400.5], [1803.5, 405.5], [1805.5, 407.5], [1810.5, 407.5], [1812.5, 405.5], [1812.5, 400.5], [1810.5, 398.5], [1805.5, 398.5]]},
{"name": "Black Bauhinia Flag", "description": "Hongkongers' epic lightsaber battle with the Chinese government, and Mug root beer", "website": "https://cwylo.github.io/hkprotestart/thread1.html", "subreddit": "/r/HongKong", "center": [816.5, 1693.5], "path": [[795.5, 1683.5], [806.5, 1685.5], [811.5, 1672.5], [822.5, 1669.5], [821.5, 1681.5], [831.5, 1681.5], [840.5, 1691.5], [828.5, 1695.5], [833.5, 1702.5], [826.5, 1715.5], [818.5, 1706.5], [807.5, 1714.5], [798.5, 1710.5], [803.5, 1700.5], [795.5, 1691.5]]},
{"id": "txrsi1", "submitted_by": "sciencecw", "name": "Black Bauhinia Flag", "description": "Hongkongers' epic lightsaber battle with the Chinese government, and Mug root beer", "website": "https://cwylo.github.io/hkprotestart/thread1.html", "subreddit": "/r/HongKong", "center": [816.5, 1693.5], "path": [[795.5, 1683.5], [806.5, 1685.5], [811.5, 1672.5], [822.5, 1669.5], [821.5, 1681.5], [831.5, 1681.5], [840.5, 1691.5], [828.5, 1695.5], [833.5, 1702.5], [826.5, 1715.5], [818.5, 1706.5], [807.5, 1714.5], [798.5, 1710.5], [803.5, 1700.5], [795.5, 1691.5]]},
{"id": "txrs3f", "submitted_by": "MrPoporetaman", "name": "mr_poporetaman", "description": "An abbreviation to my nickname mr_poporetaman. I'm just a random guy.", "website": "", "subreddit": "", "center": [941.5, 1972.5], "path": [[948.5, 1970.5], [948.5, 1973.5], [934.5, 1973.5], [934.5, 1970.5], [934.5, 1970.5], [934.5, 1970.5], [934.5, 1970.5], [934.5, 1970.5], [934.5, 1970.5], [934.5, 1970.5], [935.5, 1970.5], [934.5, 1970.5], [934.5, 1970.5], [934.5, 1970.5], [934.5, 1970.5], [934.5, 1970.5], [948.5, 1970.5]]},
{"id": "txrqmq", "submitted_by": "squidrobotfriend", "name": "Zaku II head", "description": "The head of a 'MS-06 Zaku II', a type of 'Mobile Suit' mecha used by the various Zeon factions in the 'Universal Century' timeline of the Japanese multimedia franchise 'Gundam'.", "website": "", "subreddit": "/r/Gundam", "center": [1569.5, 1544.5], "path": [[1566.5, 1542.5], [1567.5, 1541.5], [1571.5, 1541.5], [1572.5, 1542.5], [1573.5, 1543.5], [1574.5, 1544.5], [1574.5, 1545.5], [1573.5, 1546.5], [1572.5, 1547.5], [1571.5, 1547.5], [1570.5, 1548.5], [1568.5, 1548.5], [1567.5, 1547.5], [1566.5, 1547.5], [1565.5, 1546.5], [1564.5, 1545.5], [1564.5, 1544.5], [1565.5, 1543.5], [1566.5, 1542.5]]},
{"id": "txrqlq", "submitted_by": "bruhccoli3", "name": "Black Mage", "description": "The Black Mage is the dedicated offensive spellcaster of the game, able to cast all Black Magic that can deal heavy damage to enemies or outright kill them, but it is minimal physical proficiency.", "website": "", "subreddit": "r/FinalFantasy", "center": [1264.5, 555.5], "path": [[1273.5, 563.5], [1273.5, 565.5], [1257.5, 565.5], [1257.5, 563.5], [1258.5, 562.5], [1259.5, 560.5], [1258.5, 559.5], [1258.5, 556.5], [1259.5, 555.5], [1256.5, 552.5], [1260.5, 548.5], [1257.5, 542.5], [1258.5, 540.5], [1267.5, 545.5], [1272.5, 545.5], [1269.5, 548.5], [1270.5, 551.5], [1272.5, 554.5], [1272.5, 562.5]]},
@ -6956,7 +6931,7 @@
{"id": "txq6n9", "submitted_by": "Ailury", "name": "Community of Madrid", "description": "The Community of Madrid is in the center of the Iberian Peninsula. Its capital, Madrid, is also the capital of Spain.\n\nThe flag is red (in reference to Castile) with seven white stars that represent the constellation Ursa Minor (in reference to Madrid's coat of arms).", "website": "", "subreddit": "r/esPlace", "center": [1045.5, 281.5], "path": [[1043.5, 278.5], [1041.5, 280.5], [1041.5, 282.5], [1045.5, 286.5], [1049.5, 282.5], [1049.5, 280.5], [1047.5, 278.5], [1045.5, 279.5]]},
{"id": "txq636", "submitted_by": "loucarinol5124", "name": "Loving creepers (minecraft)", "description": "awww they are cute together :)\n\nthese are the iconic monsters from minecraft", "website": "", "subreddit": "/r/minecraft", "center": [787.5, 85.5], "path": [[774.5, 91.5], [774.5, 78.5], [785.5, 78.5], [785.5, 87.5], [788.5, 87.5], [788.5, 78.5], [799.5, 78.5], [799.5, 91.5]]},
{"id": "txq5mr", "submitted_by": "stonkyagraha", "name": "Trees of nonagression", "description": "These trees were the result of a treaty between r/placetrees and r/superstonk who were initially contending for the territory. The NFT aspect of the superstonk section drew in a lot of outside antagonism and attacks due to several perceptions (one of which being the oversimplification that ALL NFTs, including those on blockchains transitioning to proof of stake consensus protocols, would be environmentally destructive). r/placetrees initially took over the Ethereum layer 2 section but was fought off and both sides agreed to stop fighting and plant a few trees in the area. Planting those trees was a difficult task for Superstonk that took over 24 hours of repeated coordinated efforts to change the pixels in this section since. It was too well defended for its own good, but eventually the ones unaware of the new design gave way to make what you see here.", "website": "", "subreddit": "r/placetrees", "center": [826.5, 890.5], "path": [[821.5, 879.5], [827.5, 879.5], [831.5, 885.5], [837.5, 893.5], [833.5, 898.5], [832.5, 900.5], [831.5, 901.5], [831.5, 905.5], [829.5, 904.5], [829.5, 897.5], [825.5, 895.5], [825.5, 898.5], [821.5, 900.5], [820.5, 892.5], [817.5, 889.5], [817.5, 882.5], [820.5, 880.5]]},
{"id": "txq4ot", "submitted_by": "XingLili", "name": "Among us with a bisexual symbol", "description": "Among us with a bisexual symbol shows the support of bisexual individuals and the bisexual community from trans community.", "website": "", "subreddit": "/r/transplace", "center": [752.5, 444.5], "path": [[747.5, 447.5], [747.5, 440.5], [757.5, 441.5], [758.5, 447.5]]},
{"id": "txq4ot", "submitted_by": "XingLili", "name": "Amogi with a pansexual symbol", "description": "Amogi with a pansexual symbol shows the support of pansexual individuals and the pansexual community from trans community.", "website": "", "subreddit": "/r/transplace", "center": [752.5, 444.5], "path": [[747.5, 447.5], [747.5, 440.5], [757.5, 441.5], [758.5, 447.5]]},
{"id": "txq49k", "submitted_by": "janbrit", "name": "Prague castle and Charles bridge", "description": "Prague castle (the largest ancient castle in the world) connected to charles bridge (Charles Bridge was the most important connection between Prague Castle and the city's Old Town and adjacent areas. This land connection made Prague important as a trade route between Eastern and Western Europe.). Both located in Prague, capital city of Czechia", "website": "[https://en.wikipedia.org/wiki/Prague_Castle](https://en.wikipedia.org/wiki/Prague_Castle)", "subreddit": "[https://www.reddit.com/r/czech](https://www.reddit.com/r/czech)", "center": [1244.5, 203.5], "path": [[1198.5, 210.5], [1206.5, 210.5], [1207.5, 209.5], [1207.5, 206.5], [1208.5, 206.5], [1209.5, 205.5], [1210.5, 206.5], [1210.5, 209.5], [1211.5, 209.5], [1211.5, 210.5], [1220.5, 210.5], [1220.5, 209.5], [1221.5, 209.5], [1221.5, 205.5], [1223.5, 205.5], [1223.5, 206.5], [1224.5, 206.5], [1224.5, 209.5], [1225.5, 209.5], [1225.5, 210.5], [1226.5, 210.5], [1233.5, 210.5], [1233.5, 209.5], [1237.5, 209.5], [1237.5, 210.5], [1237.5, 204.5], [1236.5, 198.5], [1237.5, 198.5], [1238.5, 198.5], [1238.5, 199.5], [1238.5, 197.5], [1239.5, 197.5], [1239.5, 194.5], [1241.5, 194.5], [1241.5, 197.5], [1242.5, 197.5], [1242.5, 199.5], [1242.5, 198.5], [1243.5, 198.5], [1244.5, 198.5], [1244.5, 204.5], [1243.5, 204.5], [1243.5, 209.5], [1244.5, 209.5], [1244.5, 210.5], [1244.5, 209.5], [1245.5, 209.5], [1245.5, 208.5], [1247.5, 208.5], [1247.5, 207.5], [1248.5, 207.5], [1248.5, 206.5], [1249.5, 206.5], [1249.5, 205.5], [1250.5, 205.5], [1250.5, 201.5], [1251.5, 201.5], [1251.5, 199.5], [1252.5, 199.5], [1252.5, 198.5], [1253.5, 198.5], [1253.5, 194.5], [1254.5, 194.5], [1254.5, 190.5], [1255.5, 190.5], [1256.5, 190.5], [1256.5, 194.5], [1261.5, 194.5], [1261.5, 193.5], [1265.5, 193.5], [1265.5, 188.5], [1266.5, 188.5], [1266.5, 186.5], [1267.5, 186.5], [1267.5, 169.5], [1268.5, 169.5], [1269.5, 169.5], [1269.5, 181.5], [1270.5, 181.5], [1270.5, 187.5], [1271.5, 187.5], [1271.5, 189.5], [1271.5, 186.5], [1272.5, 186.5], [1272.5, 170.5], [1273.5, 170.5], [1274.5, 170.5], [1274.5, 186.5], [1275.5, 186.5], [1275.5, 188.5], [1276.5, 188.5], [1276.5, 195.5], [1276.5, 188.5], [1278.5, 188.5], [1278.5, 193.5], [1279.5, 193.5], [1279.5, 197.5], [1281.5, 197.5], [1281.5, 198.5], [1281.5, 204.5], [1262.5, 204.5], [1261.5, 204.5], [1261.5, 205.5], [1260.5, 205.5], [1260.5, 206.5], [1259.5, 206.5], [1258.5, 206.5], [1258.5, 207.5], [1257.5, 207.5], [1257.5, 208.5], [1256.5, 208.5], [1255.5, 208.5], [1255.5, 209.5], [1254.5, 209.5], [1254.5, 210.5], [1253.5, 210.5], [1252.5, 210.5], [1252.5, 209.5], [1253.5, 209.5], [1253.5, 208.5], [1254.5, 208.5], [1254.5, 207.5], [1254.5, 206.5], [1253.5, 206.5], [1252.5, 206.5], [1251.5, 206.5], [1250.5, 206.5], [1250.5, 207.5], [1250.5, 208.5], [1249.5, 208.5], [1248.5, 208.5], [1248.5, 209.5], [1247.5, 209.5], [1247.5, 210.5], [1247.5, 211.5], [1246.5, 211.5], [1246.5, 212.5], [1245.5, 212.5], [1244.5, 212.5], [1244.5, 213.5], [1242.5, 213.5], [1242.5, 214.5], [1240.5, 214.5], [1240.5, 215.5], [1239.5, 215.5], [1239.5, 216.5], [1238.5, 216.5], [1238.5, 217.5], [1238.5, 216.5], [1236.5, 216.5], [1236.5, 212.5], [1235.5, 212.5], [1235.5, 211.5], [1233.5, 211.5], [1233.5, 210.5], [1226.5, 210.5], [1226.5, 211.5], [1226.5, 214.5], [1227.5, 214.5], [1227.5, 217.5], [1226.5, 217.5], [1226.5, 220.5], [1224.5, 220.5], [1224.5, 219.5], [1220.5, 219.5], [1220.5, 220.5], [1217.5, 220.5], [1217.5, 221.5], [1198.5, 221.5], [1198.5, 210.5]]},
{"id": "txq2sy", "submitted_by": "XingLili", "name": "A turtle holding bisexual flag", "description": "The bisexual flag is a pride flag representing bisexual individuals and the bisexual community. The image shows the support of bisexual individuals and the bisexual community from trans community.", "website": "", "subreddit": "/r/transplace", "center": [671.5, 471.5], "path": [[666.5, 475.5], [663.5, 472.5], [667.5, 466.5], [679.5, 468.5], [679.5, 472.5], [674.5, 473.5], [674.5, 475.5]]},
{"id": "txq2l1", "submitted_by": "gothic_rage", "name": "Lucky Purple Shorts", "description": "An image of one of the most famous items in the game Stardew Valley - Mayor Lewis' underwear. There are many fun things in the game you can do with these shorts to tease out a reaction from the corrupt mayor.", "website": "https://www.stardewvalley.net/", "subreddit": "/r/StardewValley", "center": [1759.5, 1054.5], "path": [[1749.5, 1044.5], [1749.5, 1063.5], [1768.5, 1063.5], [1768.5, 1044.5]]},
@ -7044,8 +7019,203 @@
{"id": "txob4d", "submitted_by": "accidentalprancingmt", "name": "among us", "description": "amogus", "website": "", "subreddit": "", "center": [161.5, 1913.5], "path": [[160.5, 1911.5], [163.5, 1910.5], [164.5, 1914.5], [163.5, 1916.5], [159.5, 1916.5], [159.5, 1910.5]]},
{"id": "txo5lx", "submitted_by": "dr_vanille", "name": "zidane eyebrows", "description": "During the french-spanish battle, the french community focused on the defense of zidane eyebrows against spanish bot attacks, so they could remain visible and the face of zidane be recognized. These eyebrows became a symbol of the heroic defense of the french community.", "website": "", "subreddit": "", "center": [126.5, 1522.5], "path": [[85.5, 1516.5], [85.5, 1532.5], [127.5, 1529.5], [166.5, 1531.5], [165.5, 1513.5]]},
{"id": "txo1va", "submitted_by": "accidentalprancingmt", "name": "Coat of Arms Mexican Flag", "description": "Coat of Arms depicting a golden eagle eating a snake on a cactus. Symbolizes where the Aztecs were to build their empire.", "website": "https://en.wikipedia.org/wiki/Coat_of_arms_of_Mexico", "subreddit": "/r/mexico", "center": [666.5, 1237.5], "path": [[660.5, 1232.5], [656.5, 1219.5], [645.5, 1239.5], [666.5, 1259.5], [683.5, 1244.5], [684.5, 1226.5], [657.5, 1218.5], [658.5, 1220.5], [662.5, 1237.5], [658.5, 1219.5], [658.5, 1219.5]]},
{"id": "txnrkv", "submitted_by": "EmersonEsq", "name": "Genderfluid Anarchist A", "description": "Anarchist symbol in the colors of the genderfluid pride flag.", "website": "", "subreddit": "/r/genderfluid", "center": [4.5, 400.5], "path": [[0.5, 397.5], [0.5, 403.5], [8.5, 403.5], [8.5, 397.5], [5.5, 397.5], [1.5, 398.5]]}
{"id": "txnrkv", "submitted_by": "EmersonEsq", "name": "Genderfluid Anarchist A", "description": "Anarchist symbol in the colors of the genderfluid pride flag.", "website": "", "subreddit": "/r/genderfluid", "center": [4.5, 400.5], "path": [[0.5, 397.5], [0.5, 403.5], [8.5, 403.5], [8.5, 397.5], [5.5, 397.5], [1.5, 398.5]]},
{"id": "txvmxr", "submitted_by": "AikoGinji", "name": "Akuma Nihmune", "description": "An Independent English Vtuber.", "website": "https://discord.gg/numination", "subreddit": "", "center": [1980.5, 1328.5], "path": [[1986.5, 1322.5], [1985.5, 1335.5], [1974.5, 1334.5], [1974.5, 1323.5]]},
{"id": "txvmms", "submitted_by": "Quack_Attack_99", "name": "Kai Havertz", "description": "German footballer (or soccer player for you Americans and Canadians) who currently plays as midfielder for Chelsea Football Club ", "website": "https://www.chelseafc.com/en/teams/first-team/kai-havertz?pageTab=biography", "subreddit": "r/chelseafc", "center": [1241.5, 1854.5], "path": [[1234.5, 1829.5], [1243.5, 1829.5], [1250.5, 1837.5], [1247.5, 1846.5], [1254.5, 1852.5], [1253.5, 1861.5], [1259.5, 1864.5], [1254.5, 1869.5], [1250.5, 1868.5], [1247.5, 1871.5], [1242.5, 1870.5], [1241.5, 1880.5], [1234.5, 1882.5], [1232.5, 1879.5], [1233.5, 1875.5], [1233.5, 1867.5], [1228.5, 1862.5], [1233.5, 1855.5], [1232.5, 1845.5], [1229.5, 1839.5], [1233.5, 1830.5]]},
{"id": "txvk95", "submitted_by": "Sproxa-Guy", "name": "Egyptian ankh", "description": "The Egyptian ankh is an ancient Egyptian hieroglyphic symbol used to represent the word for life.", "website": "", "subreddit": "/r/egypt", "center": [902.5, 1986.5], "path": [[894.5, 1975.5], [910.5, 1975.5], [910.5, 1997.5], [894.5, 1998.5], [894.5, 1985.5], [894.5, 1983.5]]},
{"id": "txvjn6", "submitted_by": "Rychagames", "name": "Giant Dad", "description": "GiantDad, also known as The Legend, is a custom-built playable character often used by griefers in PvP", "website": "https://www.reddit.com/r/darksouls/comments/tvlk6k/rplace_build_giant_dad/?utm_source=share&utm_medium=web2x&context=3", "subreddit": "/r/darksouls", "center": [927.5, 1392.5], "path": [[905.5, 1365.5], [949.5, 1365.5], [949.5, 1420.5], [906.5, 1420.5], [905.5, 1365.5]]},
{"id": "txvhgz", "submitted_by": "Leonard_Church814", "name": "Avatar Aang", "description": "Portrait of Avatar Aang, main character of the hit animated series Avatar the Last Airbender. ", "website": "https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwj_ycmao4D3AhWGJTQIHc5LAMMQFnoECGIQAQ&url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FAvatar%3A_The_Last_Airbender&usg=AOvVaw09wRfYybTR6acKjwjzZJDX", "subreddit": "r/ATLA", "center": [289.5, 947.5], "path": [[281.5, 938.5], [297.5, 938.5], [297.5, 956.5], [281.5, 956.5]]},
{"id": "txvg40", "submitted_by": "AnniMannii", "name": "Super Animal Royale Skullcat", "description": "The Skullcat Avatar from the cute Battle Royale Game \"Super Animal Royale\"", "website": "https://animalroyale.com/", "subreddit": "/r/animalroyale", "center": [1456.5, 746.5], "path": [[1452.5, 741.5], [1452.5, 750.5], [1455.5, 751.5], [1459.5, 749.5], [1460.5, 747.5], [1459.5, 742.5], [1458.5, 742.5], [1457.5, 743.5], [1456.5, 744.5], [1453.5, 744.5], [1451.5, 742.5], [1453.5, 742.5], [1453.5, 743.5], [1451.5, 743.5], [1451.5, 748.5], [1451.5, 749.5], [1450.5, 749.5], [1451.5, 748.5], [1450.5, 747.5], [1451.5, 746.5], [1454.5, 746.5], [1457.5, 745.5], [1454.5, 745.5], [1454.5, 744.5], [1452.5, 743.5], [1452.5, 742.5]]},
{"id": "txvg13", "submitted_by": "BoggyD", "name": "Artberry", "description": "Artberry is a Ukrainian based agricultural holding, that focuses on growing blueberries, sweet cherries, blackberries and raspberries. The berry at the top is the logo, followed by the Ukrainian flag in the middle, followed by the word Art rotated 90\u00ba clockwise also in Ukrainian flag colours.", "website": "[https://www.instagram.com/artberry.ua/?hl=en](https://www.instagram.com/artberry.ua/?hl=en)", "subreddit": "", "center": [350.5, 1611.5], "path": [[347.5, 1600.5], [352.5, 1600.5], [352.5, 1622.5], [347.5, 1622.5], [347.5, 1600.5]]},
{"id": "txvfqv", "submitted_by": "Wengzan", "name": "Overwatch Retribution [1836]", "description": "1836 is a score-checkpoint used by score-runners in the first section of the Overwatch Archives PvE mission Retribution. It is heavily RNG based, becoming infamous in the PvE community for its heavy run-resetting nature.", "website": "https://discord.gg/jEj8QdN", "subreddit": "", "center": [705.5, 272.5], "path": [[694.5, 269.5], [694.5, 275.5], [715.5, 275.5], [715.5, 269.5]]},
{"id": "txvfhb", "submitted_by": "pasi123567", "name": "The Bible (Book)", "description": "A depiction of the Bible which is a collection of religious texts important for Christianity, Judaism and other faiths.", "website": "", "subreddit": "/r/Christianity", "center": [637.5, 1725.5], "path": [[634.5, 1719.5], [640.5, 1719.5], [640.5, 1730.5], [634.5, 1730.5]]},
{"id": "txvf9p", "submitted_by": "Podria_Ser_Peor", "name": "Our Flag Means Death", "description": "Made by the fandom reddit for Our Flag Means Death, new show in HBO based on Blackbeard\u00b4s pirate flag", "website": "", "subreddit": "/r/OurFlagMeansDeath/", "center": [1911.5, 905.5], "path": [[1900.5, 893.5], [1900.5, 917.5], [1921.5, 917.5], [1921.5, 892.5], [1921.5, 892.5], [1900.5, 892.5]]},
{"id": "txve99", "submitted_by": "Nyask", "name": "flapin", "description": "6x6 representation of a flaming bunny created and maintained by naskial", "website": "", "subreddit": "", "center": [4.5, 1016.5], "path": [[2.5, 1017.5], [5.5, 1017.5], [5.5, 1014.5], [2.5, 1014.5], [2.5, 1017.5]]},
{"id": "txvdak", "submitted_by": "Crazymango11", "name": "UGLY LOSER ", "description": "ey if she [ redacted] im [ redacted] ya smell me? ", "website": "https://www.twitch.tv/erobb221", "subreddit": "r/emoney", "center": [637.5, 928.5], "path": [[619.5, 920.5], [650.5, 920.5], [650.5, 940.5], [622.5, 942.5], [623.5, 942.5], [622.5, 920.5], [624.5, 920.5], [622.5, 920.5], [622.5, 910.5], [652.5, 911.5], [654.5, 942.5], [622.5, 943.5], [622.5, 924.5], [622.5, 926.5], [616.5, 928.5], [616.5, 929.5], [622.5, 931.5], [619.5, 930.5], [616.5, 926.5], [621.5, 931.5], [622.5, 921.5], [622.5, 931.5], [621.5, 920.5], [623.5, 932.5], [622.5, 934.5], [623.5, 926.5]]},
{"id": "txvcm4", "submitted_by": "mura_vr", "name": "mura_vr", "description": "Blue haired, funny, dorky, boobtastic streamer!", "website": "https://twitch.tv/mura_vr", "subreddit": "", "center": [613.5, 1058.5], "path": [[609.5, 1054.5], [609.5, 1061.5], [617.5, 1061.5], [617.5, 1054.5], [609.5, 1054.5]]},
{"id": "txvap2", "submitted_by": "Leonard_Church814", "name": "Garrus Vakarian", "description": "Garrus is a beloved companion in the Mass Effect franchise, and is long considered the players closest ally.", "website": "https://en.wikipedia.org/wiki/Garrus_Vakarian", "subreddit": "r/MassEffect", "center": [835.5, 1014.5], "path": [[831.5, 1010.5], [839.5, 1010.5], [839.5, 1017.5], [831.5, 1017.5]]},
{"id": "txvaa1", "submitted_by": "jasonrubik", "name": "Texas Flag and Alamo", "description": "The Alamo Mission, originally known as the Misi\u00f3n San Antonio de Valero, is a historic Spanish mission and fortress compound founded in the 18th century in what is now San Antonio, Texas, United States. It was the site of the Battle of the Alamo in 1836.", "website": "[https://en.wikipedia.org/wiki/Alamo_Mission_in_San_Antonio](https://en.wikipedia.org/wiki/Alamo_Mission_in_San_Antonio)", "subreddit": "/r/texasplace", "center": [1776.5, 1743.5], "path": [[1772.5, 1750.5], [1780.5, 1750.5], [1780.5, 1735.5], [1772.5, 1735.5]]},
{"id": "txva0u", "submitted_by": "LinkRar", "name": "The cat (\"Lucy\")", "description": "At one point, this cat was adopted by a Redditor named Nate. Her collar was red with a gold tag. She liked it a lot.", "website": "", "subreddit": "/r/placetrees", "center": [967.5, 919.5], "path": [[964.5, 921.5], [964.5, 922.5], [969.5, 922.5], [968.5, 921.5], [968.5, 920.5], [969.5, 919.5], [969.5, 915.5], [967.5, 917.5], [965.5, 915.5], [965.5, 919.5], [967.5, 921.5]]},
{"id": "txv9my", "submitted_by": "PHANG0", "name": "MILFS", "description": "Milfs are the members of Twitch Partner Melibela's community. It stands for Melibela's International League of Friends. ", "website": "https://www.twitch.tv/melibela", "subreddit": "r/Melibela", "center": [1960.5, 691.5], "path": [[1947.5, 687.5], [1947.5, 696.5], [1975.5, 695.5], [1974.5, 687.5]]},
{"id": "txv9kd", "submitted_by": "te-freddy-faz-doctor", "name": "ARI", "description": "The purple 'A' logo and white/blue rabbit mascot of Aegis Robotics.\n\nBuilt with assistance from Freddit Freebuild. You can find their work up by the right-hand side of the slovakian flag.", "website": "", "subreddit": "", "center": [1753.5, 391.5], "path": [[1750.5, 388.5], [1750.5, 393.5], [1757.5, 393.5], [1757.5, 389.5]]},
{"id": "txv927", "submitted_by": "TahLaFrance", "name": "Cat", "description": "Simply just a cute cat", "website": "", "subreddit": "", "center": [306.5, 706.5], "path": [[303.5, 703.5], [303.5, 708.5], [309.5, 708.5], [309.5, 703.5], [303.5, 703.5]]},
{"id": "txv6ms", "submitted_by": "Daily-Lucaria", "name": "Trollpixia", "description": "These 4 gray Pixels are owned by u/Lord_Zekonas and his friends at ZGN and The Beanary (Discord Servers), there has been an Alliance made on the r/yumenikki Discord to protect Trollpixia.\n\nhttps://www.reddit.com/r/yumenikki/comments/tvlmot/there_has_been_an_alliance_founded_with_the_guys/", "website": "", "subreddit": "r/thebeanary", "center": [1247.5, 133.5], "path": [[1245.5, 131.5], [1248.5, 131.5], [1248.5, 134.5], [1245.5, 134.5], [1245.5, 131.5]]},
{"id": "txv6b6", "submitted_by": "Isengrine", "name": "Tikal", "description": "Tikal is the ruin of an ancient city, found in a rainforest in Guatemala. It is one of the largest archeological sites and urban centers of the pre-Columbian Maya civilization. It is located in the archeological region of the Pet\u00e9n Basin in what is now northern Guatemala.", "website": "", "subreddit": "", "center": [837.5, 1217.5], "path": [[828.5, 1210.5], [827.5, 1223.5], [848.5, 1223.5], [847.5, 1211.5]]},
{"id": "txv4fu", "submitted_by": "yotsubashi19", "name": "Finana Ryugu", "description": "A member of LazuLight, the first wave of VTubers from NIJISANJI's English branch. Finana is said to be as 'pure' and 'calm' as the sea... allegedly.", "website": "https://www.youtube.com/channel/UCu-J8uIXuLZh16gG-cT1naw", "subreddit": "/r/Nijisanji", "center": [1925.5, 740.5], "path": [[1925.5, 743.5], [1919.5, 743.5], [1918.5, 741.5], [1922.5, 738.5], [1924.5, 737.5], [1922.5, 736.5], [1924.5, 734.5], [1926.5, 734.5], [1927.5, 736.5], [1927.5, 738.5], [1930.5, 738.5], [1933.5, 741.5], [1932.5, 743.5], [1927.5, 743.5]]},
{"id": "txv2w1", "submitted_by": "RawBerserker", "name": "The Spot Spot", "description": "Here lies The Spot Spot, a yellow square initially held by Duck, CoC, Pinny and Raw of The Spot Discord server until it was taken over as part of UoM", "website": "", "subreddit": "", "center": [1365.5, 1908.5], "path": [[1365.5, 1907.5], [1364.5, 1907.5], [1364.5, 1908.5], [1365.5, 1908.5]]},
{"id": "txv0vy", "submitted_by": "Environmental-Big369", "name": "Team Zero Logo", "description": "The logo for the European group of elite gamers known as \"Team Zero\". Very exclusive invite-only community.", "website": "", "subreddit": "", "center": [1691.5, 339.5], "path": [[1686.5, 334.5], [1696.5, 334.5], [1696.5, 344.5], [1685.5, 344.5], [1685.5, 334.5], [1684.5, 334.5]]},
{"id": "txuzxp", "submitted_by": "Meyuria", "name": "DR Team", "description": "The logo of the DR Team. One of the greatest French E-sport organisation who almost participated in the famous GA tournament. They played CS:GO as 5. Once.", "website": "", "subreddit": "", "center": [0.5, 0.5], "path": []},
{"id": "txuzl6", "submitted_by": "yotsubashi19", "name": "Elira Pendora", "description": "A member of LazuLight, the first wave of VTubers from NIJISANJI's English branch. She's a solar sky dragon (deez nuts, sheeeeesh).", "website": "https://www.youtube.com/channel/UCIeSUTOTkF9Hs7q3SGcO-Ow", "subreddit": "/r/Nijisanji", "center": [1908.5, 740.5], "path": [[1903.5, 743.5], [1916.5, 743.5], [1914.5, 739.5], [1914.5, 737.5], [1917.5, 734.5], [1912.5, 737.5], [1906.5, 737.5], [1901.5, 734.5], [1900.5, 735.5], [1904.5, 738.5], [1902.5, 740.5]]},
{"id": "txux3o", "submitted_by": "TheBombasticBrown", "name": "The Bombastic Brown/The Whimsical White", "description": "Originally meant to be a joke that would later become a relatively big ball of turd before getting forcefully overwhelmed and overthrown by OSP. The organization known as The Bombastic Brown would then be formed to combat OSP to not get completely snuffed out. They fought valiantly and managed to stay on the atlas, albeit only on one pixel. OSP was known to have many alliances to help keep The Bombastic Brown off, a group of no more than 3 men until The Bombastic Brown allied themselves with a Russian streamer Who forced his Dr Pepper can on the canvas. The Whimsical White would be their later adopted name when people could no longer place anything but white tiles, viewing it as divine retribution they considered themselves a part of that white void.", "website": "", "subreddit": "", "center": [1705.5, 1638.5], "path": [[1704.5, 1637.5], [1706.5, 1637.5], [1706.5, 1639.5], [1704.5, 1639.5], [1704.5, 1638.5]]},
{"id": "txuvai", "submitted_by": "MeghruhuDanak", "name": "Armenian Genocide Remembranc", "description": "A small easter egg created by the Armenians that created and defended the nearby \"Gort\" (AM: frog) with the Armenian flag on top of a transgender pride flag. The purple heart with an orange core in its middle is an hommage to the \"Forget-Me-Not Flower\" symbol of Armenian Genocide Remembrance.\n\nAfter numerous campaigns to erase any Armenian art and symbolism by Turkish and Azerbaijani actors, a decision was made to secretly place a sort of time capsule in case all Armenian flags were erased and overwritten. It was agreed upon that a miniature heart with something that wasn't the Armenian tricolor would likely fly under the radar succesfully.", "website": "https://encyclopedia.ushmm.org/content/en/article/the-armenian-genocide-1915-16-in-depth", "subreddit": "/r/Armenia", "center": [1753.5, 495.5], "path": [[1752.5, 492.5], [1753.5, 493.5], [1754.5, 492.5], [1757.5, 495.5], [1753.5, 499.5], [1749.5, 495.5], [1752.5, 492.5]]},
{"id": "txuv05", "submitted_by": "Qyuwi_Art", "name": "The Qyuwi Q", "description": "The Remnants of the letter Q from the VTuber Qyuwi, Her discord tried their best but the among us were powerful and soon took it over.", "website": "https://linktr.ee/Qyuwi", "subreddit": "", "center": [90.5, 1993.5], "path": [[88.5, 1989.5], [88.5, 1996.5], [92.5, 1996.5], [92.5, 1989.5], [88.5, 1989.5]]},
{"id": "txuuvt", "submitted_by": "K1t_Cat", "name": "Remnants of the old Greek flag", "description": "", "website": "", "subreddit": "", "center": [358.5, 165.5], "path": [[348.5, 161.5], [367.5, 161.5], [367.5, 168.5], [348.5, 168.5], [348.5, 161.5]]},
{"id": "txuuo2", "submitted_by": "yotsubashi19", "name": "Pomu Rainpuff", "description": "A member of LazuLight, the first wave of VTubers from NIJISANJI's English branch. She's Pomu!", "website": "https://www.youtube.com/channel/UCP4nMSTdwU1KqYWu3UH5DHQ", "subreddit": "/r/Nijisanji", "center": [1892.5, 739.5], "path": [[1893.5, 743.5], [1886.5, 743.5], [1885.5, 741.5], [1888.5, 738.5], [1887.5, 735.5], [1890.5, 734.5], [1892.5, 738.5], [1894.5, 735.5], [1894.5, 734.5], [1896.5, 734.5], [1897.5, 735.5], [1895.5, 737.5], [1900.5, 741.5], [1899.5, 743.5]]},
{"id": "txuudl", "submitted_by": "Difficult_Basil2254", "name": "canary island flag", "description": "The Canary Islands are an archipelago located in the Atlantic Ocean that forms a Spanish autonomous community in Northwest Africa, with the status of historical nationality. It is also one of the outermost regions of the European Union.", "website": "[https://es.wikipedia.org/wiki/Canarias](https://es.wikipedia.org/wiki/Canarias)", "subreddit": "", "center": [1070.5, 1376.5], "path": [[1066.5, 1368.5], [1065.5, 1386.5], [1076.5, 1368.5], [1075.5, 1369.5], [1065.5, 1368.5], [1065.5, 1387.5], [1076.5, 1386.5], [1076.5, 1368.5], [1076.5, 1368.5], [1070.5, 1368.5]]},
{"id": "txutus", "submitted_by": "ShawermaBox", "name": "Vandalism", "description": "Previously, this space was occupied by an Israeli flag, but changed to a Palestinian flag, then back to an Israeli flag, and then finally to a Palestinian flag. Pro-Israel & pro-Palestine leaders came to an agreement to not attack one another afterwards. Yet, one blue dot remains - which was placed in a portion of the Palestinian flag which is all white (which is also all white on an Israeli flag), in an effort to vandalize it. ", "website": "", "subreddit": "", "center": [56.5, 661.5], "path": [[55.5, 660.5], [57.5, 660.5], [57.5, 662.5], [55.5, 662.5], [55.5, 660.5], [55.5, 660.5]]},
{"id": "txusul", "submitted_by": "AccordingClassroom30", "name": "Slovenian Flag", "description": "A shorter version was placed in the early stages of Place and was expanded to it's final lenght towards the end of the first day. Altho tryes to expand the white part of the flag were halted multiple times by Germany, an agrerement was proposed and accepted to have Bernd das Brot's beer foam spill into the white part of the flag. It was briefly invaded by the Cool S pattern after the second expansion, but quickly reconstructed and additional pixel art was added to the flag.", "website": "", "subreddit": "r/slovenia", "center": [288.5, 879.5], "path": [[216.5, 868.5], [216.5, 888.5], [353.5, 888.5], [353.5, 886.5], [354.5, 885.5], [355.5, 884.5], [356.5, 883.5], [357.5, 883.5], [358.5, 884.5], [358.5, 868.5], [297.5, 868.5], [297.5, 874.5], [296.5, 875.5], [295.5, 875.5], [294.5, 876.5], [293.5, 877.5], [291.5, 879.5], [289.5, 879.5], [288.5, 880.5], [287.5, 880.5], [286.5, 881.5], [282.5, 881.5], [281.5, 882.5], [280.5, 882.5], [279.5, 883.5], [278.5, 883.5], [277.5, 884.5], [273.5, 884.5], [272.5, 883.5], [271.5, 883.5], [270.5, 882.5], [269.5, 882.5], [268.5, 881.5], [264.5, 881.5], [263.5, 880.5], [262.5, 880.5], [261.5, 879.5], [259.5, 879.5], [258.5, 878.5], [255.5, 875.5], [255.5, 875.5], [254.5, 875.5], [253.5, 874.5], [253.5, 865.5], [238.5, 865.5], [237.5, 866.5], [237.5, 867.5], [236.5, 868.5], [236.5, 869.5], [235.5, 870.5], [229.5, 870.5], [228.5, 869.5], [227.5, 869.5], [226.5, 868.5], [225.5, 867.5], [218.5, 867.5], [218.5, 868.5], [216.5, 868.5]]},
{"id": "txusjm", "submitted_by": "baga1706", "name": "TTC", "description": "The most powerful school in the world\nSCI<TTC\nMorgyd\u017c", "website": "", "subreddit": "", "center": [878.5, 1738.5], "path": [[868.5, 1735.5], [887.5, 1735.5], [887.5, 1741.5], [868.5, 1741.5]]},
{"id": "txursh", "submitted_by": "Bloemist", "name": "Color Wheel", "description": "Tiny color wheel by u/Bloemist", "website": "", "subreddit": "", "center": [1169.5, 476.5], "path": [[1166.5, 473.5], [1172.5, 473.5], [1172.5, 479.5], [1166.5, 479.5]]},
{"id": "txuq4o", "submitted_by": "JobsforFun", "name": "Omori Skybase", "description": "This artwork displays the Omori games logo with its main character Sunny in the background. The japanese lettering above reads Oyasumi and the other japanese lettering in the bottom right are for Bo En a musical artist who helped right music for the game. Finally the logo to the right is for the games developer Omocat.", "website": "", "subreddit": "/r/Omori", "center": [1776.5, 1525.5], "path": [[1700.5, 1496.5], [1700.5, 1554.5], [1852.5, 1553.5], [1852.5, 1496.5]]},
{"id": "txup8z", "submitted_by": "GiornoBanana2", "name": "Kolashampan", "description": "A very popular soda from El Salvador", "website": "", "subreddit": "r/ElSalvador", "center": [1079.5, 1385.5], "path": [[1076.5, 1390.5], [1081.5, 1390.5], [1082.5, 1389.5], [1082.5, 1383.5], [1081.5, 1383.5], [1081.5, 1380.5], [1077.5, 1380.5], [1077.5, 1383.5], [1076.5, 1382.5], [1076.5, 1388.5], [1076.5, 1389.5], [1076.5, 1383.5], [1076.5, 1388.5], [1076.5, 1384.5], [1076.5, 1388.5], [1076.5, 1389.5], [1076.5, 1389.5], [1078.5, 1379.5], [1079.5, 1379.5], [1080.5, 1379.5], [1079.5, 1378.5]]},
{"id": "txup2n", "submitted_by": "jclkay2", "name": "TWOW", "description": "TWOW (short for Ten Words of Wisdom) is an online creative writing competition originally created by YouTuber carykh (depicted as a yellow stickman). The anthropomorphic books represent the player avatars.", "website": "https://youtu.be/S64R-_LVHuY", "subreddit": "https://www.reddit.com/r/tenwordsofwisdom/", "center": [1414.5, 1330.5], "path": [[1395.5, 1322.5], [1432.5, 1322.5], [1432.5, 1337.5], [1395.5, 1337.5]]},
{"id": "txuozu", "submitted_by": "dankswordsman", "name": "/r/animepiracy discord link", "description": "The discord link for the r/animepiracy discord that was created within the last hour. ", "website": "https://piracy.moe/", "subreddit": "/r/animepiracy", "center": [1502.5, 1997.5], "path": [[1521.5, 1999.5], [1482.5, 1999.5], [1482.5, 1994.5], [1521.5, 1994.5]]},
{"id": "txuodo", "submitted_by": "PsyLai", "name": "Loopring x ImmutableX x GME", "description": "Both Loopring & Immutable X are Ethereum layer2 solutions and they are having a partnership with GameStop for an upcoming marketplace", "website": "[nft.gamestop.com](https://nft.gamestop.com)", "subreddit": "/r/SuperStonk", "center": [841.5, 876.5], "path": [[776.5, 857.5], [905.5, 857.5], [904.5, 896.5], [776.5, 894.5]]},
{"id": "txun4q", "submitted_by": "Evacristo", "name": "Argentine Cockade", "description": "An identifying insignia used during the Revoluci\u00f3n de Mayo in Argentina. Nowadays, used in schools during the month of May and in NatiONAL Flag Day. Called Escarapela in Spanish.", "website": "[https://en.wikipedia.org/wiki/Cockade_of_Argentina](https://en.wikipedia.org/wiki/Cockade_of_Argentina)", "subreddit": "[r/Argentina](https://www.reddit.com/r/Argentina/)", "center": [0.5, 0.5], "path": [[1255.5, 664.5], [1259.5, 664.5], [1259.5, 668.5], [1255.5, 668.5], [1255.5, 666.5]]},
{"id": "txumz5", "submitted_by": "SpicyPeachCream", "name": "Scarlet macaw (Guacamaya Bandera)", "description": "A large red, yellow, and blue Central and South American parrot, a member of a large group of Neotropical parrots called macaws. It is native to humid evergreen forests of the Neotropics. Its range extends from south-eastern Mexico to Peru, Ecuador, Colombia, Bolivia, Venezuela and Brazil.", "website": "", "subreddit": "", "center": [238.5, 572.5], "path": [[231.5, 558.5], [231.5, 560.5], [230.5, 562.5], [229.5, 569.5], [232.5, 569.5], [232.5, 573.5], [230.5, 572.5], [229.5, 570.5], [227.5, 569.5], [225.5, 569.5], [225.5, 570.5], [224.5, 572.5], [222.5, 572.5], [222.5, 573.5], [221.5, 575.5], [222.5, 576.5], [221.5, 578.5], [221.5, 580.5], [222.5, 580.5], [223.5, 581.5], [224.5, 582.5], [256.5, 582.5], [256.5, 579.5], [251.5, 574.5], [251.5, 572.5], [252.5, 571.5], [253.5, 570.5], [254.5, 570.5], [254.5, 567.5], [252.5, 567.5], [252.5, 566.5], [251.5, 566.5], [251.5, 565.5], [249.5, 563.5], [247.5, 563.5], [247.5, 565.5], [249.5, 568.5], [244.5, 567.5], [244.5, 565.5], [243.5, 565.5], [243.5, 563.5], [242.5, 562.5], [242.5, 560.5], [241.5, 559.5], [240.5, 558.5], [237.5, 557.5], [236.5, 557.5]]},
{"id": "txulkx", "submitted_by": "Omii_Online", "name": "Red 3.47", "description": "This is a part of R/cubers and is referencing the world record time of 3.47 seconds to solve a 3x3x3 by Yusheng Du. He solved the cube with the first step being: make a Red Cross. Most cubers solve it with a white cross first for consistency, but Yusheng Du saw that Red Cross could make the next step faster.", "website": "", "subreddit": "r/cubers", "center": [1419.5, 506.5], "path": [[1412.5, 502.5], [1425.5, 502.5], [1425.5, 509.5], [1412.5, 509.5], [1412.5, 502.5]]},
{"id": "txui7d", "submitted_by": "krab-dpp", "name": "Playboi Carti WLR", "description": "A warzone (hehe, COD reference :D), with maiden-less heathens trying to \ndesecrate the mural of our Lord Vamp Jordan Terrell Carter. Such blasphemy! His loyal soldiers fought bravely to the very end; until Sir Ca$h Cartier covered it with his potent, virile semen he ejaculated while examining Naomi Ross's gigantic knockers. Of course her brother's gawk gawk technique helped as well :)", "website": "https://discord.gg/ZgBug6brND", "subreddit": "r/carticulture", "center": [73.5, 498.5], "path": [[53.5, 468.5], [53.5, 528.5], [92.5, 528.5], [92.5, 468.5]]},
{"id": "txuhyh", "submitted_by": "CrazyPenks", "name": "Lua", "description": "Lua is a lightweight, high-level, multi-paradigm programming language designed primarily for embedded use in applications.", "website": "", "subreddit": "r/lua", "center": [382.5, 1832.5], "path": [[373.5, 1828.5], [373.5, 1836.5], [391.5, 1835.5], [390.5, 1828.5]]},
{"id": "txuf29", "submitted_by": "Last_Accident3741", "name": "KUSH", "description": "Prof. Kush is an rapper from France on ytb. He make bangers for Cacabox", "website": "https://youtube.com/channel/UCIX_quphFe6E87ECu5lL-UA", "subreddit": "", "center": [1283.5, 1378.5], "path": [[1285.5, 1387.5], [1282.5, 1387.5], [1282.5, 1378.5], [1278.5, 1378.5], [1277.5, 1378.5], [1277.5, 1372.5], [1286.5, 1372.5], [1286.5, 1387.5], [1282.5, 1387.5]]},
{"id": "txuazw", "submitted_by": "Allelyfie", "name": "Boolet man", "description": "A bullet with goggles, in front of what looks like a transgender flag.", "website": "", "subreddit": "", "center": [474.5, 520.5], "path": [[469.5, 527.5], [469.5, 513.5], [480.5, 515.5], [480.5, 527.5], [480.5, 527.5], [480.5, 527.5], [480.5, 527.5]]},
{"id": "txu9st", "submitted_by": "xland44", "name": "The Wandering Inn Duck", "description": "This duck references the Web Serial \"The Wandering Inn\". Memes and artwork in the fandom have often used ducks to represent themselves, as an inside joke.", "website": "https://wanderinginn.com", "subreddit": "/r/wanderinginn", "center": [1746.5, 1267.5], "path": [[1746.5, 1256.5], [1746.5, 1255.5], [1750.5, 1255.5], [1750.5, 1256.5], [1751.5, 1257.5], [1751.5, 1258.5], [1752.5, 1259.5], [1752.5, 1262.5], [1751.5, 1263.5], [1750.5, 1266.5], [1753.5, 1269.5], [1753.5, 1270.5], [1754.5, 1271.5], [1754.5, 1273.5], [1751.5, 1276.5], [1742.5, 1276.5], [1740.5, 1275.5], [1738.5, 1273.5], [1738.5, 1272.5], [1737.5, 1271.5], [1737.5, 1270.5], [1738.5, 1270.5], [1739.5, 1269.5], [1739.5, 1268.5], [1740.5, 1267.5], [1740.5, 1265.5], [1741.5, 1264.5], [1741.5, 1263.5], [1740.5, 1262.5], [1740.5, 1260.5], [1741.5, 1259.5], [1741.5, 1258.5], [1742.5, 1257.5], [1742.5, 1256.5], [1743.5, 1257.5], [1743.5, 1262.5], [1742.5, 1263.5], [1743.5, 1264.5], [1743.5, 1267.5], [1746.5, 1267.5], [1746.5, 1261.5], [1745.5, 1260.5], [1745.5, 1257.5]]},
{"id": "txu89v", "submitted_by": "partial_decapitation", "name": "Trans Cats", "description": "Five cats atop of each other, each one being a stripe of the trans flag. Pride-flag-striped cats are common in lgbt representation.", "website": "https://m.media-amazon.com/images/I/B1FdLPLSZ0S._CLa%7C2140%2C2000%7C81X07E7eKvL.png%7C0%2C0%2C2140%2C2000%2B0.0%2C0.0%2C2140.0%2C2000.0_AC_UL1500_.png", "subreddit": "", "center": [491.5, 460.5], "path": [[479.5, 475.5], [503.5, 475.5], [503.5, 462.5], [497.5, 462.5], [495.5, 437.5], [485.5, 438.5], [483.5, 454.5], [480.5, 466.5]]},
{"id": "txu77r", "submitted_by": "Acceptable-Tie-2626", "name": "Megaman Accords", "description": "The Megaman Accords were initially formed between r/Israel and r/Megaman as a result of a possible collision between the Israeli flag (with previously 3 destroyed flags, rebuilt & destroyed in mostly the same location, thus making this its 4th iteration) and r/Megaman (previously destroyed by Ukraine). This agreement, named after the Abraham Accords that took effect in 2020, was then extended to signature by 16 other subreddits, including those outside this area to ensure the possibility of incorporation of colliding elements into each others\u2019 spaces, as well as serving as a Mutual Assistance & Defense Treaty between those communities. Despite the background difference between each of the involving parties, they managed to stand still until the end, showing their strength and resilience even when pixel barrage occurred.", "website": "https://i.redd.it/2xrqt3ruior81.png", "subreddit": "Text of the Accords (signing subreddits attached)", "center": [1589.5, 432.5], "path": [[1432.5, 446.5], [1596.5, 448.5], [1595.5, 480.5], [1433.5, 483.5], [1433.5, 500.5], [1433.5, 498.5], [1433.5, 483.5], [1433.5, 483.5], [1433.5, 496.5], [1433.5, 500.5], [1510.5, 500.5], [1510.5, 446.5], [1434.5, 483.5], [1511.5, 481.5], [1509.5, 446.5], [1433.5, 485.5]]},
{"id": "txu6f8", "submitted_by": "nicolasrene", "name": "[y]", "description": "Here lied the lowercase letter y in square brackets representing the vowel sound [y] (as in French tu). This symbol was selected due to winning in popularity polls in the subreddit.\nIt was rapidly destroyed by the RLBot shield to the left and stray green tiles.", "website": "", "subreddit": "/r/linguisticshumor", "center": [1356.5, 501.5], "path": [[1351.5, 496.5], [1360.5, 496.5], [1360.5, 505.5], [1351.5, 505.5], [1351.5, 505.5]]},
{"id": "txu5xf", "submitted_by": "cactit00ns", "name": "Gummy Karl", "description": "A small tribute to Karl Jacobs' original skin from the DSMP deemed Gummy Karl by fans. Artists from his twitter community helped build and was originally organized by @Polka_SOup and @Finnjinyom", "website": "", "subreddit": "r/karljacobs", "center": [1157.5, 958.5], "path": [[1153.5, 953.5], [1160.5, 953.5], [1160.5, 962.5], [1153.5, 962.5], [1153.5, 953.5]]},
{"id": "txu4uy", "submitted_by": "fake_cheese", "name": "Teapot and Cup of Tea", "description": "A freshly brewed pot of tea. The most quintessentially British of things and antidote to any of life's problems. Let's put the kettle on. ", "website": "https://www.yorkshiretea.co.uk/our-teas/how-to-make-a-proper-brew", "subreddit": "r/UKplace", "center": [649.5, 552.5], "path": [[637.5, 558.5], [634.5, 556.5], [633.5, 556.5], [633.5, 552.5], [635.5, 552.5], [635.5, 551.5], [643.5, 551.5], [643.5, 550.5], [642.5, 550.5], [642.5, 546.5], [649.5, 546.5], [649.5, 544.5], [652.5, 542.5], [654.5, 542.5], [661.5, 548.5], [661.5, 553.5], [655.5, 558.5]]},
{"id": "txu15o", "submitted_by": "Nikokio", "name": "Skin de Nikokio ", "description": "Skin Minecraft de Nikokio, un Fran\u00e7ais quand m\u00eame sacr\u00e9ment beau gosse, aid\u00e9 par la X Corporation\n", "website": "https://discord.gg/xeZhyzUrqk", "subreddit": "", "center": [1503.5, 1411.5], "path": [[1499.5, 1408.5], [1499.5, 1414.5], [1506.5, 1414.5], [1506.5, 1408.5]]},
{"id": "txu02y", "submitted_by": "sleepy_programmer_", "name": "Small Nipple", "description": "Un petit t\u00e9ton fait par la classe de TN1 Salon-De-Provence en l'honneur des t\u00e9tons.", "website": "", "subreddit": "", "center": [0.5, 0.5], "path": []},
{"id": "txtzhf", "submitted_by": "I_no-name_I", "name": "KOI (Purple Pixels)", "description": "Last remains of the KOI logotype ruined by french users. KOI is a Spanish e-sports team owned by the esports2021 and Esland2021 Streamer Of The Year IBAI and FCBarcelona football player Jerard Piqu\u00e9.", "website": "https://twitter.com/KOI", "subreddit": "", "center": [1948.5, 1024.5], "path": [[1870.5, 1121.5], [2050.5, 1121.5], [2000.5, 917.5], [1870.5, 917.5], [1870.5, 1121.5]]},
{"id": "txtxxv", "submitted_by": "Kithrian", "name": "Flag of Byzantium", "description": "Simplified Palaiologan Flag of Byzantium. This was the third attempt at giving Byzantium a flag after the first two versions were destroyed/corrupted.", "website": "", "subreddit": "/r/ByzantineMemes", "center": [1294.5, 1960.5], "path": [[1287.5, 1953.5], [1300.5, 1953.5], [1300.5, 1966.5], [1287.5, 1966.5]]},
{"id": "txtwng", "submitted_by": "EllieDaSpatula_", "name": "Mama Duck", "description": "The Mama Duck was finished right before the white out, so it does not show her here. But she reunited with the two Little Ducks before oblivion. Made as a collaboration between small animator, EllieDaSpatula, the Morbius community, and the JB logo.", "website": "https://www.youtube.com/channel/UCJ_oHYKLlin86CE9LQF5MPg", "subreddit": "", "center": [123.5, 341.5], "path": [[119.5, 344.5], [126.5, 344.5], [126.5, 338.5], [119.5, 338.5], [119.5, 344.5]]},
{"id": "txtvme", "submitted_by": "fertileWarmthnessess", "name": "Bj\u00f6rk in her iconic Swan Dress at Oscars 2001", "description": "Bj\u00f6rk is an Icelandic singer, songwriter, composer, record producer and actress. She's \u201cthe high priestess of art pop\u201d, an anti-authoritarian innovator; talented, rebellious and unlike anyone else before her.", "website": "bjork.com", "subreddit": "/r/bjork", "center": [1966.5, 1689.5], "path": [[1951.5, 1695.5], [1980.5, 1695.5], [1980.5, 1682.5], [1951.5, 1682.5]]},
{"id": "txtv3a", "submitted_by": "PTVoltz", "name": "The Kobold Place", "description": "Two Kobolds, label, and Subreddit icon created by the members of the Kobold Legion", "website": "", "subreddit": "/r/KoboldLegion", "center": [1705.5, 366.5], "path": [[1712.5, 382.5], [1713.5, 382.5], [1717.5, 382.5], [1717.5, 372.5], [1716.5, 372.5], [1716.5, 370.5], [1715.5, 370.5], [1715.5, 369.5], [1714.5, 369.5], [1714.5, 368.5], [1713.5, 367.5], [1712.5, 366.5], [1713.5, 364.5], [1713.5, 356.5], [1719.5, 355.5], [1719.5, 352.5], [1718.5, 350.5], [1696.5, 350.5], [1696.5, 356.5], [1691.5, 356.5], [1691.5, 362.5], [1692.5, 362.5], [1692.5, 377.5], [1701.5, 377.5], [1701.5, 382.5], [1701.5, 382.5], [1701.5, 382.5]]},
{"id": "txtuag", "submitted_by": "roiniti", "name": "The Slimo", "description": "This slime earned his place in a fight against Peru, made by roiniti aaron silex and d34dnoir", "website": "", "subreddit": "", "center": [550.5, 1261.5], "path": [[546.5, 1257.5], [546.5, 1264.5], [553.5, 1264.5], [553.5, 1257.5]]},
{"id": "txttwa", "submitted_by": "HolidayOk2050", "name": "MicroKirby", "description": "micro pixelart of the titular pink puff and main protagonist of Nintendo's Kirby series of video games.", "website": "", "subreddit": "", "center": [37.5, 358.5], "path": [[35.5, 362.5], [39.5, 362.5], [40.5, 361.5], [40.5, 354.5], [34.5, 354.5], [34.5, 361.5]]},
{"id": "txttoh", "submitted_by": "Bulbashoe", "name": "Rainer", "description": "Rainer's symbol from the webseries Petscop.", "website": "https://www.youtube.com/c/Petscop", "subreddit": "https://www.reddit.com/r/Petscop/", "center": [1566.5, 1516.5], "path": [[1563.5, 1513.5], [1563.5, 1518.5], [1569.5, 1518.5], [1569.5, 1513.5]]},
{"id": "txttbf", "submitted_by": "RoombaGod", "name": "Muse section", "description": "A little horizontal stripe dedicated to the band Muse, showing their logo on the left (slightly defaced), and ascending from left to right are little pixel art renditions of their mainstream albums in chronological order. (from left to right: Showbiz (1999), Origin of Symmetry (2001), Absolution (2003), Black Holes and Revelations (2006), The Resistance (2009), The 2nd Law (2012), Drones (2015), Simulation Theory (2018), Will Of The People (2022))", "website": "", "subreddit": "/r/muse", "center": [42.5, 58.5], "path": [[0.5, 55.5], [0.5, 63.5], [86.5, 61.5], [86.5, 54.5]]},
{"id": "txtsvn", "submitted_by": "Machtiern", "name": "TG4", "description": "A French high school class from the Lyc\u00e9e Charles-de-Gaulle de Poissy named TG4 which wanted to be part of r/place \nVIVE LES TG4", "website": "", "subreddit": "", "center": [148.5, 168.5], "path": [[139.5, 165.5], [139.5, 170.5], [156.5, 170.5], [156.5, 165.5], [139.5, 165.5]]},
{"id": "txtsut", "submitted_by": "jsplaissemoi", "name": "Small duck", "description": "Just a small chilling duck with a small flower next to is", "website": "", "subreddit": "", "center": [1956.5, 1369.5], "path": [[1950.5, 1364.5], [1950.5, 1373.5], [1961.5, 1373.5], [1961.5, 1364.5], [1952.5, 1364.5], [1950.5, 1364.5]]},
{"id": "txtqfh", "submitted_by": "Prukkah", "name": "Kaladin Stormblessed", "description": "Kaladin is a character from the Stormlight Archive series. His spren Sylphrena or Syl can be seen to his top-left.", "website": "", "subreddit": "r/Stormlight_Archive", "center": [1862.5, 895.5], "path": [[1855.5, 887.5], [1856.5, 903.5], [1869.5, 903.5], [1869.5, 887.5]]},
{"id": "txtq8a", "submitted_by": "AgeCertain9540", "name": "u/beskardboard's face", "description": "Made and maintained by a small team of friends on the final day, this is a tiny 5x5 version of Reddit user beskardboard's Minecraft skin face and profile picture.", "website": "", "subreddit": "/r/beskardboard_hideout", "center": [828.5, 518.5], "path": [[825.5, 515.5], [831.5, 515.5], [831.5, 521.5], [825.5, 521.5]]},
{"id": "txtpzv", "submitted_by": "EllieDaSpatula_", "name": "The Second Little Duck", "description": "A Second little duck, made by a small animator, EllieDaSpatula, and defended by the Morbius artists and the small 'JB' logo beside them. A collaborative expansion of the First Little Duck.", "website": "https://www.youtube.com/channel/UCJ_oHYKLlin86CE9LQF5MPg", "subreddit": "", "center": [117.5, 344.5], "path": [[116.5, 344.5], [116.5, 343.5], [118.5, 343.5], [118.5, 344.5]]},
{"id": "txtp70", "submitted_by": "TriiggeerR", "name": "MarmoArmy", "description": "Pieza hecha por la mejor comunidad de Twitch", "website": "www.twitch.tv/marmotasenpai1", "subreddit": "/r/MarmoArmy/", "center": [1669.5, 369.5], "path": [[1657.5, 366.5], [1657.5, 376.5], [1681.5, 376.5], [1681.5, 366.5], [1678.5, 366.5], [1672.5, 361.5], [1666.5, 361.5]]},
{"id": "txtod0", "submitted_by": "Prukkah", "name": "Shallan", "description": "Shallan is one of the main characters from The Stormlight Archive series. Her spren Pattern can be seen at her top-right.", "website": "", "subreddit": "r/Stormlight_Archive", "center": [1836.5, 894.5], "path": [[1831.5, 901.5], [1830.5, 888.5], [1842.5, 887.5], [1842.5, 901.5]]},
{"id": "txto7p", "submitted_by": "xX_mgmgmg_Xx", "name": "Polymars", "description": "Drawing in honour of the famous developer and youtuber \"PolyMars\".", "website": "https://www.youtube.com/c/PolyMars/", "subreddit": "", "center": [1106.5, 1237.5], "path": [[1099.5, 1232.5], [1112.5, 1232.5], [1112.5, 1242.5], [1099.5, 1242.5]]},
{"id": "txtn4n", "submitted_by": "libstayung", "name": "World Taiwanese Congress Flag", "description": "Flag of Taiwan proposed by the World Taiwanese Congress, which is dedicated to formal, de jure independence of Taiwan. The characters \u53f0\u7063 are written over the top. The flag is synonymous with Taiwan Independence.", "website": "", "subreddit": "/r/taiwan", "center": [1223.5, 148.5], "path": [[1197.5, 135.5], [1248.5, 135.5], [1248.5, 161.5], [1197.5, 161.5], [1197.5, 135.5]]},
{"id": "txtlmv", "submitted_by": "hoainam150399", "name": "Kamishiro Taishi", "description": "A professional translator and Virtual YouTuber (VTuber) who frequently translates Japanese VTuber live streams in real time. Widely considered an influential figure in connecting the Japanese VTuber scene with the global audience.", "website": "https://www.youtube.com/c/TaishiCh%E7%A5%9E%E4%BB%A3%E5%A4%A7%E4%BD%BF", "subreddit": "/r/VirtualYoutubers", "center": [1469.5, 1079.5], "path": [[1465.5, 1074.5], [1473.5, 1074.5], [1473.5, 1083.5], [1465.5, 1083.5], [1465.5, 1074.5]]},
{"id": "txtkvg", "submitted_by": "Wouterr0", "name": "University of Twente", "description": "The logo of the University of Twente, a university located in Enschede in the east of the Netherlands. It is one of the three Dutch technical universities.", "website": "https://www.utwente.nl/", "subreddit": "https://www.reddit.com/r/UniversityofTwente/", "center": [1942.5, 46.5], "path": [[1936.5, 36.5], [1947.5, 36.5], [1947.5, 55.5], [1936.5, 55.5], [1936.5, 36.5]]},
{"id": "txtjyj", "submitted_by": "Swords_man22", "name": "Moroco's Red Ext", "description": "The red shared by Moroco's flag extended northwards", "website": "", "subreddit": "", "center": [1666.5, 785.5], "path": [[1626.5, 782.5], [1657.5, 782.5], [1658.5, 767.5], [1688.5, 767.5], [1691.5, 770.5], [1693.5, 776.5], [1695.5, 778.5], [1697.5, 781.5], [1698.5, 782.5], [1698.5, 799.5], [1626.5, 798.5], [1626.5, 791.5]]},
{"id": "txtjay", "submitted_by": "EllieDaSpatula_", "name": "The First Little Duck", "description": "A small little duck, made by a small animator, EllieDaSpatula, and defended by the Morbius artists and the small 'JB' logo beside them. ", "website": "[https://www.youtube.com/channel/UCJ_oHYKLlin86CE9LQF5MPg](https://www.youtube.com/channel/UCJ_oHYKLlin86CE9LQF5MPg)", "subreddit": "", "center": [106.5, 344.5], "path": [[105.5, 343.5], [107.5, 343.5], [107.5, 344.5], [105.5, 344.5]]},
{"id": "txtj6a", "submitted_by": "P4LL4D1N", "name": "Karlsruhe Palace", "description": "The Karlsruhe Palace was build 1715 for Margrave Charles III William of Baden-Durlach and is located in the center of the german city Karlsruhe, directly adjacent to the KIT.", "website": "https://www.landesmuseum.de/en/palace", "subreddit": "/r/KaIT/", "center": [809.5, 541.5], "path": [[788.5, 546.5], [788.5, 536.5], [800.5, 536.5], [800.5, 533.5], [801.5, 533.5], [801.5, 531.5], [802.5, 531.5], [802.5, 527.5], [804.5, 527.5], [805.5, 528.5], [805.5, 530.5], [804.5, 529.5], [802.5, 529.5], [802.5, 531.5], [803.5, 531.5], [803.5, 533.5], [804.5, 533.5], [804.5, 536.5], [831.5, 536.5], [831.5, 546.5]]},
{"id": "txti11", "submitted_by": "SquegeeMcgee", "name": "Spear of Cassius", "description": "The Spear of Cassius from Neon Genesis Evangelion. It is paired with the Spear/Lance of Longinus, which is to its left.", "website": "", "subreddit": "r/evangelion", "center": [674.5, 1392.5], "path": [[676.5, 1399.5], [672.5, 1399.5], [672.5, 1384.5], [676.5, 1384.5]]},
{"id": "txthr1", "submitted_by": "NeverTrustAros", "name": "Kris", "description": "Kris is a character from the game deltarune", "website": "https://www.reddit.com/r/Deltarune/", "subreddit": "/r/deltarune", "center": [1793.5, 196.5], "path": [[1786.5, 205.5], [1786.5, 199.5], [1788.5, 198.5], [1786.5, 189.5], [1789.5, 185.5], [1797.5, 186.5], [1800.5, 190.5], [1799.5, 205.5], [1792.5, 205.5], [1786.5, 205.5], [1786.5, 205.5]]},
{"id": "txtgik", "submitted_by": "DJ_Drayen", "name": "Foundation Abbreviation", "description": "The abbreviation \"FN\" for the Foundation group. The artwork is incomplete.", "website": "", "subreddit": "", "center": [399.5, 1716.5], "path": [[395.5, 1719.5], [402.5, 1719.5], [402.5, 1713.5], [395.5, 1713.5], [395.5, 1719.5]]},
{"id": "txtfzu", "submitted_by": "erderderderd", "name": "Drawing Den (Covered)", "description": "The Drawing Den (owned by @misc_by and organized by @TypoPpt and @Mlickles on Twitter) is a small community with people that share their own artistic creations - mostly visual art, but also things like music. The sprite was a twinkling, which has become an unofficial inside joke within the server. He is an original Splatoon character of @TypoPpt.\n\nThey originally established an area between the Elden Ring art and Marsey the Cat, but ultimately relocated (with a smaller sprite) near SuperTF with the help of r/drawception, who were also claiming their previous area.\n\nAfter Twitch streamer Mizkif cleared this area, they formed an alliance with the group responsible for the Pokemon starters above them to scout for a new area to build their art, along with r/drawception who also lost their spot to r/deepwokenplace.\n\nThey ultimately negotiated with r/deepwokenplace to capture an area above their spot to build a piece featuring all three members. It was too late, however, as the whitening began during the capture.", "website": "https://twitter.com/typoppt", "subreddit": "", "center": [1432.5, 1389.5], "path": [[1437.5, 1400.5], [1426.5, 1400.5], [1426.5, 1378.5], [1437.5, 1378.5]]},
{"id": "txtfrc", "submitted_by": "TiwaLeChaton", "name": "OOM (Out-Of-Mana)", "description": "A french gaming community, that made an alliance with the small squid under them", "website": "https://wiki.out-of-mana.fr/index.php/Accueil", "subreddit": "", "center": [1977.5, 1252.5], "path": [[1974.5, 1248.5], [1980.5, 1248.5], [1980.5, 1256.5], [1974.5, 1256.5], [1974.5, 1248.5]]},
{"id": "txte51", "submitted_by": "P4LL4D1N", "name": "Karlsruher Institut f\u00fcr Technologie (KIT)", "description": "The biggest University in the city of Karlsruhe, Germany and a national research center.", "website": "https://www.kit.edu/index.php", "subreddit": "/r/KaIT/", "center": [804.5, 534.5], "path": [[760.5, 521.5], [760.5, 547.5], [848.5, 547.5], [848.5, 521.5]]},
{"id": "txtdcw", "submitted_by": "Negative_Painter_441", "name": "Le paco", "description": "French jobless team trying to succeed in their studies. They squat the A903 room and are sponsored by P\u00f4le Emploi.\n", "website": "https://www.instagram.com/le_paco_a903/", "subreddit": "", "center": [1085.5, 1750.5], "path": [[1070.5, 1741.5], [1099.5, 1741.5], [1099.5, 1758.5], [1070.5, 1758.5], [1070.5, 1741.5]]},
{"id": "txtckx", "submitted_by": "maruru412", "name": "Genshin and Miku heart", "description": "A heart made by both r/hatsune and r/Genshin_Impact in honour of their alliance.", "website": "", "subreddit": "r/Genshin_Impact r/hatsune", "center": [1832.5, 757.5], "path": [[1826.5, 756.5], [1832.5, 752.5], [1839.5, 756.5], [1832.5, 764.5]]},
{"id": "txtbwg", "submitted_by": "Colabyte", "name": "Benson", "description": "The lovable duck based on Tubbo's emote with Offline Community of Chat_ and Jammers", "website": "", "subreddit": "", "center": [1704.5, 165.5], "path": [[1701.5, 159.5], [1704.5, 159.5], [1704.5, 160.5], [1705.5, 160.5], [1705.5, 161.5], [1706.5, 161.5], [1706.5, 163.5], [1708.5, 163.5], [1708.5, 164.5], [1709.5, 164.5], [1709.5, 168.5], [1708.5, 168.5], [1708.5, 169.5], [1700.5, 169.5], [1700.5, 168.5], [1699.5, 168.5], [1699.5, 161.5], [1700.5, 161.5], [1700.5, 160.5]]},
{"id": "txtaz6", "submitted_by": "hoainam150399", "name": "Suou Patra", "description": "A Japanese Virtual YouTuber (VTuber) from the group HoneyStrap. Popular for her singing, FPS gaming and ASMR content. As of April 4, 2022, she has over 550 thousand subscribers.", "website": "https://www.youtube.com/channel/UCeLzT-7b2PBcunJplmWtoDg", "subreddit": "/r/VirtualYoutubers", "center": [1460.5, 1079.5], "path": [[1455.5, 1074.5], [1464.5, 1074.5], [1464.5, 1083.5], [1455.5, 1083.5], [1455.5, 1074.5]]},
{"id": "txt8px", "submitted_by": "rainandtime", "name": "Four Flag Cooperation", "description": "The flags Vepsia, Ingria, Karelia and the Ludic people existed here before being overrun by bots making them into Swedish and Finnish flags during the final hours of the event. The flags of the small nations can be seen in earlier versions of the canvas.", "website": "", "subreddit": "", "center": [624.5, 132.5], "path": [[615.5, 138.5], [615.5, 125.5], [632.5, 125.5], [632.5, 137.5], [632.5, 138.5]]},
{"id": "txt86f", "submitted_by": "Choripan_con_Palta", "name": "Pomaire & Chilean Flag", "description": "Here was One depiction of Pomaire, an artisans town in Chile. And also a Chilean Flag that was above Pomaire, it was made after gaining territory from the LGTB's flag.", "website": "", "subreddit": "r/chile", "center": [1971.5, 1735.5], "path": [[1941.5, 1721.5], [1941.5, 1749.5], [2000.5, 1750.5], [2001.5, 1722.5]]},
{"id": "txt4kz", "submitted_by": "CantadoraR", "name": "Sleepy Bois Inc banner", "description": "A very small homage to the streaming group Sleepy Bois Inc (aka SBI), consisting of TommyInnit, Wilbur Soot, Technoblade and Philza Minecraft. This is a small banner with their colors from an infamous discord screenshot of theirs (though at the time of this snapshot, the bottom pixel was grey instead of the pale yellow it would later be)", "website": "", "subreddit": "r/dreamsmp", "center": [692.5, 1688.5], "path": [[694.5, 1692.5], [694.5, 1686.5], [688.5, 1686.5], [694.5, 1692.5]]},
{"id": "txt3x3", "submitted_by": "Get16OnFire", "name": "An avocado ?", "description": "Just an avocado. (I think ^^')", "website": "", "subreddit": "", "center": [38.5, 1110.5], "path": [[35.5, 1108.5], [40.5, 1108.5], [40.5, 1112.5], [35.5, 1112.5]]},
{"id": "txy3g2", "submitted_by": "I-Love-Daddy-Rivers", "name": "Los Angeles Chargers", "description": "A professional football team in the AFC West division of the NFL. Claimed a spot and formed an alliance with r/hammers, then was taken over by r/inanimateinsanity in the night. However, with the help of r/hammers, they claimed the spot back while letting r/inanimateinsanity keep a portion of land in the process. Together the three communities kept an alliance from there on until the white out.", "website": "https://www.chargers.com/", "subreddit": "r/chargers", "center": [1543.5, 47.5], "path": [[1531.5, 46.5], [1527.5, 47.5], [1530.5, 48.5], [1531.5, 49.5], [1531.5, 51.5], [1530.5, 51.5], [1533.5, 50.5], [1536.5, 50.5], [1541.5, 51.5], [1543.5, 51.5], [1547.5, 51.5], [1550.5, 50.5], [1553.5, 49.5], [1555.5, 49.5], [1556.5, 50.5], [1554.5, 45.5], [1558.5, 50.5], [1561.5, 51.5], [1559.5, 45.5], [1542.5, 47.5], [1539.5, 44.5], [1541.5, 40.5], [1543.5, 38.5], [1540.5, 35.5], [1543.5, 34.5], [1548.5, 35.5], [1544.5, 38.5], [1541.5, 44.5], [1543.5, 45.5], [1546.5, 43.5], [1544.5, 39.5], [1539.5, 34.5], [1536.5, 41.5], [1540.5, 42.5], [1541.5, 42.5], [1532.5, 36.5], [1540.5, 42.5], [1541.5, 42.5], [1543.5, 43.5], [1541.5, 39.5], [1543.5, 40.5], [1544.5, 46.5], [1544.5, 45.5], [1543.5, 39.5], [1541.5, 38.5], [1542.5, 44.5], [1543.5, 45.5], [1545.5, 45.5]]},
{"id": "txy3dg", "submitted_by": "galados0", "name": "Slimebo Skin", "description": "Small Community Plugin Developer \"Slimebo\"'s Minecraft skin. Made by Nexlevl server <3", "website": "", "subreddit": "", "center": [482.5, 1672.5], "path": [[485.5, 1670.5], [485.5, 1669.5], [485.5, 1670.5], [485.5, 1671.5], [485.5, 1674.5], [485.5, 1675.5], [479.5, 1675.5], [479.5, 1669.5], [479.5, 1668.5], [484.5, 1668.5], [485.5, 1669.5], [485.5, 1668.5]]},
{"id": "txy3df", "submitted_by": "galados0", "name": "Slimebo Skin", "description": "Small Community Plugin Developer \"Slimebo\"'s Minecraft skin. Made by Nexlevl server <3", "website": "", "subreddit": "", "center": [482.5, 1672.5], "path": [[485.5, 1670.5], [485.5, 1669.5], [485.5, 1670.5], [485.5, 1671.5], [485.5, 1674.5], [485.5, 1675.5], [479.5, 1675.5], [479.5, 1669.5], [479.5, 1668.5], [484.5, 1668.5], [485.5, 1669.5], [485.5, 1668.5]]},
{"id": "txy2r8", "submitted_by": "Hitokiriall", "name": "Zephra City", "description": "Related to Zephracarl's community. A place where pepegas (as he calls them) can watch twitch streamer Zephracarl playing virtual yugioh cards and random stuff.", "website": "https://www.twitch.tv/zephracarl", "subreddit": "https://www.reddit.com/r/00ZephraCity00/", "center": [1558.5, 253.5], "path": [[1551.5, 249.5], [1564.5, 249.5], [1564.5, 257.5], [1551.5, 257.5], [1551.5, 249.5]]},
{"id": "txy1w2", "submitted_by": "TheZebbie", "name": "Vaush", "description": "Popular leftist political streamer Vaush\n", "website": "", "subreddit": "https://www.reddit.com/r/VaushV/", "center": [692.5, 1662.5], "path": [[690.5, 1659.5], [692.5, 1659.5], [695.5, 1660.5], [696.5, 1661.5], [696.5, 1665.5], [688.5, 1665.5], [688.5, 1661.5], [689.5, 1660.5], [690.5, 1659.5]]},
{"id": "txy11o", "submitted_by": "ChaseADuck", "name": "Dreamgender Flag", "description": "The official Dreamgender Flag!", "website": "", "subreddit": "/r/DreamGender", "center": [1659.5, 623.5], "path": [[1653.5, 620.5], [1665.5, 620.5], [1665.5, 625.5], [1653.5, 625.5], [1653.5, 620.5]]},
{"id": "txy0kq", "submitted_by": "ThePatoCesar", "name": "MCSRH (Minecraft Speedruning Hispano)", "description": "The pixel art turtle is the emblem of the Hispanic Minecraft Speedrunning community", "website": "https://twitter.com/MCSRHispano", "subreddit": "", "center": [1504.5, 1462.5], "path": [[1499.5, 1457.5], [1499.5, 1456.5], [1508.5, 1469.5], [1508.5, 1456.5], [1503.5, 1457.5], [1500.5, 1457.5], [1499.5, 1469.5], [1499.5, 1469.5], [1508.5, 1469.5], [1508.5, 1469.5], [1508.5, 1456.5], [1508.5, 1456.5], [1499.5, 1456.5], [1499.5, 1456.5], [1499.5, 1460.5], [1499.5, 1460.5], [1500.5, 1457.5], [1500.5, 1457.5], [1499.5, 1463.5], [1499.5, 1463.5]]},
{"id": "txy05z", "submitted_by": "Yanastases", "name": "GENOCIDE DES BOTS", "description": "ce fut un desastre pour le territoire francais\nla coalition hispanique gerer par le tyran ibai a honteusement acheter des bots pour detruire le drapeau du general kamelto\nmais l'arm\u00e9e des quatre saison ne se sont pas laisser abatre et ont miraculeusement empecher le logo du groupe de kpop bts d'aparaitre entierement sur la fresque", "website": "", "subreddit": "", "center": [124.5, 1569.5], "path": [[91.5, 1488.5], [123.5, 1516.5], [156.5, 1489.5], [158.5, 1636.5], [89.5, 1634.5]]},
{"id": "txxyr9", "submitted_by": "Onceuponaban", "name": "IRyS' diamond oshi mark", "description": "Two diamonds straddling the Shuba duck representing IRyS, Hololove's English VSinger under Project: HOPE", "website": "https://en.hololive.tv/", "subreddit": "/r/hololive", "center": [240.5, 795.5], "path": [[236.5, 795.5], [235.5, 794.5], [233.5, 794.5], [232.5, 795.5], [234.5, 797.5], [236.5, 795.5], [244.5, 795.5], [246.5, 797.5], [248.5, 795.5], [247.5, 794.5], [245.5, 794.5], [244.5, 795.5]]},
{"id": "txxxt9", "submitted_by": "97cweb", "name": "Rimworld Logo", "description": "Rimworld is a sci-fi western colony simulator game set in the distant future. Sometimes described as simplified Dwarf Fortress, it is known memetically for making human leather hats, and warcrimes such as eating without a table", "website": "https://rimworldgame.com/", "subreddit": "/r/rimworld", "center": [102.5, 653.5], "path": [[96.5, 647.5], [96.5, 658.5], [108.5, 658.5], [108.5, 651.5], [104.5, 647.5]]},
{"id": "txxvra", "submitted_by": "FurySh0ck", "name": "BUT IT WAS ME, DIO", "description": "One of the most notable antagonists from the series JJBA, and a decade old meme", "website": "", "subreddit": "r/StardustCrusaders/", "center": [431.5, 1589.5], "path": [[427.5, 1581.5], [436.5, 1581.5], [436.5, 1594.5], [427.5, 1600.5], [426.5, 1599.5], [426.5, 1581.5]]},
{"id": "txxv0w", "submitted_by": "qq410219243", "name": "Wordle", "description": "'PLACE' in the style of Wordle, a popular internet word game created by Josh Wardle (who also helped create r/place)", "website": "https://wordleverse.net", "subreddit": "r/wordle", "center": [1645.5, 1943.5], "path": [[1630.5, 1940.5], [1630.5, 1946.5], [1660.5, 1946.5], [1660.5, 1940.5]]},
{"id": "txxudf", "submitted_by": "dante_vante", "name": "La Mariana Se\u00f1al", "description": "Symbol of the mexican streamer ElMariana, made by his community zaza.", "website": "https://www.twitch.tv/elmariana", "subreddit": "", "center": [1485.5, 1717.5], "path": [[1480.5, 1710.5], [1489.5, 1710.5], [1489.5, 1724.5], [1480.5, 1724.5], [1480.5, 1710.5]]},
{"id": "txxtx9", "submitted_by": "ItsNot_Ace", "name": "Will Smith slap", "description": "For a short time, there stood a mural of Chris Rock getting slapped by Will Smith, although it was soon overtaken. However it did make it into a Jacksepticeye video.", "website": "", "subreddit": "/r/theslapplace", "center": [529.5, 1948.5], "path": [[498.5, 1919.5], [538.5, 1918.5], [538.5, 1947.5], [571.5, 1947.5], [572.5, 1970.5], [501.5, 1969.5]]},
{"id": "txxt61", "submitted_by": "jn1cks", "name": "Tesla Logo", "description": "Tesla logo with S3XY lettering, which stands for the vehicles currently produced by Tesla: Model S, Model 3, Model X, and Model Y. Tesla's mission is to accelerate the world's transition to sustainable energy. Created by the Tesla enthusiasts and owners from the r/teslamotors TeslaPlace discord.", "website": "https://www.tesla.com", "subreddit": "/r/teslamotors", "center": [862.5, 1601.5], "path": [[845.5, 1622.5], [879.5, 1622.5], [879.5, 1580.5], [845.5, 1580.5]]},
{"id": "txxsy5", "submitted_by": "xDazLuque", "name": "The Last Doaln", "description": "The last standing duck named 'Doaln' made by the discord community Hoofdkwartier 36. This is also their mascot. At first there where five Doalns at the chessboard area, but during the final hours of r/Place it was wiped-out by the streamer Arkeanos. After that they migrated to this area\n", "website": "https://hoofdkwartier36.nl/", "subreddit": "", "center": [1795.5, 152.5], "path": [[1800.5, 148.5], [1790.5, 148.5], [1790.5, 155.5], [1800.5, 155.5]]},
{"id": "txxsfj", "submitted_by": "NeoCipher790", "name": "The Traveller", "description": "The Traveler is a mysterious spherical paracausal entity associated with the Light in the Destiny franchise. ", "website": "", "subreddit": "", "center": [460.5, 1012.5], "path": [[468.5, 1020.5], [468.5, 1003.5], [452.5, 1003.5], [451.5, 1020.5], [468.5, 1020.5], [468.5, 1020.5]]},
{"id": "txxsca", "submitted_by": "derycraft11", "name": "trident symbol", "description": "the iconic symbol of the roblox game deepwoken", "website": "https://www.roblox.com/games/4111023553/Deepwoken", "subreddit": "https://www.reddit.com/r/deepwoken/", "center": [362.5, 1445.5], "path": [[368.5, 1455.5], [368.5, 1436.5], [355.5, 1436.5], [356.5, 1455.5], [362.5, 1455.5]]},
{"id": "txxqn3", "submitted_by": "Slothdude12", "name": "SLICE Interactive", "description": "The logo for the indie software studio \"SLICE Interactive\".\nSLICE Interactive is created and owned by Isaac Crawford, also known as \"Knowlife4\".\nThey are known for their SpongeBob fan-game \"Bikini Bottom Tales\" inspired by the classic SpongeBob 3D platformers of the early 2000's.", "website": "https://discord.gg/hs77K3Hf", "subreddit": "", "center": [85.5, 390.5], "path": [[78.5, 386.5], [92.5, 386.5], [92.5, 394.5], [78.5, 394.5]]},
{"id": "txxq20", "submitted_by": "LoloVillarreal", "name": "Minecraft Heart by LoloVillarreal", "description": "This is the heart of the streamer Lolo Villarreal, who together with his community built", "website": "[www.twitch.tv/lolovillarreal](https://www.twitch.tv/lolovillarreal)", "subreddit": "r/lolovillarreal", "center": [1443.5, 810.5], "path": [[1447.5, 808.5], [1447.5, 808.5], [1440.5, 807.5], [1440.5, 810.5], [1441.5, 813.5], [1444.5, 815.5], [1447.5, 809.5], [1446.5, 808.5]]},
{"id": "txxpu3", "submitted_by": "trashmancan9", "name": "Florida among us.", "description": "An among us made inside the University of Florida logo. Spearheaded by deepfry4455 , trashmancan9 and there brave comrades.\n memorial battles induced the attack from the femboys and the floridians", "website": "", "subreddit": "", "center": [23.5, 632.5], "path": [[23.5, 634.5], [23.5, 635.5], [22.5, 635.5], [21.5, 635.5], [21.5, 634.5], [20.5, 634.5], [20.5, 631.5], [20.5, 630.5], [21.5, 630.5], [21.5, 629.5], [25.5, 629.5], [25.5, 635.5], [23.5, 635.5], [23.5, 634.5], [23.5, 635.5], [24.5, 635.5]]},
{"id": "txxpt3", "submitted_by": "MazdaTiger", "name": "Amogus Cluster - ARKeanos", "description": "a cluster of Amogus formed within thin the logo of the Spanish ARK community called ARKeanos lead by a Youtuber named Nexxuz", "website": "https://survivetheark.com", "subreddit": "r/PlayARK", "center": [1670.5, 121.5], "path": [[1640.5, 125.5], [1651.5, 113.5], [1657.5, 119.5], [1656.5, 127.5], [1646.5, 128.5], [1678.5, 128.5], [1685.5, 114.5], [1696.5, 121.5], [1690.5, 128.5], [1677.5, 128.5]]},
{"id": "txxp5v", "submitted_by": "A3C3", "name": "\u03c0geon", "description": "\u03c0geon is the mascot representing the BirdSO Science Olympiad invitational, made by members of the r/scioly subreddit and the Scioly.org Discord server!", "website": "https://birdso.org", "subreddit": "/r/scioly", "center": [506.5, 1463.5], "path": [[502.5, 1458.5], [512.5, 1458.5], [512.5, 1468.5], [500.5, 1468.5], [500.5, 1462.5], [502.5, 1462.5], [502.5, 1458.5]]},
{"id": "txxow7", "submitted_by": "Kimmikichi", "name": "Kimmunity peepo", "description": "The community from twitch.tv/kimmikichi got together to make a ppL inspired peepo emote. Later became the communitys mascot.", "website": "https://discord.gg/mYvNZ2s", "subreddit": "/r/Kimmikichi", "center": [1681.5, 316.5], "path": [[1672.5, 309.5], [1690.5, 309.5], [1690.5, 323.5], [1672.5, 323.5], [1672.5, 309.5]]},
{"id": "txxov1", "submitted_by": "geekahedron", "name": "Wordle", "description": "'PLACE' in the style of Wordle, popular internet word game created by Josh Wardle (who also helped create r/place)", "website": "https://wordleverse.net", "subreddit": "r/wordle", "center": [1645.5, 1943.5], "path": [[1630.5, 1940.5], [1630.5, 1946.5]]},
{"id": "txxncf", "submitted_by": "Difficult_Tourist_79", "name": "EUC Heart", "description": "The heart representing the logo of EUC, an Undertale AU and one of two represented on the canvas (the other being Handplates).", "website": "", "subreddit": "/r/euc_ut", "center": [980.5, 1721.5], "path": [[980.5, 1724.5], [983.5, 1721.5], [982.5, 1720.5], [978.5, 1720.5], [977.5, 1721.5]]},
{"id": "txxmvq", "submitted_by": "CCNyx", "name": "SACO", "description": "A minimalist version of SACO, a pink penguin with a blue scarf, the symbol of TheSacos a CS:GO team of 4 players and also a group of friends located in Barcelona, Spain.", "website": "", "subreddit": "", "center": [703.5, 1604.5], "path": [[700.5, 1608.5], [706.5, 1608.5], [706.5, 1600.5], [700.5, 1600.5], [700.5, 1608.5]]},
{"id": "txxls5", "submitted_by": "CakeIsATotalLie", "name": "Jarate amongus", "description": "This amongus has been nutoriously placed inside the jar of urine, which is both a reference to the tf2 weapon- 'jarate' (a literal jar of urine) and an homage to the legendary 4chan 'rainbow dash in a jar' thread. The team behind the tf2 artwork tried to destroy it at first, but eventually found it funny and moved on to fighting several other amongi on the engineer (unsuccessfully).", "website": "", "subreddit": "r/tf2", "center": [1574.5, 1957.5], "path": [[1570.5, 1952.5], [1578.5, 1952.5], [1578.5, 1962.5], [1570.5, 1962.5], [1570.5, 1952.5], [1570.5, 1952.5]]},
{"id": "txxkq1", "submitted_by": "Zokamare_The_Great", "name": "Maguma", "description": "Maguma is a walrus-like kaiju (or giant monster) from the Godzilla series. He made his first and only major appearance in the 1962 sci-fi film Gorath.", "website": "https://discord.gg/dwAwyEB6", "subreddit": "", "center": [648.5, 1570.5], "path": [[650.5, 1576.5], [648.5, 1576.5], [648.5, 1575.5], [647.5, 1575.5], [647.5, 1574.5], [646.5, 1574.5], [646.5, 1572.5], [645.5, 1572.5], [644.5, 1572.5], [643.5, 1571.5], [643.5, 1569.5], [642.5, 1569.5], [642.5, 1565.5], [643.5, 1565.5], [643.5, 1564.5], [647.5, 1564.5], [648.5, 1565.5], [649.5, 1567.5], [650.5, 1567.5], [651.5, 1568.5], [652.5, 1568.5], [653.5, 1569.5], [654.5, 1569.5], [654.5, 1574.5], [652.5, 1574.5], [651.5, 1574.5], [650.5, 1574.5], [651.5, 1575.5]]},
{"id": "txxklk", "submitted_by": "zyrocomet", "name": "Robor Heads", "description": "Two Robor heads. After fighting for the land below, they decided to move upwards. These robor heads were a joking build made by a group of people.", "website": "", "subreddit": "r/robor_head", "center": [488.5, 1659.5], "path": [[480.5, 1661.5], [480.5, 1657.5], [496.5, 1657.5], [496.5, 1661.5]]},
{"id": "txxjex", "submitted_by": "Piguy922", "name": "Bong", "description": "The Bong is a reference to a joke chess opening called, 'The Bongcloud,' where after 1. e4 e5, you respond with 2. Ke2. The opening has no real value, and is joked about in r/AnarchyChess as a Grandmaster level opening.", "website": "", "subreddit": "r/AnarchyChess", "center": [152.5, 682.5], "path": [[144.5, 678.5], [144.5, 681.5], [145.5, 681.5], [145.5, 682.5], [146.5, 682.5], [146.5, 684.5], [148.5, 684.5], [148.5, 685.5], [149.5, 685.5], [149.5, 687.5], [148.5, 687.5], [148.5, 690.5], [149.5, 690.5], [149.5, 692.5], [150.5, 692.5], [150.5, 693.5], [152.5, 693.5], [151.5, 693.5], [151.5, 694.5], [152.5, 694.5], [155.5, 694.5], [155.5, 693.5], [156.5, 693.5], [156.5, 692.5], [157.5, 692.5], [157.5, 690.5], [158.5, 690.5], [158.5, 687.5], [157.5, 687.5], [157.5, 686.5], [155.5, 686.5], [156.5, 686.5], [156.5, 685.5], [155.5, 685.5], [155.5, 682.5], [155.5, 681.5], [156.5, 681.5], [156.5, 681.5], [156.5, 680.5], [157.5, 680.5], [157.5, 679.5], [158.5, 679.5], [157.5, 679.5], [157.5, 676.5], [156.5, 676.5], [156.5, 675.5], [156.5, 674.5], [157.5, 674.5], [157.5, 672.5], [158.5, 672.5], [157.5, 671.5], [157.5, 669.5], [157.5, 666.5], [157.5, 668.5], [155.5, 668.5], [155.5, 669.5], [154.5, 669.5], [154.5, 674.5], [153.5, 674.5], [152.5, 674.5], [152.5, 672.5], [152.5, 673.5], [148.5, 673.5], [148.5, 674.5], [147.5, 674.5], [147.5, 676.5], [146.5, 676.5], [146.5, 677.5], [145.5, 677.5], [145.5, 678.5], [144.5, 678.5]]},
{"id": "txxik6", "submitted_by": "DiurMan2040", "name": "LaksharNia", "description": "Mejor conocida como Nia, Creadora de contenido para @Koi y Miembro de la #GGHouse, Representaci\u00f3n de la Skin de Minecraft, Logo creado por alguna parte de la comunidad llamada 'Niaters'", "website": "https://www.twitch.tv/lakshartnia", "subreddit": "", "center": [1704.5, 947.5], "path": [[1699.5, 956.5], [1708.5, 956.5], [1708.5, 938.5], [1699.5, 938.5], [1699.5, 956.5]]},
{"id": "txxie2", "submitted_by": "JosephStalin1953", "name": "Blurryface album cover", "description": "A simplified version of the album cover for Blurryface, by twenty one pilots", "website": "", "subreddit": "r/twentyonepilots", "center": [398.5, 1593.5], "path": [[402.5, 1597.5], [394.5, 1597.5], [394.5, 1589.5], [402.5, 1589.5], [402.5, 1589.5]]},
{"id": "txxi52", "submitted_by": "pengwynn06", "name": "Trailmakers Heart", "description": "The flowers and the heart are dedicated to the Steam game Trailmakers. The heart was originally red but was changed by an active Trailmakers member. It is next to the Scrap Mechanic logo as these communities are very close as the games are of similar genre.", "website": "https://www.playtrailmakers.com/", "subreddit": "/r/trailmakers", "center": [1850.5, 1281.5], "path": [[1847.5, 1278.5], [1848.5, 1278.5], [1849.5, 1279.5], [1850.5, 1279.5], [1851.5, 1278.5], [1852.5, 1278.5], [1853.5, 1279.5], [1853.5, 1280.5], [1853.5, 1281.5], [1853.5, 1282.5], [1852.5, 1283.5], [1851.5, 1284.5], [1850.5, 1285.5], [1849.5, 1285.5], [1849.5, 1284.5], [1848.5, 1284.5], [1847.5, 1283.5], [1846.5, 1282.5], [1846.5, 1281.5], [1846.5, 1280.5], [1846.5, 1279.5]]},
{"id": "txxhwq", "submitted_by": "aza6001", "name": "VIXOCORD", "description": "A bunch of friends with a crazy dream. Survived to the end with the help of their pals at BPL, Nerd^3, r/fssh and Many A True Nerd.", "website": "https://discord.gg/FFZbessH6k", "subreddit": "", "center": [1501.5, 937.5], "path": [[1504.5, 941.5], [1499.5, 941.5], [1497.5, 939.5], [1497.5, 935.5], [1499.5, 933.5], [1503.5, 933.5], [1505.5, 935.5], [1505.5, 939.5], [1504.5, 940.5], [1503.5, 941.5]]},
{"id": "txxful", "submitted_by": "Piguy922", "name": "Stockfish", "description": "he fish is a reference to Stockfish, a famous chess engine.", "website": "", "subreddit": "r/AnarchyChess", "center": [134.5, 685.5], "path": [[126.5, 694.5], [129.5, 694.5], [129.5, 692.5], [130.5, 690.5], [132.5, 690.5], [132.5, 691.5], [134.5, 691.5], [134.5, 690.5], [135.5, 690.5], [135.5, 688.5], [141.5, 687.5], [141.5, 686.5], [142.5, 686.5], [142.5, 683.5], [143.5, 683.5], [143.5, 682.5], [144.5, 682.5], [143.5, 682.5], [143.5, 681.5], [142.5, 681.5], [142.5, 678.5], [143.5, 678.5], [138.5, 678.5], [138.5, 679.5], [135.5, 679.5], [135.5, 680.5], [133.5, 680.5], [133.5, 679.5], [131.5, 679.5], [131.5, 682.5], [130.5, 682.5], [130.5, 683.5], [127.5, 683.5], [127.5, 685.5], [128.5, 685.5], [128.5, 686.5], [129.5, 686.5], [129.5, 688.5], [126.5, 688.5], [126.5, 689.5], [124.5, 689.5], [124.5, 692.5], [126.5, 692.5], [126.5, 694.5]]},
{"id": "txxfqf", "submitted_by": "Selvetrica", "name": "Teamspeak (Vandalized)", "description": "Teamspeak an older voice chat system similar to dicord, Caught in the crossfire of a griefer known as Mizkifs", "website": "https://www.teamspeak.com/en/", "subreddit": "https://www.reddit.com/r/teamspeak3/", "center": [1470.5, 1421.5], "path": [[1466.5, 1415.5], [1474.5, 1415.5], [1474.5, 1426.5], [1466.5, 1426.5]]},
{"id": "txxfl2", "submitted_by": "Alternative_Milk_849", "name": "Computer Science Society at the University of Birmingham", "description": "The societies' logo (CSS) and Purple Dinosaur Mascot (TeX). The dinosaur was protected by the H3 community while the GTAV botters fought to overtake it with their advertisement. ", "website": "https://cssbham.com/", "subreddit": "/r/UofB", "center": [570.5, 1403.5], "path": [[586.5, 1394.5], [586.5, 1407.5], [567.5, 1407.5], [556.5, 1409.5], [556.5, 1415.5], [544.5, 1415.5], [544.5, 1409.5], [556.5, 1409.5], [566.5, 1407.5], [566.5, 1394.5]]},
{"id": "txxcr7", "submitted_by": "Lord_Zekonas", "name": "TrollPixia", "description": "These 4 pixels are owned by u/Lord_Zekonas and his private discord community named 'ZGN' it is named the 'Trollpixel' after an emote they have in their server which is a low quality gray square, it was later renamed to 'TrollPixia' to parody NostalgiaCritics 'Kickassia' movie where he takes over Molossia and makes it his own country, there has been an alliance founded with r/yumenikki to keep TrollPixia in their artwork.\n", "website": "", "subreddit": "", "center": [0.5, 0.5], "path": [[1246.5, 132.5], [1247.5, 132.5], [1246.5, 133.5], [1247.5, 133.5], [1247.5, 133.5]]},
{"id": "txxcbu", "submitted_by": "Piguy922", "name": "Monopoly Hotel", "description": "A reference to a famous game on r/AnarchyChess created by u/scurlocc. The most upvoted comment every day would make on move in the chess game. On day 7, the move 'White buys a hotel on e5' was played.", "website": "", "subreddit": "r/AnarchyChess", "center": [128.5, 664.5], "path": [[132.5, 668.5], [132.5, 663.5], [131.5, 663.5], [131.5, 662.5], [130.5, 662.5], [130.5, 661.5], [129.5, 661.5], [129.5, 660.5], [128.5, 660.5], [128.5, 659.5], [127.5, 659.5], [127.5, 658.5], [125.5, 658.5], [125.5, 659.5], [124.5, 659.5], [124.5, 665.5], [125.5, 665.5], [125.5, 666.5], [126.5, 666.5], [126.5, 667.5], [127.5, 667.5], [127.5, 668.5], [132.5, 668.5]]},
{"id": "txxc5t", "submitted_by": "Selvetrica", "name": "Crunchyroll (Vandalized)", "description": "Popular streaming service for anime, Caught in the crossfire of a griefer known as Mizkif", "website": "https://www.crunchyroll.com/", "subreddit": "/r/crunchyroll", "center": [1471.5, 1432.5], "path": [[1467.5, 1428.5], [1467.5, 1435.5], [1474.5, 1435.5], [1474.5, 1428.5], [1467.5, 1428.5]]},
{"id": "txi9sd", "submitted_by": "sonionoff", "name": "BRAINDANCE", "description": "Logo of a CIS underground electronic music artists group called BRAINDANCE. Its name can also be interpreted as a music genre's title.", "website": "[https://vk.com/braindance_public](https://vk.com/braindance_public)", "subreddit": "", "center": [1345.5, 493.5], "path": [[1341.5, 490.5], [1349.5, 490.5], [1349.5, 496.5], [1341.5, 496.5], [1341.5, 490.5]]},
{"id": "txx9lc", "submitted_by": "bruhccoli3", "name": "Mario", "description": "Mario is a mustached plumber and protagonist of the Mario franchise. He is riding a kart.", "website": "", "subreddit": "/r/mariokart", "center": [1537.5, 339.5], "path": [[1535.5, 352.5], [1539.5, 351.5], [1542.5, 350.5], [1544.5, 348.5], [1546.5, 350.5], [1550.5, 350.5], [1551.5, 349.5], [1551.5, 343.5], [1549.5, 341.5], [1547.5, 340.5], [1546.5, 338.5], [1544.5, 336.5], [1548.5, 331.5], [1547.5, 327.5], [1539.5, 321.5], [1535.5, 321.5], [1528.5, 331.5], [1528.5, 333.5], [1531.5, 336.5], [1529.5, 337.5], [1529.5, 338.5], [1527.5, 339.5], [1524.5, 340.5], [1522.5, 342.5], [1522.5, 343.5], [1521.5, 344.5], [1521.5, 347.5], [1522.5, 348.5], [1525.5, 349.5], [1527.5, 351.5], [1529.5, 351.5], [1530.5, 352.5], [1533.5, 352.5], [1534.5, 351.5]]},
{"id": "txx8z3", "submitted_by": "Piguy922", "name": "Grey Smiley", "description": "An icon for a friend group associated with r/196 that r/AnarchyChess let take refuge on their board after it was destroyed by xQc.", "website": "", "subreddit": "r/AnarchyChess r/196", "center": [115.5, 613.5], "path": [[111.5, 611.5], [111.5, 615.5], [112.5, 615.5], [112.5, 616.5], [117.5, 616.5], [117.5, 615.5], [118.5, 615.5], [118.5, 610.5], [115.5, 610.5], [115.5, 611.5], [111.5, 611.5]]},
{"id": "txx89e", "submitted_by": "FrazzleFlib", "name": "Magmite", "description": "A Magmite from the Starlight River mod for Terraria stood here for quite some time, and recovered shortly after the image for this Atlas was taken, just before the end of r/place.", "website": "", "subreddit": "r/Terraria", "center": [1523.5, 1701.5], "path": [[1514.5, 1711.5], [1532.5, 1711.5], [1532.5, 1692.5], [1514.5, 1691.5]]},
{"id": "txx7nv", "submitted_by": "lemuuro", "name": "Little Bastard", "description": "A sneaky little goblin who occasionally stole from people during the Kingdoms Minecraft RP experiment.", "website": "", "subreddit": "", "center": [246.5, 282.5], "path": [[241.5, 277.5], [250.5, 277.5], [250.5, 286.5], [241.5, 286.5], [241.5, 277.5]]},
{"id": "txx5vw", "submitted_by": "AureusofGold", "name": "Monty Mole", "description": "A Monty Mole pixel art done by the extremely dangerous and volatile hacking group known as the \"Moles\". \n\nPixel art creator: ImpishMATT ", "website": "discord.gg/moles", "subreddit": "", "center": [754.5, 1843.5], "path": [[758.5, 1847.5], [758.5, 1838.5], [749.5, 1838.5], [749.5, 1847.5], [758.5, 1847.5]]},
{"id": "txx5bs", "submitted_by": "Braseko", "name": "Mordhred Oui Oui ", "description": "C\u00e9l\u00e8bre parole de la chanson Mordhred OUI OUI (feat. blueamv) ", "website": "[https://www.twitch.tv/mordhred](https://www.twitch.tv/mordhred)", "subreddit": "", "center": [1095.5, 1131.5], "path": [[1082.5, 1128.5], [1108.5, 1128.5], [1108.5, 1134.5], [1082.5, 1134.5], [1082.5, 1134.5]]},
{"id": "txx457", "submitted_by": "AverageFlame", "name": "Piskey", "description": "A 2 person build made by myself (u/AverageFlame) and my girlfriend (u/midonya) of our cat, Piskey", "website": "", "subreddit": "", "center": [1164.5, 444.5], "path": [[1160.5, 440.5], [1167.5, 440.5], [1167.5, 447.5], [1160.5, 447.5]]},
{"id": "txx43f", "submitted_by": "bruhccoli3", "name": "Luigi", "description": "Luigi on a kart. Luigi is the brother of the infamous Mario. He's a plumber.", "website": "", "subreddit": "/r/mariokart", "center": [1558.5, 310.5], "path": [[1544.5, 317.5], [1544.5, 319.5], [1545.5, 320.5], [1546.5, 321.5], [1556.5, 323.5], [1559.5, 320.5], [1569.5, 320.5], [1570.5, 317.5], [1566.5, 310.5], [1564.5, 307.5], [1567.5, 301.5], [1563.5, 294.5], [1555.5, 294.5], [1551.5, 301.5], [1554.5, 306.5], [1546.5, 315.5], [1544.5, 317.5]]},
{"id": "txx2rc", "submitted_by": "DaLasCowboy", "name": "Mechs", "description": "Streamer Colombiano de origen yopale\u00f1o, conocido por carrear como un toro sin usar pastillas desde su linea main ADC, devoto de la mami vayne y amante de los gatos como su logo de streamer, se dice que es calvo y se estima que le mide 32cm", "website": "https://www.facebook.com/Mechslol", "subreddit": "", "center": [1559.5, 1492.5], "path": [[1561.5, 1485.5], [1566.5, 1488.5], [1568.5, 1497.5], [1563.5, 1497.5], [1559.5, 1498.5], [1555.5, 1498.5], [1547.5, 1492.5], [1552.5, 1489.5], [1554.5, 1492.5], [1555.5, 1487.5], [1556.5, 1486.5], [1561.5, 1485.5]]},
{"id": "txx1nx", "submitted_by": "Diegopape", "name": "MARMO ARMY banner", "description": "Banner que representa ala comunidad de la streamer chilena marmotasenpai1 ", "website": "https://m.twitch.tv/marmotasenpai1/home", "subreddit": "/r/MarmoArmy", "center": [1669.5, 369.5], "path": [[1658.5, 366.5], [1661.5, 365.5], [1666.5, 361.5], [1672.5, 361.5], [1681.5, 366.5], [1681.5, 376.5], [1658.5, 376.5], [1657.5, 376.5], [1656.5, 367.5]]},
{"id": "txx191", "submitted_by": "GTAnonymous", "name": "Sertle chickens", "description": "Chickens made by the community of chicken-themed VTuber Sertle.", "website": "twitch.tv/sertle", "subreddit": "", "center": [863.5, 1450.5], "path": [[854.5, 1448.5], [854.5, 1452.5], [872.5, 1452.5], [872.5, 1451.5], [873.5, 1450.5], [872.5, 1449.5], [872.5, 1448.5], [854.5, 1448.5]]},
{"id": "txx0j7", "submitted_by": "leahspidey", "name": "Xenbe", "description": "The Minecraft head of Bedwars streamer Xenbe, also known as xenbandz or leahspideys biggest hater. ", "website": "https://www.twitch.tv/xenbe", "subreddit": "", "center": [187.5, 958.5], "path": [[183.5, 954.5], [183.5, 954.5], [183.5, 954.5], [183.5, 954.5], [183.5, 954.5], [183.5, 958.5], [183.5, 961.5], [190.5, 961.5], [190.5, 954.5]]},
{"id": "txx0ha", "submitted_by": "el_jonas32", "name": "Pollen\u00e7a Flag and Suitcase", "description": "A small group of friends and I decided to draw the flag of our hometown Pollen\u00e7a in the northern region of Mallorca (Spain). We also drew a suitcase (brown for the body, black for the handle) as it is a symbol of our group. ", "website": "", "subreddit": "", "center": [23.5, 1245.5], "path": [[30.5, 1245.5], [30.5, 1247.5], [28.5, 1247.5], [28.5, 1249.5], [27.5, 1249.5], [27.5, 1250.5], [26.5, 1250.5], [26.5, 1251.5], [25.5, 1252.5], [24.5, 1253.5], [23.5, 1253.5], [22.5, 1254.5], [21.5, 1255.5], [18.5, 1255.5], [21.5, 1252.5], [21.5, 1245.5], [17.5, 1241.5], [17.5, 1237.5], [21.5, 1237.5], [24.5, 1239.5], [25.5, 1240.5], [26.5, 1241.5], [28.5, 1243.5], [29.5, 1244.5]]},
{"id": "txwzli", "submitted_by": "Edgar_mr17", "name": "Ecuador-M\u00e9xico Alliance", "description": "Alliance made by BotLui and his followers.", "website": "https://www.facebook.com/BotLuii", "subreddit": "", "center": [1202.5, 351.5], "path": [[1199.5, 345.5], [1205.5, 345.5], [1204.5, 357.5], [1199.5, 357.5], [1199.5, 357.5], [1199.5, 345.5], [1205.5, 357.5], [1205.5, 357.5]]},
{"id": "txwyg6", "submitted_by": "GlockSmith_", "name": "Logo of Hole Hole", "description": "Hole Hole is a small community of players, which spawned years ago on a Minecraft build server named 'Hole Hole City'. This server still exists to this day, and the community is still building.", "website": "https://map.holehole.city/", "subreddit": "/r/757575", "center": [761.5, 553.5], "path": [[755.5, 547.5], [755.5, 547.5], [755.5, 547.5], [767.5, 547.5], [767.5, 559.5], [755.5, 559.5]]},
{"id": "txww8j", "submitted_by": "IkerCateto", "name": "Little ducks in the Spanish Flag", "description": "I just wanted to have something in the big place reddit by putting just one duck, at the next day the community did a hole family and that makes me so happy.", "website": "https://twitter.com/Iker_Aranda_/status/1510824211555790852/photo/1", "subreddit": "", "center": [1092.5, 305.5], "path": [[1127.5, 301.5], [1127.5, 308.5], [1053.5, 308.5], [1053.5, 303.5], [1127.5, 301.5]]},
{"id": "txww4q", "submitted_by": "TheWendysGirl", "name": "The Land of False Memers", "description": "The Land of False Memers, or LoFM for short, is a small discord community", "website": "", "subreddit": "", "center": [1551.5, 102.5], "path": [[1542.5, 98.5], [1559.5, 98.5], [1559.5, 105.5], [1542.5, 105.5]]},
{"id": "txwuzd", "submitted_by": "viruscumoruk", "name": "Needle Tip", "description": "Turkey's r/place Discord agreed to respect neighbouring works when they expanded the flag in the first hour and the needle was there. There was even a plan to complete the needle as a shish kebab. Despite it not lasting long, this area is one of the hottest places in heat maps.", "website": "", "subreddit": "", "center": [307.5, 374.5], "path": [[295.5, 369.5], [319.5, 374.5], [321.5, 377.5], [319.5, 379.5], [311.5, 377.5], [300.5, 375.5], [294.5, 373.5], [294.5, 370.5], [295.5, 369.5]]},
{"id": "txwutt", "submitted_by": "Marawantareq23", "name": "r/placestart's Ankh", "description": "The ankh or key of life is an ancient Egyptian hieroglyphic symbol used in Egyptian art and writing to represent the word for \"life\" and, by extension, as a symbol of life itself. (Put together by r/egypt place in collaboration with r/placestart)", "website": "", "subreddit": "r/Egypt, r/placestart", "center": [903.5, 1985.5], "path": [[901.5, 1993.5], [904.5, 1993.5], [904.5, 1987.5], [907.5, 1987.5], [907.5, 1984.5], [904.5, 1984.5], [905.5, 1983.5], [906.5, 1983.5], [906.5, 1980.5], [904.5, 1978.5], [901.5, 1978.5], [899.5, 1980.5], [899.5, 1982.5], [901.5, 1984.5], [898.5, 1984.5], [898.5, 1987.5], [901.5, 1987.5], [901.5, 1993.5]]},
{"id": "txwtkf", "submitted_by": "leahspidey", "name": "hannahxxrose", "description": "Minecraft Twitch streamer Hannahxxrose has her minecraft head placed amongst fellow DreamSMP members. Hannah is often seen playing Bedwars and is amazing at it. ", "website": "https://www.twitch.tv/hannahxxrose", "subreddit": "r/Hannahxxrose", "center": [141.5, 903.5], "path": [[138.5, 900.5], [138.5, 900.5], [138.5, 900.5], [139.5, 900.5], [141.5, 900.5], [144.5, 900.5], [145.5, 900.5], [145.5, 901.5], [145.5, 902.5], [145.5, 905.5], [144.5, 907.5], [145.5, 907.5], [138.5, 907.5], [138.5, 900.5]]},
{"id": "txwsrs", "submitted_by": "marihuan0", "name": "9966 Minecraft head.", "description": "Player 9966 minecraft head created at 01/04/2022.", "website": "https://es.namemc.com/profile/9966.6", "subreddit": "/r/namemc", "center": [0.5, 0.5], "path": [[767.5, 310.5], [767.5, 310.5], [774.5, 317.5]]},
{"id": "txwsgo", "submitted_by": "streepko", "name": "Dutch Heart for Ukraine", "description": "The Dutch flag in a heart to show support for Ukraine. Maintained by r/PlaceNL", "website": "", "subreddit": "r/PlaceNL", "center": [291.5, 193.5], "path": [[289.5, 191.5], [293.5, 191.5], [294.5, 192.5], [294.5, 193.5], [291.5, 196.5], [288.5, 193.5], [288.5, 192.5], [290.5, 191.5]]},
{"id": "txws1d", "submitted_by": "Derfi_o_algo_asi", "name": "Derfi", "description": "A Little man on his way of exist", "website": "", "subreddit": "", "center": [699.5, 1128.5], "path": [[697.5, 1126.5], [698.5, 1126.5], [699.5, 1126.5], [700.5, 1126.5], [700.5, 1127.5], [699.5, 1127.5], [698.5, 1127.5], [697.5, 1127.5], [697.5, 1128.5], [698.5, 1128.5], [699.5, 1128.5], [700.5, 1128.5], [700.5, 1129.5], [699.5, 1129.5], [698.5, 1129.5], [697.5, 1129.5]]},
{"id": "txwrz3", "submitted_by": "wobsta21", "name": "Otto the Dog", "description": "Portrait of rescue mutt Otto, the cutest dog in the whole world. ", "website": "", "subreddit": "", "center": [1275.5, 1259.5], "path": [[1277.5, 1257.5], [1277.5, 1261.5], [1272.5, 1261.5], [1272.5, 1257.5]]},
{"id": "txwqqs", "submitted_by": "Affectionate_Gur_395", "name": "First Instance of Retrora ppL", "description": "The First recreation of the Twitch Emote representing twitch streamer Retrora, it was than invaded by The Void, created by twitch streamer xQcOW and his viewers.", "website": "twitch.tv/Retrora", "subreddit": "/r/retrora", "center": [1823.5, 699.5], "path": [[1817.5, 704.5], [1829.5, 704.5], [1829.5, 694.5], [1817.5, 694.5]]},
{"id": "txwpvi", "submitted_by": "MrSergi0___", "name": "TheSergio13", "description": "Skin de minecraft del tiktoker TheSergio13", "website": "[https://www.tiktok.com/@thesergio13?is_from_webapp=1&sender_device=pc](https://www.tiktok.com/@thesergio13?is_from_webapp=1&sender_device=pc)", "subreddit": "/r/Sergi0___", "center": [1766.5, 697.5], "path": [[1763.5, 700.5], [1763.5, 694.5], [1769.5, 694.5], [1769.5, 700.5]]},
{"id": "txwnl7", "submitted_by": "Marawantareq23", "name": "Egypt-Wales Alliance Heart", "description": "A joint heart between the countries of Egypt and Wales signifying their alliance.", "website": "", "subreddit": "r/Egypt, r/Wales", "center": [72.5, 142.5], "path": [[72.5, 146.5], [67.5, 142.5], [67.5, 141.5], [69.5, 139.5], [71.5, 139.5], [71.5, 140.5], [73.5, 140.5], [75.5, 139.5], [75.5, 139.5], [77.5, 141.5], [77.5, 142.5], [72.5, 146.5], [71.5, 146.5]]},
{"id": "txwmr0", "submitted_by": "13echristian1", "name": "NediaVR", "description": "Nedia/Aiden is the first full RP walk VRchat Twitch streamer streaming every day.", "website": "https://www.twitch.tv/nediavr", "subreddit": "", "center": [902.5, 1486.5], "path": [[888.5, 1476.5], [888.5, 1495.5], [915.5, 1495.5], [915.5, 1476.5]]},
{"id": "txwm2s", "submitted_by": "Banananana123123", "name": "Fireman", "description": "Firman was created by a Jerma viewer during a community stream of the Jackbox Party game Tee K.O. It quickly became a channel meme with his simple caption, \"Look at this dude\"", "website": "", "subreddit": "", "center": [100.5, 1056.5], "path": [[96.5, 1063.5], [97.5, 1064.5], [99.5, 1064.5], [102.5, 1064.5], [106.5, 1054.5], [108.5, 1052.5], [105.5, 1054.5], [105.5, 1052.5], [106.5, 1051.5], [105.5, 1052.5], [104.5, 1051.5], [105.5, 1050.5], [106.5, 1049.5], [106.5, 1048.5], [104.5, 1050.5], [103.5, 1051.5], [102.5, 1050.5], [102.5, 1049.5], [103.5, 1049.5], [103.5, 1048.5], [104.5, 1047.5], [102.5, 1049.5], [101.5, 1049.5], [100.5, 1051.5], [99.5, 1050.5], [99.5, 1049.5], [100.5, 1048.5], [101.5, 1047.5], [98.5, 1049.5], [98.5, 1048.5], [98.5, 1047.5], [97.5, 1048.5], [98.5, 1050.5], [97.5, 1050.5], [96.5, 1050.5], [95.5, 1049.5], [97.5, 1051.5], [97.5, 1052.5], [96.5, 1052.5], [95.5, 1051.5], [96.5, 1053.5], [95.5, 1053.5], [95.5, 1054.5], [94.5, 1054.5], [93.5, 1053.5], [95.5, 1056.5], [95.5, 1056.5], [94.5, 1056.5], [95.5, 1057.5], [95.5, 1058.5], [96.5, 1059.5], [96.5, 1060.5], [96.5, 1061.5], [97.5, 1061.5], [98.5, 1062.5]]},
{"id": "txwlxn", "submitted_by": "Zodrun", "name": "Kurdistan 2010", "description": "There is a legend saying that a boy named Zodre claimed to have visited Kurdistan in 2010. However, his friends do not believe him. The group of friends spent hours defending their sign.", "website": "https://www.twitch.tv/schinik", "subreddit": "", "center": [745.5, 1857.5], "path": [[743.5, 1852.5], [743.5, 1862.5], [747.5, 1862.5], [747.5, 1852.5], [747.5, 1852.5]]},
{"id": "txwlpa", "submitted_by": "S3b4Sr", "name": "Map of Colombia", "description": "The map of colombia, it's beautiful :D", "website": "", "subreddit": "/r/Colombia", "center": [172.5, 1308.5], "path": [[177.5, 1295.5], [180.5, 1295.5], [185.5, 1297.5], [191.5, 1297.5], [194.5, 1302.5], [194.5, 1306.5], [197.5, 1315.5], [195.5, 1319.5], [193.5, 1320.5], [191.5, 1317.5], [190.5, 1316.5], [188.5, 1316.5], [185.5, 1317.5], [187.5, 1320.5], [188.5, 1324.5], [187.5, 1324.5], [185.5, 1326.5], [188.5, 1329.5], [186.5, 1334.5], [185.5, 1337.5], [186.5, 1339.5], [184.5, 1343.5], [182.5, 1342.5], [181.5, 1340.5], [182.5, 1337.5], [181.5, 1335.5], [175.5, 1335.5], [172.5, 1332.5], [168.5, 1332.5], [168.5, 1331.5], [165.5, 1328.5], [165.5, 1327.5], [163.5, 1326.5], [160.5, 1324.5], [158.5, 1323.5], [158.5, 1322.5], [153.5, 1322.5], [152.5, 1320.5], [148.5, 1320.5], [148.5, 1318.5], [146.5, 1316.5], [146.5, 1313.5], [148.5, 1313.5], [150.5, 1312.5], [153.5, 1309.5], [153.5, 1309.5], [153.5, 1306.5], [152.5, 1304.5], [152.5, 1301.5], [151.5, 1300.5], [151.5, 1296.5], [152.5, 1295.5], [153.5, 1293.5], [155.5, 1293.5], [155.5, 1291.5], [156.5, 1289.5], [158.5, 1288.5], [159.5, 1286.5], [160.5, 1286.5], [161.5, 1284.5], [163.5, 1282.5], [163.5, 1279.5], [165.5, 1279.5], [167.5, 1278.5], [168.5, 1276.5], [170.5, 1276.5], [171.5, 1275.5], [172.5, 1275.5], [175.5, 1272.5], [177.5, 1273.5], [179.5, 1275.5], [179.5, 1277.5], [177.5, 1277.5], [175.5, 1279.5], [173.5, 1280.5], [172.5, 1282.5], [172.5, 1284.5], [175.5, 1289.5], [175.5, 1293.5], [177.5, 1295.5]]},
{"id": "txwkx2", "submitted_by": "crazytaffy", "name": "Shickens", "description": "Shickens made by a couple of friends and strangers :)", "website": "", "subreddit": "r/stinkyshicken", "center": [758.5, 1400.5], "path": [[781.5, 1402.5], [781.5, 1402.5], [735.5, 1402.5], [735.5, 1398.5], [781.5, 1398.5], [781.5, 1402.5]]},
{"id": "txwkay", "submitted_by": "Entgard", "name": "Faerie Aisha", "description": "A Faerie painted Aisha from the virtual pet game 'neopets'. To the person who said it's a blue aisha, those don't have wings you moron.", "website": "[www.neopets.com](https://www.neopets.com)", "subreddit": "/r/neopets", "center": [548.5, 1505.5], "path": [[529.5, 1498.5], [531.5, 1500.5], [535.5, 1498.5], [543.5, 1505.5], [545.5, 1506.5], [544.5, 1508.5], [543.5, 1511.5], [540.5, 1513.5], [542.5, 1517.5], [537.5, 1515.5], [536.5, 1518.5], [541.5, 1522.5], [544.5, 1522.5], [553.5, 1515.5], [558.5, 1522.5], [563.5, 1521.5], [563.5, 1517.5], [560.5, 1515.5], [564.5, 1511.5], [560.5, 1504.5], [563.5, 1496.5], [559.5, 1494.5], [559.5, 1499.5], [552.5, 1499.5], [552.5, 1495.5], [549.5, 1490.5], [546.5, 1493.5], [542.5, 1489.5], [534.5, 1486.5]]},
{"id": "txwixg", "submitted_by": "AccordingClassroom30", "name": "Map of Croatia", "description": "Originally a coloured map of Croatia, that was later turned into it's shadow version on Day 3.", "website": "", "subreddit": "", "center": [433.5, 898.5], "path": [[419.5, 889.5], [447.5, 889.5], [447.5, 902.5], [440.5, 903.5], [441.5, 909.5], [434.5, 909.5], [433.5, 908.5], [429.5, 908.5], [427.5, 907.5], [423.5, 906.5], [419.5, 895.5], [419.5, 889.5]]},
{"id": "txwill", "submitted_by": "IndelibleToast", "name": "Bisexual Turtle", "description": "A turtle holding the bisexual pride flag.", "website": "", "subreddit": "/r/transplace", "center": [671.5, 471.5], "path": [[664.5, 473.5], [666.5, 475.5], [667.5, 476.5], [668.5, 475.5], [669.5, 476.5], [672.5, 476.5], [673.5, 475.5], [673.5, 471.5], [675.5, 471.5], [676.5, 472.5], [678.5, 472.5], [679.5, 471.5], [679.5, 469.5], [678.5, 468.5], [677.5, 468.5], [676.5, 467.5], [672.5, 467.5], [671.5, 468.5], [670.5, 468.5], [669.5, 467.5], [668.5, 467.5], [667.5, 466.5], [665.5, 468.5], [666.5, 469.5], [664.5, 471.5], [664.5, 473.5]]},
{"id": "txwgw6", "submitted_by": "Ilovebook123", "name": "momlip- loona", "description": "meme of kim lip sixth member of loona a kpop girl group", "website": "", "subreddit": "", "center": [358.5, 1618.5], "path": [[354.5, 1610.5], [355.5, 1624.5], [360.5, 1626.5], [362.5, 1616.5], [360.5, 1611.5], [355.5, 1611.5]]},
{"id": "txwft1", "submitted_by": "frickingfemboy", "name": "Three Chilean Among Us'", "description": "There are three Chilean among us characters in the mountain", "website": "", "subreddit": "", "center": [413.5, 475.5], "path": [[406.5, 473.5], [406.5, 477.5], [420.5, 477.5], [420.5, 473.5], [420.5, 473.5]]},
{"id": "txwbtp", "submitted_by": "AccordingClassroom30", "name": "Armenia/Honduras Flag Icon", "description": "What used to be the place of the Honduras icon, taken over by Armenia in the end stages of /Place.", "website": "", "subreddit": "/r/armenia /r/Honduras", "center": [880.5, 1986.5], "path": [[867.5, 1975.5], [893.5, 1975.5], [893.5, 1996.5], [867.5, 1996.5]]},
{"id": "txwb3d", "submitted_by": "dat__bear", "name": "The Boio", "description": "A boio to represent /r/boio_irl and the small community behind it", "website": "", "subreddit": "/r/boio_irl", "center": [1355.5, 1319.5], "path": [[1351.5, 1311.5], [1359.5, 1311.5], [1361.5, 1326.5], [1348.5, 1326.5]]},
{"id": "txwaws", "submitted_by": "PanMadzior", "name": "Ursi Gaming", "description": "A small gaming clan from Poland founded in 2012.", "website": "https://twitter.com/PanMadzior", "subreddit": "", "center": [1761.5, 1120.5], "path": [[1754.5, 1118.5], [1768.5, 1118.5], [1768.5, 1122.5], [1754.5, 1122.5]]},
{"id": "txw8qc", "submitted_by": "BleinOcto", "name": "Hardcord hearth", "description": "This heart is from minecraft game, basic in this game, when you play in normal minecraft mode, your hearts are only red and when you die, you respawn, but in hardcord mode, the hearts aesthetic changes, and when you die , you can no longer respawn, forcing you to delete your save.", "website": "minecraft.net", "subreddit": "", "center": [705.5, 681.5], "path": [[705.5, 679.5], [706.5, 678.5], [707.5, 678.5], [708.5, 679.5], [709.5, 680.5], [709.5, 681.5], [709.5, 682.5], [708.5, 683.5], [707.5, 684.5], [706.5, 685.5], [705.5, 686.5], [704.5, 685.5], [703.5, 684.5], [702.5, 683.5], [701.5, 682.5], [701.5, 680.5], [702.5, 679.5], [703.5, 678.5], [704.5, 678.5]]},
{"id": "txw87x", "submitted_by": "Hopeful-Start-5216", "name": "Aki Rosenthal", "description": "This apple is the symbol of Aki Rosenthal, a vtuber of the 1st generation of Hololive JP. She's an Alien talented in belly-dancing, has a beautiful singing voice, and loves to drink.", "website": "https://www.youtube.com/channel/UCHsx4Hqa-1ORjQTh9TYDhww", "subreddit": "r/hololive", "center": [1399.5, 962.5], "path": [[1401.5, 959.5], [1401.5, 960.5], [1402.5, 961.5], [1402.5, 963.5], [1401.5, 964.5], [1400.5, 965.5], [1398.5, 965.5], [1397.5, 964.5], [1396.5, 963.5], [1396.5, 961.5], [1397.5, 960.5], [1398.5, 959.5], [1399.5, 958.5], [1400.5, 958.5], [1401.5, 959.5], [1401.5, 960.5], [1402.5, 960.5]]},
{"id": "txw83h", "submitted_by": "douglesman", "name": "Mixed weather", "description": "Placed next to the Midsummer Pole, it reminds us of the Swedes' eternal claim that the weather on their sacrosanct holiday of Midsummer is always bad (rainy/overcast/even snow).", "website": "", "subreddit": "/r/sweden", "center": [658.5, 56.5], "path": [[672.5, 77.5], [667.5, 43.5], [650.5, 36.5], [640.5, 44.5], [645.5, 56.5], [665.5, 82.5], [665.5, 82.5], [665.5, 82.5]]},
{"id": "txw5of", "submitted_by": "theseEdiblesAreShit", "name": "Jerma Fireman", "description": "Look at this dude", "website": "", "subreddit": "", "center": [100.5, 1055.5], "path": [[95.5, 1062.5], [95.5, 1065.5], [103.5, 1065.5], [103.5, 1062.5], [105.5, 1059.5], [105.5, 1056.5], [106.5, 1055.5], [108.5, 1052.5], [106.5, 1048.5], [104.5, 1047.5], [101.5, 1047.5], [98.5, 1047.5], [95.5, 1049.5], [93.5, 1053.5], [93.5, 1056.5], [95.5, 1058.5]]},
{"id": "txw4gj", "submitted_by": "ArthaTi", "name": "Samerion", "description": "\"Dragon S\", the logo of Samerion MMORPG", "website": "http://samerion.com", "subreddit": "r/SamerionPlace", "center": [1858.5, 287.5], "path": [[1853.5, 276.5], [1866.5, 276.5], [1866.5, 298.5], [1850.5, 298.5], [1850.5, 284.5]]},
{"id": "txw457", "submitted_by": "KingInChains0", "name": "Anomander Rake", "description": "The character Anomander Rake, a tiste Andii. He is a central character from The Malazan Book of the Fallen. Fun Fact, the malazan world started as a DnD game and Anomander was the character played by the series author, Steven Erikson", "website": "https://malazan.fandom.com/wiki/Anomander_Rake#:~:text=Anomander%20Rake%20%5BAhno-man-der%5D%20also%20known%20by%20his%20titles,the%20loss%20and%20apathy%20his%20people%20had%20suffered.?msclkid=4e86015bb5ec11ecb72901aff750a82a", "subreddit": "/r/malazan", "center": [1835.5, 935.5], "path": [[1835.5, 927.5], [1839.5, 929.5], [1840.5, 937.5], [1837.5, 944.5], [1833.5, 944.5], [1831.5, 934.5], [1833.5, 927.5]]},
{"id": "txw3nb", "submitted_by": "Hopeful-Start-5216", "name": "Kfp Employee", "description": "A small chicken employee of KFP (Kiara Fried Phoenix), the fast-food chain owned by Takanashi Kiara, a vtuber of Hololive Myth.", "website": "https://www.youtube.com/channel/UCHsx4Hqa-1ORjQTh9TYDhww", "subreddit": "r/hololive", "center": [230.5, 772.5], "path": [[228.5, 770.5], [229.5, 769.5], [231.5, 769.5], [233.5, 770.5], [233.5, 774.5], [228.5, 774.5], [228.5, 770.5]]},
{"id": "txw3mz", "submitted_by": "Padfoot2020", "name": "Omae Wa Mou Shindeiru Dance", "description": "A popular remix of the song 'Little Tiny Adiantum' featuring the titular line from 'Fist of the North Star' and a gif of an anime girl dancing. A prominent edit features Tsukasa Yuzuki from 'Tonikaku Kawaii' doing the dance. ", "website": "[https://www.youtube.com/watch?v=Ejv0Gk-mGko](https://www.youtube.com/watch?v=Ejv0Gk-mGko)", "subreddit": "/r/TonikakuCawaii", "center": [274.5, 788.5], "path": [[270.5, 774.5], [277.5, 774.5], [278.5, 775.5], [279.5, 776.5], [280.5, 777.5], [280.5, 791.5], [281.5, 792.5], [281.5, 793.5], [282.5, 794.5], [282.5, 795.5], [281.5, 796.5], [281.5, 797.5], [280.5, 798.5], [280.5, 804.5], [279.5, 805.5], [278.5, 805.5], [277.5, 804.5], [277.5, 802.5], [276.5, 801.5], [275.5, 800.5], [274.5, 801.5], [273.5, 802.5], [273.5, 804.5], [272.5, 805.5], [271.5, 805.5], [270.5, 803.5], [270.5, 797.5], [269.5, 796.5], [268.5, 795.5], [268.5, 794.5], [269.5, 793.5], [268.5, 792.5], [267.5, 791.5], [266.5, 790.5], [263.5, 790.5], [262.5, 789.5], [262.5, 787.5], [266.5, 787.5], [267.5, 786.5], [267.5, 777.5], [268.5, 776.5], [269.5, 775.5], [270.5, 774.5]]},
{"id": "txw2sj", "submitted_by": "AccordingClassroom30", "name": "Ankh", "description": "The ankh or key of life is an ancient Egyptian hieroglyphic symbol to represent the word for life.", "website": "", "subreddit": "/r/Egypt", "center": [903.5, 1986.5], "path": [[895.5, 1975.5], [910.5, 1975.5], [910.5, 1996.5], [895.5, 1996.5]]},
{"id": "txw2gl", "submitted_by": "Ganesha811", "name": "SquareSpiral", "description": "The remnants of a red-and-blue square spiral, which had to relocate several times due to invasion by bigger groups. First created in the original Place.", "website": "", "subreddit": "/r/SquareSpiral", "center": [1748.5, 393.5], "path": [[1745.5, 392.5], [1749.5, 387.5], [1750.5, 393.5], [1752.5, 393.5], [1752.5, 396.5], [1745.5, 396.5], [1745.5, 392.5], [1745.5, 392.5], [1745.5, 392.5]]},
{"id": "txw269", "submitted_by": "howardt12345", "name": "The Great Boba Migration", "description": "Taiwan's most popular drink, boba tea (boba referring to Tapioca), has become internationally popular over the past few decades. On r/place, A line of black and brown (signifying milk tea and tapioca) was observed to come out from the straw of the Boba tea built by r/Taiwan, reaching several of Taiwan's neighbors on the canvas. This phenomenon was labeled as \"The great boba migration\" by Taiwan's r/place community. ", "website": "https://en.wikipedia.org/wiki/Bubble_tea", "subreddit": "/r/Taiwan", "center": [1079.5, 588.5], "path": [[928.5, 541.5], [928.5, 518.5], [958.5, 518.5], [958.5, 516.5], [911.5, 516.5], [911.5, 566.5], [1129.5, 566.5], [1129.5, 542.5], [1131.5, 542.5], [1131.5, 566.5], [1205.5, 566.5], [1294.5, 566.5], [1294.5, 568.5], [1291.5, 568.5], [1291.5, 620.5], [1130.5, 620.5], [1130.5, 625.5], [1128.5, 625.5], [1128.5, 618.5], [1289.5, 618.5], [1289.5, 568.5], [911.5, 568.5], [911.5, 618.5], [1124.5, 618.5], [1124.5, 647.5], [1118.5, 651.5], [1118.5, 661.5], [1124.5, 665.5], [1124.5, 692.5], [1122.5, 692.5], [1122.5, 666.5], [1114.5, 666.5], [1114.5, 665.5], [1114.5, 664.5], [1116.5, 664.5], [1116.5, 649.5], [1122.5, 645.5], [1122.5, 620.5], [909.5, 620.5], [909.5, 514.5], [960.5, 514.5], [960.5, 520.5], [930.5, 520.5], [930.5, 541.5], [928.5, 541.5]]},
{"id": "txw0yd", "submitted_by": "gljames24", "name": "Captain Puffy", "description": "Caroline Cara, better known online as CaptainPuffy, is a Twitch streamer and YouTuber who is friends with the Dream Team. She joined the Dream SMP on November 16, 2020. ", "website": "[https://m.twitch.tv/captainpuffy](https://m.twitch.tv/captainpuffy)", "subreddit": "[https://www.reddit.com/r/CaptainPuffy/](https://www.reddit.com/r/CaptainPuffy/)", "center": [151.5, 931.5], "path": [[147.5, 927.5], [154.5, 927.5], [154.5, 934.5], [147.5, 934.5], [147.5, 927.5]]},
{"id": "txw0ut", "submitted_by": "Bolivian-girl", "name": "Santa Cruz City Cathedral", "description": "Santa Cruz city cathedral illustration", "website": "https://es.wikipedia.org/wiki/Catedral_bas%C3%ADlica_de_San_Lorenzo_(Santa_Cruz_de_la_Sierra)", "subreddit": "/r/BOLIVIA", "center": [1376.5, 1223.5], "path": [[1365.5, 1213.5], [1363.5, 1212.5], [1363.5, 1211.5], [1366.5, 1211.5], [1367.5, 1213.5], [1367.5, 1215.5], [1369.5, 1217.5], [1370.5, 1214.5], [1374.5, 1214.5], [1374.5, 1211.5], [1376.5, 1211.5], [1376.5, 1214.5], [1382.5, 1215.5], [1383.5, 1211.5], [1384.5, 1210.5], [1384.5, 1207.5], [1386.5, 1207.5], [1386.5, 1210.5], [1388.5, 1215.5], [1389.5, 1221.5], [1390.5, 1222.5], [1390.5, 1233.5], [1361.5, 1232.5], [1361.5, 1227.5], [1361.5, 1221.5], [1362.5, 1221.5], [1362.5, 1215.5], [1363.5, 1215.5], [1363.5, 1212.5]]},
{"id": "txw0te", "submitted_by": "Asierge", "name": "Los Del Tecno", "description": "Los Del Tecno (The Techno Ones) id the name of the best students that have ever existed, from the second course of the technological baccalaureate of the Francesc Maci\u00e0 Institute (Barcelona) in 2022. This section represents the great effort and union of some brave students to fight in the war for the pixels and earn a deserved place on the canvas.", "website": "", "subreddit": "", "center": [882.5, 1872.5], "path": [[892.5, 1870.5], [892.5, 1874.5], [872.5, 1874.5], [872.5, 1870.5], [892.5, 1870.5]]},
{"id": "txvyoj", "submitted_by": "remsoffyt", "name": "French/serbian heart", "description": "The french and serbian friendship started fastly after the raids againt Serbian flag.", "website": "", "subreddit": "", "center": [175.5, 379.5], "path": [[171.5, 380.5], [173.5, 380.5], [173.5, 380.5], [173.5, 382.5], [175.5, 383.5], [176.5, 383.5], [179.5, 379.5], [179.5, 377.5], [177.5, 376.5], [175.5, 377.5], [173.5, 377.5], [173.5, 376.5], [171.5, 376.5], [171.5, 379.5]]},
{"id": "txvwm3", "submitted_by": "ZooWiiPapa", "name": "TalkBoys Patch", "description": "An immortal tribute to talking boys. Won decisive victory over Rose Hulman University.", "website": "", "subreddit": "", "center": [343.5, 1577.5], "path": [[341.5, 1574.5], [341.5, 1579.5], [344.5, 1579.5], [344.5, 1574.5], [341.5, 1574.5]]},
{"id": "txvwjj", "submitted_by": "pandacrp", "name": "Ch\u00f4mage", "description": "Vous pouvez voir ici le talent de futur ch\u00f4meurs sur plusieurs jours ", "website": "https://www.pole-emploi.fr/accueil/", "subreddit": "", "center": [1738.5, 1592.5], "path": [[1701.5, 1583.5], [1701.5, 1599.5], [1774.5, 1599.5], [1774.5, 1584.5], [1701.5, 1584.5]]},
{"id": "txvvrx", "submitted_by": "ChipChippy", "name": "Memento of Tayne & Chippy", "description": "Memory of an important relationship.\nIt resembles a meteor shower in the night sky seen by the two on a very special day.", "website": "", "subreddit": "u/ChipChippy", "center": [756.5, 1570.5], "path": [[761.5, 1583.5], [757.5, 1583.5], [757.5, 1584.5], [755.5, 1584.5], [755.5, 1583.5], [752.5, 1583.5], [752.5, 1576.5], [751.5, 1576.5], [751.5, 1574.5], [752.5, 1574.5], [752.5, 1560.5], [755.5, 1560.5], [754.5, 1559.5], [753.5, 1558.5], [752.5, 1557.5], [752.5, 1556.5], [753.5, 1555.5], [754.5, 1554.5], [755.5, 1554.5], [756.5, 1555.5], [757.5, 1554.5], [758.5, 1554.5], [759.5, 1554.5], [759.5, 1559.5], [761.5, 1559.5], [761.5, 1583.5]]},
{"id": "txvsqt", "submitted_by": "Shkeke", "name": "Cup of tea", "description": "Tea is a popular drink in the United Kingdom", "website": "", "subreddit": "", "center": [648.5, 552.5], "path": [[634.5, 553.5], [635.5, 557.5], [655.5, 557.5], [660.5, 553.5], [660.5, 547.5], [655.5, 547.5], [653.5, 543.5], [652.5, 543.5], [647.5, 548.5], [646.5, 547.5], [643.5, 547.5], [637.5, 552.5], [636.5, 553.5], [635.5, 553.5]]},
{"id": "txvq83", "submitted_by": "AccordingClassroom30", "name": "The Slav rectangle", "description": "Slovakia was the first to place down their flag in this location at the very start of r/Place. Croatia followed shortly after, joining on the bottom side of their border, and Slovenia to the left, with the Serbian flag joining in on the bottom left side after taking over the New York Jets logo. All of them eventually expanded their borders and added pixelart representing various national icons and landmarks.", "website": "", "subreddit": "/r/Slovakia /r/Slovenia /r/Croatia /r/Serbia", "center": [372.5, 889.5], "path": [[448.5, 867.5], [448.5, 910.5], [296.5, 910.5], [296.5, 867.5], [448.5, 867.5]]}
]
]

View file

@ -99,7 +99,7 @@ <h1 id="title">The 2022 /r/place Atlas</h1>
<canvas id="linesCanvas"></canvas>
<div id="innerContainer">
<canvas id="highlightCanvas" width="2000" height="2000"></canvas>
<img id="image" src="./_img/place-indexed.png" width="2000" height="2000" alt="Canvas of /r/place in the state of when the experiment was concluded." />
<img id="image" src="./_img/place-indexed-final-place.png" width="2000" height="2000" alt="Canvas of /r/place in the state of when the experiment was concluded." />
</div>
</div>