Merge branch 'master' into double_textbox

This commit is contained in:
Nicolas Abram 2022-04-08 03:09:59 -03:00 committed by GitHub
commit b68e8189cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 211 additions and 111 deletions

2
_headers Normal file
View file

@ -0,0 +1,2 @@
/*
Access-Control-Allow-Origin: *

4
netlify.toml Normal file
View file

@ -0,0 +1,4 @@
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"

View file

@ -137,6 +137,35 @@ async function init(){
if(initOverlap){
initOverlap();
}
} else if(mode.startsWith("diff")){
wrapper.className = wrapper.className.replace(/ drawMode/g, "");
try {
let liveResp = await fetch("https://place-atlas.stefanocoding.me/atlas.json");
let liveJson = await liveResp.json();
let liveAtlasReduced = liveJson.reduce(function(a, c) {
a[c.id] = c;
return a;
},{});
if(mode.endsWith("only")){
atlas = atlas.filter(function(entry) {
return JSON.stringify(entry) !== JSON.stringify(liveAtlasReduced[entry.id]);
});
}
atlas = atlas.map(function(entry) {
if(liveAtlasReduced[entry.id] === undefined){
entry.diff = "add";
}else if(JSON.stringify(entry) !== JSON.stringify(liveAtlasReduced[entry.id])){
entry.diff = "edit";
}
return entry;
});
//TEMP FOR TIME TRAVEL
atlasBackup = atlas;
} catch (error) {
console.log("Diff mode failed to load, reverting to normal view - " + error);
} finally {
initView();
}
}
function changeOverlapMode(){
@ -164,7 +193,7 @@ async function init(){
const toggleMode = document.getElementById("toggleMode");
toggleMode.onclick = changeOverlapMode;
toggleMode.innerHTML = modeMap[mode];
toggleMode.innerHTML = modeMap[mode] || "Overlap";
document.getElementById("loading").style.display = "none";

View file

@ -1,78 +1,78 @@
const timeConfig = [
{
timestamp: 1648822500,
url: "/_img/place/1648822500.png",
url: "./_img/place/1648822500.png",
image: null
},
{
timestamp: 1648847036,
url: "/_img/place/1648847036.png",
url: "./_img/place/1648847036.png",
image: null
},
{
timestamp: 1648870452,
url: "/_img/place/1648870452.png",
url: "./_img/place/1648870452.png",
image: null
},
{
timestamp: 1648893666,
url: "/_img/place/1648893666.png",
url: "./_img/place/1648893666.png",
image: null
},
{
timestamp: 1648917500,
url: "/_img/place/1648917500.png",
url: "./_img/place/1648917500.png",
image: null
},
{
timestamp: 1648942113,
url: "/_img/place/1648942113.png",
url: "./_img/place/1648942113.png",
image: null
},
{
timestamp: 1648956234,
url: "/_img/place/1648956234.png",
url: "./_img/place/1648956234.png",
image: null
},
{
timestamp: 1648968061,
url: "/_img/place/1648968061.png",
url: "./_img/place/1648968061.png",
image: null
},
{
timestamp: 1648979987,
url: "/_img/place/1648979987.png",
url: "./_img/place/1648979987.png",
image: null
},
{
timestamp: 1648992274,
url: "/_img/place/1648992274.png",
url: "./_img/place/1648992274.png",
image: null
},
{
timestamp: 1649012915,
url: "/_img/place/1649012915.png",
url: "./_img/place/1649012915.png",
image: null
},
{
timestamp: 1649037182,
url: "/_img/place/1649037182.png",
url: "./_img/place/1649037182.png",
image: null
},
{
timestamp: 1649060793,
url: "/_img/place/1649060793.png",
url: "./_img/place/1649060793.png",
image: null
},
{
timestamp: 1649084741,
url: "/_img/place/1649084741.png",
url: "./_img/place/1649084741.png",
image: null
},
{
timestamp: 1649113199,
url: "/_img/place/final.png",
url: "./_img/place/final.png",
image: null,
showAtlas: true,
},

View file

@ -114,8 +114,23 @@ function renderBackground(atlas){
backgroundContext.closePath();
backgroundContext.strokeStyle = "rgba(255, 255, 255, 0.8)";
var bgStrokeStyle;
switch (atlas[i].diff) {
case "add":
bgStrokeStyle = "rgba(0, 255, 0, 1)";
backgroundContext.lineWidth = 2;
break;
case "edit":
bgStrokeStyle = "rgba(255, 255, 0, 1)";
backgroundContext.lineWidth = 2;
break;
default:
bgStrokeStyle = "rgba(255, 255, 255, 0.8)";
break;
}
backgroundContext.strokeStyle = bgStrokeStyle;
backgroundContext.stroke();
backgroundContext.lineWidth = 1;
}
}
@ -691,7 +706,19 @@ function initView(){
context.globalCompositeOperation = "source-over";
context.strokeStyle = "rgba(0, 0, 0, 1)";
var hoverStrokeStyle;
switch (hovered[i].diff) {
case "add":
hoverStrokeStyle = "rgba(0, 155, 0, 1)";
break;
case "edit":
hoverStrokeStyle = "rgba(155, 155, 0, 1)";
break;
default:
hoverStrokeStyle = "rgba(0, 0, 0, 1)";
break;
}
context.strokeStyle = hoverStrokeStyle;
//context.lineWidth = zoom;
context.stroke();
}

View file

@ -303,8 +303,8 @@
{"id": "000363", "submitted_by": "Spenske-", "name": "TGForever Discord Advertisement", "description": "An advertisement for the TGForever Discord Server, a Minecraft and Terraria community with dedicated servers for each.", "website": "https://discord.gg/tgf", "subreddit": "/r/TGF", "center": [1602.5, 985.5], "path": [[1592.5, 969.5], [1612.5, 969.5], [1612.5, 1000.5], [1591.5, 1000.5], [1591.5, 969.5]]},
{"id": "000365", "submitted_by": "ScarfKat", "name": "Teddy and Ben", "description": "Characters from a web series by Wavetro. It was cut short after it's first episode by the creator leaving his YouTube career to pursue new interests.", "website": "https://wavetro.net/", "subreddit": "", "center": [1056.5, 407.5], "path": [[1050.5, 401.5], [1062.5, 401.5], [1062.5, 413.5], [1050.5, 413.5]]},
{"id": "000366", "submitted_by": "zL2noob-", "name": "The Longing", "description": "Shade, the main character from The Longing, is hiding behind Cookie Clicker, a game that the devs of The Longing were inspired by. THE LONGING is an unusual mix of an adventure and an idle-game. The player controls a Shade, who is told to keep watch of a sleeping King for 400 days until he awakens. The catch: These 400 days start to count down in real-time.", "website": "http://www.399d-23h-59m-59s.com/", "subreddit": "/r/TheLonging", "center": [1563.5, 185.5], "path": [[1559.5, 179.5], [1569.5, 179.5], [1568.5, 181.5], [1568.5, 182.5], [1566.5, 183.5], [1567.5, 185.5], [1566.5, 185.5], [1566.5, 189.5], [1567.5, 189.5], [1567.5, 192.5], [1559.5, 192.5]]},
{"id": "000367", "submitted_by": "GeoJayman", "name": "Rainbow Dash", "description": "Depicts the Element of Loyalty saluting the future and the world. Caption demonstrates that the fandom will continue despite the ending of Friendship is Magic in 2019.", "website": "https://mlp.fandom.com/wiki/Rainbow_Dash", "subreddit": "/r/mylittlepony", "center": [927.5, 1858.5], "path": [[925.5, 1830.5], [892.5, 1830.5], [892.5, 1885.5], [961.5, 1886.5], [961.5, 1830.5], [925.5, 1830.5]]},
{"id": "000368", "submitted_by": "Virtual_Cheek_7633", "name": "Nitori and Badapple", "description": "Nitori, a kappa from Touhou and Bad Apple, 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. Both were raided by a Peruvian streamer multiple times, and were forced to cede land in the end.", "website": "", "subreddit": "/r/touhou", "center": [497.5, 527.5], "path": [[468.5, 528.5], [468.5, 541.5], [511.5, 541.5], [511.5, 528.5], [527.5, 528.5], [527.5, 513.5], [480.5, 513.5], [480.5, 527.5]]},
{"id": "000367", "submitted_by": "Oofio128", "name": "Rainbow Dash", "description": "An image of the My Little Pony character Rainbow Dash saluting to the future and the world.\n \nThis artwork was part of the first piece of art that the MLP fandom worked on at the start of r/place. However, after getting decapitated by the Ukraine Flag numerous times and being raided by various Twitch streamers early on, the MLP fandom was forced to move and rework this artwork multiple times until it reached its final iteration as shown. This depiction of the Element of Loyalty and the caption below it now stands as a representation the fandom's will to persevere despite the end of Friendship is Magic in 2019.", "website": "https://mlp.fandom.com/wiki/Rainbow_Dash", "subreddit": "/r/mylittlepony", "center": [927.5, 1858.5], "path": [[925.5, 1830.5], [892.5, 1830.5], [892.5, 1885.5], [961.5, 1886.5], [961.5, 1830.5], [925.5, 1830.5]]},
{"id": "000368", "submitted_by": "Virtual_Cheek_7633", "name": "Nitori and Badapple", "description": "A kappa from Touhou she was raided by peru multiple times we were forced to concede land at the end", "website": "", "subreddit": "/r/touhou", "center": [497.5, 527.5], "path": [[468.5, 528.5], [468.5, 541.5], [511.5, 541.5], [511.5, 528.5], [527.5, 528.5], [527.5, 513.5], [480.5, 513.5], [480.5, 527.5]]},
{"id": "000370", "submitted_by": "lemonaid4", "name": "Suncracker0", "description": "the simplified logo of a small twitch streamer named Suncracker0", "website": "https://www.twitch.tv/suncracker0", "subreddit": "/r/Suncracker", "center": [736.5, 950.5], "path": [[734.5, 946.5], [734.5, 954.5], [738.5, 954.5], [738.5, 946.5], [738.5, 946.5]]},
{"id": "000371", "submitted_by": "SkytAsul", "name": "INSA", "description": "A French engineering school.", "website": "https://www.groupe-insa.fr/", "subreddit": "", "center": [12.5, 1073.5], "path": [[0.5, 1068.5], [24.5, 1068.5], [24.5, 1078.5], [1.5, 1078.5], [0.5, 1068.5]]},
{"id": "000374", "submitted_by": "ziemnakiscool", "name": "Kurzgesagt Painting", "description": "The r/kurzgesagt community made this picture.", "website": "", "subreddit": "/r/kurzgesagt", "center": [749.5, 52.5], "path": [[788.5, 70.5], [790.5, 68.5], [790.5, 36.5], [788.5, 35.5], [707.5, 35.5], [708.5, 69.5], [707.5, 70.5], [707.5, 36.5], [707.5, 70.5]]},
@ -391,7 +391,6 @@
{"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": "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]]},
{"id": "twpee2", "submitted_by": "EmberBaban", "name": "The Tortoise Trainer", "description": "The Tortoise Trainer is a painting by Osman Hamdi Bey, with a first version created in 1906 and a second in 1907. Hamdi's painting of an anachronistic historical character attempting to train tortoises is usually interpreted as a satire on the slow and ineffective attempts at reforming the Ottoman Empire.", "website": "", "subreddit": "", "center": [1133.5, 187.5], "path": [[1071.5, 248.5], [1072.5, 121.5], [1162.5, 121.5], [1163.5, 132.5], [1195.5, 129.5], [1195.5, 251.5]]},
{"id": "twpeak", "submitted_by": "th3_fish_", "name": "watchdominion.org", "description": "Link to a documentary about the animal exploitation industry. Created by animal rights activists.", "website": "", "subreddit": "/r/vegan_place", "center": [1969.5, 902.5], "path": [[1939.5, 887.5], [1939.5, 916.5], [1999.5, 916.5], [1999.5, 887.5]]},
@ -525,13 +524,12 @@
{"id": "two8xr", "submitted_by": "lemonaid4", "name": "Suncracker0", "description": "the simplified logo of a small twitch streamer named Suncracker0", "website": "https://www.twitch.tv/suncracker0", "subreddit": "/r/Suncracker", "center": [736.5, 950.5], "path": [[734.5, 946.5], [734.5, 954.5], [738.5, 954.5], [738.5, 946.5], [738.5, 946.5]]},
{"id": "two8s7", "submitted_by": "ziemnakiscool", "name": "Kurzgesagt Painting", "description": "The r/kurzgesagt community made this picture.", "website": "", "subreddit": "/r/kurzgesagt", "center": [749.5, 52.5], "path": [[788.5, 70.5], [790.5, 68.5], [790.5, 36.5], [788.5, 35.5], [707.5, 35.5], [708.5, 69.5], [707.5, 70.5], [707.5, 36.5], [707.5, 70.5]]},
{"id": "two8df", "submitted_by": "MagicBraden1", "name": "r/Cubers", "description": "r/cubers is a place for speedcubers (people who speedsolve different twisty-puzzles, such as the Rubik's cube) discuss different cubes, solving styles, records, and more.", "website": "https://www.reddit.com/r/Cubers/", "subreddit": "/r/cubers", "center": [1388.5, 497.5], "path": [[1350.5, 485.5], [1364.5, 485.5], [1363.5, 486.5], [1364.5, 487.5], [1365.5, 487.5], [1365.5, 488.5], [1366.5, 488.5], [1366.5, 489.5], [1366.5, 489.5], [1367.5, 490.5], [1368.5, 490.5], [1368.5, 491.5], [1425.5, 491.5], [1425.5, 509.5], [1412.5, 509.5], [1412.5, 503.5], [1355.5, 503.5], [1355.5, 502.5], [1354.5, 502.5], [1354.5, 501.5], [1353.5, 501.5], [1353.5, 500.5], [1352.5, 500.5], [1352.5, 499.5], [1351.5, 499.5], [1351.5, 498.5], [1350.5, 498.5], [1350.5, 485.5]]},
{"id": "two7wa", "submitted_by": "GeoJayman", "name": "Derpy Hooves", "description": "Depicts the fandom's favorite background character", "website": "https://mlp.fandom.com/wiki/Derpy_Hooves", "subreddit": "/r/mylittlepony", "center": [1975.5, 378.5], "path": [[2000.5, 356.5], [1950.5, 356.5], [1950.5, 400.5], [2000.5, 400.5], [2000.5, 356.5]]},
{"id": "two7h3", "submitted_by": "sk1pzy", "name": "Bow from Inanimate Insanity", "description": "Bow from Inanimate Insanity holding up the earth (r/BuildTheEarth)", "website": "https://www.inanimateinsanity.com/", "subreddit": "/r/inanimateinsanity", "center": [68.5, 638.5], "path": [[60.5, 632.5], [60.5, 642.5], [76.5, 642.5], [76.5, 632.5], [74.5, 632.5], [74.5, 633.5], [73.5, 633.5], [73.5, 634.5], [72.5, 634.5], [72.5, 635.5], [69.5, 635.5], [69.5, 633.5], [70.5, 633.5], [70.5, 632.5], [69.5, 632.5], [69.5, 635.5], [67.5, 635.5], [67.5, 632.5], [66.5, 632.5], [66.5, 633.5], [67.5, 633.5], [67.5, 635.5], [64.5, 635.5], [63.5, 635.5], [63.5, 634.5], [63.5, 633.5], [62.5, 633.5], [61.5, 633.5], [61.5, 632.5]]},
{"id": "two7fm", "submitted_by": "Boring_Disaster_21", "name": "Luna Crown", "description": "Crown representing Himemori Luna, a Vtuber from Hololive Japan 4th Generation.", "website": "https://hololive.hololivepro.com/en/talents/himemori-luna/", "subreddit": "/r/hololive", "center": [1360.5, 1119.5], "path": [[1360.5, 1111.5], [1360.5, 1124.5], [1355.5, 1124.5], [1353.5, 1119.5], [1358.5, 1111.5], [1366.5, 1117.5], [1365.5, 1124.5], [1360.5, 1124.5]]},
{"id": "two7br", "submitted_by": "Narnall", "name": "Starscape", "description": "A small artwork relating to the roblox game starscape", "website": "", "subreddit": "", "center": [1663.5, 837.5], "path": [[1693.5, 832.5], [1632.5, 833.5], [1631.5, 842.5], [1693.5, 842.5]]},
{"id": "two7bb", "submitted_by": "MrEduxator", "name": "Delutaya's Delta", "description": "A small green Delta symbol to represent Delutaya, a JP V-tuber.", "website": "https://www.youtube.com/channel/UC7YXqPO3eUnxbJ6rN0z2z1Q", "subreddit": "", "center": [269.5, 766.5], "path": [[264.5, 767.5], [264.5, 766.5], [265.5, 766.5], [265.5, 765.5], [266.5, 765.5], [266.5, 764.5], [267.5, 764.5], [267.5, 763.5], [268.5, 763.5], [268.5, 762.5], [269.5, 762.5], [270.5, 762.5], [270.5, 763.5], [271.5, 763.5], [271.5, 764.5], [272.5, 764.5], [272.5, 765.5], [273.5, 765.5], [273.5, 766.5], [274.5, 766.5], [274.5, 767.5], [274.5, 768.5], [264.5, 768.5], [264.5, 767.5]]},
{"id": "two6n0", "submitted_by": "-ChronicClub", "name": "Classic Guy, Spelunky Series", "description": "The protagonist of Spelunky Classic, and returns as the final unlockable character in Spelunky 2, both games being tough, 2D roguelike platformers.", "website": "https://www.mossmouth.com/spelunky2/", "subreddit": "/r/Spelunky", "center": [871.5, 513.5], "path": [[867.5, 518.5], [877.5, 518.5], [876.5, 516.5], [874.5, 516.5], [874.5, 514.5], [877.5, 510.5], [875.5, 510.5], [874.5, 507.5], [869.5, 507.5], [867.5, 510.5], [867.5, 517.5]]},
{"id": "two6gx", "submitted_by": "GeoJayman", "name": "My Little Pony", "description": "Combines the main characters of Generations 4 and 5 of the My Little Pony series. Also includes the combined Unicorn, Pegasus, and Earth Pony gems from A New Generation (2021).", "website": "https://mlp.wikia.com", "subreddit": "/r/mylittlepony", "center": [1651.5, 247.5], "path": [[1656.5, 211.5], [1645.5, 211.5], [1633.5, 212.5], [1627.5, 217.5], [1616.5, 229.5], [1613.5, 240.5], [1614.5, 258.5], [1619.5, 278.5], [1637.5, 279.5], [1640.5, 281.5], [1652.5, 281.5], [1669.5, 281.5], [1671.5, 279.5], [1684.5, 279.5], [1686.5, 261.5], [1689.5, 257.5], [1688.5, 228.5], [1677.5, 221.5], [1676.5, 213.5], [1662.5, 211.5], [1652.5, 211.5]]},
{"id": "two6gx", "submitted_by": "Oofio128", "name": "My Little Pony Crystal Mural", "description": "Combines the main characters of Generations 4 and 5 of the My Little Pony series as well as includes the combined Unicorn, Pegasus, and Earth Pony gems from the MLP Gen 5 movie A New Generation (2021). It was made with the help of the the r/mylittlepony subreddit and the Manechat discord server.\n \nThis art was created here after the Twitch streamer Asmongold took over MLP's original spot on r/place to create the Guts Portrait. Over the course of the event, this art became an important rallying point for the MLP fandom in combating numerous Twitch raids on themselves and their surrounding allies.", "website": "https://discord.gg/manechat", "subreddit": "/r/mylittlepony", "center": [1651.5, 247.5], "path": [[1656.5, 211.5], [1645.5, 211.5], [1633.5, 212.5], [1627.5, 217.5], [1616.5, 229.5], [1613.5, 240.5], [1614.5, 258.5], [1619.5, 278.5], [1637.5, 279.5], [1640.5, 281.5], [1652.5, 281.5], [1669.5, 281.5], [1671.5, 279.5], [1684.5, 279.5], [1686.5, 261.5], [1689.5, 257.5], [1688.5, 228.5], [1677.5, 221.5], [1676.5, 213.5], [1662.5, 211.5], [1652.5, 211.5]]},
{"id": "two5oy", "submitted_by": "j123s", "name": "oc.tc (Overcast Community)", "description": "Overcast Community, formerly Overcast Network, is a Minecraft server that focuses on large team-based minigames like Capture the Wool.", "website": "https://oc.tc", "subreddit": "", "center": [1990.5, 1517.5], "path": [[1982.5, 1511.5], [1990.5, 1509.5], [1998.5, 1511.5], [1997.5, 1522.5], [1990.5, 1527.5], [1983.5, 1522.5]]},
{"id": "two4yq", "submitted_by": "MrEduxator", "name": "Uruha Rushia's Butterfly", "description": "A short and sweet tribute to Uruha Rushia, a hololive member who was a part of holoive until Feburary 24th, 2022. The butterfly was used to represent her, as she had a strong association with them.", "website": "https://www.youtube.com/channel/UCl_gCybOJRIgOXw6Qb4qJzQ", "subreddit": "/r/hololive", "center": [253.5, 790.5], "path": [[250.5, 785.5], [259.5, 785.5], [259.5, 791.5], [256.5, 793.5], [255.5, 794.5], [254.5, 795.5], [253.5, 795.5], [253.5, 796.5], [252.5, 796.5], [251.5, 795.5], [250.5, 794.5], [249.5, 794.5], [248.5, 793.5], [247.5, 793.5], [247.5, 789.5], [248.5, 789.5], [248.5, 787.5], [249.5, 786.5]]},
{"id": "two4ji", "submitted_by": "Narnall", "name": "Space Station 13", "description": "Space station 13 clown", "website": "", "subreddit": "/r/ss13", "center": [1699.5, 591.5], "path": [[1678.5, 570.5], [1727.5, 569.5], [1726.5, 590.5], [1722.5, 596.5], [1715.5, 592.5], [1710.5, 593.5], [1707.5, 598.5], [1707.5, 600.5], [1710.5, 605.5], [1711.5, 606.5], [1705.5, 611.5], [1706.5, 618.5], [1678.5, 618.5]]},
@ -604,7 +602,6 @@
{"id": "twnevu", "submitted_by": "_8o_", "name": "Tomiii 11", "description": "tribute to tomiii 11, a child who passed away due to brain cancer in 2021 whose last wish was to become a big youtuber, as of 04/04/2022 tomiii 11 youtube channel has 10.5 million subscribers.", "website": "https://www.youtube.com/c/tomiii11_oficial", "subreddit": "", "center": [1272.5, 1921.5], "path": [[1299.5, 1953.5], [1243.5, 1953.5], [1244.5, 1897.5], [1249.5, 1894.5], [1249.5, 1890.5], [1248.5, 1890.5], [1248.5, 1888.5], [1300.5, 1888.5], [1300.5, 1953.5]]},
{"id": "twnep0", "submitted_by": "sayaduck", "name": "Wynncraft Logo", "description": "A small version of the logo for Wynncraft, a Minecraft MMORPG server.", "website": "https://wynncraft.com/", "subreddit": "/r/wynncraft", "center": [705.5, 779.5], "path": [[703.5, 775.5], [707.5, 775.5], [707.5, 776.5], [708.5, 776.5], [708.5, 777.5], [709.5, 777.5], [709.5, 778.5], [708.5, 778.5], [708.5, 783.5], [707.5, 783.5], [707.5, 784.5], [703.5, 784.5], [703.5, 783.5], [702.5, 783.5], [702.5, 782.5], [701.5, 782.5], [701.5, 777.5], [702.5, 777.5], [702.5, 776.5], [703.5, 776.5], [703.5, 775.5]]},
{"id": "twne4z", "submitted_by": "MrDaveCole98", "name": "Red vs. Blue", "description": "An American web series produced by Rooster Teeth. The show is based on the Halo franchise.", "website": "https://roosterteeth.com/channel/red-vs-blue-universe", "subreddit": "/r/RedvsBlue", "center": [461.5, 698.5], "path": [[448.5, 682.5], [472.5, 682.5], [472.5, 713.5], [449.5, 713.5], [449.5, 682.5]]},
{"id": "twndms", "submitted_by": "userat", "name": "Indian Flag", "description": "Indian flag with the India gate, Lotus and The Himalayas", "website": "", "subreddit": "", "center": [170.5, 1199.5], "path": [[0.5, 1225.5], [0.5, 1173.5], [343.5, 1175.5], [343.5, 1225.5], [2.5, 1225.5], [2.5, 1225.5], [0.5, 1225.5], [0.5, 1225.5]]},
{"id": "twndhk", "submitted_by": "TheCracker27", "name": "Rio Logo", "description": "The logo for the 2011 animated movie about spix's macaws", "website": "https://rio.fandom.com/wiki/Rio_Wiki", "subreddit": "/r/RioMovie", "center": [1338.5, 1757.5], "path": [[1332.5, 1754.5], [1344.5, 1754.5], [1344.5, 1759.5], [1332.5, 1759.5]]},
{"id": "twndhc", "submitted_by": "penguin14425", "name": "r/protogen", "description": "a sub reddit for protogens, incudes, memes art", "website": "", "subreddit": "/r/protogen", "center": [304.5, 1914.5], "path": [[291.5, 1903.5], [317.5, 1903.5], [316.5, 1926.5], [292.5, 1926.5]]},
{"id": "twndd2", "submitted_by": "TacoMadeOfCoco", "name": "Deeeep.io - Eat fish, become the shark", "description": "4 colorful clownfish made by r/deeeepio. Deeeep.io is a multiplayer online browser game. You start as small aquatic animals, and evolve to become the apex predator.", "website": "https://deeeep.io/", "subreddit": "/r/deeeepio", "center": [490.5, 1644.5], "path": [[479.5, 1650.5], [479.5, 1637.5], [500.5, 1637.5], [500.5, 1650.5], [500.5, 1650.5]]},
@ -661,7 +658,7 @@
{"id": "twmthw", "submitted_by": "202042", "name": "Jetstream Sam (Metal Gear Rising)", "description": "The beloved Brazilian antagonist from Metal Gear Rising: Revengance.", "website": "", "subreddit": "/r/metalgearsolid", "center": [1879.5, 1720.5], "path": [[1864.5, 1699.5], [1869.5, 1699.5], [1872.5, 1696.5], [1884.5, 1700.5], [1894.5, 1712.5], [1892.5, 1720.5], [1894.5, 1728.5], [1902.5, 1733.5], [1899.5, 1740.5], [1876.5, 1741.5], [1872.5, 1737.5], [1867.5, 1737.5], [1865.5, 1733.5], [1863.5, 1724.5], [1863.5, 1701.5], [1865.5, 1699.5]]},
{"id": "twmt61", "submitted_by": "XOXAR9", "name": "ULTRAKILL", "description": "A simple logo of the game ULTRAKILL. Featuring the iconic marksman revolver coin, and the P-rank symbol", "website": "http://devilmayquake.com/", "subreddit": "/r/Ultrakill", "center": [1360.5, 1808.5], "path": [[1346.5, 1797.5], [1346.5, 1818.5], [1353.5, 1818.5], [1353.5, 1820.5], [1365.5, 1820.5], [1365.5, 1818.5], [1374.5, 1817.5], [1374.5, 1797.5]]},
{"id": "twmt3s", "submitted_by": "thysnice", "name": "Original Blue Corner", "description": "Before the First Expansion, this was the base of the Blue Corner. Remnants can be seen in the Quebec Area and surrounding region.", "website": "", "subreddit": "/r/TheBlueCorner", "center": [959.5, 1069.5], "path": [[902.5, 1016.5], [1016.5, 1016.5], [1016.5, 1122.5], [902.5, 1122.5]]},
{"id": "twmt33", "submitted_by": "-KiriHana", "name": "Goku", "description": "Goku from Dragon Ball Z charging his Spirit Bomb!", "website": "https://discord.gg/Mqk6FhJp", "subreddit": "/r/DBZ", "center": [1979.5, 1452.5], "path": [[1965.5, 1431.5], [1978.5, 1431.5], [1978.5, 1434.5], [1979.5, 1435.5], [1987.5, 1435.5], [1987.5, 1437.5], [1986.5, 1438.5], [1985.5, 1439.5], [1985.5, 1441.5], [1986.5, 1442.5], [1987.5, 1443.5], [1987.5, 1445.5], [1989.5, 1445.5], [1989.5, 1448.5], [1988.5, 1453.5], [1989.5, 1453.5], [1989.5, 1455.5], [1991.5, 1455.5], [1992.5, 1456.5], [1993.5, 1457.5], [1995.5, 1458.5], [1995.5, 1465.5], [1996.5, 1466.5], [1998.5, 1467.5], [1998.5, 1468.5], [1989.5, 1468.5], [1989.5, 1469.5], [1988.5, 1470.5], [1987.5, 1474.5], [1975.5, 1474.5], [1974.5, 1473.5], [1975.5, 1469.5], [1976.5, 1469.5], [1978.5, 1468.5], [1978.5, 1466.5], [1976.5, 1462.5], [1975.5, 1460.5], [1974.5, 1458.5], [1970.5, 1456.5], [1968.5, 1453.5], [1967.5, 1450.5], [1965.5, 1446.5], [1962.5, 1447.5], [1961.5, 1446.5], [1960.5, 1444.5], [1961.5, 1442.5], [1964.5, 1441.5], [1965.5, 1439.5], [1966.5, 1436.5], [1968.5, 1433.5]]},
{"id": "twmt33", "submitted_by": "chocomint1", "name": "Goku charging Spirit Bomb", "description": "Everyone, lend me your energy!", "website": "https://discord.gg/Mqk6FhJp", "subreddit": "/r/DBZ", "center":[1979.5,1449.5],"path":[[1992.5,1434.5],[1992.5,1455.5],[1994.5,1456.5],[1994.5,1458.5],[1995.5,1465.5],[1996.5,1467.5],[1996.5,1468.5],[1990.5,1469.5],[1989.5,1474.5],[1984.5,1474.5],[1979.5,1474.5],[1978.5,1475.5],[1976.5,1474.5],[1976.5,1470.5],[1978.5,1470.5],[1978.5,1465.5],[1977.5,1464.5],[1976.5,1461.5],[1974.5,1459.5],[1971.5,1456.5],[1969.5,1453.5],[1967.5,1449.5],[1965.5,1447.5],[1963.5,1447.5],[1962.5,1448.5],[1961.5,1449.5],[1960.5,1449.5],[1960.5,1430.5],[1977.5,1430.5],[1978.5,1432.5],[1979.5,1433.5],[1979.5,1434.5]]},
{"id": "twmszp", "submitted_by": "oMEGAthreader", "name": "#100Devs", "description": "A picture of Leon Noel. Leon leads an entirely free and remote software engineering bootcamp on twitch. The bootcamp is called #100Devs after a goal Leon set to help 100 people affected by the pandemic break into the tech industry. This goal was recently achieved. He now leads a second cohort with 1000s of people checking in to class each week. This picture of him was made by some of the students and friends in the discord community. We don't get got. We go get!", "website": "https://www.twitch.tv/learnwithleon", "subreddit": "", "center": [1616.5, 521.5], "path": [[1600.5, 499.5], [1600.5, 543.5], [1632.5, 543.5], [1632.5, 499.5], [1632.5, 499.5]]},
{"id": "twmsme", "submitted_by": "ThatDudeIsShort", "name": "KAngel", "description": "KAngel or OMGKawaiiANgel is the persona of Ame-chan, the main protagonist of Needy Girl Overdose / Needy Streamer Overload.", "website": "", "subreddit": "", "center": [1869.5, 1263.5], "path": [[1856.5, 1250.5], [1881.5, 1250.5], [1881.5, 1276.5], [1857.5, 1276.5]]},
{"id": "twmsl5", "submitted_by": "ScorpionStrike77", "name": "Lateralus 'Flame Eye'", "description": "The Flame Eye is a logo associated with American Rock band Tool.", "website": "https://en.wikipedia.org/wiki/Tool_(band)", "subreddit": "/r/ToolBand", "center": [310.5, 1237.5], "path": [[319.5, 1247.5], [321.5, 1246.5], [323.5, 1245.5], [324.5, 1244.5], [325.5, 1242.5], [323.5, 1238.5], [320.5, 1237.5], [318.5, 1235.5], [317.5, 1231.5], [315.5, 1228.5], [313.5, 1233.5], [312.5, 1233.5], [313.5, 1228.5], [312.5, 1227.5], [310.5, 1224.5], [307.5, 1223.5], [309.5, 1226.5], [307.5, 1226.5], [306.5, 1229.5], [304.5, 1225.5], [301.5, 1226.5], [302.5, 1231.5], [299.5, 1229.5], [298.5, 1224.5], [297.5, 1228.5], [297.5, 1235.5], [298.5, 1236.5], [299.5, 1238.5], [302.5, 1241.5], [303.5, 1242.5], [306.5, 1244.5], [309.5, 1247.5], [319.5, 1248.5]]},
@ -697,7 +694,7 @@
{"id": "twmm82", "submitted_by": "f5xs_0000b", "name": "Horny Matsuri", "description": "Natsuiro Matsuri of hololive, but very horny.", "website": "https://www.youtube.com/channel/UCQ0UDLQCjY0rmuxCDE38FGg", "subreddit": "/r/hololive", "center": [1439.5, 1088.5], "path": [[1423.5, 1073.5], [1454.5, 1073.5], [1454.5, 1103.5], [1423.5, 1103.5]]},
{"id": "twmls3", "submitted_by": "Nickosaurus", "name": "The Real Eren", "description": "Pixel art of a face and phrase from Attack on Titan's main character, Eren Jaeger, in the series' last chapter, with minimal context and no plot spoilers. The subject of countless entertaining memes and jokes in the series' fandom, this face & phrase owes its popularization to the /r/titanfolk subreddit, with its placement on this year's /r/place by that subreddit assisted by the unexpectedly unified assistance of other communities in the fandom. This image will surely be at the front of our minds for quite a while - ten years, at least! Be wary of significant spoilers for the series if you seek further context.", "website": "https://i.imgur.com/y845KFg.png", "subreddit": "/r/titanfolk", "center": [139.5, 114.5], "path": [[109.5, 93.5], [79.5, 93.5], [80.5, 115.5], [124.5, 114.5], [130.5, 118.5], [130.5, 127.5], [131.5, 134.5], [130.5, 146.5], [150.5, 147.5], [157.5, 144.5], [171.5, 144.5], [173.5, 133.5], [175.5, 123.5], [176.5, 89.5], [172.5, 87.5], [159.5, 87.5], [140.5, 89.5], [135.5, 95.5], [132.5, 102.5], [133.5, 107.5], [132.5, 111.5], [130.5, 114.5], [129.5, 116.5], [124.5, 113.5], [120.5, 110.5], [119.5, 105.5]]},
{"id": "twmloz", "submitted_by": "MemoryAggravating694", "name": "Juice Wrld", "description": "A tribute to the late Juice Wrld: the two albums depicted are \u201cGoodbye and Gods Riddance\u201d and \u201cLegends Never Die\u201d", "website": "", "subreddit": "/r/juicewrld", "center": [1980.5, 1538.5], "path": [[1960.5, 1548.5], [2000.5, 1547.5], [2000.5, 1529.5], [1962.5, 1529.5]]},
{"id": "twmlm7", "submitted_by": "Wonderful-Surprise-7", "name": "Flag of Equestria", "description": "Equestria is a fictional monarchy in My Little Pony: Friendship is Magic. The flag displays Princess Celestia and Princess Luna, the rulers of Equestria, flying around the sun and moon, which they raise and lower each day.", "website": "", "subreddit": "/r/mylittlepony", "center": [919.5, 1760.5], "path": [[906.5, 1778.5], [906.5, 1746.5], [932.5, 1746.5], [932.5, 1777.5], [920.5, 1771.5]]},
{"id": "twmlm7", "submitted_by": "Oofio128", "name": "Flag of Equestria", "description": "Pixel art of the Flag of Equestria from My Little Pony: Friendship is Magic. The flag displays Princess Celestia and Princess Luna, the diarchy of Equestria, flying around the sun and moon, which they each raise and lower each day.\n \n This was the flag design that was chosen out of three potential designs by the Manechat Discord server. They, along with their allies would help maintain this flag as one of their pieces throughout the event.", "website": "https://discord.com/invite/manechat", "subreddit": "/r/mylittlepony", "center": [919.5, 1760.5], "path": [[906.5, 1778.5], [906.5, 1746.5], [932.5, 1746.5], [932.5, 1777.5], [920.5, 1771.5]]},
{"id": "twmlez", "submitted_by": "Narnall2", "name": "June and Angel Memorial (Sewerslvt)", "description": "A piece dedicated to the music artist Sewerslvt. The artwork is based off of the thumbnail image used for the final song of their career titled 'Goodbye'", "website": "https://www.youtube.com/watch?v=ABBpsy6rlVU&t", "subreddit": "/r/sewerslvt", "center": [445.5, 1815.5], "path": [[464.5, 1800.5], [425.5, 1800.5], [425.5, 1829.5], [464.5, 1829.5], [464.5, 1807.5]]},
{"id": "twml87", "submitted_by": "rafaelloaa", "name": "WPI", "description": "Logo of Worcester Polytechnic University, an engineering school in Worcester, MA", "website": "", "subreddit": "/r/WPI", "center": [318.5, 1559.5], "path": [[310.5, 1554.5], [325.5, 1554.5], [325.5, 1563.5], [325.5, 1563.5], [325.5, 1564.5], [310.5, 1564.5]]},
{"id": "twml7z", "submitted_by": "Acrobatic-Waltz-1702", "name": "Pregnant Mario", "description": "You heard that correctly.", "website": "", "subreddit": "", "center": [1618.5, 1956.5], "path": [[1606.5, 1970.5], [1607.5, 1971.5], [1610.5, 1972.5], [1616.5, 1972.5], [1619.5, 1975.5], [1623.5, 1975.5], [1623.5, 1974.5], [1624.5, 1973.5], [1625.5, 1974.5], [1633.5, 1974.5], [1634.5, 1973.5], [1635.5, 1973.5], [1638.5, 1970.5], [1638.5, 1965.5], [1637.5, 1964.5], [1637.5, 1962.5], [1636.5, 1961.5], [1635.5, 1961.5], [1634.5, 1960.5], [1634.5, 1959.5], [1633.5, 1958.5], [1633.5, 1957.5], [1632.5, 1956.5], [1628.5, 1956.5], [1627.5, 1955.5], [1625.5, 1955.5], [1625.5, 1951.5], [1623.5, 1951.5], [1623.5, 1950.5], [1622.5, 1950.5], [1622.5, 1949.5], [1622.5, 1948.5], [1624.5, 1948.5], [1625.5, 1947.5], [1625.5, 1944.5], [1626.5, 1943.5], [1627.5, 1942.5], [1628.5, 1941.5], [1628.5, 1939.5], [1626.5, 1937.5], [1624.5, 1937.5], [1624.5, 1936.5], [1621.5, 1933.5], [1619.5, 1933.5], [1619.5, 1932.5], [1613.5, 1932.5], [1613.5, 1933.5], [1609.5, 1933.5], [1609.5, 1935.5], [1608.5, 1935.5], [1606.5, 1937.5], [1606.5, 1940.5], [1607.5, 1940.5], [1608.5, 1941.5], [1608.5, 1947.5], [1609.5, 1948.5], [1608.5, 1949.5], [1607.5, 1949.5], [1601.5, 1955.5], [1601.5, 1956.5], [1600.5, 1957.5], [1600.5, 1964.5], [1601.5, 1965.5], [1601.5, 1966.5], [1603.5, 1968.5], [1605.5, 1968.5], [1606.5, 1970.5]]},
@ -707,7 +704,7 @@
{"id": "twmkh3", "submitted_by": "DedePainted", "name": "Minecraft Championship", "description": "Icons of the team mascots and the winner\u2019s coin of the Minecraft tournament \u2018Minecraft Championship!\u2019", "website": "https://noxcrew.com/mcc", "subreddit": "/r/MinecraftChampionship", "center": [1789.5, 115.5], "path": [[1774.5, 101.5], [1774.5, 101.5], [1774.5, 101.5], [1774.5, 101.5], [1774.5, 102.5], [1774.5, 104.5], [1774.5, 105.5], [1774.5, 107.5], [1774.5, 108.5], [1774.5, 109.5], [1774.5, 110.5], [1772.5, 110.5], [1770.5, 110.5], [1770.5, 111.5], [1770.5, 113.5], [1770.5, 115.5], [1770.5, 118.5], [1770.5, 121.5], [1770.5, 124.5], [1770.5, 128.5], [1770.5, 130.5], [1772.5, 130.5], [1783.5, 130.5], [1797.5, 130.5], [1809.5, 130.5], [1809.5, 111.5], [1804.5, 110.5], [1805.5, 105.5], [1804.5, 103.5], [1805.5, 103.5], [1804.5, 103.5], [1803.5, 102.5], [1802.5, 101.5], [1801.5, 99.5], [1796.5, 98.5], [1786.5, 97.5], [1785.5, 98.5], [1784.5, 99.5], [1782.5, 100.5], [1779.5, 100.5], [1776.5, 100.5], [1774.5, 101.5], [1774.5, 101.5], [1774.5, 101.5]]},
{"id": "twmkh1", "submitted_by": "CydersZenith", "name": "Goop House", "description": "An underground label/collective with community challenges based around the PC music scene.", "website": "https://soundcloud.com/goophouse", "subreddit": "", "center": [873.5, 1809.5], "path": [[872.5, 1800.5], [874.5, 1800.5], [874.5, 1817.5], [872.5, 1817.5]]},
{"id": "twmkbd", "submitted_by": "craff_t", "name": "Hamburger Elbphilharmonie", "description": "The Elbphilharmonie, popularly nicknamed Elphi, is a concert hall in the HafenCity quarter of Hamburg, Germany, on the Grasbrook peninsula of the Elbe River. It is among the largest in the world and a popular tourist attraction.", "website": "", "subreddit": "", "center": [518.5, 1158.5], "path": [[503.5, 1139.5], [507.5, 1142.5], [510.5, 1138.5], [516.5, 1145.5], [519.5, 1142.5], [525.5, 1152.5], [524.5, 1149.5], [528.5, 1149.5], [528.5, 1146.5], [534.5, 1152.5], [534.5, 1149.5], [535.5, 1150.5], [536.5, 1152.5], [536.5, 1171.5], [503.5, 1171.5]]},
{"id": "twmk7q", "submitted_by": "Wonderful-Surprise-7", "name": "Derpy and Fluttershy", "description": "Derpy and Fluttershy are two characters from My Little Pony: Friendship is Magic. Derpy was first noticed by fans in 2010 for her cross-eyed look in the pilot episode of the show. She was a fan favorite ever since. Fluttershy is one of the main characters in the show and is known for representing the element of kindness.", "website": "", "subreddit": "/r/mylittlepony", "center": [1975.5, 378.5], "path": [[1951.5, 357.5], [2001.5, 356.5], [2000.5, 400.5], [1949.5, 400.5]]},
{"id": "twmk7q", "submitted_by": "Oofio128", "name": "Derpy and Fluttershy", "description": "Derpy and Fluttershy are two characters from My Little Pony: Friendship is Magic. Derpy was first noticed by fans in 2010 for her cross-eyed look in the pilot episode of the show and became a fan favorite ever since. Fluttershy is one of the main characters in the show and is known for representing the Element of Kindness.\n \n Derpy was mainly spearheaded by Russian MLP pixel artists of the r/MLP_Pixel subreddit and was a part of the original art that the MLP fandom had planned to make for r/place. Initially, this art was located near the original Rainbow Dash, but moved nearby to the southwest for further protection from the Ukraine Flag and Twitch stream raids. However, even with this measure, the artwork still experienced griefing by streamers (especially Mizkif). When the canvas expanded, the artwork was moved once more over to its current location where it was protected in a joint effort between r/mylittlepony and r/MLP_Pixel.\n \nAlong the way, a small Fluttershy was added as well.", "website": "https://mlp.fandom.com/wiki/Derpy#Pegasus", "subreddit": "/r/mylittlepony, r/MLP_Pixel", "center": [1975.5, 378.5], "path": [[1951.5, 357.5], [2001.5, 356.5], [2000.5, 400.5], [1949.5, 400.5]]},
{"id": "twmk6g", "submitted_by": "GabrielDieck", "name": "Flag of Paraguay", "description": "Flag of Paraguay made by r/Paraguay and the Paraguayan Discord community.", "website": "", "subreddit": "/r/Paraguay", "center": [1063.5, 690.5], "path": [[926.5, 684.5], [1200.5, 684.5], [1200.5, 695.5], [926.5, 695.5]]},
{"id": "twmk0n", "submitted_by": "K4M1k4ZE_", "name": "LGBTQ Pride", "description": "Pride flags :D", "website": "", "subreddit": "/r/placepride", "center": [525.5, 485.5], "path": [[496.5, 494.5], [496.5, 501.5], [502.5, 501.5], [503.5, 501.5], [503.5, 502.5], [553.5, 501.5], [553.5, 494.5], [552.5, 494.5], [552.5, 493.5], [537.5, 493.5], [537.5, 488.5], [536.5, 488.5], [536.5, 487.5], [535.5, 487.5], [535.5, 486.5], [534.5, 486.5], [534.5, 486.5], [534.5, 485.5], [533.5, 484.5], [532.5, 483.5], [532.5, 483.5], [531.5, 481.5], [530.5, 481.5], [529.5, 480.5], [528.5, 479.5], [527.5, 477.5], [527.5, 475.5], [528.5, 474.5], [529.5, 474.5], [529.5, 475.5], [530.5, 475.5], [537.5, 482.5], [547.5, 473.5], [535.5, 460.5], [525.5, 473.5], [515.5, 462.5], [502.5, 474.5], [509.5, 482.5], [520.5, 473.5], [523.5, 476.5], [511.5, 492.5]]},
{"id": "twmjz6", "submitted_by": "JohnnyHotshot", "name": "HYDRA", "description": "A terrorist organization within the Marvel universe focused on world domination. Beginning as a cult to worship the Inhuman known as Alveus or Hive, Hydra has existed in many forms over the years, most notable the rogue Nazi science division. This green variant of their logo is found in Framework's virtual reality alternate timeline.", "website": "https://marvelcinematicuniverse.fandom.com/wiki/HYDRA", "subreddit": "/r/shield", "center": [938.5, 913.5], "path": [[936.5, 905.5], [940.5, 905.5], [947.5, 911.5], [947.5, 915.5], [941.5, 921.5], [935.5, 921.5], [929.5, 915.5], [929.5, 910.5]]},
@ -794,7 +791,6 @@
{"id": "twm5um", "submitted_by": "smokeyinferno", "name": "Spirit Phone Album Cover", "description": "The album cover for Neil Cicierega\u2019s 2016 album, Spirit Phone, which was released under the musical project known as \u201cLemon Demon\u201d. This album cover was drawn by Neil\u2019s wife, Ming Doyle, and features art of Neil holding Maui, a cat owned by the two until he passed away in 2020. The album itself is very eccentric; it is primarily composed of synth-pop songs about various things related to the occult, ranging from Gef the Talking Mongoose to a girl from another dimension who the narrator is hopelessly in love with despite her race\u2019s Earth-shattering properties.", "website": "https://lemondemon.bandcamp.com/album/spirit-phone", "subreddit": "/r/lemondemon", "center": [316.5, 1947.5], "path": [[292.5, 1926.5], [292.5, 1926.5], [292.5, 1925.5], [292.5, 1969.5], [340.5, 1969.5], [340.5, 1925.5]]},
{"id": "twm5se", "submitted_by": "Flamberge3000", "name": "Kobo Kanaeru", "description": "Kobo Kanaeru is a talent of Hololive, a Vtuber agency. She debuted with two other VTubers as the third generation of Hololive's Indonesian branch.", "website": "https://hololive.hololivepro.com/en/talents/kobo-kanaeru/", "subreddit": "/r/Hololive", "center": [1916.5, 714.5], "path": [[1891.5, 696.5], [1891.5, 732.5], [1940.5, 732.5], [1940.5, 696.5]]},
{"id": "twm5b4", "submitted_by": "K4M1k4ZE_", "name": "Flag of the Dutch province Overijssel", "description": "", "website": "", "subreddit": "", "center": [1260.5, 7.5], "path": [[1253.5, 2.5], [1253.5, 12.5], [1267.5, 12.5], [1267.5, 2.5], [1253.5, 2.5]]},
{"id": "twm4kc", "submitted_by": "Spoken-Softly", "name": "Stellaris Gigastructures Kaiser", "description": "A crisis event from the major Stellaris mod Gigastructures.", "website": "", "subreddit": "", "center": [1464.5, 987.5], "path": [[787.5, 692.5], [822.5, 693.5], [822.5, 697.5], [820.5, 698.5], [823.5, 701.5], [821.5, 704.5], [821.5, 708.5], [818.5, 711.5], [812.5, 711.5], [809.5, 708.5], [805.5, 707.5], [803.5, 707.5], [801.5, 709.5], [799.5, 711.5], [794.5, 711.5], [791.5, 710.5], [790.5, 707.5], [787.5, 707.5], [785.5, 702.5], [787.5, 692.5]]},
{"id": "twm4jy", "submitted_by": "Charimia", "name": "r/StardewValley Mural", "description": "It all started with a Chicken, but this tribute to the Stardew Valley community and subreddit grew into the piece you see before you. It underwent several renditions -- First just the Chicken, then the text and its mountainous background was added, then a green Junimo, a Blue chicken, and a purple Junimo. By day 2, the purple Junimo had lost to a more iconic Stardrop. The piece remained relatively unchanged for the remainder of r/place, with the exception of coloring improvements and several updates to the text backdrop. I'm so proud of our community for keeping this piece beautiful till the very end.", "website": "", "subreddit": "/r/StardewValley", "center": [102.5, 366.5], "path": [[71.5, 345.5], [132.5, 345.5], [132.5, 386.5], [71.5, 386.5]]},
{"id": "twm4ix", "submitted_by": "Various_Profit1097", "name": "Reimu Hakurei & Hatsune Miku", "description": "A small Reimu beside a small Miku symbolizing the friendship between the two subreddits throughout r/place 2022", "website": "", "subreddit": "/r/Touhou, r/, Hatsune", "center": [810.5, 697.5], "path": [[786.5, 687.5], [777.5, 685.5], [792.5, 687.5], [801.5, 688.5], [807.5, 687.5], [809.5, 688.5], [811.5, 689.5], [812.5, 688.5], [813.5, 687.5], [813.5, 687.5], [814.5, 687.5], [813.5, 689.5], [813.5, 689.5], [813.5, 690.5], [813.5, 690.5], [813.5, 690.5], [811.5, 685.5], [821.5, 686.5], [829.5, 685.5], [806.5, 686.5], [805.5, 686.5], [806.5, 685.5], [793.5, 686.5], [791.5, 685.5], [787.5, 685.5], [786.5, 685.5], [784.5, 685.5], [808.5, 685.5], [811.5, 684.5], [810.5, 685.5], [794.5, 689.5], [790.5, 690.5], [791.5, 691.5], [796.5, 688.5], [797.5, 689.5], [799.5, 689.5], [802.5, 690.5], [804.5, 689.5], [805.5, 689.5], [807.5, 689.5], [790.5, 688.5], [787.5, 689.5], [786.5, 689.5], [784.5, 689.5], [783.5, 688.5], [782.5, 687.5], [779.5, 687.5], [778.5, 687.5], [778.5, 686.5], [777.5, 686.5], [777.5, 687.5], [778.5, 688.5], [775.5, 686.5], [782.5, 689.5], [781.5, 689.5], [778.5, 689.5], [780.5, 690.5], [781.5, 691.5], [785.5, 691.5], [788.5, 690.5], [789.5, 690.5], [786.5, 689.5], [784.5, 688.5], [781.5, 689.5], [781.5, 689.5], [798.5, 690.5], [799.5, 691.5], [797.5, 692.5], [789.5, 691.5], [788.5, 690.5], [788.5, 691.5], [784.5, 687.5], [783.5, 689.5], [783.5, 687.5], [781.5, 688.5], [782.5, 688.5], [792.5, 688.5], [794.5, 688.5], [794.5, 688.5], [790.5, 687.5], [788.5, 688.5], [789.5, 687.5], [788.5, 688.5], [787.5, 688.5], [809.5, 688.5], [809.5, 691.5], [807.5, 691.5], [807.5, 691.5], [801.5, 691.5], [801.5, 691.5], [816.5, 690.5], [813.5, 690.5], [820.5, 686.5], [828.5, 687.5], [828.5, 688.5], [828.5, 690.5], [828.5, 690.5], [828.5, 690.5], [827.5, 691.5], [814.5, 692.5], [813.5, 689.5], [829.5, 690.5], [829.5, 686.5], [828.5, 684.5], [825.5, 685.5], [815.5, 685.5], [814.5, 685.5], [813.5, 684.5], [820.5, 685.5], [824.5, 684.5], [828.5, 683.5], [830.5, 687.5], [831.5, 685.5], [829.5, 683.5], [830.5, 688.5], [831.5, 689.5], [831.5, 688.5], [830.5, 686.5], [829.5, 690.5], [828.5, 691.5], [826.5, 691.5], [827.5, 691.5], [824.5, 690.5], [825.5, 688.5], [826.5, 685.5], [826.5, 689.5], [823.5, 690.5], [823.5, 691.5], [820.5, 691.5], [822.5, 691.5], [818.5, 689.5], [820.5, 686.5], [820.5, 690.5], [819.5, 690.5], [820.5, 690.5], [821.5, 689.5], [827.5, 688.5], [827.5, 688.5], [826.5, 687.5], [824.5, 689.5], [822.5, 687.5], [823.5, 686.5], [824.5, 689.5], [821.5, 690.5], [821.5, 690.5], [821.5, 691.5], [820.5, 692.5], [819.5, 692.5], [820.5, 691.5], [821.5, 690.5], [821.5, 689.5], [813.5, 696.5], [817.5, 698.5], [814.5, 702.5], [814.5, 705.5], [812.5, 707.5], [812.5, 707.5], [811.5, 709.5], [817.5, 709.5], [817.5, 704.5], [812.5, 698.5], [811.5, 706.5], [796.5, 708.5], [789.5, 705.5], [787.5, 705.5], [795.5, 710.5], [787.5, 702.5], [798.5, 709.5], [788.5, 697.5], [787.5, 701.5], [790.5, 701.5], [820.5, 694.5], [820.5, 699.5], [821.5, 693.5], [822.5, 700.5], [828.5, 694.5], [827.5, 700.5], [827.5, 703.5], [828.5, 703.5], [827.5, 705.5], [826.5, 706.5], [822.5, 708.5], [818.5, 710.5], [814.5, 712.5], [810.5, 711.5], [787.5, 693.5], [787.5, 696.5], [793.5, 710.5], [784.5, 694.5], [783.5, 692.5], [782.5, 703.5], [777.5, 707.5], [774.5, 709.5], [784.5, 706.5], [776.5, 711.5], [786.5, 703.5], [774.5, 713.5], [786.5, 705.5]]},
{"id": "twm4i3", "submitted_by": "Wonderful-Surprise-7", "name": "Arsenal F.C.", "description": "Arsenal are a soccer/football club founded in 1886. They are currently based in North London. They are known as one of the most successful clubs in English football history, winning 13 Division One Titles and 14 FA Cups respectively, as well as many more.", "website": "", "subreddit": "/r/gunners", "center": [727.5, 503.5], "path": [[701.5, 482.5], [752.5, 482.5], [753.5, 523.5], [701.5, 523.5]]},
@ -1084,7 +1080,7 @@
{"id": "twrl52", "submitted_by": "Sorry-Strength-4573", "name": "\u0160ajka\u010de", "description": "Serbian national hat", "website": "", "subreddit": "", "center": [322.5, 905.5], "path": [[294.5, 908.5], [359.5, 909.5], [359.5, 905.5], [293.5, 900.5], [293.5, 907.5]]},
{"id": "twrl51", "submitted_by": "Vandabe", "name": "Danish osu! Community", "description": "A Danish community who shares an interest in the osu! rhythm game", "website": "https://osu.ppy.sh/", "subreddit": "/r/osugame", "center": [1384.5, 409.5], "path": [[1376.5, 404.5], [1395.5, 404.5], [1395.5, 410.5], [1387.5, 410.5], [1387.5, 413.5], [1384.5, 413.5], [1384.5, 415.5], [1376.5, 415.5], [1376.5, 404.5]]},
{"id": "twrkzw", "submitted_by": "Klisurovi4", "name": "Trixie", "description": "A character from My Little Pony: Friendship is Magic, There are rumours that she was originally supposed to be a male pony, before getting changed to a female, so her being trans is a popular headcanon.", "website": "", "subreddit": "/r/mylittlepony", "center": [651.5, 463.5], "path": [[648.5, 475.5], [649.5, 473.5], [641.5, 473.5], [640.5, 471.5], [642.5, 471.5], [642.5, 469.5], [639.5, 465.5], [638.5, 461.5], [644.5, 460.5], [647.5, 455.5], [654.5, 450.5], [657.5, 449.5], [662.5, 456.5], [661.5, 460.5], [657.5, 461.5], [657.5, 463.5], [661.5, 467.5], [656.5, 468.5], [655.5, 471.5], [661.5, 472.5], [663.5, 475.5]]},
{"id": "twrkvk", "submitted_by": "Streammz", "name": "Ice barrage", "description": "The ice barrage icon of (Oldschool) Runescape.", "website": "https://oldschool.runescape.wiki/w/Ice_Barrage", "subreddit": "/r/2007scape", "center": [169.5, 43.5], "path": [[162.5, 34.5], [162.5, 39.5], [160.5, 43.5], [160.5, 46.5], [163.5, 49.5], [166.5, 47.5], [169.5, 51.5], [172.5, 48.5], [173.5, 47.5], [175.5, 49.5], [178.5, 47.5], [178.5, 43.5], [176.5, 39.5], [176.5, 34.5], [174.5, 34.5], [174.5, 39.5], [172.5, 44.5], [171.5, 44.5], [170.5, 35.5], [168.5, 35.5], [168.5, 41.5], [167.5, 44.5], [166.5, 44.5], [165.5, 42.5], [163.5, 37.5], [163.5, 34.5], [162.5, 34.5]]},
{"id": "twrkvk", "submitted_by": "Streammz", "name": "Ice Barrage", "description": "The icon for Ice Barrage, one of the strongest magic spells in Old School RuneScape.", "website": "https://oldschool.runescape.wiki/w/Ice_Barrage", "subreddit": "/r/2007scape", "center": [169.5, 43.5], "path": [[162.5, 34.5], [162.5, 39.5], [160.5, 43.5], [160.5, 46.5], [163.5, 49.5], [166.5, 47.5], [169.5, 51.5], [172.5, 48.5], [173.5, 47.5], [175.5, 49.5], [178.5, 47.5], [178.5, 43.5], [176.5, 39.5], [176.5, 34.5], [174.5, 34.5], [174.5, 39.5], [172.5, 44.5], [171.5, 44.5], [170.5, 35.5], [168.5, 35.5], [168.5, 41.5], [167.5, 44.5], [166.5, 44.5], [165.5, 42.5], [163.5, 37.5], [163.5, 34.5], [162.5, 34.5]]},
{"id": "twrkp1", "submitted_by": "SphealArt", "name": "Starsector", "description": "Starsector is a 2D RPG with emphasis on combat and exploration. The game has a very active modding community as well as an unofficial Discord server.", "website": "", "subreddit": "/r/starsector", "center": [1737.5, 984.5], "path": [[1732.5, 979.5], [1732.5, 988.5], [1741.5, 988.5], [1741.5, 979.5], [1741.5, 979.5]]},
{"id": "twrkbf", "submitted_by": "C-EZ", "name": "Remy (Ratatouille)", "description": "Remy, from the movie Ratatouille (2007), is a rat aspiring to become a renowned French chef.", "website": "https://en.wikipedia.org/wiki/Ratatouille_(film)", "subreddit": "/r/France", "center": [222.5, 1751.5], "path": [[243.5, 1786.5], [233.5, 1749.5], [239.5, 1738.5], [225.5, 1709.5], [219.5, 1709.5], [201.5, 1736.5], [202.5, 1747.5], [215.5, 1749.5], [217.5, 1754.5], [207.5, 1777.5], [192.5, 1783.5], [233.5, 1783.5], [236.5, 1788.5]]},
{"id": "twrk8x", "submitted_by": "lmN0tAR0b0t", "name": "New Radio Shows?", "description": "An in-joke in the Toki Pona community, stemming from a YouTube comment argument.", "website": "https://tokipona.org/", "subreddit": "/r/tokipona", "center": [763.5, 358.5], "path": [[740.5, 356.5], [786.5, 356.5], [786.5, 360.5], [740.5, 360.5]]},
@ -1208,7 +1204,7 @@
{"id": "twr5za", "submitted_by": "PhaseMajestic4242", "name": "Zoil", "description": "Face of a TikTok react streamer on Twitch", "website": "https://www.twitch.tv/zoil", "subreddit": "/r/Zoil", "center": [1619.5, 930.5], "path": [[1592.5, 909.5], [1608.5, 909.5], [1608.5, 905.5], [1644.5, 905.5], [1644.5, 955.5], [1603.5, 955.5], [1592.5, 945.5]]},
{"id": "twr5ui", "submitted_by": "j0nchan", "name": "UBC Coat of Arms", "description": "Coat of Arms of the University of British Columbia, a public research university with campuses in Vancouver and in Kelowna, British Columbia, Canada.", "website": "https://www.ubc.ca/", "subreddit": "/r/UBC", "center": [1221.5, 47.5], "path": [[1213.5, 36.5], [1213.5, 54.5], [1215.5, 56.5], [1217.5, 58.5], [1219.5, 59.5], [1224.5, 59.5], [1226.5, 57.5], [1229.5, 55.5], [1229.5, 36.5], [1213.5, 36.5]]},
{"id": "twr5r6", "submitted_by": "baking_soap", "name": "4 pixel duck", "description": "a 4 pixel mallard duck", "website": "", "subreddit": "", "center": [1359.5, 105.5], "path": [[1358.5, 106.5], [1359.5, 106.5], [1359.5, 105.5], [1360.5, 105.5]]},
{"id": "twr5eb", "submitted_by": "Sarinyann", "name": "BTS Logo", "description": "BTS Logo made by French Streamers in order to tell the BTS Group that they are not their ennemis", "website": "", "subreddit": "", "center": [1120.5, 1467.5], "path": [[1096.5, 1416.5], [1095.5, 1518.5], [1144.5, 1518.5], [1144.5, 1416.5], [1118.5, 1416.5], [1096.5, 1416.5]]},
{"id": "twr5eb", "submitted_by": "Sarinyann", "name": "BTS Logo", "description": "BTS Logo made by French Streamers in order to tell the BTS Group that they are not their enemies.", "website": "", "subreddit": "", "center": [1120.5, 1467.5], "path": [[1096.5, 1416.5], [1095.5, 1518.5], [1144.5, 1518.5], [1144.5, 1416.5], [1118.5, 1416.5], [1096.5, 1416.5]]},
{"id": "twr5c2", "submitted_by": "the29er", "name": "Cambridge & Oxford University", "description": "Crests of the University of Cambridge (Left) and the Thames Valley Polytechnic (Right)", "website": "", "subreddit": "", "center": [514.5, 1480.5], "path": [[492.5, 1468.5], [492.5, 1486.5], [500.5, 1493.5], [528.5, 1493.5], [535.5, 1486.5], [535.5, 1468.5]]},
{"id": "twr53w", "submitted_by": "_-_FraiSaY_-_", "name": "CESI", "description": "Logo from a french engineering school", "website": "https://www.cesi.fr/", "subreddit": "", "center": [1835.5, 488.5], "path": [[1823.5, 476.5], [1847.5, 476.5], [1847.5, 499.5], [1823.5, 499.5], [1823.5, 476.5]]},
{"id": "twr4y6", "submitted_by": "noogai223", "name": "bo en", "description": "Logo of bo en as it appears on his 2013 album Pale Machine. bo en is the composer of 'My Time', a song known for its use in the first trailer of OMORI and became in turn heavily associated with the indie RPG due to a particular ending of the game.", "website": "https://www.youtube.com/watch?v=-RREEDH8AnQ", "subreddit": "", "center": [1718.5, 1548.5], "path": [[1701.5, 1552.5], [1701.5, 1543.5], [1735.5, 1543.5], [1735.5, 1552.5], [1702.5, 1552.5]]},
@ -1267,12 +1263,12 @@
{"id": "twqsgq", "submitted_by": "Explodingmemes", "name": "Celeste", "description": "A section of art dedicated to the game Celeste by Maddy Thorson. It features a background in the colors of the transgender pride flag, as both the writer and main character of the game are trans.", "website": "http://www.celestegame.com/", "subreddit": "/r/CelesteGame", "center": [1030.5, 871.5], "path": [[965.5, 853.5], [965.5, 886.5], [1085.5, 886.5], [1085.5, 880.5], [1130.5, 880.5], [1130.5, 869.5], [1062.5, 870.5], [1060.5, 867.5], [1059.5, 864.5], [1057.5, 862.5], [1056.5, 861.5], [1056.5, 858.5], [1056.5, 853.5], [965.5, 853.5]]},
{"id": "twqs9s", "submitted_by": "Lolahunter67", "name": "CBT Family", "description": "The Logo of our honorable CBT Family! After many restless Nights, we can finally enjoy CBT in Peace. Thanks to everyone who helped us along the way! SJJJJFLG <3", "website": "https://www.youtube.com/watch?v=3847Xkzovt4", "subreddit": "/r/CBT", "center": [766.5, 689.5], "path": [[767.5, 696.5], [756.5, 685.5], [775.5, 685.5], [775.5, 687.5], [767.5, 696.5]]},
{"id": "twqs8f", "submitted_by": "Dinkelwecken", "name": "Orange Portal", "description": "An orange portal, a reference to the portal games. It was build by the Germans and the portal community to connect the split flags after the first canvas expansion because they didn't want to destroy the artworks in between.", "website": "https://en.wikipedia.org/wiki/Portal_(video_game)", "subreddit": "/r/placeDE, /r/Portal", "center": [765.5, 847.5], "path": [[771.5, 865.5], [759.5, 865.5], [758.5, 830.5], [772.5, 829.5]]},
{"id": "twqrbr", "submitted_by": "chocomint1", "name": "Giant Derpy", "description": "A Giant version of Derpy, character from the My Little Pony franchise.nShe was not constructed by the MLP community, instead being created by the Russian streamer Bratishkinoff", "website": "https://www.twitch.tv/bratishkinoff/about", "subreddit": "", "center":[930.5,1661.5],"path":[[896.5,1679.5],[896.5,1686.5],[897.5,1686.5],[901.5,1697.5],[907.5,1703.5],[912.5,1703.5],[919.5,1694.5],[927.5,1694.5],[927.5,1701.5],[931.5,1704.5],[940.5,1704.5],[946.5,1693.5],[953.5,1700.5],[956.5,1697.5],[953.5,1685.5],[963.5,1683.5],[968.5,1674.5],[970.5,1671.5],[966.5,1669.5],[965.5,1662.5],[956.5,1658.5],[969.5,1658.5],[973.5,1658.5],[978.5,1650.5],[977.5,1645.5],[970.5,1644.5],[959.5,1647.5],[953.5,1653.5],[953.5,1644.5],[955.5,1638.5],[950.5,1626.5],[946.5,1619.5],[942.5,1618.5],[938.5,1623.5],[930.5,1620.5],[913.5,1621.5],[909.5,1622.5],[904.5,1624.5],[902.5,1627.5],[904.5,1628.5],[899.5,1634.5],[899.5,1639.5],[903.5,1639.5],[902.5,1645.5],[899.5,1645.5],[897.5,1650.5],[897.5,1663.5],[892.5,1662.5],[893.5,1667.5],[901.5,1673.5],[896.5,1678.5]]},
{"id": "twqrbr", "submitted_by": "Oofio128", "name": "Giant Derpy", "description": "A Giant version of Derpy Hooves, a popular background character from the My Little Pony franchise.\n \nShe was not constructed by the r/mylittlepony subreddit nor the Manechat discord server, instead being created by the Russian streamer Bratishkinoff during the last day of r/place. While this was initially caused panic from the MLP fandom as they feared a last minute raid from Twitch streamer Mizkif, Bratishkinoff helped to distract Mizkif up until the last moments of r/place, ensuring that the fandom's artworks were part of r/place history.", "website": "https://www.twitch.tv/bratishkinoff/about", "subreddit": "", "center":[927.5,1698.5],"path":[[955.5,1694.5],[955.5,1717.5],[953.5,1717.5],[949.5,1721.5],[948.5,1721.5],[947.5,1722.5],[945.5,1723.5],[944.5,1723.5],[943.5,1724.5],[932.5,1724.5],[932.5,1724.5],[930.5,1723.5],[927.5,1721.5],[927.5,1720.5],[926.5,1720.5],[925.5,1720.5],[925.5,1721.5],[922.5,1721.5],[922.5,1724.5],[905.5,1723.5],[904.5,1722.5],[904.5,1721.5],[902.5,1721.5],[902.5,1720.5],[901.5,1720.5],[901.5,1718.5],[900.5,1718.5],[900.5,1716.5],[899.5,1716.5],[899.5,1714.5],[898.5,1714.5],[898.5,1704.5],[897.5,1704.5],[897.5,1703.5],[898.5,1702.5],[899.5,1702.5],[899.5,1700.5],[900.5,1700.5],[900.5,1699.5],[901.5,1699.5],[901.5,1698.5],[902.5,1698.5],[902.5,1697.5],[902.5,1694.5],[901.5,1694.5],[901.5,1693.5],[901.5,1692.5],[900.5,1692.5],[900.5,1691.5],[899.5,1690.5],[899.5,1689.5],[899.5,1687.5],[898.5,1687.5],[898.5,1686.5],[898.5,1685.5],[897.5,1685.5],[897.5,1679.5],[899.5,1677.5],[903.5,1677.5],[905.5,1673.5],[909.5,1673.5],[911.5,1674.5],[915.5,1674.5],[915.5,1673.5],[916.5,1674.5],[918.5,1674.5],[919.5,1674.5],[919.5,1672.5],[919.5,1674.5],[920.5,1674.5],[921.5,1673.5],[922.5,1673.5],[922.5,1674.5],[923.5,1674.5],[926.5,1672.5],[931.5,1668.5],[934.5,1669.5],[935.5,1670.5],[939.5,1668.5],[940.5,1670.5],[941.5,1671.5],[945.5,1667.5],[947.5,1668.5],[947.5,1671.5],[947.5,1673.5],[948.5,1673.5],[948.5,1674.5],[947.5,1674.5],[947.5,1676.5],[947.5,1677.5],[948.5,1677.5],[948.5,1679.5],[949.5,1679.5],[950.5,1682.5],[953.5,1686.5],[954.5,1688.5],[954.5,1694.5]]},
{"id": "twqr4q", "submitted_by": "Explodingmemes", "name": "OMORI White Space", "description": "OMORI is a psychological horror indie RPG made by OMOCAT. This area is a tribute to White Space, a location in the game, commonly known as 'A place to survive, but not to live.' MEWO, OMORI, SOMETHING, HERO, MARI, Mini KEL, Mini AUBREY, HUMPHREY, and OMOLI are seen here. The stance on r/omori through place was to be as friendly as possible, so some of White Space was lended to good allies, such as WCUE, r/picturegame, and Lisa: The Painful.", "website": "https://www.omori-game.com/", "subreddit": "/r/omori", "center": [1002.5, 825.5], "path": [[909.5, 800.5], [920.5, 800.5], [920.5, 795.5], [923.5, 792.5], [924.5, 792.5], [926.5, 794.5], [927.5, 794.5], [931.5, 798.5], [932.5, 799.5], [951.5, 799.5], [952.5, 799.5], [958.5, 793.5], [960.5, 793.5], [960.5, 794.5], [961.5, 795.5], [961.5, 801.5], [963.5, 802.5], [1123.5, 802.5], [1123.5, 830.5], [1065.5, 830.5], [1060.5, 830.5], [1057.5, 837.5], [1056.5, 850.5], [1055.5, 853.5], [909.5, 853.5], [909.5, 826.5], [908.5, 825.5], [909.5, 824.5], [909.5, 800.5]]},
{"id": "twqqqg", "submitted_by": "heyhowzitgoinn", "name": "Wizard 101", "description": "The spiral logo for the game Wizard 101 (bottom), an mmorpg developed by the company Kingsisle Entertainment, and the flag logo (top) for its sister game Pirate 101.", "website": "https://www.wizard101.com", "subreddit": "/r/Wizard101", "center": [1183.5, 443.5], "path": [[1197.5, 465.5], [1183.5, 465.5], [1174.5, 465.5], [1170.5, 465.5], [1170.5, 463.5], [1170.5, 461.5], [1170.5, 459.5], [1170.5, 457.5], [1170.5, 455.5], [1170.5, 453.5], [1170.5, 452.5], [1169.5, 452.5], [1169.5, 447.5], [1169.5, 446.5], [1171.5, 443.5], [1173.5, 440.5], [1173.5, 439.5], [1173.5, 429.5], [1173.5, 426.5], [1173.5, 423.5], [1173.5, 420.5], [1173.5, 417.5], [1185.5, 418.5], [1191.5, 417.5], [1192.5, 433.5], [1192.5, 434.5], [1196.5, 434.5], [1196.5, 444.5], [1196.5, 445.5], [1197.5, 446.5]]},
{"id": "twqoqx", "submitted_by": "fruselight", "name": "Girls' Frontline", "description": "You play as a freshly hired Commander sent to a peaceful sector of 09, except it isn't peaceful and you have diet Skynet fighting you.", "website": "http://gf.sunborngame.com/", "subreddit": "/r/girlsfrontline", "center": [1601.5, 1733.5], "path": [[1576.5, 1712.5], [1576.5, 1740.5], [1582.5, 1740.5], [1582.5, 1741.5], [1584.5, 1741.5], [1585.5, 1741.5], [1585.5, 1742.5], [1586.5, 1742.5], [1586.5, 1743.5], [1587.5, 1744.5], [1587.5, 1744.5], [1588.5, 1744.5], [1588.5, 1746.5], [1588.5, 1746.5], [1589.5, 1746.5], [1589.5, 1752.5], [1588.5, 1753.5], [1588.5, 1754.5], [1588.5, 1755.5], [1587.5, 1756.5], [1587.5, 1757.5], [1587.5, 1758.5], [1587.5, 1759.5], [1588.5, 1759.5], [1588.5, 1760.5], [1611.5, 1760.5], [1611.5, 1759.5], [1611.5, 1758.5], [1612.5, 1758.5], [1613.5, 1757.5], [1614.5, 1756.5], [1615.5, 1755.5], [1616.5, 1754.5], [1616.5, 1753.5], [1617.5, 1753.5], [1617.5, 1752.5], [1618.5, 1752.5], [1618.5, 1751.5], [1619.5, 1751.5], [1619.5, 1750.5], [1620.5, 1750.5], [1620.5, 1749.5], [1621.5, 1749.5], [1621.5, 1748.5], [1622.5, 1748.5], [1622.5, 1747.5], [1623.5, 1747.5], [1624.5, 1747.5], [1624.5, 1712.5]]},
{"id": "twqobc", "submitted_by": "Mousey128", "name": "OTT", "description": "OTT is a multiband compressor plugin developed by Xfer. It's a very popular audio effect used by music producers and has become an inside joke due to its widespread usage. This art piece was made by electronic music producer Eliminate and his Twitch viewers.", "website": "https://www.twitch.tv/eliminatehq", "subreddit": "/r/EliminateHQ", "center": [1404.5, 1624.5], "path": [[1395.5, 1612.5], [1395.5, 1636.5], [1413.5, 1636.5], [1413.5, 1612.5]]},
{"id": "twqob2", "submitted_by": "VeryAwkwardDude", "name": "Sneaky Twilight Sparkle", "description": "An Hidden Twilight Sparkle, main character of the show My Little Pony Friendship is Magic", "website": "https://mlp.fandom.com/wiki/Twilight_Sparkle", "subreddit": "/r/MyLittlePony", "center": [1815.5, 1728.5], "path": [[1808.5, 1723.5], [1824.5, 1723.5], [1823.5, 1734.5], [1807.5, 1734.5], [1807.5, 1723.5]]},
{"id": "twqob2", "submitted_by": "Oofio128", "name": "Sneaky Twilight Sparkle", "description": "An hidden art of Twilight Sparkle, a main character of the show My Little Pony Friendship is Magic.\n \nInitially, she was to be included in the MLP fandom's original design on r/place, peering over \"The Elements of Harmony: A Reference Guide\" alongside MLP Gen 5 protagonist Sunny Starscout. As the event continued, the fandom were forced to abandon this art due to multiple Twitch raids and void attacks. Despite this, this little Twilight Sparkle managed to sneak on by, reminding r/place what could have been.", "website": "https://mlp.fandom.com/wiki/Twilight_Sparkle", "subreddit": "/r/mylittlepony", "center": [1815.5, 1728.5], "path": [[1808.5, 1723.5], [1824.5, 1723.5], [1823.5, 1734.5], [1807.5, 1734.5], [1807.5, 1723.5]]},
{"id": "twqnod", "submitted_by": "Immediate-Move-260", "name": "Legends of Idleon MMO", "description": "A free to play idling game available on Steam or the accompanying website.", "website": "https://www.legendsofidleon.com/", "subreddit": "/r/idleon", "center": [1726.5, 657.5], "path": [[1710.5, 637.5], [1710.5, 684.5], [1711.5, 683.5], [1712.5, 682.5], [1713.5, 681.5], [1714.5, 680.5], [1715.5, 679.5], [1717.5, 678.5], [1718.5, 677.5], [1719.5, 676.5], [1720.5, 675.5], [1721.5, 674.5], [1722.5, 673.5], [1723.5, 672.5], [1724.5, 672.5], [1724.5, 671.5], [1729.5, 671.5], [1729.5, 672.5], [1730.5, 672.5], [1730.5, 673.5], [1732.5, 673.5], [1732.5, 674.5], [1734.5, 674.5], [1734.5, 675.5], [1735.5, 675.5], [1735.5, 676.5], [1736.5, 676.5], [1736.5, 677.5], [1737.5, 677.5], [1737.5, 678.5], [1738.5, 678.5], [1738.5, 679.5], [1739.5, 679.5], [1739.5, 680.5], [1740.5, 680.5], [1740.5, 681.5], [1741.5, 681.5], [1741.5, 682.5], [1742.5, 682.5], [1742.5, 683.5], [1742.5, 637.5]]},
{"id": "twqnlo", "submitted_by": "VeryAwkwardDude", "name": "Discord", "description": "Representation of Discord, one of the main vilain and supporting character of the show My Little Pony Friendship is Magic", "website": "https://mlp.fandom.com/wiki/Discord", "subreddit": "/r/MyLittlePony", "center": [1081.5, 1530.5], "path": [[1071.5, 1515.5], [1070.5, 1545.5], [1091.5, 1545.5], [1091.5, 1516.5], [1072.5, 1515.5]]},
{"id": "twqngc", "submitted_by": "Dinkelwecken", "name": "Dachshund", "description": "A Dachshund passing trough the portal that are connecting the 2 parts of the german flag", "website": "https://en.wikipedia.org/wiki/Dachshund", "subreddit": "/r/placeDE", "center": [917.5, 849.5], "path": [[735.5, 865.5], [1090.5, 869.5], [1086.5, 829.5], [737.5, 831.5]]},
@ -1285,7 +1281,7 @@
{"id": "twqlqt", "submitted_by": "legenddarkrai", "name": "Destiny and Destiny 2", "description": "Icons, logos, and references to the popular video game franchise Destiny. From left to right, top to bottom: there is the Telesto, a Ghost, the Witch Queen symbol, the Traveler above the Tower, the Ace of Spades hand cannon, and a major boss enemy named Rhulk commanding the Black Fleet.", "website": "", "subreddit": "/r/Destiny2", "center": [482.5, 997.5], "path": [[523.5, 1030.5], [448.5, 1030.5], [448.5, 984.5], [432.5, 984.5], [432.5, 973.5], [449.5, 973.5], [449.5, 962.5], [511.5, 962.5], [511.5, 992.5], [523.5, 992.5], [523.5, 1030.5]]},
{"id": "twql8y", "submitted_by": "PM_ME_YOUR_TREE_PICS", "name": "Loona", "description": "A collaboration between fans of the show Helluva Boss, The games Sky: Children of the Light and Will You Snail, as well as a goose.", "website": "https://discord.gg/Bdqe4J4Rq2", "subreddit": "/r/placeloona", "center": [1668.5, 1059.5], "path": [[1645.5, 1043.5], [1690.5, 1043.5], [1690.5, 1062.5], [1693.5, 1062.5], [1693.5, 1074.5], [1645.5, 1074.5], [1645.5, 1043.5]]},
{"id": "twql8r", "submitted_by": "Duranu", "name": "Zelda Pixel Art", "description": "An Ocarina, Heart Container, Majora's Mask, Navi, Korok, with Link and Zelda from windwaker by r/Zelda", "website": "", "subreddit": "/r/zelda", "center": [1336.5, 1855.5], "path": [[1366.5, 1875.5], [1323.5, 1875.5], [1322.5, 1848.5], [1300.5, 1846.5], [1300.5, 1836.5], [1344.5, 1834.5], [1348.5, 1842.5], [1348.5, 1858.5], [1366.5, 1858.5], [1366.5, 1875.5]]},
{"id": "twqkwe", "submitted_by": "Explodingmemes", "name": "Moist Esports", "description": "Moist Esports is an esports organization run by Twitch streamer and YouTuber MoistCr1TiKaL. The Indianapolis Colts originally had their logo here, but moved it after Cr1TiKaL placed his logo here.", "website": "https://www.twitch.tv/moistcr1tikal, https://www.youtube.com/user/penguinz0", "subreddit": "/r/Cr1TiKaL", "center": [1986.5, 98.5], "path": [[1973.5, 82.5], [1999.5, 82.5], [1999.5, 113.5], [1973.5, 113.5]]},
{"id": "twqkwe", "submitted_by": "Explodingmemes", "name": "Moist Esports", "description": "Moist Esports is an esports organization run by Twitch streamer and YouTuber MoistCr1TiKaL. The Indianapolis Colts originally had their logo here, but moved it after Cr1TiKaL placed his logo here.", "website": "https://www.twitch.tv/moistcr1tikal", "subreddit": "/r/Cr1TiKaL", "center": [1986.5, 98.5], "path": [[1973.5, 82.5], [1999.5, 82.5], [1999.5, 113.5], [1973.5, 113.5]]},
{"id": "twqktp", "submitted_by": "ItzPhoen1x", "name": "IVE", "description": "K-pop girl group IVE debuted in 2021, and just recently had their comeback", "website": "https://youtu.be/--FmExEAsM8", "subreddit": "/r/IVE", "center": [1715.5, 913.5], "path": [[1710.5, 907.5], [1720.5, 907.5], [1720.5, 920.5], [1710.5, 919.5], [1710.5, 907.5]]},
{"id": "twqkt1", "submitted_by": "Jasefi", "name": "Oslo Katedralskole", "description": "A small, Norwegian school with just over 600 students created their school emblem to flex on their fellow regional schools. Forced to relocate twice, we ended up grabbing and defending this area during the last two days.", "website": "", "subreddit": "", "center": [660.5, 1307.5], "path": [[656.5, 1303.5], [664.5, 1303.5], [660.5, 1313.5], [656.5, 1306.5], [664.5, 1307.5], [656.5, 1305.5]]},
{"id": "twqkpr", "submitted_by": "Babyhuehnchen", "name": "Stardew Valley Mallard", "description": "The mallard duck sprite from the game stardew valley, created in a collaboration between r/duck_place, r/stardewvalley. After first being destroyed by xgc, he was rebuilt and placed on the sholder of ratge, an artwork created by Twitch Streamer FranqitoM", "website": "", "subreddit": "/r/duck_place, /r/stardewvalley,", "center": [1700.5, 993.5], "path": [[1703.5, 983.5], [1704.5, 983.5], [1704.5, 984.5], [1705.5, 984.5], [1705.5, 985.5], [1706.5, 985.5], [1706.5, 986.5], [1707.5, 986.5], [1707.5, 988.5], [1708.5, 988.5], [1708.5, 998.5], [1706.5, 998.5], [1706.5, 1001.5], [1696.5, 1001.5], [1696.5, 1000.5], [1695.5, 1000.5], [1694.5, 1000.5], [1694.5, 999.5], [1693.5, 999.5], [1693.5, 998.5], [1692.5, 998.5], [1692.5, 997.5], [1691.5, 997.5], [1691.5, 996.5], [1690.5, 996.5], [1690.5, 991.5], [1691.5, 991.5], [1691.5, 990.5], [1692.5, 990.5], [1692.5, 989.5], [1694.5, 989.5], [1694.5, 988.5], [1696.5, 988.5], [1696.5, 987.5], [1696.5, 986.5], [1697.5, 986.5], [1697.5, 985.5], [1698.5, 985.5], [1698.5, 984.5], [1699.5, 984.5], [1699.5, 983.5], [1702.5, 983.5]]},
@ -1532,11 +1528,10 @@
{"id": "twpofc", "submitted_by": "naokimiyamoto0707", "name": "TWOW logo", "description": "TWOW, aka Ten Words Of Wisdom is camp made by carykh", "website": "https://www.youtube.com/watch?v=S64R-_LVHuY&list=PLrUdxfaFpuuKxFbzHimw1p43yPf7oBRj4&ab_channel=carykh", "subreddit": "", "center": [1413.5, 1330.5], "path": [[1396.5, 1323.5], [1432.5, 1324.5], [1432.5, 1337.5], [1395.5, 1337.5], [1395.5, 1329.5]]},
{"id": "twpocy", "submitted_by": "GoJoeyGo123", "name": "Daft Punk", "description": "Daft Punk were a French electronic music duo formed in 1993 that split in 2021", "website": "https://daftpunk.com/", "subreddit": "/r/daftpunk", "center": [1153.5, 740.5], "path": [[1148.5, 756.5], [1148.5, 755.5], [1146.5, 755.5], [1146.5, 753.5], [1145.5, 753.5], [1145.5, 752.5], [1144.5, 752.5], [1144.5, 751.5], [1143.5, 751.5], [1143.5, 750.5], [1142.5, 750.5], [1142.5, 748.5], [1141.5, 748.5], [1141.5, 745.5], [1139.5, 745.5], [1139.5, 744.5], [1139.5, 744.5], [1138.5, 744.5], [1138.5, 736.5], [1139.5, 736.5], [1139.5, 735.5], [1140.5, 735.5], [1140.5, 733.5], [1141.5, 733.5], [1141.5, 730.5], [1142.5, 730.5], [1142.5, 728.5], [1143.5, 728.5], [1143.5, 727.5], [1144.5, 727.5], [1144.5, 726.5], [1145.5, 726.5], [1145.5, 725.5], [1147.5, 725.5], [1147.5, 724.5], [1157.5, 724.5], [1157.5, 725.5], [1159.5, 725.5], [1159.5, 726.5], [1160.5, 726.5], [1160.5, 727.5], [1161.5, 727.5], [1161.5, 728.5], [1162.5, 728.5], [1162.5, 729.5], [1163.5, 729.5], [1163.5, 730.5], [1164.5, 730.5], [1164.5, 732.5], [1165.5, 732.5], [1165.5, 733.5], [1166.5, 733.5], [1166.5, 744.5], [1165.5, 744.5], [1165.5, 748.5], [1164.5, 748.5], [1164.5, 750.5], [1163.5, 750.5], [1163.5, 752.5], [1162.5, 752.5], [1162.5, 753.5], [1161.5, 753.5], [1161.5, 754.5], [1160.5, 754.5], [1160.5, 755.5], [1157.5, 755.5], [1157.5, 756.5]]},
{"id": "twpobr", "submitted_by": "wooweeyay", "name": "Savefrog's old location", "description": "There was once a savefrog who'd save your game here, he was brutally attacked but now he has a grave thanks to r/bih.", "website": "", "subreddit": "/r/earthbound, /r/bih", "center": [358.5, 726.5], "path": [[353.5, 721.5], [362.5, 731.5], [353.5, 731.5], [353.5, 722.5], [362.5, 721.5], [362.5, 731.5], [362.5, 731.5], [358.5, 726.5]]},
{"id": "twpoab", "submitted_by": "Michael_Le41", "name": "The Knight", "description": "An enigmatic wanderer who descends into Hallownest carrying only a broken nail to fend off foes. - Official Manual", "website": "https://discord.gg/RKWC7ZUVnz", "subreddit": "/r/hkplace", "center": [1377.5, 79.5], "path": [[1370.5, 57.5], [1364.5, 64.5], [1364.5, 69.5], [1367.5, 74.5], [1367.5, 84.5], [1369.5, 88.5], [1373.5, 90.5], [1364.5, 102.5], [1364.5, 104.5], [1374.5, 104.5], [1383.5, 104.5], [1389.5, 101.5], [1384.5, 91.5], [1388.5, 88.5], [1388.5, 75.5], [1391.5, 71.5], [1391.5, 69.5], [1390.5, 66.5], [1390.5, 61.5], [1386.5, 58.5], [1381.5, 57.5], [1369.5, 57.5]]},
{"id": "twpoab", "submitted_by": "Michael_Le41", "name": "The Knight", "description": "The played character of the game Hollow Knight, drawn here sitting on a white bench. The r/HKPlace community originally planned to have it sitting alone on the bench, but a vote was held before construction began to have Ranni the Witch from Elden Ring sitting beside it; the project thus became a joint operation between r/Eldenring and r/HKPlace— by then already allies because of their previous pieces close proximity and similarities in the games.\n\n From the official manual:\n\"An enigmatic wanderer who descends into Hallownest carrying only a broken nail to fend off foes.\"\n\n Fun fact: the bench almost didnt make it to the final piece, because the fact that the bench was to be made white meant too may people mistook the first few pixels of the bench as mistakenly placed parts of the Knights head, or Rannis hat / dress to its left.", "website": "https://discord.gg/RKWC7ZUVnz", "subreddit": "/r/hkplace", "center": [ 1377.5, 82.5 ], "path": [ [ 1369.5, 59.5 ], [ 1368.5, 59.5 ], [ 1368.5, 60.5 ], [ 1367.5, 60.5 ], [ 1367.5, 61.5 ], [ 1366.5, 61.5 ], [ 1366.5, 62.5 ], [ 1365.5, 62.5 ], [ 1365.5, 64.5 ], [ 1364.5, 64.5 ], [ 1364.5, 70.5 ], [ 1365.5, 70.5 ], [ 1365.5, 73.5 ], [ 1366.5, 73.5 ], [ 1366.5, 74.5 ], [ 1367.5, 74.5 ], [ 1367.5, 85.5 ], [ 1368.5, 85.5 ], [ 1368.5, 86.5 ], [ 1369.5, 86.5 ], [ 1369.5, 88.5 ], [ 1370.5, 88.5 ], [ 1370.5, 94.5 ], [ 1369.5, 94.5 ], [ 1369.5, 97.5 ], [ 1368.5, 97.5 ], [ 1368.5, 100.5 ], [ 1366.5, 100.5 ], [ 1366.5, 103.5 ], [ 1373.5, 103.5 ], [ 1373.5, 104.5 ], [ 1374.5, 104.5 ], [ 1374.5, 105.5 ], [ 1376.5, 105.5 ], [ 1376.5, 104.5 ], [ 1378.5, 104.5 ], [ 1378.5, 99.5 ], [ 1385.5, 102.5 ], [ 1386.5, 102.5 ], [ 1386.5, 101.5 ], [ 1388.5, 101.5 ], [ 1388.5, 97.5 ], [ 1387.5, 97.5 ], [ 1387.5, 96.5 ], [ 1386.5, 96.5 ], [ 1386.5, 94.5 ], [ 1385.5, 94.5 ], [ 1385.5, 92.5 ], [ 1384.5, 92.5 ], [ 1384.5, 89.5 ], [ 1385.5, 89.5 ], [ 1385.5, 88.5 ], [ 1386.5, 88.5 ], [ 1386.5, 87.5 ], [ 1387.5, 85.5 ], [ 1388.5, 85.5 ], [ 1388.5, 71.5 ], [ 1389.5, 71.5 ], [ 1389.5, 70.5 ], [ 1390.5, 70.5 ], [ 1390.5, 63.5 ], [ 1389.5, 63.5 ], [ 1389.5, 61.5 ], [ 1388.5, 61.5 ], [ 1388.5, 60.5 ], [ 1387.5, 60.5 ], [ 1387.5, 59.5 ], [ 1385.5, 59.5 ], [ 1385.5, 58.5 ], [ 1382.5, 58.5 ], [ 1382.5, 61.5 ], [ 1383.5, 61.5 ], [ 1383.5, 62.5 ], [ 1384.5, 62.5 ], [ 1384.5, 63.5 ], [ 1385.5, 63.5 ], [ 1385.5, 64.5 ], [ 1386.5, 64.5 ], [ 1386.5, 68.5 ], [ 1385.5, 68.5 ], [ 1385.5, 69.5 ], [ 1384.5, 69.5 ], [ 1384.5, 70.5 ], [ 1371.5, 70.5 ], [ 1371.5, 69.5 ], [ 1370.5, 69.5 ], [ 1370.5, 65.5 ], [ 1371.5, 65.5 ], [ 1371.5, 64.5 ], [ 1372.5, 64.5 ], [ 1372.5, 63.5 ], [ 1373.5, 63.5 ], [ 1373.5, 58.5 ], [ 1369.5, 58.5 ], [ 1369.5, 59.5 ] ]},
{"id": "twpo81", "submitted_by": "Educational-Ad-170", "name": "2017 Touhou hijack tribute", "description": "A tribute to the 2017 Touhou hijack", "website": "https://youtu.be/N8L6-vQ_lqk", "subreddit": "/r/touhou", "center": [1654.5, 1504.5], "path": [[1621.5, 1451.5], [1620.5, 1557.5], [1687.5, 1557.5], [1688.5, 1451.5]]},
{"id": "twpo5e", "submitted_by": "Marnixz", "name": "Dutch technical universities", "description": "A collaboration between the Dutch technical universities of Eindhoven, Delft & Enschede", "website": "", "subreddit": "", "center": [1920.5, 44.5], "path": [[1895.5, 35.5], [1895.5, 53.5], [1942.5, 53.5], [1945.5, 53.5], [1946.5, 36.5]]},
{"id": "twpo29", "submitted_by": "morganisboring", "name": "reputation - Taylor Swift album", "description": "Part of the font for Taylor Swift's 2017 album 'reputation'. It also features a snake border in homage to the aesthetic of her 6th studio album. It was created in a short space of time after the 'evermore' tribute was destroyed. A huge thank you to the people whose incredible contributions helped to defend 'rep', especially the Lego and PopHeads community. These efforts resulted in it being saved in the final few minutes before r/place ended.", "website": "https://en.wikipedia.org/wiki/Reputation_(album)", "subreddit": "/r/TaylorSwift", "center": [831.5, 1923.5], "path": [[828.5, 1909.5], [835.5, 1914.5], [844.5, 1915.5], [845.5, 1916.5], [845.5, 1931.5], [844.5, 1932.5], [817.5, 1932.5], [816.5, 1931.5], [816.5, 1916.5], [817.5, 1915.5], [830.5, 1915.5], [831.5, 1916.5], [831.5, 1916.5], [832.5, 1915.5], [830.5, 1914.5], [827.5, 1910.5]]},
{"id": "twpo1b", "submitted_by": "falkihr", "name": "Jeb (Kerbal Space Program)", "description": "Jebediah Kerman, the protagonist of the planetary popular Kerbal Space Program! Below Jeb, a representation of the Kerbol System. From left to right: Kerbol (Sun), Moho (Mercury), Eve (Venus), Kerbin (Earth), Duna (Mars), Jool (Jupiter), Eeloo (Pluto). Between Duna (red) and Jool (green) there's a suspicious void area\u2026 was something supposed to be there? Nah\u2026", "website": "https://www.kerbalspaceprogram.com", "subreddit": "/r/KerbalSpaceProgram", "center": [1503.5, 410.5], "path": [[1493.5, 427.5], [1493.5, 415.5], [1495.5, 415.5], [1495.5, 397.5], [1496.5, 397.5], [1496.5, 394.5], [1497.5, 394.5], [1497.5, 393.5], [1498.5, 393.5], [1498.5, 392.5], [1500.5, 392.5], [1500.5, 391.5], [1507.5, 391.5], [1507.5, 392.5], [1509.5, 392.5], [1509.5, 393.5], [1510.5, 393.5], [1510.5, 394.5], [1511.5, 394.5], [1511.5, 397.5], [1512.5, 397.5], [1512.5, 427.5]]},
{"id": "twpo0c", "submitted_by": "gamrin", "name": "Oranje Boven!", "description": "The flag and colour of the Netherlands! Oranje Boven (Orange Above) is a well known short song.", "website": "https://nl.wikipedia.org/wiki/Oranje_boven_(lied)", "subreddit": "/r/PlaceNL", "center": [1163.5, 17.5], "path": [[298.5, 34.5], [298.5, 14.5], [369.5, 14.5], [369.5, 0.5], [1999.5, 0.5], [1999.5, 34.5], [628.5, 34.5]]},
{"id": "twpnz1", "submitted_by": "Yellow4920", "name": "Starkid", "description": "The logo of Starkid, a theatre company who puts their content on youtube for free!", "website": "https://www.teamstarkid.com", "subreddit": "/r/starkid", "center": [349.5, 1495.5], "path": [[347.5, 1494.5], [347.5, 1493.5], [350.5, 1499.5], [352.5, 1499.5], [352.5, 1490.5], [346.5, 1490.5], [345.5, 1490.5], [345.5, 1498.5], [353.5, 1499.5], [352.5, 1491.5]]},
{"id": "twpnf6", "submitted_by": "MrEduxator", "name": "Natsuiro Matsuri", "description": "A sort of Ahegao face made by Natsuiro Matsuri of hololive's 1st Gen. An iconic meme image within the hololive community. She's God, OK?", "website": "https://www.youtube.com/channel/UCQ0UDLQCjY0rmuxCDE38FGg", "subreddit": "/r/hololive", "center": [1439.5, 1088.5], "path": [[1423.5, 1102.5], [1423.5, 1073.5], [1454.5, 1073.5], [1454.5, 1103.5], [1453.5, 1103.5], [1423.5, 1103.5]]},
@ -1653,7 +1648,6 @@
{"id": "twryox", "submitted_by": "dum_cat", "name": "Ralsei", "description": "This is the character Ralsei from deltarune.", "website": "", "subreddit": "/r/deltarune", "center": [1759.5, 229.5], "path": [[1747.5, 207.5], [1747.5, 249.5], [1754.5, 249.5], [1754.5, 253.5], [1768.5, 253.5], [1768.5, 250.5], [1768.5, 249.5], [1771.5, 249.5], [1771.5, 207.5], [1747.5, 207.5]]},
{"id": "twryjo", "submitted_by": "BlupMcBubbles", "name": "JCVD", "description": "The famous Begian actors Jean-Claude Van Damme, who played in numerous action movies, in his favourite pose : the wide gap. Also a little reference to the Flemish and Walloon public transport : de Lein and le TEC.", "website": "", "subreddit": "", "center": [1309.5, 1304.5], "path": [[1286.5, 1288.5], [1332.5, 1288.5], [1332.5, 1320.5], [1286.5, 1318.5]]},
{"id": "twry93", "submitted_by": "HobbylosUwU", "name": "Kinder Surprise Egg (\u00dcei)", "description": "Kinder Surprise is a milk chocolate consisting of a chocolate egg surrounding a yellow plastic capsule with a small toy inside. Manufactured by the Italian company Ferrero since 1974, it was co-created by Michele Ferrero and William Salice, and is one of several candies sold under the Kinder brand. Kinder Surprise was originally created with children in mind, replicating an Italian Easter family tradition in which adults give children large chocolate eggs with toys inside. However, Kinder Surprise toys have become collectible for adults as well. Since 1974, 30 billion Kinder Surprise eggs have been sold worldwide.", "website": "", "subreddit": "/r/placede", "center": [1526.5, 850.5], "path": [[1527.5, 833.5], [1524.5, 833.5], [1520.5, 835.5], [1517.5, 840.5], [1513.5, 849.5], [1512.5, 856.5], [1514.5, 861.5], [1522.5, 867.5], [1530.5, 866.5], [1535.5, 860.5], [1538.5, 853.5], [1538.5, 843.5], [1535.5, 838.5], [1532.5, 834.5], [1528.5, 832.5], [1523.5, 832.5]]},
{"id": "twry25", "submitted_by": "bart7782", "name": "KLM plane", "description": "Typical Dutch airplane", "website": "https://en.wikipedia.org/wiki/KLM", "subreddit": "/r/placenl", "center": [1630.5, 16.5], "path": [[1632.5, 13.5], [1632.5, 12.5], [1634.5, 12.5], [1634.5, 11.5], [1636.5, 11.5], [1636.5, 10.5], [1639.5, 10.5], [1639.5, 9.5], [1642.5, 9.5], [1642.5, 8.5], [1645.5, 8.5], [1645.5, 7.5], [1648.5, 7.5], [1648.5, 6.5], [1654.5, 6.5], [1654.5, 7.5], [1656.5, 7.5], [1656.5, 8.5], [1657.5, 8.5], [1657.5, 12.5], [1656.5, 12.5], [1656.5, 13.5], [1655.5, 13.5], [1655.5, 14.5], [1654.5, 14.5], [1654.5, 15.5], [1653.5, 15.5], [1657.5, 15.5], [1657.5, 16.5], [1658.5, 16.5], [1658.5, 19.5], [1649.5, 19.5], [1649.5, 24.5], [1633.5, 24.5], [1633.5, 25.5], [1626.5, 25.5], [1626.5, 26.5], [1619.5, 26.5], [1619.5, 25.5], [1613.5, 25.5], [1613.5, 24.5], [1607.5, 21.5], [1602.5, 16.5], [1609.5, 6.5]]},
{"id": "twrxsz", "submitted_by": "beanrollup", "name": "Hive Minigames", "description": "The Hive is a Minecraft: Bedrock Edition featured server, in existence since 2018. Its Java edition server existed from 2013-2021. /r/place image made with help from volunteer and non-volunteer staff, as well as lovely members of the community!", "website": "https://playhive.com/", "subreddit": "/r/hivemc", "center": [482.5, 1553.5], "path": [[470.5, 1552.5], [479.5, 1552.5], [479.5, 1542.5], [485.5, 1542.5], [486.5, 1541.5], [487.5, 1540.5], [490.5, 1540.5], [490.5, 1561.5], [470.5, 1561.5]]},
{"id": "twrxre", "submitted_by": "ThatOneCodeDev", "name": "Tadano Hitohito & Osana Najimi", "description": "Main and Supporting character from manga/anime series Komi-san wa, Comyushou desu.", "website": "https://komisan.fandom.com/wiki/Komi-san_wa_Komyushou_Desu_Wiki", "subreddit": "/r/Komi_San_Place", "center": [816.5, 1487.5], "path": [[782.5, 1499.5], [784.5, 1496.5], [787.5, 1495.5], [796.5, 1494.5], [800.5, 1493.5], [803.5, 1495.5], [806.5, 1495.5], [808.5, 1492.5], [819.5, 1493.5], [821.5, 1496.5], [823.5, 1496.5], [825.5, 1494.5], [838.5, 1493.5], [839.5, 1496.5], [841.5, 1498.5], [844.5, 1498.5], [845.5, 1496.5], [845.5, 1493.5], [842.5, 1490.5], [844.5, 1476.5], [833.5, 1475.5], [821.5, 1478.5], [820.5, 1480.5], [809.5, 1480.5], [809.5, 1483.5], [782.5, 1483.5], [782.5, 1498.5]]},
{"id": "twrxa8", "submitted_by": "1__Raven__1", "name": "Utsuho Reiuji", "description": "A hell raven who lives beneath the ground of Gensokyo and is one of Satori Komeiji's pets. Her job is to maintain the flames of hell through the manipulation of nuclear fusion.", "website": "https://en.touhouwiki.net/wiki/Utsuho_Reiuji", "subreddit": "/r/touhou", "center": [1638.5, 1534.5], "path": [[1621.5, 1517.5], [1621.5, 1550.5], [1654.5, 1550.5], [1654.5, 1517.5]]},
@ -1775,7 +1769,7 @@
{"id": "twtq76", "submitted_by": "bordaa", "name": "Holo (Spice & Wolf)", "description": "The character Holo from Spice & Wolf.", "website": "https://spiceandwolf.fandom.com/wiki/Holo", "subreddit": "/r/SpiceandWolf", "center": [234.5, 1248.5], "path": [[231.5, 1242.5], [231.5, 1254.5], [237.5, 1254.5], [237.5, 1242.5], [237.5, 1242.5]]},
{"id": "twtpzv", "submitted_by": "Ollyssss", "name": "Dynamix", "description": "A mural for Dynamix, a mobile rhythm game. nnWas allied with their neighbours to the right, Alone Cord, who provided anti griefing in return for Dynamix's support in the fight against the Belgians.", "website": "https://dynamixc4cat.fandom.com/wiki/Main_Page", "subreddit": "", "center": [1260.5, 1882.5], "path": [[1267.5, 1888.5], [1267.5, 1888.5], [1253.5, 1888.5], [1253.5, 1875.5], [1267.5, 1875.5], [1267.5, 1888.5]]},
{"id": "twtpt0", "submitted_by": "Rovsnegl", "name": "Holger Danske", "description": "Hogler Danske is a Danish folk hero that sits in the cellar of Kronborg (A danish castle in Helsing\u00f8r), where he is said to be sleeping until Denmark comes into great peril. He will then rise and save Denmark.", "website": "https://en.wikipedia.org/wiki/Ogier_the_Dane", "subreddit": "/r/Denmark", "center": [357.5, 152.5], "path": [[344.5, 142.5], [344.5, 167.5], [368.5, 167.5], [368.5, 154.5], [370.5, 152.5], [370.5, 144.5], [366.5, 139.5], [363.5, 139.5], [360.5, 132.5], [354.5, 132.5], [352.5, 138.5], [344.5, 142.5]]},
{"id": "twtpi9", "submitted_by": "GoJoeyGo123", "name": "Mumbo Jumbo", "description": "", "website": "https://www.youtube.com/c/MumboJumboOfficial", "subreddit": "/r/hermitcraft", "center": [883.5, 595.5], "path": [[878.5, 591.5], [887.5, 591.5], [887.5, 599.5], [878.5, 599.5]]},
{"id": "twtpi9", "submitted_by": "GoJoeyGo123", "name": "Mumbo Jumbo", "description": "Minecraft Youtuber known for making eccentric redstone contraptions. Joined Hermitcraft in Season 2.", "website": "https://www.youtube.com/c/MumboJumboOfficial", "subreddit": "/r/hermitcraft", "center": [883.5, 595.5], "path": [[878.5, 591.5], [887.5, 591.5], [887.5, 599.5], [878.5, 599.5]]},
{"id": "twtpdm", "submitted_by": "Bisonratte", "name": "Fish Cult original fish", "description": "The first fish of the tank. One of the first minute submissions to r/place after u/Burning_Sulphur announced that he will draw a fish. This led to the founding of the Fish Cult", "website": "https://www.reddit.com/r/place/comments/ttq74f/im_going_to_make_a_fish/", "subreddit": "/r/PlaceFishCult", "center": [475.5, 899.5], "path": [[473.5, 898.5], [473.5, 900.5], [476.5, 900.5], [476.5, 898.5], [473.5, 898.5]]},
{"id": "twtp8q", "submitted_by": "-beam", "name": "Second (and longest) Belgian flag", "description": "The second Belgian flag became extremely long, which was not the intention of the discord of r/placebe. The community tried to stop the expansion, but the hivemind (and probably some bots) kept mercilessly continuing downwards, steamrolling artworks out of their way. In exchange, the Belgian discord community offered to help smaller communities who got destroyed by them to rebuild their art on top of the Belgian flag.", "website": "", "subreddit": "/r/belgium", "center": [1310.5, 1286.5], "path": [[1333.5, 925.5], [1333.5, 774.5], [1282.5, 774.5], [1282.5, 912.5], [1285.5, 915.5], [1286.5, 928.5], [1288.5, 1817.5], [1333.5, 1818.5], [1333.5, 920.5]]},
{"id": "twtp7x", "submitted_by": "Bernard903", "name": "Aniki", "description": "A tribute to Billy Herrington also known as Aniki, was an American model that has sadly passed away in 2018.nn\u2642 GachiGASM \u2642", "website": "https://en.wikipedia.org/wiki/Billy_Herrington", "subreddit": "", "center": [694.5, 1004.5], "path": [[667.5, 957.5], [718.5, 957.5], [720.5, 957.5], [720.5, 1050.5], [667.5, 1050.5], [667.5, 957.5]]},
@ -1892,7 +1886,6 @@
{"id": "twte0y", "submitted_by": "Blizhazard", "name": "Chibi Holostars", "description": "Chibi figures of 3 members of holostars which is a male branch of hololive. From top to bottom: Hanasaki Miyabi, Astel Leda and Kageyama Shien.", "website": "https://holostars.hololivepro.com/en/", "subreddit": "/r/holostars", "center": [1397.5, 915.5], "path": [[1395.5, 903.5], [1401.5, 903.5], [1402.5, 904.5], [1402.5, 926.5], [1394.5, 926.5], [1393.5, 924.5], [1392.5, 924.5], [1392.5, 911.5], [1393.5, 904.5], [1393.5, 904.5]]},
{"id": "twtdul", "submitted_by": "litterally_who6354", "name": "Quackity", "description": "Toontown avatar of Minecraft YouTuber and streamer Quackity. Built by /r/Quackity, /r/ToonTown, Quacktwt, and Patitotwt", "website": "https://youtube.fandom.com/wiki/Quackity", "subreddit": "/r/quackity", "center": [819.5, 1263.5], "path": [[786.5, 1225.5], [786.5, 1300.5], [852.5, 1300.5], [852.5, 1225.5]]},
{"id": "twtdk5", "submitted_by": "ptitcoeeurrr", "name": "HHUT", "description": "HHUT, AKA Hip-Hop Ultimate Team. The small French community found their little heaven to place the logo. nnHip-Hop Ultimate Team is for all people who like rap and hip-hop. They are making real cards playable based on artists (Drake, Kanye West, Eminem...).", "website": "https://hhut.fr", "subreddit": "", "center": [1127.5, 1872.5], "path": [[1120.5, 1881.5], [1135.5, 1882.5], [1135.5, 1863.5], [1120.5, 1863.5], [1119.5, 1863.5], [1120.5, 1864.5], [1120.5, 1864.5], [1119.5, 1875.5], [1120.5, 1880.5]]},
{"id": "twtdfv", "submitted_by": "JimboTheAardvark", "name": "Brazil", "description": "A panel featuring the Brazilian flag and several natural and cultural features of the country.", "website": "", "subreddit": "/r/brasil", "center": [1099.5, 593.5], "path": [[911.5, 568.5], [909.5, 619.5], [1288.5, 617.5], [1290.5, 567.5], [1287.5, 567.5]]},
{"id": "twtdep", "submitted_by": "litterally_who6354", "name": "Kasane Teto", "description": "Kasane Teto is a character and voicebank for the singing synthesizer program UTAU, often used in music. Coincidentally, like r/place, Teto was originally an April Fool's joke.", "website": "", "subreddit": "/r/utau", "center": [1816.5, 651.5], "path": [[1806.5, 638.5], [1806.5, 642.5], [1805.5, 642.5], [1805.5, 646.5], [1805.5, 647.5], [1806.5, 647.5], [1806.5, 648.5], [1808.5, 648.5], [1808.5, 656.5], [1807.5, 656.5], [1807.5, 664.5], [1825.5, 664.5], [1825.5, 638.5]]},
{"id": "twtde8", "submitted_by": "DrakeScoTT123", "name": "Fattypillow", "description": "Popular czech youtuber and streamer!n", "website": "", "subreddit": "/r/Fattypillow", "center": [1568.5, 1241.5], "path": [[1536.5, 1233.5], [1599.5, 1233.5], [1599.5, 1249.5], [1536.5, 1249.5], [1536.5, 1249.5], [1536.5, 1233.5]]},
{"id": "twtday", "submitted_by": "Dry-Acanthopterygii9", "name": "Mizutsune", "description": "A monster from Monster Hunter game series, loved by its community. His pink color palette and his ability to create bubbles make him so unique", "website": "", "subreddit": "/r/MonsterHunter", "center": [1891.5, 1581.5], "path": [[1908.5, 1562.5], [1908.5, 1600.5], [1874.5, 1600.5], [1875.5, 1562.5]]},
@ -2048,9 +2041,8 @@
{"id": "twsrbm", "submitted_by": "Virryi", "name": "feddy", "description": "A popular meme within the Five Nights at Freddy's fandom. Represents Freddy, the titular character, in a poorly drawn work. Above him is a clock reading 6 AM, another reference to the FNaF series where the night ends at 6 am.", "website": "", "subreddit": "/r/fivenightsatfreddys", "center": [1853.5, 335.5], "path": [[1839.5, 299.5], [1839.5, 370.5], [1853.5, 370.5], [1853.5, 371.5], [1866.5, 371.5], [1866.5, 299.5], [1865.5, 299.5]]},
{"id": "twsqyn", "submitted_by": "TBGEntertainment", "name": "No Need Orga", "description": "A german E-Sport Team called No Need Orga. Project was initalized by the Twitch streamer Agurin", "website": "https://twitch.tv/agurin", "subreddit": "", "center": [650.5, 1985.5], "path": [[622.5, 1974.5], [622.5, 1996.5], [679.5, 1995.5], [679.5, 1974.5], [679.5, 1974.5], [679.5, 1974.5], [679.5, 1974.5], [679.5, 1974.5]]},
{"id": "twsqpp", "submitted_by": "MartyStarkiller", "name": "Madeline (aka Vadeline)", "description": "Madeline is the protagonist of the 2018 videogame Celeste, developed by Maddy Makes Games, later turned into Extremely OK Games. In the official discord server of said game, this specific drawing was called \u201cVadeline\u201d (Madeline close to the Void) and it was unknown who began work on this, since the server had already worked on drawing Madeline before.", "website": "http://www.celestegame.com/", "subreddit": "/r/celestegame", "center": [894.5, 1433.5], "path": [[889.5, 1425.5], [900.5, 1425.5], [900.5, 1438.5], [899.5, 1438.5], [899.5, 1440.5], [899.5, 1441.5], [889.5, 1441.5]]},
{"id": "twsqh5", "submitted_by": "Minion_P", "name": "Abu logo", "description": "Abu is an adult diaper brand.", "website": "", "subreddit": "", "center": [46.5, 1006.5], "path": [[35.5, 999.5], [35.5, 1013.5], [56.5, 1013.5], [56.5, 999.5]]},
{"id": "twsqgr", "submitted_by": "Alderiuz", "name": "feddy", "description": "A popular meme amongst the 'Five Night's at Freddy's' community, a horror game depicting Chuck-E-Cheese esque animatronics that try to hunt you down.", "website": "", "subreddit": "/r/fivenightsatfreddys", "center": [1853.5, 335.5], "path": [[1839.5, 370.5], [1839.5, 299.5], [1866.5, 299.5], [1866.5, 371.5], [1852.5, 371.5], [1852.5, 370.5]]},
{"id": "twsq63", "submitted_by": "Querez", "name": "HalfOfAKebab memorial", "description": "A memorial for Lewis 'HalfOfAKebab' who passed away in November 2021. The artwork is of the face of his Minecraft skin. Lewis was the founder of Omniarchive (founded Sep 2017), a team effort project to find and archive every Minecraft version in existence. Made by the community of Omniarchive's Discord server.", "website": "https://omniarchive.org/", "subreddit": "/r/Omniarchive", "center": [957.5, 488.5], "path": [[952.5,481.5], [961.5,481.5], [961.5,494.5], [952.5,494.5]]},
{"id": "twsq63", "submitted_by": "Querez", "name": "HalfOfAKebab memorial", "description": "A memorial for Lewis 'HalfOfAKebab' who passed away in November 2021. The artwork is of the face of his Minecraft skin. Lewis was a founder of Omniarchive (founded Sep 2017), a team effort project to find and archive every Minecraft version in existence. Made by the community of Omniarchive's Discord server.", "website": "https://omniarchive.org/", "subreddit": "/r/Omniarchive", "center": [957.5, 488.5], "path": [[952.5,481.5], [961.5,481.5], [961.5,494.5], [952.5,494.5]]},
{"id": "twspz7", "submitted_by": "Accomplished_Arm_227", "name": "JPEGMAFIA playstation logo", "description": "icon use by rapper JPEGMAFIA", "website": "https://www.youtube.com/c/JPEGMAFIA", "subreddit": "/r/jpegmafia", "center": [1889.5, 776.5], "path": [[1874.5, 760.5], [1904.5, 760.5], [1903.5, 792.5], [1874.5, 792.5], [1874.5, 781.5]]},
{"id": "twsptk", "submitted_by": "neolegeek", "name": "Epitech", "description": "Epitech is a private institution of higher education in computer science", "website": "https://www.epitech.eu/", "subreddit": "", "center": [1737.5, 1590.5], "path": [[1702.5, 1583.5], [1770.5, 1582.5], [1772.5, 1598.5], [1704.5, 1598.5]]},
{"id": "twspsn", "submitted_by": "PanzerCo", "name": "Baba Is You", "description": "The 'Baba' character from Noita developer Arvi Teikari's game 'Baba Is You'.nnBaba Is You is a puzzle game where the rules you have to follow are present as physical objects in the game world. By manipulating the rules, you can change how the game works, repurpose things you find in the levels and cause surprising interactions!", "website": "https://hempuli.com/baba/", "subreddit": "/r/babaisyou", "center": [568.5, 931.5], "path": [[563.5, 934.5], [563.5, 930.5], [566.5, 927.5], [566.5, 929.5], [567.5, 929.5], [568.5, 928.5], [569.5, 928.5], [569.5, 929.5], [571.5, 929.5], [572.5, 930.5], [572.5, 933.5], [571.5, 934.5], [571.5, 935.5], [570.5, 934.5], [570.5, 933.5], [566.5, 931.5], [564.5, 933.5], [564.5, 934.5]]},
@ -2102,7 +2094,6 @@
{"id": "twsjdf", "submitted_by": "Item-carpinus", "name": "Hurdy Gurdy", "description": "The hurdy gurdy is a string instrument that originated in the Middle Ages. The sound is produced by a rosined wheel rubbing against the strings; the wheel is controlled by a crank. The hurdy gurdy has 3 types of strings: chanters \u2013 the melody strings that are shortened mechanically via keys to change the pitch, drones - strings that produce a continuous bass tone, and trompettes \u2013 higher-pitched drone strings that are also used for rhythmic accentuation. Hurdy gurdies usually have two octaves and are fully chromatic. If you want to learn more about the instrument, join us on our Subreddit or the Hurdy Gurdy Community on Facebook.", "website": "https://www.facebook.com/groups/2038441566425103/", "subreddit": "/r/HurdyGurdy", "center": [601.5, 1557.5], "path": [[592.5, 1545.5], [613.5, 1545.5], [612.5, 1552.5], [604.5, 1551.5], [607.5, 1567.5], [603.5, 1574.5], [597.5, 1574.5], [596.5, 1571.5], [594.5, 1568.5], [596.5, 1560.5], [598.5, 1551.5], [592.5, 1551.5]]},
{"id": "twsix6", "submitted_by": "batter-sempai", "name": "Deltarune Logo", "description": "Formally was the logo of a video game called Deltarune, created by indie game creator Toby Fox.", "website": "", "subreddit": "/r/Deltarune", "center": [608.5, 1985.5], "path": [[596.5, 1974.5], [619.5, 1974.5], [620.5, 1996.5], [595.5, 1996.5]]},
{"id": "twsilc", "submitted_by": "Foufou10", "name": "Xana's Eye", "description": "Symbol of Xana's eye, antagonist of the french cartoon Code Lyoko", "website": "", "subreddit": "", "center": [1194.5, 877.5], "path": [[1190.5, 870.5], [1198.5, 870.5], [1198.5, 883.5], [1190.5, 883.5]]},
{"id": "twsigw", "submitted_by": "HazardousUser", "name": "KLM airplane", "description": "Koninklijke Luchtvaart Maatschappij (KLM) is a Dutch Airtransport Company", "website": "https://nl.wikipedia.org/wiki/Koninklijke_Luchtvaart_Maatschappij", "subreddit": "", "center": [1632.5, 16.5], "path": [[1661.5, 27.5], [1661.5, 4.5], [1603.5, 4.5], [1603.5, 28.5]]},
{"id": "twsiei", "submitted_by": "sabyrcus", "name": "M3 Logo", "description": "An unfinished logo of the Mandate of Modern Mapping, a cartography-based Discord server.", "website": "", "subreddit": "", "center": [1795.5, 973.5], "path": [[1792.5, 970.5], [1792.5, 970.5], [1792.5, 975.5], [1798.5, 975.5], [1798.5, 970.5]]},
{"id": "twsiam", "submitted_by": "peerkartoshkin", "name": "Goo", "description": "Goo from the Inanimate Insanity Invitational web series", "website": "", "subreddit": "/r/inanimateinsanity", "center": [1551.5, 41.5], "path": [[1543.5, 35.5], [1543.5, 47.5], [1559.5, 47.5], [1559.5, 35.5], [1543.5, 35.5]]},
{"id": "twsi1h", "submitted_by": "torresromain", "name": "supertf (streamer)", "description": "Two time Overwatch League Champion, World Cup Champion, Stage 2 Champion, May Melee Tournament Champion, Countdown Cup Champion, Role Star, All Star, MVP Runner-Up, and the best Overwatch streamer.", "website": "https://www.twitch.tv/supertf", "subreddit": "/r/Supertf", "center": [1463.5, 1369.5], "path": [[1437.5, 1338.5], [1488.5, 1338.5], [1488.5, 1400.5], [1437.5, 1400.5], [1437.5, 1338.5]]},
@ -2155,7 +2146,7 @@
{"id": "tws9x5", "submitted_by": "MIKMAKLive", "name": "LFI VS Z", "description": "This griefed version was the logo of French Left political party France Insoumise, before being vandalized by Far-Right Fascist party of Reconquete! (Zemmour).", "website": "", "subreddit": "", "center": [1679.5, 744.5], "path": [[1665.5, 723.5], [1666.5, 765.5], [1690.5, 766.5], [1694.5, 723.5], [1665.5, 723.5]]},
{"id": "tws9m2", "submitted_by": "KraideZ", "name": "Monkeytype.com", "description": "Monkeytype.com is a typing website with a modern interface that lets you practice typing indvidual words or quotes.nIt's mainly used by touchtypists to practice speed.", "website": "https://www.monkeytype.com", "subreddit": "/r/monkeytype", "center": [620.5, 1321.5], "path": [[596.5, 1301.5], [596.5, 1330.5], [590.5, 1331.5], [589.5, 1339.5], [652.5, 1339.5], [649.5, 1331.5], [642.5, 1330.5], [644.5, 1301.5], [596.5, 1301.5]]},
{"id": "tws9j0", "submitted_by": "Vanguard-Raven", "name": "Dragalia Lost app icon", "description": "The app icon for the Dragalia Lost mobile game. Published by Nintendo and developed by Cygames. Released on 27th September 2018. nnThe game's end of service has been announced to be some time after July 2022, after the main campaign has concluded. We will miss you, Euden and friends.", "website": "https://dragalialost.wiki/w/Dragalia_Lost_Wiki", "subreddit": "/r/DragaliaLost", "center": [1450.5, 1716.5], "path": [[1440.5, 1706.5], [1459.5, 1706.5], [1460.5, 1725.5], [1440.5, 1725.5], [1440.5, 1706.5]]},
{"id": "tws9i1", "submitted_by": "AvatarDeino", "name": "Tiny Tardis and Tiny Bill Cipher", "description": "A group of people (r/TinyTardis) gained permission from the My Little Pony faction (r/mylittlepony) to create a small version of the TARDIS, a time machine from the British sci-fi show 'Doctor Who' next to one of their spots. One other user from r/gravityfalls gained permission to place a small version of the character 'Bill Cipher' next to the TARDIS.", "website": "", "subreddit": "/r/TinyTardis", "center": [1610.5, 254.5], "path": [[1616.5, 247.5], [1604.5, 247.5], [1604.5, 261.5], [1615.5, 260.5], [1616.5, 260.5]]},
{"id": "tws9i1", "submitted_by": "AvatarDeino", "name": "Tiny Tardis and Tiny Bill Cipher", "description": "A group of people from r/TinyTardis gained permission from the My Little Pony faction at r/mylittlepony to create a small version of the TARDIS, a time machine from the British sci-fi show 'Doctor Who' next to one of their spots. This is a continuity from the original 2017 r/place where the MLP community had helped to create and protect a small TARDIS next to their sleeping Rainbow Dash artwork as well.\n \nOne other user from r/gravityfalls gained permission to place a small version of the character 'Bill Cipher' next to the TARDIS.", "website": "", "subreddit": "/r/TinyTardis", "center": [1610.5, 254.5], "path": [[1616.5, 247.5], [1604.5, 247.5], [1604.5, 261.5], [1615.5, 260.5], [1616.5, 260.5]]},
{"id": "tws8l3", "submitted_by": "Turbulent_Chapter363", "name": "The Belgian Flag", "description": "The third largest flag made by a small country of just 11 million people. Community engagement is beautiful.", "website": "", "subreddit": "", "center": [1309.5, 1285.5], "path": [[1282.5, 773.5], [1333.5, 773.5], [1332.5, 1820.5], [1287.5, 1818.5], [1286.5, 1267.5]]},
{"id": "tws8gs", "submitted_by": "Catprog", "name": "Calvin & Hobbes", "description": "Calvin & Hobbes from the newspaper comic of the same name", "website": "https://www.gocomics.com/calvinandhobbes", "subreddit": "/r/calvinandhobbes", "center": [1119.5, 915.5], "path": [[1100.5, 917.5], [1104.5, 914.5], [1111.5, 918.5], [1113.5, 915.5], [1112.5, 912.5], [1118.5, 910.5], [1121.5, 906.5], [1125.5, 907.5], [1126.5, 912.5], [1132.5, 913.5], [1132.5, 922.5], [1126.5, 921.5], [1125.5, 916.5], [1120.5, 913.5], [1116.5, 918.5], [1119.5, 920.5], [1117.5, 922.5], [1112.5, 920.5], [1111.5, 921.5], [1105.5, 919.5]]},
{"id": "tws8fo", "submitted_by": "TheCrow911", "name": "Bloodborne", "description": "Bloodborne is a videogame released in 2015, developed by From Software and Japan Studio. The game is known for its difficulty and dark atmosphere. The drawing features the protagonist of the game, the Hunter, along with the hunter rune and the insight symbol.nnThe design was planned by a rather small group of people that got together from numerous places. There were 3 attempts to place the art into the canvas, with the third one being successful thanks to the help from several communities. Rather bafflingly, the Hunter survived through the Void's advance, death and eventual rebirth, all the way to the end.nnThe night, and the dream, were long.", "website": "https://www.bloodborne-wiki.com/", "subreddit": "/r/bloodborne", "center": [941.5, 1462.5], "path": [[921.5, 1435.5], [960.5, 1435.5], [960.5, 1488.5], [921.5, 1488.5], [921.5, 1435.5]]},
@ -2292,7 +2283,7 @@
{"id": "twu94a", "submitted_by": "B0rbor4d", "name": "RvNxMango", "description": "RvNxMango aka Lukas, one of the rare Twitch.tv representatives from the German Community supporting /r/placeDE", "website": "https://twitch.tv/rvnxmango", "subreddit": "/r/rvnxmango", "center": [749.5, 650.5], "path": [[737.5, 648.5], [760.5, 648.5], [760.5, 652.5], [737.5, 652.5]]},
{"id": "twu909", "submitted_by": "FlyLikeATachyon", "name": "BMO from Adventure Time", "description": "The lovable little robot from the Cartoon Network show Adventure Time", "website": "", "subreddit": "/r/Adventure, Time", "center": [172.5, 63.5], "path": [[167.5, 56.5], [177.5, 56.5], [178.5, 70.5], [166.5, 69.5], [166.5, 56.5]]},
{"id": "twu8rw", "submitted_by": "Momijisu", "name": "The Expanse", "description": "A selection of murals by The Expanse community.nnWithin the mural are the OPA (Outer Planets Alliance) faction logo, and a defaced MCR (Martian Congretional Republic) flag, this flag is defaced showing the shattered moon Deimos, as depicted by the character Amos.", "website": "https://en.wikipedia.org/wiki/The_Expanse_(novel_series)", "subreddit": "/r/theexpanse", "center": [1803.5, 159.5], "path": [[1777.5, 155.5], [1800.5, 155.5], [1800.5, 142.5], [1819.5, 142.5], [1819.5, 148.5], [1832.5, 148.5], [1832.5, 154.5], [1820.5, 154.5], [1820.5, 171.5], [1777.5, 171.5], [1777.5, 155.5]]},
{"id": "twu8nm", "submitted_by": "Medical_Holiday9110", "name": "Brazilian flag 1", "description": "Brazilian flag containing a blue arara, Machado de Assis, Ayrton Senna's helmet, a capybara, a yellow Ype, a toucan, the World Cup trophy, 14 Bis, the first motorized plane ever, Christ the Redeemer with a cangaceiro hat, a coxinha, the Igua\u00e7u Waterfalls, Monte P\u00e3o de A\u00e7\u00facar, flip flops, Maracan\u00e3 Stadium, caramel pooch dog, a guara wolf, Monica's Gang characters, Lacerda lift, 51 Cacha\u00e7a, MASP, a capoeirista in the Abaporu's background, famous painting by Tarsila do Amaral", "website": "", "subreddit": "/r/brasil", "center": [1102.5, 594.5], "path": [[911.5, 567.5], [1289.5, 568.5], [1290.5, 620.5], [910.5, 619.5], [911.5, 591.5], [931.5, 593.5], [933.5, 589.5], [933.5, 584.5], [911.5, 584.5], [911.5, 567.5], [911.5, 567.5]]},
{"id": "twu8nm", "submitted_by": "Medical_Holiday9110", "name": "Brazilian flag 1", "description": "Brazilian flag containing a blue arara, Machado de Assis, Ayrton Senna's helmet, a capybara, a yellow Ype, a toucan, the World Cup trophy, 14 Bis, the first motorized plane ever, Christ the Redeemer with a cangaceiro hat, a coxinha, the Igua\u00e7u Waterfalls, Monte P\u00e3o de A\u00e7\u00facar, flip flops, Maracan\u00e3 Stadium, caramel pooch dog, a guara wolf, Monica's Gang characters, Lacerda lift, 51 Cacha\u00e7a, MASP, a capoeirista in the Abaporu's background, famous painting by Tarsila do Amaral", "website": "", "subreddit": "/r/brasil", "center": [1102.5, 594.5], "path":[[910.5,567.5],[910.5,619.5],[1290.5,619.5],[1290.5,567.5]]},
{"id": "twu8n6", "submitted_by": "Vahlblue", "name": "TELECOM Nancy", "description": "TELECOM Nancy (TN) is a French computer engineering school. The duck is the school mascot.", "website": "https://telecomnancy.univ-lorraine.fr", "subreddit": "", "center": [1709.5, 1607.5], "path": [[1703.5, 1600.5], [1714.5, 1600.5], [1714.5, 1614.5], [1703.5, 1614.5], [1703.5, 1600.5]]},
{"id": "twu8mz", "submitted_by": "NeonJ82", "name": "Tiny Potato", "description": "An image of the Tiny Potato from the Minecraft mod Botania. On its head is a Daybloom, one of the earliest useful items available in the mod.", "website": "https://botaniamod.net/", "subreddit": "/r/Botania", "center": [180.5, 337.5], "path": [[175.5, 330.5], [184.5, 330.5], [184.5, 343.5], [175.5, 343.5]]},
{"id": "twu8m7", "submitted_by": "DerSchnitta", "name": "The H3 Podcast Logo", "description": "The H3 Podcast hosted by Ethan and Hila Klein", "website": "https://doesryankavanaughlooklikeharveyweinstein.com/", "subreddit": "/r/h3h3productions", "center": [567.5, 1449.5], "path": [[544.5, 1417.5], [586.5, 1417.5], [586.5, 1450.5], [586.5, 1451.5], [587.5, 1451.5], [587.5, 1452.5], [590.5, 1452.5], [590.5, 1453.5], [591.5, 1453.5], [591.5, 1501.5], [573.5, 1501.5], [573.5, 1510.5], [573.5, 1507.5], [572.5, 1507.5], [569.5, 1507.5], [569.5, 1508.5], [568.5, 1508.5], [568.5, 1507.5], [564.5, 1507.5], [564.5, 1510.5], [563.5, 1510.5], [563.5, 1513.5], [564.5, 1513.5], [563.5, 1513.5], [563.5, 1514.5], [563.5, 1515.5], [563.5, 1516.5], [565.5, 1516.5], [565.5, 1517.5], [566.5, 1517.5], [566.5, 1518.5], [567.5, 1518.5], [568.5, 1517.5], [568.5, 1517.5], [569.5, 1517.5], [569.5, 1518.5], [570.5, 1518.5], [571.5, 1518.5], [571.5, 1517.5], [572.5, 1517.5], [572.5, 1516.5], [573.5, 1516.5], [573.5, 1513.5], [573.5, 1521.5], [562.5, 1521.5], [563.5, 1521.5], [563.5, 1520.5], [563.5, 1518.5], [563.5, 1517.5], [562.5, 1517.5], [562.5, 1516.5], [560.5, 1516.5], [561.5, 1516.5], [561.5, 1515.5], [561.5, 1514.5], [562.5, 1514.5], [562.5, 1513.5], [563.5, 1513.5], [563.5, 1508.5], [562.5, 1508.5], [562.5, 1507.5], [562.5, 1506.5], [561.5, 1506.5], [561.5, 1505.5], [560.5, 1505.5], [560.5, 1504.5], [559.5, 1504.5], [560.5, 1504.5], [560.5, 1503.5], [561.5, 1503.5], [561.5, 1502.5], [561.5, 1501.5], [562.5, 1501.5], [563.5, 1501.5], [563.5, 1500.5], [567.5, 1500.5], [567.5, 1499.5], [568.5, 1499.5], [568.5, 1500.5], [571.5, 1500.5], [571.5, 1499.5], [571.5, 1500.5], [574.5, 1500.5], [574.5, 1497.5], [573.5, 1497.5], [574.5, 1497.5], [574.5, 1496.5], [575.5, 1496.5], [575.5, 1495.5], [576.5, 1495.5], [576.5, 1493.5], [577.5, 1493.5], [577.5, 1492.5], [580.5, 1492.5], [579.5, 1492.5], [579.5, 1494.5], [579.5, 1495.5], [580.5, 1495.5], [581.5, 1495.5], [581.5, 1494.5], [581.5, 1495.5], [584.5, 1495.5], [584.5, 1494.5], [584.5, 1495.5], [587.5, 1495.5], [587.5, 1493.5], [587.5, 1492.5], [586.5, 1492.5], [586.5, 1490.5], [587.5, 1490.5], [587.5, 1487.5], [588.5, 1487.5], [588.5, 1477.5], [587.5, 1477.5], [589.5, 1477.5], [589.5, 1476.5], [590.5, 1476.5], [590.5, 1472.5], [589.5, 1472.5], [589.5, 1471.5], [590.5, 1471.5], [590.5, 1466.5], [589.5, 1466.5], [589.5, 1465.5], [588.5, 1465.5], [588.5, 1464.5], [588.5, 1462.5], [587.5, 1462.5], [587.5, 1461.5], [583.5, 1461.5], [583.5, 1460.5], [581.5, 1460.5], [581.5, 1459.5], [576.5, 1459.5], [576.5, 1460.5], [574.5, 1460.5], [574.5, 1461.5], [571.5, 1461.5], [571.5, 1462.5], [570.5, 1462.5], [570.5, 1463.5], [569.5, 1463.5], [569.5, 1464.5], [568.5, 1464.5], [568.5, 1465.5], [564.5, 1465.5], [564.5, 1466.5], [563.5, 1466.5], [564.5, 1466.5], [564.5, 1465.5], [565.5, 1465.5], [565.5, 1464.5], [567.5, 1464.5], [566.5, 1462.5], [567.5, 1462.5], [567.5, 1454.5], [566.5, 1454.5], [566.5, 1452.5], [564.5, 1452.5], [564.5, 1451.5], [561.5, 1451.5], [561.5, 1450.5], [553.5, 1450.5], [553.5, 1451.5], [550.5, 1451.5], [550.5, 1452.5], [549.5, 1452.5], [549.5, 1454.5], [548.5, 1454.5], [548.5, 1462.5], [549.5, 1462.5], [549.5, 1464.5], [550.5, 1464.5], [550.5, 1465.5], [551.5, 1465.5], [551.5, 1466.5], [552.5, 1466.5], [552.5, 1467.5], [554.5, 1467.5], [552.5, 1467.5], [552.5, 1468.5], [551.5, 1468.5], [551.5, 1469.5], [550.5, 1469.5], [550.5, 1470.5], [549.5, 1470.5], [549.5, 1471.5], [549.5, 1472.5], [549.5, 1473.5], [550.5, 1473.5], [550.5, 1474.5], [551.5, 1474.5], [551.5, 1475.5], [550.5, 1475.5], [550.5, 1477.5], [549.5, 1477.5], [548.5, 1477.5], [548.5, 1478.5], [547.5, 1478.5], [547.5, 1478.5], [547.5, 1479.5], [546.5, 1479.5], [546.5, 1483.5], [547.5, 1483.5], [547.5, 1484.5], [548.5, 1484.5], [547.5, 1484.5], [547.5, 1485.5], [546.5, 1485.5], [546.5, 1488.5], [547.5, 1488.5], [547.5, 1489.5], [548.5, 1489.5], [548.5, 1490.5], [547.5, 1490.5], [547.5, 1491.5], [546.5, 1491.5], [546.5, 1493.5], [546.5, 1492.5], [545.5, 1492.5], [545.5, 1491.5], [544.5, 1491.5], [544.5, 1490.5], [544.5, 1490.5], [543.5, 1490.5], [543.5, 1489.5], [542.5, 1489.5], [543.5, 1488.5], [539.5, 1488.5], [544.5, 1488.5], [544.5, 1417.5]]},
@ -2360,7 +2351,6 @@
{"id": "twwgio", "submitted_by": "WarpoRoasting", "name": "Bulgarian Amogus", "description": "Among Us crewmate in the colors of Bulgaria holding a Bulgarian flag", "website": "", "subreddit": "/r/bulgaria", "center": [1584.5, 1392.5], "path": [[1591.5, 1397.5], [1576.5, 1397.5], [1576.5, 1386.5], [1591.5, 1386.5], [1591.5, 1397.5]]},
{"id": "twwghp", "submitted_by": "JesusGAwasOnCD", "name": "/r/Qu\u00e9bec", "description": "Art created by /r/Qu\u00e9bec", "website": "", "subreddit": "/r/quebec", "center": [1001.5, 998.5], "path": [[963.5, 949.5], [1044.5, 933.5], [1045.5, 997.5], [1045.5, 997.5], [902.5, 1015.5], [902.5, 924.5], [1132.5, 925.5], [1132.5, 962.5], [1087.5, 962.5], [1083.5, 965.5], [1082.5, 1113.5], [1034.5, 1114.5], [1022.5, 1102.5], [1017.5, 1076.5], [902.5, 1072.5], [903.5, 1016.5], [903.5, 1016.5]]},
{"id": "twwggj", "submitted_by": "afrangry", "name": "Tank Man", "description": "Tank Man (also known as the Unknown Protester or Unknown Rebel) is the nickname of an unidentified Chinese man who stood in front of a column of tanks leaving Tiananmen Square in Beijing on June 5, 1989, the day after the Chinese government's violent crackdown on the Tiananmen protests.Internationally, it is considered one of the most iconic images of all time. Inside China, the image and the accompanying events are subject to censorship.", "website": "", "subreddit": "", "center": [883.5, 148.5], "path": [[874.5, 130.5], [874.5, 165.5], [892.5, 165.5], [892.5, 130.5], [874.5, 130.5]]},
{"id": "twwgfo", "submitted_by": "loucarinol5124", "name": "Kenny", "description": "a south park character. He died all the time along the south park series and this time he died because of white void", "website": "", "subreddit": "", "center": [497.5, 1517.5], "path": [[519.5, 1505.5], [512.5, 1510.5], [511.5, 1519.5], [514.5, 1526.5], [522.5, 1527.5], [510.5, 1540.5], [491.5, 1541.5], [479.5, 1530.5], [477.5, 1522.5], [477.5, 1511.5], [478.5, 1503.5], [487.5, 1498.5], [490.5, 1495.5], [500.5, 1494.5], [508.5, 1494.5], [515.5, 1500.5]]},
{"id": "twwg8a", "submitted_by": "gwestside", "name": "10 years of Wakfu", "description": "The French MMORPG Wakfu is celebrating its 10 years in 2022.", "website": "https://www.wakfu.com/en/mmorpg/news/announcements/1437621-let-celebrate-our-10th-anniversary", "subreddit": "/r/wakfu", "center": [1194.5, 1966.5], "path": [[1189.5, 1962.5], [1199.5, 1962.5], [1199.5, 1969.5], [1189.5, 1969.5]]},
{"id": "twwg7y", "submitted_by": "Placeussy", "name": "Neptune & Dogoo", "description": "Chibi pixel art of Neptune and the Dogoo enemy from the Hyperdimension Neptunia franchise.", "website": "", "subreddit": "/r/gamindustri", "center": [1633.5, 556.5], "path": [[1622.5, 576.5], [1637.5, 576.5], [1637.5, 550.5], [1651.5, 550.5], [1651.5, 541.5], [1648.5, 541.5], [1644.5, 537.5], [1636.5, 543.5], [1623.5, 543.5], [1623.5, 548.5], [1621.5, 548.5], [1622.5, 557.5], [1623.5, 558.5], [1622.5, 559.5], [1622.5, 576.5]]},
{"id": "twwg66", "submitted_by": "SchiferlED", "name": "Qynoa", "description": "A vtuber and VRchat mute streamer. Moonmoon's mute.", "website": "https://www.twitch.tv/qynoa", "subreddit": "", "center": [1641.5, 1926.5], "path": [[1644.5, 1925.5], [1647.5, 1933.5], [1635.5, 1933.5], [1635.5, 1919.5], [1647.5, 1920.5], [1647.5, 1933.5]]},
@ -2451,7 +2441,6 @@
{"id": "tww65v", "submitted_by": "calvinballing", "name": "Effective Altruism", "description": "Effective Altruism is a social movement and philosophy focused on maximizing the good you can do in your career, projects, and other life decisions.", "website": "https://www.effectivealtruism.org/", "subreddit": "/r/EffectiveAltruism", "center": [956.5, 1770.5], "path": [[977.5, 1777.5], [937.5, 1777.5], [937.5, 1761.5], [944.5, 1761.5], [947.5, 1764.5], [977.5, 1764.5], [977.5, 1777.5], [977.5, 1777.5], [977.5, 1777.5]]},
{"id": "tww65f", "submitted_by": "mrbootybreath", "name": "Flag of Iceland", "description": "The flag of Iceland, including drawings of a snowflake, a puffin and the largest church in Iceland, Hallgr\u00edmskirkja.", "website": "https://en.wikipedia.org/wiki/Iceland", "subreddit": "/r/Iceland", "center": [500.5, 119.5], "path": [[476.5, 102.5], [525.5, 103.5], [525.5, 136.5], [476.5, 136.5], [476.5, 102.5]]},
{"id": "tww659", "submitted_by": "B0rbor4d", "name": "Mahlunas Jet Flame", "description": "...inspired from her lately droped merch and protected by /r/placeDE in recognition for her support during the Event.ncheck her out and leave a follow:ntwitch.tv/mahluna", "website": "https://mahluna.store/", "subreddit": "/r/mahluna", "center": [1499.5, 1182.5], "path": [[1489.5, 1172.5], [1508.5, 1172.5], [1508.5, 1191.5], [1489.5, 1191.5], [1489.5, 1172.5]]},
{"id": "tww62z", "submitted_by": "daKoabi", "name": "Kenny", "description": "Kenny from the popular show South Park. Apparently the antivoid killed him.", "website": "", "subreddit": "", "center": [498.5, 1518.5], "path": [[494.5, 1494.5], [494.5, 1495.5], [489.5, 1495.5], [488.5, 1496.5], [488.5, 1497.5], [484.5, 1497.5], [484.5, 1500.5], [481.5, 1500.5], [481.5, 1501.5], [477.5, 1505.5], [477.5, 1510.5], [476.5, 1511.5], [476.5, 1524.5], [477.5, 1524.5], [477.5, 1526.5], [478.5, 1526.5], [478.5, 1530.5], [487.5, 1539.5], [489.5, 1539.5], [491.5, 1541.5], [491.5, 1542.5], [510.5, 1542.5], [510.5, 1541.5], [516.5, 1536.5], [517.5, 1536.5], [518.5, 1535.5], [520.5, 1533.5], [522.5, 1531.5], [522.5, 1525.5], [519.5, 1525.5], [518.5, 1524.5], [513.5, 1524.5], [513.5, 1520.5], [511.5, 1518.5], [511.5, 1516.5], [512.5, 1515.5], [513.5, 1514.5], [513.5, 1510.5], [514.5, 1509.5], [515.5, 1509.5], [516.5, 1508.5], [517.5, 1507.5], [518.5, 1507.5], [518.5, 1508.5], [517.5, 1509.5], [517.5, 1510.5], [517.5, 1511.5], [520.5, 1511.5], [522.5, 1510.5], [521.5, 1509.5], [521.5, 1506.5], [520.5, 1506.5], [519.5, 1505.5], [519.5, 1504.5], [517.5, 1502.5], [517.5, 1501.5], [516.5, 1501.5], [516.5, 1500.5], [514.5, 1498.5], [513.5, 1497.5], [512.5, 1497.5], [511.5, 1496.5], [510.5, 1496.5], [509.5, 1495.5], [508.5, 1494.5]]},
{"id": "tww5yg", "submitted_by": "HashBR", "name": "Irm\u00e3o do Jorel (Jorel's Brother)", "description": "Irm\u00e3o do Jorel is a Brazilian animated cartoon series.", "website": "https://www.cartoonnetwork.com.br/show/irmao-do-jorel", "subreddit": "/r/Brasil", "center": [1417.5, 1769.5], "path": [[1409.5, 1758.5], [1409.5, 1779.5], [1425.5, 1779.5], [1425.5, 1758.5], [1409.5, 1758.5], [1409.5, 1758.5], [1409.5, 1758.5]]},
{"id": "tww5y8", "submitted_by": "cefaluu", "name": "Dune", "description": "Dune is a science fiction book written by Frank Herbert. This logo is inspired by Denis Villeneuve's 2021 movie adaptation. Our Fremen warriors fought to protect it from becoming DUNG. We have made strong alliances with our neighbors such as Metal Gear Solid, The Magnus Archives and Juice Wrld. We have also partnered with the Science Fiction Fantasy Alliance.n", "website": "", "subreddit": "/r/Dune", "center": [1982.5, 169.5], "path": [[1965.5, 163.5], [1965.5, 174.5], [1999.5, 174.5], [1999.5, 163.5]]},
{"id": "tww5wv", "submitted_by": "GoJoeyGo123", "name": "Fedora", "description": "Fedora is a Linux distribution developed by the Fedora Project which is sponsored primarily by Red Hat", "website": "https://getfedora.org/", "subreddit": "/r/Fedora", "center": [37.5, 685.5], "path": [[33.5, 689.5], [33.5, 683.5], [34.5, 683.5], [34.5, 682.5], [35.5, 681.5], [39.5, 681.5], [41.5, 683.5], [41.5, 687.5], [40.5, 688.5], [39.5, 689.5]]},
@ -2522,7 +2511,7 @@
{"id": "twvzfs", "submitted_by": "neurospex", "name": "The Marblebase", "description": "The unofficial discord server for all things Jelle! Jelle's Marble Runs is a YouTube channel based in the Netherlands, founded by Jelle Bakker. It is based around marbles, marble runs and marble races. Content on the channel includes spoofing the Olympic Games, Formula One, and other sporting events.", "website": "https://discord.gg/marbles", "subreddit": "/r/JellesMarbleRuns", "center": [1951.5, 186.5], "path": [[1942.5, 176.5], [1959.5, 176.5], [1959.5, 195.5], [1942.5, 195.5], [1942.5, 176.5], [1942.5, 176.5], [1942.5, 176.5]]},
{"id": "twvzfq", "submitted_by": "curly90478", "name": "Lucky Beast", "description": "A Lucky Beast from Kemono Friends", "website": "", "subreddit": "/r/kemonofriends", "center": [1693.5, 1543.5], "path": [[1699.5, 1553.5], [1699.5, 1536.5], [1698.5, 1534.5], [1687.5, 1534.5], [1687.5, 1552.5], [1693.5, 1553.5]]},
{"id": "twvzaw", "submitted_by": "Aeltuar", "name": "r/turtle_army2 frieze", "description": "", "website": "", "subreddit": "/r/turtle_army2", "center": [941.5, 901.5], "path": [[821.5, 896.5], [821.5, 906.5], [1071.5, 906.5], [1071.5, 898.5], [821.5, 896.5]]},
{"id": "twvz75", "submitted_by": "Monchete99", "name": "Jack Frost", "description": "A sprite of Jack Frost, one of the most well-known demons in the monster-based RPG franchise Shin Megami Tensei developed by Atlus (who uses him as mascot). He says Hee-hoo a lot.", "website": "", "subreddit": "/r/Atlus", "center": [1476.5, 296.5], "path": [[1461.5, 283.5], [1462.5, 284.5], [1465.5, 281.5], [1467.5, 282.5], [1468.5, 283.5], [1469.5, 284.5], [1469.5, 285.5], [1473.5, 284.5], [1474.5, 285.5], [1474.5, 283.5], [1475.5, 283.5], [1477.5, 281.5], [1478.5, 281.5], [1481.5, 284.5], [1482.5, 283.5], [1483.5, 284.5], [1482.5, 285.5], [1481.5, 286.5], [1478.5, 286.5], [1478.5, 285.5], [1477.5, 287.5], [1487.5, 287.5], [1488.5, 290.5], [1486.5, 292.5], [1479.5, 292.5], [1479.5, 293.5], [1476.5, 295.5], [1485.5, 295.5], [1486.5, 297.5], [1486.5, 300.5], [1476.5, 300.5], [1476.5, 301.5], [1477.5, 302.5], [1493.5, 303.5], [1494.5, 304.5], [1494.5, 308.5], [1468.5, 308.5], [1468.5, 305.5], [1466.5, 303.5], [1464.5, 303.5], [1464.5, 301.5], [1467.5, 301.5], [1467.5, 300.5], [1465.5, 298.5], [1465.5, 296.5], [1467.5, 295.5], [1465.5, 294.5], [1464.5, 293.5], [1465.5, 292.5], [1465.5, 290.5], [1466.5, 289.5], [1466.5, 287.5], [1465.5, 286.5], [1465.5, 285.5], [1463.5, 286.5], [1461.5, 286.5]]},
{"id": "twvz75", "submitted_by": "Monchete99", "name": "Jack Frost", "description": "A sprite of Jack Frost, one of the most well-known demons in the monster-based RPG franchise Shin Megami Tensei developed by Atlus (who uses him as mascot). He says Hee-hoo a lot. This was a collaboration between the Persona communities and the Megaten communities. This is a rare occurance as these two communities do not usually get along.", "website": "https://megamitensei.fandom.com/wiki/Jack_Frost", "subreddit": "/r/Atlus", "center": [1476.5, 296.5], "path": [[1461.5, 283.5], [1462.5, 284.5], [1465.5, 281.5], [1467.5, 282.5], [1468.5, 283.5], [1469.5, 284.5], [1469.5, 285.5], [1473.5, 284.5], [1474.5, 285.5], [1474.5, 283.5], [1475.5, 283.5], [1477.5, 281.5], [1478.5, 281.5], [1481.5, 284.5], [1482.5, 283.5], [1483.5, 284.5], [1482.5, 285.5], [1481.5, 286.5], [1478.5, 286.5], [1478.5, 285.5], [1477.5, 287.5], [1487.5, 287.5], [1488.5, 290.5], [1486.5, 292.5], [1479.5, 292.5], [1479.5, 293.5], [1476.5, 295.5], [1485.5, 295.5], [1486.5, 297.5], [1486.5, 300.5], [1476.5, 300.5], [1476.5, 301.5], [1477.5, 302.5], [1493.5, 303.5], [1494.5, 304.5], [1494.5, 308.5], [1468.5, 308.5], [1468.5, 305.5], [1466.5, 303.5], [1464.5, 303.5], [1464.5, 301.5], [1467.5, 301.5], [1467.5, 300.5], [1465.5, 298.5], [1465.5, 296.5], [1467.5, 295.5], [1465.5, 294.5], [1464.5, 293.5], [1465.5, 292.5], [1465.5, 290.5], [1466.5, 289.5], [1466.5, 287.5], [1465.5, 286.5], [1465.5, 285.5], [1463.5, 286.5], [1461.5, 286.5]]},
{"id": "twvz56", "submitted_by": "OrangeSheepYT", "name": "Monkey D. Luffy", "description": "\"I Don\u2019t Wanna Conquer Anything. It's Just That The Person With The Most Freedom On The Sea Is The Pirate King.\" \nMonkey D. Luffy, the man who will become the Pirate King. He is the main protagonist of One Piece, a manga series written and illustrated by Eiichiro Oda. This sprite was made by the One Piece community and the Anime Alliance. \nOne Piece: https://discord.gg/QFNC6PxBtE \nAnime Alliance: https://discord.gg/9U6pHMbHS4", "website": "https://discord.gg/QFNC6PxBtE", "subreddit": "/r/OnePiece", "center": [1625.5, 1186.5], "path": [[1616.5, 1172.5], [1616.5, 1200.5], [1633.5, 1200.5], [1633.5, 1172.5]]},
{"id": "twvz0w", "submitted_by": "frenchtgirl", "name": "Rainworld green lizard", "description": "A green lizard from the game Rainworld by the studio Videocult. On the bottom there is also a karma flower.", "website": "", "subreddit": "", "center": [314.5, 1459.5], "path": [[295.5, 1444.5], [295.5, 1484.5], [306.5, 1484.5], [306.5, 1474.5], [306.5, 1472.5], [314.5, 1465.5], [319.5, 1465.5], [326.5, 1463.5], [333.5, 1463.5], [340.5, 1469.5], [340.5, 1445.5]]},
{"id": "000227", "name": "Lunaria Ayaren (Twitch)", "description": "Paw logo symbolizing the Chilean Vtuber/streamer Lunaria Ayaren, also known as Auntie Patas.", "website": "https://www.twitch.tv/lunaria", "subreddit": "", "center": [1737.5, 1979.5], "path": [[1736.5, 1974.5], [1739.5, 1974.5], [1740.5, 1975.5], [1740.5, 1976.5], [1742.5, 1976.5], [1742.5, 1980.5], [1741.5, 1980.5], [1741.5, 1982.5], [1740.5, 1983.5], [1739.5, 1983.5], [1738.5, 1982.5], [1737.5, 1982.5], [1736.5, 1983.5], [1735.5, 1983.5], [1734.5, 1982.5], [1734.5, 1981.5], [1733.5, 1980.5], [1733.5, 1976.5], [1735.5, 1976.5], [1736.5, 1974.5]]},
@ -2595,7 +2584,6 @@
{"id": "twvswl", "submitted_by": "TumoricER", "name": "r/politicalcompassmemes", "description": "Subreddit dedicated to making memes about stereotypes related to the Political Compass quadrants. Formed a short-lived alliance with r/utahjazz and was attacked by an Argentinian streamer. Had the Weezer logo on a quadrant for a short time, but due to controversy with their top posts the fansub for the band decided to remove themselves from it.", "website": "https://www.politicalcompass.org", "subreddit": "/r/PoliticalCompassMemes", "center": [392.5, 628.5], "path": [[363.5, 613.5], [379.5, 613.5], [379.5, 609.5], [420.5, 609.5], [421.5, 645.5], [361.5, 646.5], [362.5, 613.5]]},
{"id": "twvswh", "submitted_by": "CostinTea", "name": "Good Mythical Morning logo #2", "description": "The logo of the daily YouTube show by Rhett and Link, Good Mythical Morning.", "website": "https://youtube.com/rhettandlink2", "subreddit": "/r/GoodMythicalMorning", "center": [1273.5, 1187.5], "path": [[1261.5, 1173.5], [1261.5, 1201.5], [1284.5, 1201.5], [1284.5, 1173.5]]},
{"id": "twvsv1", "submitted_by": "Akyn_CZE", "name": "Shovel Knight", "description": "A side-scrolling platform game with an 8-bit graphical style. Knight's primal tool is his trustworthy shovel.", "website": "", "subreddit": "/r/ShovelKnight", "center": [682.5, 308.5], "path": [[676.5, 319.5], [675.5, 319.5], [675.5, 318.5], [676.5, 317.5], [673.5, 315.5], [671.5, 314.5], [669.5, 314.5], [668.5, 314.5], [668.5, 315.5], [667.5, 315.5], [667.5, 316.5], [666.5, 316.5], [666.5, 312.5], [667.5, 312.5], [667.5, 313.5], [668.5, 313.5], [669.5, 313.5], [669.5, 310.5], [671.5, 310.5], [671.5, 307.5], [672.5, 306.5], [676.5, 306.5], [676.5, 302.5], [675.5, 302.5], [675.5, 301.5], [673.5, 301.5], [673.5, 301.5], [672.5, 301.5], [672.5, 299.5], [671.5, 300.5], [671.5, 298.5], [670.5, 298.5], [670.5, 296.5], [674.5, 296.5], [674.5, 297.5], [675.5, 297.5], [675.5, 298.5], [685.5, 298.5], [686.5, 298.5], [686.5, 299.5], [687.5, 299.5], [688.5, 299.5], [688.5, 297.5], [689.5, 297.5], [689.5, 296.5], [690.5, 296.5], [690.5, 294.5], [690.5, 294.5], [689.5, 293.5], [689.5, 292.5], [688.5, 292.5], [688.5, 291.5], [689.5, 291.5], [690.5, 291.5], [690.5, 292.5], [691.5, 292.5], [691.5, 293.5], [692.5, 293.5], [692.5, 294.5], [692.5, 298.5], [691.5, 298.5], [691.5, 299.5], [690.5, 299.5], [689.5, 299.5], [688.5, 300.5], [687.5, 300.5], [686.5, 300.5], [686.5, 306.5], [687.5, 306.5], [689.5, 306.5], [690.5, 307.5], [690.5, 308.5], [690.5, 308.5], [691.5, 309.5], [692.5, 310.5], [693.5, 310.5], [695.5, 310.5], [695.5, 311.5], [696.5, 311.5], [697.5, 311.5], [697.5, 312.5], [697.5, 312.5], [698.5, 312.5], [698.5, 313.5], [699.5, 313.5], [699.5, 314.5], [698.5, 314.5], [698.5, 315.5], [697.5, 315.5], [697.5, 316.5], [696.5, 315.5], [695.5, 316.5], [695.5, 316.5], [693.5, 316.5], [690.5, 316.5], [688.5, 315.5], [686.5, 315.5], [687.5, 316.5], [687.5, 318.5], [687.5, 319.5], [685.5, 319.5], [684.5, 318.5], [684.5, 317.5], [681.5, 317.5], [681.5, 316.5], [680.5, 316.5], [678.5, 316.5], [679.5, 317.5], [678.5, 317.5], [678.5, 318.5], [677.5, 319.5]]},
{"id": "twvstc", "submitted_by": "TrulyGolden", "name": "Kenny", "description": "Kenny McCormick from the popular American cartoon 'South Park.'", "website": "", "subreddit": "/r/southpark", "center": [500.5, 1518.5], "path": [[479.5, 1503.5], [492.5, 1495.5], [510.5, 1496.5], [522.5, 1509.5], [522.5, 1530.5], [508.5, 1540.5], [492.5, 1542.5], [478.5, 1529.5], [477.5, 1523.5]]},
{"id": "twvsg3", "submitted_by": "Visible_Ad_4840", "name": "Miku Hatsune - Levan polkka", "description": "It is Miku Hatsune a famous vocaloid who spin a leeknThe Leekspin meme was created from a scene in the anime Bleach where the character Orihime seems to turn a leek.", "website": "", "subreddit": "", "center": [1812.5, 742.5], "path": [[1790.5, 725.5], [1790.5, 763.5], [1838.5, 726.5], [1836.5, 754.5], [1834.5, 752.5], [1832.5, 751.5], [1831.5, 752.5], [1830.5, 753.5], [1829.5, 753.5], [1828.5, 753.5], [1828.5, 754.5], [1827.5, 754.5], [1826.5, 754.5], [1826.5, 755.5], [1825.5, 755.5], [1824.5, 755.5], [1823.5, 754.5], [1822.5, 755.5], [1821.5, 755.5], [1819.5, 755.5], [1819.5, 756.5], [1819.5, 758.5], [1818.5, 757.5], [1817.5, 757.5], [1817.5, 758.5], [1817.5, 759.5], [1813.5, 763.5], [1790.5, 763.5], [1790.5, 725.5], [1839.5, 725.5], [1790.5, 763.5]]},
{"id": "twvsfe", "submitted_by": "jpepo", "name": "Wilbur Soot", "description": "Will Gold, known professionally as Wilbur Soot, is a British internet personality, Twitch streamer and musician.", "website": "https://www.twitch.tv/wilbursoot", "subreddit": "/r/wilbursoot", "center": [1834.5, 1483.5], "path": [[1822.5, 1471.5], [1822.5, 1495.5], [1846.5, 1495.5], [1846.5, 1471.5], [1822.5, 1471.5]]},
{"id": "twvs6r", "submitted_by": "BlackBrown123", "name": "Aiba", "description": "The icon from the video game 'AI the Somnium Files'", "website": "", "subreddit": "/r/aithesomniumfiles", "center": [1252.5, 664.5], "path": [[1260.5, 673.5], [1260.5, 660.5], [1260.5, 655.5], [1243.5, 655.5], [1243.5, 672.5]]},
@ -2608,7 +2596,7 @@
{"id": "twvrpl", "submitted_by": "Frederic94500", "name": "Arch OS", "description": "Arch OS", "website": "https://archlinux.org/", "subreddit": "/r/archlinux", "center": [45.5, 695.5], "path": [[40.5, 698.5], [44.5, 689.5], [45.5, 689.5], [49.5, 698.5], [40.5, 698.5]]},
{"id": "twvrp8", "submitted_by": "REEEEnegade", "name": "Senyera i Gos", "description": "Independence flag of Catalonia and a cute catalan dog.", "website": "", "subreddit": "/r/catalunya", "center": [1721.5, 1658.5], "path": [[1732.5, 1601.5], [1715.5, 1601.5], [1715.5, 1711.5], [1733.5, 1711.5], [1733.5, 1700.5], [1718.5, 1700.5], [1718.5, 1611.5], [1732.5, 1611.5]]},
{"id": "twvrnd", "submitted_by": "minion0470", "name": "Minecraft Redstone", "description": "An area made by r/Redstone of multiple Minecraft redstone items.", "website": "", "subreddit": "/r/redstone", "center": [1556.5, 1657.5], "path": [[1534.5, 1647.5], [1578.5, 1647.5], [1579.5, 1664.5], [1578.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], [1534.5, 1667.5]]},
{"id": "twvrkj", "submitted_by": "scorpion24100 / ThePizzaMuncher", "name": "The Hollow Knight / Elden Ring Indie Bench", "description": "A collaborative effort headed by members of the r/HollowKnight and r/Eldenring communities, featuring characters from and references to many different franchises. Originally started by r/HKPlace and intended to feature the Knight from Hollow Knight sitting on a bench (an important gameplay mechanic reminiscent of Dark Soul\u2019s bonfires), the project quickly expanded in scope and came to be a huge collaboration between multiple games and franchises (most of which are indie) after r/Eldenring, a close ally from the Hornet Project neighbouring their first work on the northwest quadrant of the canvas, added Ranni the Witch (an important character from the game Elden Ring) to the bench.\n\nFranchises featured in the bench area include: Hollow Knight; Elden Ring; Ace Attorney; Baba is you; Rain world; Metroid; Papers, Please; Tunic; Pok\u00e9mon; Project Moon; A Hat in Time; VVVVVV; Bloodborne; Dead Cells; Mystery Dungeon; Ori; Hyper Light Drifter; Rusty Lake; Downwell; Enter the gungeon; Yuru camp; Devil daggers; A short hike; Celeste; Cavestory and more.\nOther logos include that of Issaquah Highschool and a band called GhostBC.", "website": "", "subreddit": "/r/HKPlace", "center": [1365.5, 88.5], "path": [[1297.5, 49.5], [1297.5, 75.5], [1296.5, 75.5], [1295.5, 75.5], [1295.5, 83.5], [1300.5, 83.5], [1300.5, 103.5], [1313.5, 103.5], [1313.5, 104.5], [1314.5, 104.5], [1314.5, 105.5], [1318.5, 105.5], [1318.5, 104.5], [1319.5, 104.5], [1319.5, 103.5], [1328.5, 103.5], [1328.5, 104.5], [1338.5, 104.5], [1338.5, 106.5], [1344.5, 106.5], [1344.5, 116.5], [1345.5, 116.5], [1345.5, 117.5], [1348.5, 117.5], [1348.5, 120.5], [1349.5, 120.5], [1349.5, 140.5], [1369.5, 140.5], [1369.5, 139.5], [1370.5, 139.5], [1370.5, 138.5], [1410.5, 138.5], [1410.5, 117.5], [1411.5, 117.5], [1411.5, 115.5], [1412.5, 114.5], [1420.5, 114.5], [1420.5, 113.5], [1421.5, 113.5], [1421.5, 112.5], [1422.5, 112.5], [1422.5, 111.5], [1423.5, 111.5], [1423.5, 107.5], [1422.5, 107.5], [1422.5, 106.5], [1421.5, 106.5], [1421.5, 105.5], [1420.5, 105.5], [1420.5, 102.5], [1421.5, 102.5], [1421.5, 50.5], [1297.5, 49.5]]},
{"id": "twvrkj", "submitted_by": "scorpion24100 / ThePizzaMuncher", "name": "The Bench Project", "description": "A collaborative effort headed by members of the r/HollowKnight and r/Eldenring communities, featuring characters from and references to many different franchises.\n\nOriginally started by r/HKPlace and intended to feature the Knight from Hollow Knight sitting on a bench (an important gameplay mechanic reminiscent of Dark Souls bonfires), the project quickly expanded in scope and came to be a huge collaboration between multiple games and franchises (most of which are indie) after r/Eldenring, a close ally from the Hornet Project neighbouring their first work on the northwest quadrant of the canvas, added Ranni the Witch (an important character from the game Elden Ring) to the bench.\n\nFranchises featured in the bench area include: Hollow Knight; Elden Ring; Ace Attorney; Baba is you; Rain world; Metroid; Papers, Please; Tunic; Pok\u00e9mon; Project Moon; A Hat in Time; VVVVVV; Bloodborne; Dead Cells; Mystery Dungeon; Ori; Hyper Light Drifter; Rusty Lake; Downwell; Enter the gungeon; Yuru camp; Devil daggers; A short hike; Celeste; Cavestory and more.\nOther logos include that of Issaquah Highschool and a band called GhostBC.", "website": "", "subreddit": "/r/HKPlace", "center": [1365.5, 88.5], "path": [[1297.5, 49.5], [1297.5, 75.5], [1296.5, 75.5], [1295.5, 75.5], [1295.5, 83.5], [1300.5, 83.5], [1300.5, 103.5], [1313.5, 103.5], [1313.5, 104.5], [1314.5, 104.5], [1314.5, 105.5], [1318.5, 105.5], [1318.5, 104.5], [1319.5, 104.5], [1319.5, 103.5], [1328.5, 103.5], [1328.5, 104.5], [1338.5, 104.5], [1338.5, 106.5], [1344.5, 106.5], [1344.5, 116.5], [1345.5, 116.5], [1345.5, 117.5], [1348.5, 117.5], [1348.5, 120.5], [1349.5, 120.5], [1349.5, 140.5], [1369.5, 140.5], [1369.5, 139.5], [1370.5, 139.5], [1370.5, 138.5], [1410.5, 138.5], [1410.5, 117.5], [1411.5, 117.5], [1411.5, 115.5], [1412.5, 114.5], [1420.5, 114.5], [1420.5, 113.5], [1421.5, 113.5], [1421.5, 112.5], [1422.5, 112.5], [1422.5, 111.5], [1423.5, 111.5], [1423.5, 107.5], [1422.5, 107.5], [1422.5, 106.5], [1421.5, 106.5], [1421.5, 105.5], [1420.5, 105.5], [1420.5, 102.5], [1421.5, 102.5], [1421.5, 50.5], [1297.5, 49.5]]},
{"id": "twvrk2", "submitted_by": "Medical_Holiday9110", "name": "Bolivian flag", "description": "Bolivian flag with its national historical and important features", "website": "", "subreddit": "/r/bolivia", "center": [1468.5, 1217.5], "path": [[1338.5, 1200.5], [1338.5, 1234.5], [1599.5, 1233.5], [1599.5, 1200.5]]},
{"id": "twvrg9", "submitted_by": "Tschoepp", "name": "Rvnx Soul Birb", "description": "The twitch subscriber badge and an emote of twitch.tv/rvnxSoul", "website": "", "subreddit": "", "center": [740.5, 650.5], "path": [[737.5, 648.5], [737.5, 652.5], [743.5, 652.5], [743.5, 648.5], [743.5, 648.5], [737.5, 648.5]]},
{"id": "twvr8o", "submitted_by": "Weirdestbug", "name": "Twitch Streamer Buddha's Icon", "description": "This Oni-mask is for the popular GTA Roleplay Nopixel streamer Buddha", "website": "https://www.twitch.tv/buddha", "subreddit": "", "center": [1397.5, 695.5], "path": [[1408.5, 680.5], [1406.5, 676.5], [1397.5, 675.5], [1387.5, 677.5], [1386.5, 680.5], [1378.5, 673.5], [1379.5, 680.5], [1382.5, 686.5], [1382.5, 697.5], [1381.5, 702.5], [1384.5, 707.5], [1381.5, 710.5], [1386.5, 711.5], [1391.5, 719.5], [1403.5, 719.5], [1409.5, 711.5], [1414.5, 709.5], [1410.5, 707.5], [1412.5, 699.5], [1412.5, 688.5], [1412.5, 684.5], [1415.5, 681.5], [1415.5, 673.5], [1409.5, 680.5]]},
@ -2651,7 +2639,7 @@
{"id": "twvnwu", "submitted_by": "CostinTea", "name": "Catalunya", "description": "The tag representing the Catalan people.", "website": "", "subreddit": "/r/catalunya", "center": [710.5, 329.5], "path": [[689.5, 332.5], [689.5, 326.5], [731.5, 325.5], [731.5, 331.5]]},
{"id": "twvnu0", "submitted_by": "ziemnakiscool", "name": "Donkey Kong", "description": "This is donkey kong from the Donkey Kong game series. You may have seen him in a video where he fought agaisnt the Among us crewmate because of it\u2018s comically large pp. this art made by popular Twitch streamer Mizkif and his community. Mizkif's community referred to the pixel art as The Dong, and protected him from numerous attacks from popular Twitch Streamer xQc and the French, Spanish, and Russian Twitch communities.", "website": "", "subreddit": "", "center": [1293.5, 441.5], "path": [[1283.5, 466.5], [1283.5, 459.5], [1282.5, 455.5], [1285.5, 447.5], [1272.5, 440.5], [1263.5, 436.5], [1260.5, 431.5], [1261.5, 422.5], [1264.5, 420.5], [1266.5, 421.5], [1269.5, 422.5], [1272.5, 426.5], [1275.5, 427.5], [1280.5, 426.5], [1285.5, 424.5], [1292.5, 417.5], [1296.5, 414.5], [1306.5, 425.5], [1308.5, 427.5], [1315.5, 430.5], [1317.5, 444.5], [1316.5, 455.5], [1312.5, 467.5], [1296.5, 466.5], [1294.5, 465.5]]},
{"id": "twvnqj", "submitted_by": "The_HenryUK", "name": "Yogscast TTT", "description": "TTT Avatars of members of the Yogscast (Twitch & Youtube gaming group)", "website": "https://www.yogscast.com/", "subreddit": "/r/Yogscast", "center": [1528.5, 1788.5], "path": [[1502.5, 1776.5], [1502.5, 1799.5], [1553.5, 1799.5], [1553.5, 1776.5], [1502.5, 1776.5]]},
{"id": "twvnpr", "submitted_by": "sirKristakqo", "name": "The Ride Never Ends", "description": "Slogan of 4chan board /mlp/. Background is a flag representing the board.", "website": "https://4channel.org/mlp/", "subreddit": "", "center": [927.5, 1883.5], "path": [[893.5, 1880.5], [960.5, 1880.5], [960.5, 1885.5], [893.5, 1885.5]]},
{"id": "twvnpr", "submitted_by": "Oofio128", "name": "The Ride Never Ends", "description": "The slogan of the /mlp/ 4chan board with the background is a flag representing the aforementioned board.\n \nInitially, this text consisted of an offensive meme from /mlp/ 4chan. However, after a brief disagreement with the r/mylittlepony subreddit and Manechat discord, /mlp/ decided to switch the text to phrase shown.", "website": "https://4channel.org/mlp/", "subreddit": "", "center": [927.5, 1883.5], "path": [[893.5, 1880.5], [960.5, 1880.5], [960.5, 1885.5], [893.5, 1885.5]]},
{"id": "twvnbc", "submitted_by": "HachiMinh", "name": "Tears of Themis S-chip", "description": "The most important currency in Tears of Themis, a gacha game developed by Mihoyo (Hoyoverse)", "website": "", "subreddit": "/r/TearsOfThemis", "center": [1723.5, 1795.5], "path": [[1719.5, 1789.5], [1725.5, 1789.5], [1725.5, 1790.5], [1727.5, 1790.5], [1727.5, 1791.5], [1728.5, 1791.5], [1728.5, 1792.5], [1729.5, 1792.5], [1729.5, 1793.5], [1730.5, 1793.5], [1730.5, 1797.5], [1729.5, 1797.5], [1729.5, 1799.5], [1728.5, 1799.5], [1728.5, 1799.5], [1727.5, 1800.5], [1727.5, 1801.5], [1726.5, 1801.5], [1723.5, 1802.5], [1723.5, 1801.5], [1721.5, 1801.5], [1721.5, 1802.5], [1720.5, 1802.5], [1720.5, 1801.5], [1719.5, 1801.5], [1719.5, 1800.5], [1718.5, 1800.5], [1718.5, 1799.5], [1717.5, 1799.5], [1717.5, 1798.5], [1716.5, 1798.5], [1716.5, 1796.5], [1715.5, 1796.5], [1715.5, 1794.5], [1716.5, 1794.5], [1716.5, 1792.5], [1717.5, 1792.5], [1717.5, 1791.5], [1718.5, 1791.5], [1718.5, 1790.5], [1719.5, 1790.5], [1719.5, 1789.5], [1720.5, 1789.5]]},
{"id": "twvn1n", "submitted_by": "No_Sheepherder1258", "name": "Quebec", "description": "Province of Quebec in Canada", "website": "", "subreddit": "/r/quebec", "center": [996.5, 997.5], "path": [[903.5, 924.5], [901.5, 1072.5], [1084.5, 1073.5], [1084.5, 938.5], [1133.5, 937.5], [1132.5, 924.5], [903.5, 924.5]]},
{"id": "twvmky", "submitted_by": "milton1833", "name": "Twice lovely", "description": "Lovelys are small colorful sprites used to represent the members of TWICE, a South Korean girl group which consists of 9 members", "website": "https://twice.jype.com/", "subreddit": "/r/twice", "center": [1711.5, 1105.5], "path": [[1693.5, 1094.5], [1708.5, 1094.5], [1708.5, 1091.5], [1730.5, 1091.5], [1730.5, 1110.5], [1722.5, 1110.5], [1721.5, 1110.5], [1721.5, 1113.5], [1720.5, 1114.5], [1720.5, 1119.5], [1721.5, 1120.5], [1693.5, 1120.5], [1693.5, 1094.5]]},
@ -2740,12 +2728,10 @@
{"id": "twvd2j", "submitted_by": "greese1", "name": "lucy \u2764", "description": "Keverely's fish lucy", "website": "", "subreddit": "/r/PlaceFishCult", "center": [485.5, 893.5], "path": [[484.5, 892.5], [486.5, 892.5], [486.5, 894.5], [484.5, 894.5]]},
{"id": "twvcyo", "submitted_by": "ShadowArchivist", "name": "Early Gang Mug", "description": "Mug of coffee with a hardcore heart for Twitch streamer Philza. Made by his offline chat Early Gang", "website": "https://www.twitch.tv/philza", "subreddit": "", "center": [765.5, 1373.5], "path": [[759.5, 1368.5], [763.5, 1364.5], [771.5, 1364.5], [773.5, 1366.5], [773.5, 1381.5], [772.5, 1382.5], [761.5, 1382.5], [760.5, 1381.5], [757.5, 1379.5], [755.5, 1377.5], [755.5, 1372.5], [759.5, 1369.5], [760.5, 1368.5], [760.5, 1368.5]]},
{"id": "twvcwz", "submitted_by": "sam_w_00", "name": "Messi's shirt number", "description": "A combination of Lionel Messi's iconic Barcelona and Argentina colours with his number 10 - created as a tribute by /r/barca", "website": "", "subreddit": "/r/barca", "center": [453.5, 940.5], "path": [[448.5, 936.5], [448.5, 944.5], [457.5, 944.5], [457.5, 936.5]]},
{"id": "twvcnn", "submitted_by": "minion0470", "name": "GoodTimesWithScar", "description": "Minecraft YouTuber.", "website": "https://www.youtube.com/c/GoodTimesWithScar", "subreddit": "/r/hermitcraft", "center": [892.5, 619.5], "path": [[888.5, 616.5], [888.5, 616.5], [895.5, 616.5], [895.5, 622.5], [888.5, 622.5]]},
{"id": "twvcnc", "submitted_by": "zenoob", "name": "Amelia Watson", "description": "Hololive EN 1st gen member Amelia Watson... With a moustache!", "website": "", "subreddit": "/r/Hololive", "center": [1339.5, 938.5], "path": [[1337.5, 929.5], [1335.5, 933.5], [1335.5, 944.5], [1337.5, 947.5], [1341.5, 947.5], [1343.5, 943.5], [1345.5, 935.5], [1341.5, 929.5]]},
{"id": "twvclu", "submitted_by": "Quaintlongjay", "name": "Thai Flag", "description": "Flag of Thailand with an elephant and map.", "website": "", "subreddit": "/r/thailand", "center": [1481.5, 750.5], "path": [[1444.5, 740.5], [1514.5, 740.5], [1514.5, 746.5], [1506.5, 746.5], [1507.5, 763.5], [1462.5, 763.5], [1462.5, 751.5], [1449.5, 751.5], [1448.5, 751.5], [1448.5, 746.5], [1445.5, 746.5]]},
{"id": "twvcjo", "submitted_by": "KennyAus", "name": "Rimworld Logo", "description": "A sci fi colony sim driven by an intelligent AI storyteller.nnRimWorld follows three survivors from a crashed space liner as they build a colony on a frontier world at the rim of known space. Inspired by the space western vibe of Firefly, the deep simulation of Dwarf Fortress, and the epic scale of Dune and Warhammer 40,000.", "website": "https://rimworldgame.com/", "subreddit": "/r/RimWorld", "center": [897.5, 1965.5], "path": [[900.5, 1950.5], [894.5, 1950.5], [893.5, 1951.5], [891.5, 1951.5], [890.5, 1952.5], [889.5, 1952.5], [884.5, 1957.5], [884.5, 1958.5], [883.5, 1959.5], [883.5, 1961.5], [882.5, 1961.5], [882.5, 1968.5], [883.5, 1968.5], [883.5, 1971.5], [884.5, 1971.5], [884.5, 1973.5], [885.5, 1973.5], [885.5, 1974.5], [886.5, 1974.5], [886.5, 1975.5], [887.5,1975.5], [887.5, 1976.5], [888.5, 1976.5], [889.5, 1976.5], [892.5, 1979.5], [895.5, 1979.5], [895.5, 1980.5], [899.5, 1980.5], [900.5, 1979.5], [900.5, 1978.5], [905.5, 1977.5], [905.5, 1976.5], [907.5, 1976.5], [907.5, 1975.5], [908.5, 1975.5], [909.5, 1974.5], [911.5, 1973.5], [911.5, 1968.5], [912.5, 1968.5], [912.5, 1963.5], [911.5, 1962.5], [911.5, 1960.5], [910.5, 1960.5], [910.5, 1958.5], [909.5, 1958.5], [909.5, 1957.5], [904.5, 1952.5], [903.5, 1952.5], [902.5, 1951.5], [900.5, 1951.5]]},
{"id": "twvcew", "submitted_by": "Max_FI", "name": "Trinidad and Tobago", "description": "The flag of Trinidad and Tobago, an island nation in the Caribbean", "website": "", "subreddit": "", "center": [1384.5, 1194.5], "path": [[1373.5, 1188.5], [1394.5, 1188.5], [1394.5, 1199.5], [1373.5, 1199.5]]},
{"id": "twvcdb", "submitted_by": "salovana", "name": "Jack Frost", "description": "The mascot of the company, Atlus. This was a collaboration between the Persona communities and the Megaten communities. This is a rare occurance as these two communities do not usually get along.", "website": "https://megamitensei.fandom.com/wiki/Jack_Frost", "subreddit": "/r/atlus", "center": [1472.5, 292.5], "path": [[1460.5, 281.5], [1484.5, 281.5], [1484.5, 286.5], [1479.5, 286.5], [1479.5, 294.5], [1477.5, 295.5], [1479.5, 297.5], [1478.5, 300.5], [1477.5, 302.5], [1478.5, 305.5], [1466.5, 306.5], [1466.5, 301.5], [1465.5, 299.5], [1465.5, 296.5], [1464.5, 293.5], [1465.5, 291.5], [1465.5, 288.5], [1465.5, 287.5], [1460.5, 286.5]]},
{"id": "twvc8s", "submitted_by": "DubbaThony", "name": "Right to repair", "description": "Right to repair is a movement that focuses on stopping companies from going out of their way to prevent independent people (like me or you) from fixing and servicing their products. Movement pushes to restore access to parts, schematics and tools (including software) available for all sorts of devices, just like it was years ago.", "website": "", "subreddit": "/r/righttorepair", "center": [1921.5, 237.5], "path": [[1902.5, 234.5], [1902.5, 239.5], [1940.5, 239.5], [1940.5, 234.5]]},
{"id": "twvc8f", "submitted_by": "P0demos", "name": "Knekro (Goz Variety)", "description": "Image of the 3\u00b0 in the world. Also know as Kuenkro, the gachapon master. The peepoclown community made this piece of art in just 5h.EZ Clap.", "website": "https://www.twitch.tv/knekro", "subreddit": "", "center": [1349.5, 1932.5], "path": [[1334.5, 1916.5], [1365.5, 1916.5], [1364.5, 1948.5], [1334.5, 1948.5]]},
{"id": "twvc4k", "submitted_by": "BrilliantArt9925", "name": "118", "description": "The 118 subreddit logo", "website": "", "subreddit": "/r/118", "center": [1014.5, 1915.5], "path": [[1009.5, 1912.5], [1019.5, 1912.5], [1019.5, 1918.5], [1009.5, 1918.5]]},
@ -2756,7 +2742,7 @@
{"id": "twvbpd", "submitted_by": "1638515002", "name": "Nine Inch Nails", "description": "An American industrial rock with Trent Reznor", "website": "https://www.nin.com/", "subreddit": "/r/nin", "center": [109.5, 499.5], "path": [[93.5, 492.5], [124.5, 492.5], [124.5, 505.5], [93.5, 505.5]]},
{"id": "twvbng", "submitted_by": "sam_w_00", "name": "Exotic D12 Engram", "description": "Critical Role and Destiny 2 found common ground in this dodecahedron representing both an exotic engram and a d12. Yes there is also a broom. Don't question it.", "website": "", "subreddit": "/r/criticalrole, /r/destiny2", "center": [495.5, 952.5], "path": [[482.5, 960.5], [507.5, 960.5], [507.5, 942.5], [482.5, 942.5], [482.5, 936.5], [487.5, 936.5], [487.5, 941.5], [482.5, 942.5]]},
{"id": "twvbh9", "submitted_by": "sealmealdeal", "name": "Teardrop, Bracelety, and Ice cube", "description": "along with Lollipop, Bell, Marker, Pin, Pen, and Saw are part of a drawing made by the bfdi community, it was erased by the spanish flag on the 3rd day.", "website": "", "subreddit": "/r/BattleForDreamIsland", "center": [1612.5, 294.5], "path": [[1595.5, 280.5], [1595.5, 280.5], [1595.5, 280.5], [1595.5, 280.5], [1628.5, 280.5], [1628.5, 308.5], [1595.5, 308.5]]},
{"id": "twvbfk", "submitted_by": "minion0470", "name": "docm77", "description": "Minecraft YouTuber", "website": "https://www.youtube.com/c/docm77", "subreddit": "/r/hermitcraft", "center": [874.5, 619.5], "path": [[870.5, 616.5], [877.5, 616.5], [877.5, 622.5], [870.5, 622.5]]},
{"id": "twvbfk", "submitted_by": "minion0470", "name": "DocM77", "description": "A Minecraft Youtuber that joined Hermitcraft in Season 3. Works closely with the SciCraft server, home to Minecraft's finest technical players.", "website": "https://www.youtube.com/c/docm77", "subreddit": "/r/hermitcraft", "center": [874.5, 619.5], "path": [[870.5, 616.5], [877.5, 616.5], [877.5, 622.5], [870.5, 622.5]]},
{"id": "twvbfc", "submitted_by": "Kosh_Ascadian", "name": "Baltic states", "description": "A map of the three Baltic states: Estonia, Latvia, and Lithuania. The golden line signifies the historic Baltic Way from 1989. When 2 million people joined hands in protest from Tallinn to Vilnius. They formed a human chain to signify our Baltic solidarity and wish for Independence from the Soviet occupation. Golden stars are the Capitols.", "website": "https://en.wikipedia.org/wiki/Baltic_Way", "subreddit": "/r/BalticStates", "center": [1924.5, 136.5], "path": [[1922.5, 102.5], [1924.5, 103.5], [1925.5, 103.5], [1928.5, 99.5], [1949.5, 99.5], [1955.5, 102.5], [1953.5, 104.5], [1953.5, 111.5], [1954.5, 111.5], [1953.5, 116.5], [1951.5, 120.5], [1951.5, 132.5], [1954.5, 132.5], [1954.5, 151.5], [1944.5, 161.5], [1938.5, 167.5], [1938.5, 170.5], [1935.5, 170.5], [1927.5, 176.5], [1923.5, 176.5], [1913.5, 170.5], [1910.5, 172.5], [1897.5, 171.5], [1896.5, 163.5], [1898.5, 161.5], [1898.5, 130.5], [1900.5, 129.5], [1900.5, 126.5], [1901.5, 124.5], [1888.5, 124.5], [1888.5, 116.5], [1892.5, 116.5], [1892.5, 115.5], [1902.5, 115.5], [1902.5, 104.5], [1920.5, 104.5]]},
{"id": "twvbcc", "submitted_by": "greese1", "name": "Aggie", "description": "umbrasia's fish aggie", "website": "", "subreddit": "/r/PlaceFishCult", "center": [480.5, 892.5], "path": [[478.5, 891.5], [478.5, 893.5], [481.5, 893.5], [481.5, 891.5]]},
{"id": "twvb98", "submitted_by": "prehistoric_monster", "name": "Littlepip", "description": "Main character from My Little Pony fan fiction Fallout: Equestria, a fan fiction by Kkat that managed to spawn one of the largest sub-fandoms within the brony fandom. Fallout: Equestria is one of the longest pieces of self-published fan fiction ever written.", "website": "https://en.wikipedia.org/wiki/Fallout:_Equestria", "subreddit": "/r/falloutequestria", "center": [539.5, 277.5], "path": [[542.5, 274.5], [536.5, 274.5], [536.5, 280.5], [542.5, 280.5], [542.5, 274.5]]},
@ -2771,7 +2757,7 @@
{"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": "twv9n3", "submitted_by": "minion0470", "name": "iskall85", "description": "Minecraft YouTuber.", "website": "https://www.youtube.com/c/iskall85", "subreddit": "/r/hermitcraft", "center": [874.5, 627.5], "path": [[870.5, 624.5], [877.5, 624.5], [877.5, 630.5], [870.5, 630.5]]},
{"id": "twv9n3", "submitted_by": "minion0470", "name": "iskall85", "description": "A Minecraft Youtuber who joined Hermitcraft in Season 4. Leader of the dev team for the Minecraft modpack Vault Hunters.", "website": "https://www.youtube.com/c/iskall85", "subreddit": "/r/hermitcraft", "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]]},
{"id": "twv9a9", "submitted_by": "n3prena", "name": "RTS", "description": "RTS broadcasts radio and TV in French-speaking Switzerland", "website": "https://www.rts.ch", "subreddit": "", "center": [1182.5, 873.5], "path": [[1176.5, 871.5], [1188.5, 871.5], [1188.5, 876.5], [1176.5, 876.5], [1176.5, 871.5], [1176.5, 871.5], [1176.5, 871.5], [1182.5, 873.5], [1180.5, 874.5]]},
@ -2822,7 +2808,6 @@
{"id": "twv3yc", "submitted_by": "thelolo_007", "name": "Infinity Train Door", "description": "Infinity Train is a Cartoon Network anthology series which takes place inside an infinite train, this is the door that separates all the cars and a characteristic element of the show.", "website": "", "subreddit": "/r/InfinityTrain", "center": [477.5, 1053.5], "path": [[474.5, 1058.5], [480.5, 1058.5], [480.5, 1047.5], [475.5, 1047.5], [475.5, 1048.5], [474.5, 1048.5]]},
{"id": "twv3y5", "submitted_by": "jeff_rose-in-sock", "name": "The World Ends With You", "description": "Red Skull Pin from the 2007 Square Enix RPG game The World Ends With You. Originally was the Player Pin, but was replaced after the original was destroyed in a raid.", "website": "https://square-enix-games.com/", "subreddit": "/r/twewy", "center": [1331.5, 535.5], "path": [[1330.5, 528.5], [1332.5, 528.5], [1334.5, 529.5], [1336.5, 531.5], [1337.5, 533.5], [1338.5, 536.5], [1337.5, 538.5], [1336.5, 539.5], [1333.5, 542.5], [1330.5, 542.5], [1328.5, 541.5], [1327.5, 540.5], [1326.5, 539.5], [1325.5, 538.5], [1324.5, 534.5], [1325.5, 532.5]]},
{"id": "twv3wq", "submitted_by": "minecrafter2301", "name": "Flag of Nicaragua", "description": "", "website": "", "subreddit": "", "center": [1119.5, 1393.5], "path": [[1083.5, 1371.5], [1083.5, 1414.5], [1155.5, 1414.5], [1155.5, 1371.5], [1083.5, 1371.5]]},
{"id": "twv3sk", "submitted_by": "sealmealdeal", "name": "Kenny Mccormick", "description": "hes a kid from South Park! he has died in almost every episode from season 1 to season 5, he has died 126 times in the whole show.", "website": "", "subreddit": "/r/southpark", "center": [500.5, 1518.5], "path": [[495.5, 1494.5], [495.5, 1494.5], [495.5, 1494.5], [495.5, 1494.5], [489.5, 1495.5], [487.5, 1497.5], [484.5, 1497.5], [484.5, 1499.5], [481.5, 1501.5], [478.5, 1505.5], [477.5, 1526.5], [485.5, 1534.5], [492.5, 1542.5], [509.5, 1542.5], [521.5, 1531.5], [522.5, 1510.5], [517.5, 1502.5], [510.5, 1497.5], [508.5, 1495.5]]},
{"id": "twv3pa", "submitted_by": "mejeres", "name": "Tool", "description": "The logo of the metal band Tool for their latest album Fear Inoculum", "website": "", "subreddit": "/r/ToolBand", "center": [253.5, 995.5], "path": [[221.5, 990.5], [284.5, 990.5], [284.5, 1000.5], [221.5, 1000.5]]},
{"id": "twv3ns", "submitted_by": "Jansel_", "name": "r/osuplace's Windows XP taskbar button", "description": "In collaboration with r/PlaceStart and r/osuplace, this button was created as r/osuplace was one of the major factions.", "website": "https://osu.ppy.sh/", "subreddit": "/r/PlaceStart, /r/osuplace, ", "center": [246.5, 1985.5], "path": [[200.5, 1973.5], [292.5, 1974.5], [292.5, 1997.5], [200.5, 1997.5]]},
{"id": "twv3kd", "submitted_by": "mrjustaboss", "name": "NinoFace", "description": "A zoomed-in shot of Nino's face from Fire Emblem Heroes. Nino was a playable character in Fire Emblem: The Blazing Blade. Also a FrankerFaceZ emote.", "website": "https://fireemblem.fandom.com/wiki/Nino", "subreddit": "/r/FireEmblemHeroes", "center": [16.5, 1021.5], "path": [[8.5, 1013.5], [8.5, 1028.5], [23.5, 1028.5], [23.5, 1013.5], [16.5, 1013.5]]},
@ -3021,7 +3006,7 @@
{"id": "twxlx8", "submitted_by": "STFUCocomelon", "name": "Battle Cats x Kingdom", "description": "The collab of mobile game 'The Battle Cats' and the survival game series 'Kingdom'", "website": "", "subreddit": "/r/kingdomthegame", "center": [568.5, 1648.5], "path": [[562.5, 1647.5], [562.5, 1651.5], [565.5, 1651.5], [565.5, 1650.5], [570.5, 1650.5], [570.5, 1651.5], [573.5, 1651.5], [573.5, 1646.5], [562.5, 1646.5]]},
{"id": "twxlov", "submitted_by": "mstilw577", "name": "Besiege Logo", "description": "Besiege is a strategy sandbox video game developed and published by Spiderling Studios.", "website": "https://www.spiderlinggames.com/", "subreddit": "/r/Besiege", "center": [307.5, 536.5], "path": [[301.5, 529.5], [313.5, 529.5], [313.5, 542.5], [301.5, 542.5]]},
{"id": "twxlic", "submitted_by": "flopes3570", "name": "K6BD [2]", "description": "K6BD (Kill Six Billion Demons) is a webcomic. nSecond logo", "website": "https://killsixbilliondemons.com/", "subreddit": "/r/killsixbilliondemons", "center": [1274.5, 921.5], "path": [[1266.5, 915.5], [1266.5, 927.5], [1282.5, 927.5], [1282.5, 915.5], [1266.5, 915.5]]},
{"id": "twxl8p", "submitted_by": "Padgriffin", "name": "MLP Raid Counter", "description": "The number 22 next to the main art piece denotes the number of raids and nukes the Ponies had survived over the course of the event.", "website": "", "subreddit": "/r/MyLittlePony", "center": [1686.5, 243.5], "path": [[1682.5, 239.5], [1690.5, 239.5], [1689.5, 248.5], [1683.5, 245.5], [1684.5, 246.5], [1683.5, 247.5], [1683.5, 247.5]]},
{"id": "twxl8p", "submitted_by": "Oofio128", "name": "MLP Raid Counter", "description": "The number 22 next to the main art piece denotes the number of raids and nukes MLP had survived over the course of the event from various Twitch streamers including xQc, Asmongold, and Mizkif. It became another point of pride for the MLP fandom as it showed their determination in putting their pressence on r/place.", "website": "https://discord.gg/manechat", "subreddit": "/r/mylittlepony", "center": [1686.5, 243.5], "path": [[1682.5, 239.5], [1690.5, 239.5], [1689.5, 248.5], [1683.5, 245.5], [1684.5, 246.5], [1683.5, 247.5], [1683.5, 247.5]]},
{"id": "twxl86", "submitted_by": "roedesse", "name": "Sor Juana In\u00e9s de la Cruz", "description": "A red portrait of mexican poet and nun Juana In\u00e9s de la Cruz", "website": "", "subreddit": "/r/Mexico", "center": [728.5, 1244.5], "path": [[689.5, 1241.5], [695.5, 1234.5], [695.5, 1229.5], [694.5, 1187.5], [702.5, 1174.5], [733.5, 1174.5], [740.5, 1181.5], [746.5, 1192.5], [749.5, 1207.5], [750.5, 1220.5], [750.5, 1232.5], [761.5, 1243.5], [771.5, 1255.5], [776.5, 1264.5], [777.5, 1272.5], [778.5, 1283.5], [778.5, 1300.5], [755.5, 1301.5], [755.5, 1298.5], [743.5, 1298.5], [736.5, 1296.5], [726.5, 1297.5], [722.5, 1291.5], [713.5, 1291.5], [706.5, 1296.5], [702.5, 1293.5], [696.5, 1291.5], [691.5, 1290.5], [691.5, 1287.5], [689.5, 1286.5]]},
{"id": "twxl6u", "submitted_by": "Ebinulem", "name": "Charli XCX", "description": "English singer and songwriter Charli XCX. The XCX is her logo, the image above the X is a small portrait of Charli.", "website": "", "subreddit": "/r/charlixcx", "center": [979.5, 422.5], "path": [[963.5, 417.5], [963.5, 433.5], [965.5, 431.5], [1000.5, 431.5], [1001.5, 418.5], [975.5, 417.5], [976.5, 409.5], [964.5, 408.5]]},
{"id": "twxl4e", "submitted_by": "Bonaye59", "name": "CACABOX AFTER-CINE", "description": "The logo of the CCB dedicated by the server after-cin\u00e9", "website": "https://twitter.com/cacaboxtv/status/1511256268589223936", "subreddit": "", "center": [270.5, 1875.5], "path": [[260.5, 1861.5], [280.5, 1861.5], [280.5, 1888.5], [260.5, 1888.5]]},
@ -3142,7 +3127,7 @@
{"id": "twx8j9", "submitted_by": "xRGTMX", "name": "Juan", "description": "A friendly void monster with glasses, a clown nose, and an all-seeing eye. Fun at parties, great with children, and kind to strangers.", "website": "", "subreddit": "/r/void", "center": [288.5, 1082.5], "path": [[254.5, 1043.5], [254.5, 1121.5], [321.5, 1121.5], [321.5, 1043.5]]},
{"id": "twx8j2", "submitted_by": "ASoul_Family", "name": "A-SOUL", "description": "A-SOUL is a 3D virtual idol group from China.\nThe group is composed of five members: AvA (@\u5411\u665a\u5927\u9b54\u738b), Bella (@\u8d1d\u62c9Kira), Carol (@\u73c8\u4e50Carol), Diana (@\u5609\u7136\u4eca\u5929\u5403\u4ec0\u4e48), and Eileen (@\u4e43\u7433Queen).\nFollow the official account @A-SOUL_Official to get news about them. You can find them on bilibili.com .", "website": "https://space.bilibili.com/703007996", "subreddit": "/r/asoul", "center": [980.5, 503.5], "path": [[957.5, 498.5], [965.5, 498.5], [965.5, 496.5], [1003.5, 496.5], [1003.5, 509.5], [959.5, 509.5], [959.5, 514.5], [957.5, 514.5]]},
{"id": "twx8g0", "submitted_by": "lilihahattl", "name": "TOUHOU logo", "description": "It was suppose to be Marval Logo, but stray touhou fan kept changing it to Touhou,in the end the touhou hijack server gave up convincing people, really sorry Marval Fan", "website": "", "subreddit": "", "center": [1714.5, 826.5], "path": [[1700.5, 822.5], [1728.5, 822.5], [1728.5, 830.5], [1700.5, 830.5]]},
{"id": "twx8fr", "submitted_by": "scorpion24100", "name": "A Hat in Time hat", "description": "A popular icon for the game A Hat in Time, its the hat worn my Hat Kid (supposedly while in time)", "website": "https://gearsforbreakfast.com/games/a-hat-in-time/", "subreddit": "/r/AHatInTime", "center": [1379.5, 55.5], "path": [[1377.5, 51.5], [1380.5, 51.5], [1380.5, 59.5], [1381.5, 59.5], [1376.5, 59.5], [1377.5, 59.5], [1377.5, 51.5]]},
{"id": "twx8fr", "submitted_by": "scorpion24100", "name": "Kids Hat (A Hat in Time)", "description": "Kids Hat is the first hat worn by Hat Kid, the protagonist of 3d platformer A Hat in Time. The hat is a popular icon for the game.While Hat Kids face was originally depicted right underneath the Bench area, it conflicted with where Ori would be drawn, and the Kids Hat was placed atop the bird from Celeste as a compromise (which made the reference more recognisable for peopel who might be less familiar with the game).", "website": "https://gearsforbreakfast.com/games/a-hat-in-time/", "subreddit": "/r/AHatInTime", "center": [1379.5, 55.5], "path": [[1376.5, 50.5], [1381.5, 50.5], [1381.5, 58.5], [1382.5, 58.5], [1382.5, 60.5], [1375.5, 60.5], [1375.5, 58.5], [1376.5, 58.5]]},
{"id": "twx861", "submitted_by": "katelliez", "name": "The University Of Alberta", "description": "A public research university located in Edmonton, Alberta, Canada. A.K.A U of A or uAlberta.", "website": "https://www.ualberta.ca", "subreddit": "/r/uAlberta", "center": [1238.5, 46.5], "path": [[1230.5, 36.5], [1230.5, 54.5], [1235.5, 58.5], [1241.5, 58.5], [1247.5, 54.5], [1247.5, 36.5]]},
{"id": "twx7s1", "submitted_by": "Ivsucram", "name": "Corotinho", "description": "Corote (or Corotinho), a Brazilian alcoholic liquor (cacha\u00e7a) popular between young people, specially university students.", "website": "https://www1.folha.uol.com.br/mercado/2019/03/bebida-de-r-3-corote-repagina-marca-e-vira-atracao-entre-universitarios.shtml", "subreddit": "/r/brasil", "center": [1408.5, 1798.5], "path": [[1409.5, 1788.5], [1412.5, 1789.5], [1415.5, 1796.5], [1414.5, 1807.5], [1402.5, 1807.5], [1402.5, 1794.5], [1405.5, 1788.5], [1411.5, 1788.5]]},
{"id": "twx7q7", "submitted_by": "halcyondays-", "name": "Cal\u00e7ad\u00e3o de Copacabana", "description": "The green pattern used here is inpired by the sidewalk of Copacabana Beach, in Rio de Janeiro.", "website": "https://prefeitura.rio", "subreddit": "/r/brasil", "center": [1202.5, 572.5], "path": [[1195.5, 568.5], [1186.5, 568.5], [1188.5, 571.5], [1188.5, 573.5], [1185.5, 576.5], [1185.5, 579.5], [1190.5, 579.5], [1190.5, 577.5], [1192.5, 577.5], [1192.5, 573.5], [1197.5, 573.5], [1197.5, 577.5], [1213.5, 577.5], [1214.5, 573.5], [1219.5, 573.5], [1220.5, 568.5]]},
@ -3434,7 +3419,6 @@
{"id": "tx31hk", "submitted_by": "Azmaas", "name": "Peruvian flags", "description": "Andynsane (a popular peruvian streamer) decided to put his logo into r/Place, this angered many peruvian comunities, who decided to raid his logo with peruvian flags since they felt like the only person who could have made Peru have a better representation on r/Place was putting himself above his own country", "website": "", "subreddit": "", "center": [1830.5, 1082.5], "path": [[1790.5, 1044.5], [1870.5, 1044.5], [1869.5, 1120.5], [1790.5, 1121.5]]},
{"id": "tx31ek", "submitted_by": "GGquartz", "name": "Azure Rathalos", "description": "Remnants of an attempt at creating the Azure Rathalos from the Monster Hunter series inside the blue corner. Even while the communities were allied, the art failed because of unaware people placing blue pixels.", "website": "", "subreddit": "/r/MonsterHunter", "center": [1996.5, 1871.5], "path": [[1999.5, 1868.5], [1992.5, 1868.5], [1992.5, 1874.5], [1999.5, 1874.5], [1999.5, 1868.5]]},
{"id": "tx30sx", "submitted_by": "KamTros47", "name": "Team Quadrant logo", "description": "Logo for Team Quadrant, a gaming and lifestyle brand founded by McLaren Formula 1 driver Lando Norris.", "website": "https://quadrant.gg", "subreddit": "/r/formula1", "center": [489.5, 1793.5], "path": [[481.5, 1789.5], [483.5, 1789.5], [483.5, 1787.5], [495.5, 1787.5], [496.5, 1788.5], [496.5, 1795.5], [497.5, 1795.5], [498.5, 1796.5], [498.5, 1797.5], [497.5, 1799.5], [483.5, 1799.5], [483.5, 1797.5], [481.5, 1797.5]]},
{"id": "tx30oi", "submitted_by": "el_REEDDit", "name": "andynzein", "description": "zein el streamer mas grande del peru y tambien con la frente mas grande XD", "website": "https://booyah.live/studio/59911252", "subreddit": "", "center": [1830.5, 1082.5], "path": [[1791.5, 1045.5], [1868.5, 1044.5], [1869.5, 1120.5], [1790.5, 1120.5], [1791.5, 1120.5]]},
{"id": "tx30if", "submitted_by": "DPanther_", "name": "Eye of Horus", "description": "A symbol in ancient Egyptian religion that represents well-being, healing, and protection.", "website": "https://en.wikipedia.org/wiki/Eye_of_Horus", "subreddit": "/r/Egypt", "center": [40.5, 158.5], "path": [[29.5, 158.5], [33.5, 155.5], [37.5, 151.5], [44.5, 151.5], [50.5, 157.5], [47.5, 157.5], [44.5, 160.5], [46.5, 161.5], [46.5, 164.5], [42.5, 167.5], [42.5, 162.5], [40.5, 162.5], [36.5, 168.5], [31.5, 168.5], [30.5, 165.5], [33.5, 164.5], [34.5, 167.5], [38.5, 164.5], [38.5, 160.5], [36.5, 159.5]]},
{"id": "tx30eg", "submitted_by": "Edern76", "name": "Switch Homebrew Launcher Logo", "description": "Logo of the Homebrew Launcher, a software allowing to run unofficial applications on the Nintendo Switch", "website": "", "subreddit": "", "center": [1215.5, 902.5], "path": [[1210.5, 897.5], [1210.5, 906.5], [1210.5, 907.5], [1220.5, 907.5], [1220.5, 897.5], [1210.5, 897.5], [1210.5, 907.5]]},
{"id": "tx3006", "submitted_by": "pl45000", "name": "Soul Knight", "description": "Jeu nomm\u00e9 soul knight o\u00f9 l'on retrouve des monstres a abbatre dans un donjon comme celui pr\u00e9sent sur la photo d\u00e9ssin\u00e9", "website": "https://play.google.com/store/apps/details?id=com.ChillyRoom.DungeonShooter&hl=fr&gl=US", "subreddit": "", "center": [1710.5, 1985.5], "path": [[1701.5, 1978.5], [1720.5, 1978.5], [1720.5, 1992.5], [1700.5, 1993.5]]},
@ -3496,7 +3480,6 @@
{"id": "tx2rek", "submitted_by": "NajmiCreative-719", "name": "Petronas Twin Towers", "description": "Malaysia's well known landmark and by record, the tallest twin towers in the world", "website": "https://en.wikipedia.org/wiki/Petronas_Towers", "subreddit": "/r/malaysia", "center": [358.5, 982.5], "path": [[351.5, 991.5], [351.5, 979.5], [352.5, 979.5], [352.5, 974.5], [353.5, 974.5], [353.5, 971.5], [354.5, 967.5], [354.5, 970.5], [354.5, 971.5], [355.5, 971.5], [355.5, 974.5], [356.5, 974.5], [356.5, 979.5], [357.5, 979.5], [357.5, 981.5], [360.5, 981.5], [360.5, 979.5], [361.5, 979.5], [361.5, 974.5], [362.5, 974.5], [362.5, 971.5], [363.5, 971.5], [363.5, 967.5], [363.5, 971.5], [364.5, 971.5], [364.5, 974.5], [365.5, 974.5], [365.5, 978.5], [366.5, 978.5], [366.5, 991.5], [360.5, 991.5], [360.5, 982.5], [357.5, 982.5], [357.5, 991.5]]},
{"id": "tx2r8f", "submitted_by": "Leetransform25", "name": "2.2 When?", "description": "A reference to the ongoing 5+ year wait for Geometry Dash's 2.2 update. Juniper, Funnygame, and Aeonair's icons are featured in the top right corner.", "website": "", "subreddit": "/r/geometrydashplace", "center": [1519.5, 1574.5], "path": [[1504.5, 1567.5], [1503.5, 1567.5], [1532.5, 1567.5], [1533.5, 1584.5], [1502.5, 1583.5], [1502.5, 1567.5], [1533.5, 1567.5], [1533.5, 1583.5]]},
{"id": "tx2r63", "submitted_by": "Loyso_", "name": "Coko's logo", "description": "French streamer cokoooooo's logo", "website": "https://www.twitch.tv/cokoooooo", "subreddit": "", "center": [1637.5, 44.5], "path": [[1633.5, 42.5], [1639.5, 42.5], [1639.5, 47.5], [1638.5, 47.5], [1633.5, 42.5]]},
{"id": "tx2qw6", "submitted_by": "AssassinsMeme", "name": "Organization of Free Nations", "description": "A faction of the Hearts of Iron IV Mod TNO (The New Order). An alliance led by the united states fighting for influence against the other factions of the setting.", "website": "", "subreddit": "/r/TNOmod", "center": [842.5, 169.5], "path": [[826.5, 165.5], [846.5, 165.5], [846.5, 156.5], [826.5, 156.5], [826.5, 139.5], [835.5, 155.5], [826.5, 157.5]]},
{"id": "tx2qqp", "submitted_by": "halcyondays-", "name": "Maracan\u00e3 stadium", "description": "Maracan\u00e3 stadium is a football stadium in Rio de Janeiro, Brazil. The image was created with assistance from r/fuckcars and features the flags of Brazil and Argentina. Other flags from South American countries were added organically and were kept in the final design.", "website": "https://www.estadiodomaracana.com.br", "subreddit": "/r/brasil", "center": [1126.5, 598.5], "path": [[1131.5, 579.5], [1138.5, 581.5], [1144.5, 589.5], [1144.5, 598.5], [1141.5, 601.5], [1136.5, 604.5], [1135.5, 605.5], [1137.5, 606.5], [1137.5, 619.5], [1115.5, 619.5], [1115.5, 605.5], [1110.5, 600.5], [1107.5, 597.5], [1108.5, 586.5], [1114.5, 581.5], [1123.5, 579.5]]},
{"id": "tx2qk7", "submitted_by": "SitpiRajendran", "name": "FC Barcelone", "description": "Barcelone Football Club", "website": "", "subreddit": "", "center": [1465.5, 1682.5], "path": [[1439.5, 1659.5], [1490.5, 1660.5], [1491.5, 1705.5], [1439.5, 1704.5], [1439.5, 1660.5]]},
{"id": "tx2qbu", "submitted_by": "Appropriate-Shake-93", "name": "Ariana Grande", "description": "The ariantors pay tribute to their favorite popstar", "website": "", "subreddit": "/r/ariheads", "center": [1989.5, 281.5], "path": [[1993.5, 281.5], [1985.5, 280.5], [1983.5, 277.5], [1980.5, 277.5], [1999.5, 286.5], [1998.5, 277.5], [1979.5, 277.5], [1981.5, 286.5], [1999.5, 286.5]]},
@ -3537,8 +3520,6 @@
{"id": "tx2kkz", "submitted_by": "bisc0tte_", "name": "JoeHillsTSD", "description": "Joe Hills is an American YouTuber known for his Minecraft videos, though he can also be found reciting poetry in the place of mid-roll ads. These Minecraft videos are primarily on the Hermitcraft server, having joined midway through Season 1 and continuing to play up until the present, Hermitcraft Season 7. Joe also writes music, mainly self-referential or Minecraft-themed parodies, that his brother, Sean Hills, performs.", "website": "https://youtube.fandom.com/wiki/JoeHillsTSD", "subreddit": "/r/hermitcraft", "center": [865.5, 595.5], "path": [[861.5, 592.5], [868.5, 592.5], [868.5, 598.5], [861.5, 598.5], [861.5, 592.5]]},
{"id": "tx2kb3", "submitted_by": "Adrilander2003", "name": "Cyberia", "description": "Cafe & Club that appears in 90's anime Serial Experiments Lain", "website": "https://www.reddit.com/r/Lain/", "subreddit": "/r/Lain", "center": [1501.5, 103.5], "path": [[1481.5, 102.5], [1481.5, 105.5], [1489.5, 111.5], [1496.5, 111.5], [1498.5, 112.5], [1505.5, 112.5], [1505.5, 111.5], [1510.5, 111.5], [1510.5, 110.5], [1514.5, 110.5], [1514.5, 109.5], [1518.5, 109.5], [1518.5, 108.5], [1519.5, 108.5], [1519.5, 107.5], [1520.5, 107.5], [1520.5, 106.5], [1521.5, 106.5], [1521.5, 104.5], [1522.5, 104.5], [1522.5, 103.5], [1521.5, 102.5], [1520.5, 102.5], [1520.5, 99.5], [1520.5, 98.5], [1519.5, 98.5], [1519.5, 97.5], [1513.5, 97.5], [1513.5, 99.5], [1513.5, 98.5], [1509.5, 98.5], [1509.5, 96.5], [1493.5, 95.5], [1491.5, 95.5], [1488.5, 96.5], [1487.5, 96.5], [1486.5, 97.5], [1484.5, 97.5], [1481.5, 101.5]]},
{"id": "tx2k77", "submitted_by": "1nsae", "name": "foolishWallshark", "description": "one of the emotes for twitch streamer Foolish_Gamers.", "website": "https://www.twitch.tv/foolish_gamers", "subreddit": "", "center": [1981.5, 751.5], "path": [[1963.5, 732.5], [1999.5, 732.5], [1999.5, 769.5], [1963.5, 769.5]]},
{"id": "tx2k44", "submitted_by": "The_Nieno", "name": "OFN Torch", "description": "Symbol of the American led faction; The Organisation of Free Nations from the Heath of Iron 4 mod The New Order", "website": "", "subreddit": "/r/TNOmod", "center": [839.5, 167.5], "path": [[825.5, 156.5], [825.5, 165.5], [846.5, 166.5], [846.5, 157.5], [826.5, 156.5], [826.5, 141.5], [835.5, 156.5], [826.5, 141.5], [835.5, 156.5]]},
{"id": "tx2jw4", "submitted_by": "hagamablabla", "name": "Organization of Free Nations", "description": "A defensive alliance similar to NATO from the alternate history mod The New Order: Last Days of Europe", "website": "https://steamcommunity.com/sharedfiles/filedetails/?id=2438003901", "subreddit": "/r/TNOmod", "center": [834.5, 157.5], "path": [[826.5, 140.5], [826.5, 165.5], [846.5, 165.5], [845.5, 156.5], [835.5, 156.5], [832.5, 147.5]]},
{"id": "tx2jlg", "submitted_by": "-_-mello", "name": "Normo", "description": "A 8x8 monochromatic god created by a team of 5 users.", "website": "", "subreddit": "", "center": [994.5, 563.5], "path": [[990.5, 566.5], [990.5, 559.5], [997.5, 559.5], [997.5, 566.5]]},
{"id": "tx2jik", "submitted_by": "staindk", "name": "Greater than One Discord server", "description": "A small friends and university student group Discord. Started in Cape Town, South Africa.", "website": "", "subreddit": "", "center": [1733.5, 584.5], "path": [[1728.5, 579.5], [1737.5, 579.5], [1737.5, 588.5], [1728.5, 588.5]]},
{"id": "tx2j8s", "submitted_by": "PageIA", "name": "Streamer collaboration", "description": "A collaboration between several streamers and friends, adding symbols for their specific communities. Streamers include Foolish_Gamers, TinaKitten, KarlJacobs, Punz, Sapnap, Nihachu, Michael McChill, 5uppp, Tubbo, sylveey, corpse husband, Aipha and more", "website": "https://www.twitch.tv/foolish_gamers", "subreddit": "/r/FoolishGamers", "center": [1215.5, 1024.5], "path": [[1160.5, 927.5], [1283.5, 926.5], [1281.5, 1000.5], [1283.5, 1112.5], [1133.5, 1110.5], [1128.5, 1040.5], [1160.5, 1040.5]]},
@ -3666,7 +3647,7 @@
{"id": "tx226v", "submitted_by": "GDAndres98", "name": "First Colombian Flag", "description": "The Colombian community came together to make a space in the mural before it was expanded for the first time", "website": "", "subreddit": "/r/Colombia", "center": [214.5, 568.5], "path": [[176.5, 554.5], [248.5, 554.5], [248.5, 563.5], [248.5, 564.5], [249.5, 564.5], [249.5, 566.5], [250.5, 566.5], [250.5, 567.5], [251.5, 567.5], [251.5, 568.5], [253.5, 568.5], [253.5, 569.5], [255.5, 569.5], [255.5, 571.5], [256.5, 571.5], [256.5, 582.5], [175.5, 582.5], [176.5, 554.5]]},
{"id": "tx223z", "submitted_by": "notdeedee", "name": "5up Head", "description": "Head of 5up's minecraft skin. 5up is a variety streamer who is a friend of many DSMP creators, and he regularly participates in MC events like twitch rivals and MCC", "website": "https://twitch.tv/5uppp", "subreddit": "/r/5up", "center": [205.5, 921.5], "path": [[209.5, 917.5], [200.5, 917.5], [200.5, 925.5], [209.5, 925.5]]},
{"id": "tx221m", "submitted_by": "Funzo1404", "name": "Bootleg King For Another Day Tournament", "description": "The Bootleg King For Another Day Tournament is an event similar to SiIvaGunner's King For Another Day Tournament, featuring 32 characters from a variety of different media.", "website": "https://sites.google.com/view/bkfad-tojo/home", "subreddit": "", "center": [1740.5, 149.5], "path": [[1731.5, 141.5], [1749.5, 141.5], [1749.5, 152.5], [1748.5, 153.5], [1748.5, 154.5], [1744.5, 158.5], [1743.5, 158.5], [1742.5, 159.5], [1738.5, 159.5], [1737.5, 158.5], [1736.5, 158.5], [1732.5, 154.5], [1732.5, 153.5], [1731.5, 152.5], [1731.5, 141.5]]},
{"id": "tx221k", "submitted_by": "Narnall", "name": "Lain (Serial Experiments Lain)", "description": "An image of Lain from the anime Serial Experiments Lain, created by r/Lain and the Wired community.", "website": "https://www.reddit.com/r/Lain/comments/twdwcm/third_times_the_charm/", "subreddit": "/r/lain", "center": [1555.5, 1690.5], "path": [[1576.5, 1668.5], [1576.5, 1667.5], [1533.5, 1667.5], [1533.5, 1711.5], [1533.5, 1712.5], [1576.5, 1712.5]]},
{"id": "tx221k", "submitted_by": "Narnall", "name": "Lain (Serial Experiments Lain)", "description": "An image of Lain from the anime Serial Experiments Lain, created by streamer Mert Günhan and his Wired community, with the help of the people at r/Lain. Let's all love Lain.", "website": "https://www.reddit.com/r/Lain/comments/twdwcm/third_times_the_charm/", "subreddit": "/r/Lain", "center": [1555.5, 1690.5], "path": [[1576.5, 1668.5], [1576.5, 1667.5], [1533.5, 1667.5], [1533.5, 1711.5], [1533.5, 1712.5], [1576.5, 1712.5]]},
{"id": "tx21t0", "submitted_by": "ATLUTD_741", "name": "Major League Soccer Crest", "description": "Major League Soccer (MLS) is a men's professional soccer league sanctioned by the United States Soccer Federation, which represents the sport's highest level in the United States. The league comprises 28 teams\u201425 in the U.S. and 3 in Canada\u2014and plans to expand to 30 teams by the 2023 season.", "website": "https://www.mlssoccer.com/", "subreddit": "/r/MLS", "center": [1512.5, 386.5], "path": [[1496.5, 376.5], [1525.5, 376.5], [1525.5, 381.5], [1525.5, 388.5], [1525.5, 393.5], [1524.5, 394.5], [1524.5, 395.5], [1523.5, 396.5], [1522.5, 398.5], [1522.5, 399.5], [1521.5, 400.5], [1520.5, 401.5], [1519.5, 402.5], [1518.5, 403.5], [1517.5, 404.5], [1516.5, 404.5], [1515.5, 405.5], [1514.5, 405.5], [1513.5, 406.5], [1513.5, 405.5], [1513.5, 403.5], [1513.5, 402.5], [1513.5, 400.5], [1513.5, 396.5], [1512.5, 396.5], [1512.5, 393.5], [1511.5, 393.5], [1511.5, 392.5], [1510.5, 392.5], [1510.5, 391.5], [1509.5, 391.5], [1508.5, 391.5], [1508.5, 390.5], [1500.5, 390.5], [1499.5, 390.5], [1499.5, 391.5], [1498.5, 391.5], [1497.5, 391.5], [1497.5, 392.5], [1496.5, 392.5], [1496.5, 393.5], [1496.5, 376.5]]},
{"id": "tx21jv", "submitted_by": "nelabyrinth", "name": "Mini Ramee on the Croatian Flag", "description": "A symbol of friendship brought by r/place between r/croatia and the spit bandits (Ramee's community)", "website": "https://nopixel.fandom.com/wiki/Ramee_El-Rahman", "subreddit": "/r/Chang_Gang", "center": [399.5, 1080.5], "path": [[395.5, 1073.5], [403.5, 1073.5], [403.5, 1087.5], [395.5, 1087.5], [395.5, 1073.5]]},
{"id": "tx21jb", "submitted_by": "HugoMRG", "name": "Batalgerien", "description": "The remains of the NeoChaos logo", "website": "https://twitter.com/batalgerien", "subreddit": "", "center": [987.5, 1936.5], "path": [[984.5, 1932.5], [989.5, 1932.5], [989.5, 1939.5], [984.5, 1939.5]]},
@ -3693,7 +3674,6 @@
{"id": "tx1xp2", "submitted_by": "MicrowaveableToy", "name": "Slime Stack", "description": "A monster from the slime family introduced in the ninth instalment of the Dragon Quest series of games.", "website": "", "subreddit": "/r/dragonquest", "center": [65.5, 547.5], "path": [[63.5, 550.5], [57.5, 535.5], [72.5, 532.5], [73.5, 562.5], [71.5, 564.5], [59.5, 564.5], [57.5, 562.5], [58.5, 535.5], [59.5, 532.5], [71.5, 532.5]]},
{"id": "tx1xm6", "submitted_by": "Walnut-Simulacrum", "name": "Among Us crewmates", "description": "Crewmates are the player characters in hit 2018 videogame Among Us. Crewmates such as these can be found all across r/Place.", "website": "", "subreddit": "", "center": [1103.5, 1719.5], "path": [[1089.5, 1716.5], [1109.5, 1716.5], [1115.5, 1720.5], [1115.5, 1723.5], [1115.5, 1724.5], [1111.5, 1724.5], [1110.5, 1724.5], [1110.5, 1720.5], [1089.5, 1720.5]]},
{"id": "tx1xl2", "submitted_by": "Xulomali_HD", "name": "NexxuzHD", "description": "Logo of Nexxuz HD. A Youtuber/Streamer from the Hispanic community know for his series Ark, Pop Life and GTA races. Is the main face of Arkeanos community.", "website": "https://www.youtube.com/channel/UCWSuUgXtU4wgg_L7mE0_0lQ", "subreddit": "/r/nexxuzhd", "center": [1957.5, 714.5], "path": [[1941.5, 697.5], [1972.5, 697.5], [1972.5, 731.5], [1941.5, 731.5]]},
{"id": "tx1x8u", "submitted_by": "Narnall", "name": "Lain Silhouette", "description": "A piece created by r/lain, which features a silhouette of lain with her pink bear hat.", "website": "", "subreddit": "/r/lain", "center": [1556.5, 1065.5], "path": [[1568.5, 1050.5], [1544.5, 1050.5], [1544.5, 1079.5], [1568.5, 1079.5]]},
{"id": "tx1x6v", "submitted_by": "Menemen_was_taken", "name": "So\u011fans\u0131z Menemen and VorisPie", "description": "After the great War of Varis-Menemen, two Turkish content creators made peace and took their place on r/place", "website": "https://www.youtube.com/channel/UCY8-tOiSAJ3uKLeAeSi15sg", "subreddit": "/r/Menemen", "center": [719.5, 1731.5], "path": [[718.5, 1723.5], [718.5, 1730.5], [724.5, 1730.5], [724.5, 1731.5], [724.5, 1732.5], [725.5, 1732.5], [725.5, 1735.5], [716.5, 1735.5], [716.5, 1731.5], [715.5, 1731.5], [715.5, 1725.5], [716.5, 1724.5], [717.5, 1723.5], [718.5, 1723.5]]},
{"id": "tx1x23", "submitted_by": "creepstone", "name": "HeyarTv", "description": "Logo of french streamer HeyarTv", "website": "https://www.twitch.tv/heyartv", "subreddit": "", "center": [1168.5, 1941.5], "path": [[1157.5, 1925.5], [1180.5, 1925.5], [1181.5, 1947.5], [1175.5, 1957.5], [1157.5, 1957.5], [1157.5, 1925.5], [1158.5, 1925.5]]},
{"id": "tx1wpz", "submitted_by": "waffelwarrior", "name": "North Mexico Flag", "description": "This flag struggled for a while due to a war with a Polish streamer. Previously, before the first expasion to the canvas, there was a small Mexican flag with an axolotl and an Oxxo (convenience store chain in Mexico.) When the canvas expansion occurred the Polish flag overtook the small Mexican one, including the axolotl. When the time-zones caused the Polish to sleep and the Mexicans to wake, the Polish flag was quickly overtook by the Mexican one, to which the artwork depicted now and a couple of tacos with a cute avocado were added. When night came for Mexicans and the sun rose for the Polish, who started their attack by destroying the pixel art, and then began to transform the Mexican flag into a Polish one. After a close battle, a treaty was reached in which the flag was divided in two. Unfortunately the deal was not respected and the streamer replaced the flag with his face, and began expanding the flag to the left, threatening Italy. Consequently, Mexico and Italy came together to overtake the Polish flag, with Mexico overtaking to the left, and Italy to the top, resulting in what is seen now. Mexico was able to restore all of its artwork except for the tacos and avocado.", "website": "", "subreddit": "", "center": [937.5, 223.5], "path": [[870.5, 206.5], [870.5, 206.5], [866.5, 199.5], [866.5, 248.5], [1009.5, 248.5], [1009.5, 198.5], [864.5, 198.5], [864.5, 198.5], [864.5, 198.5], [865.5, 199.5], [867.5, 200.5], [867.5, 200.5]]},
@ -3725,7 +3705,7 @@
{"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]]},
{"id": "tx1rrh", "submitted_by": "PrimalPeashooter", "name": "Spamton NEO and Lancer", "description": "Two characters from Toby Fox's hit game DELTARUNE.", "website": "", "subreddit": "/r/deltarune", "center": [1525.5, 1546.5], "path": [[1507.5, 1520.5], [1505.5, 1521.5], [1503.5, 1526.5], [1505.5, 1529.5], [1502.5, 1533.5], [1501.5, 1536.5], [1505.5, 1538.5], [1498.5, 1545.5], [1498.5, 1553.5], [1499.5, 1555.5], [1498.5, 1557.5], [1498.5, 1568.5], [1533.5, 1568.5], [1533.5, 1570.5], [1540.5, 1570.5], [1540.5, 1551.5], [1560.5, 1551.5], [1563.5, 1540.5], [1548.5, 1532.5], [1548.5, 1524.5], [1538.5, 1538.5], [1534.5, 1530.5], [1539.5, 1524.5], [1535.5, 1520.5], [1521.5, 1521.5], [1516.5, 1529.5], [1508.5, 1526.5]]},
{"id": "tx1rbc", "submitted_by": "cal-cye", "name": "Smajor1995", "description": "Minecraft skin of Smajor1995/Scott Smajor/Dangthatsalongname. Despite not being part of Hermitcraft, his skin was built in the area following an attack by GenerikB (former, disgraced HC member) fans. He was chosen for the spot partially due to its proximity to the first Minecraft Championship area, as he is the person who puts together the teams for the event.", "website": "https://www.youtube.com/c/Dangthatsalongname", "subreddit": "", "center": [856.5, 595.5], "path": [[852.5, 592.5], [852.5, 598.5], [859.5, 598.5], [859.5, 592.5], [855.5, 592.5]]},
{"id": "tx1rbc", "submitted_by": "cal-cye", "name": "Smajor1995", "description": "Minecraft skin of Smajor1995/Scott Smajor/Dangthatsalongname. Despite not being part of Hermitcraft, his skin was built in the area following an attack by GenerikB (former, disgraced HC member) fans. He was chosen for the spot partially due to its proximity to the first Minecraft Championship area, as he is the main organiser for the event. He has also appeared alongside Grian and other Hermits in series such as Last Life.", "website": "https://www.youtube.com/c/Dangthatsalongname", "subreddit": "", "center": [856.5, 595.5], "path": [[852.5, 592.5], [852.5, 598.5], [859.5, 598.5], [859.5, 592.5], [855.5, 592.5]]},
{"id": "tx1r9t", "submitted_by": "nelabyrinth", "name": "Chain Pact Allies", "description": "A spontaneous alliance that started with r/mattcolville adopting r/GreenBayPackers and the spit bandits (r/Chang_Gang) creating the ramee logo within the alliance chain (A reference to The Chain of Acheron). It soon extended to other allies including r/RecRoom, r/sailormoon, r/croatia, r/Summit1G, r/outerwilds, the Malaysians, Mandem, Gulag Gang, and others.", "website": "https://www.twitch.tv/deansocool/clip/HandsomeTiredLemurJebaited-nMSmXWbxlnJnmuLl?filter=clips&range=7d&sort=time", "subreddit": "/r/mattcolville", "center": [389.5, 1013.5], "path": [[359.5, 887.5], [447.5, 889.5], [449.5, 1104.5], [476.5, 1104.5], [477.5, 1127.5], [446.5, 1128.5], [446.5, 1122.5], [320.5, 1122.5], [322.5, 992.5], [324.5, 961.5], [327.5, 962.5], [330.5, 917.5], [359.5, 916.5], [360.5, 887.5]]},
{"id": "tx1qs6", "submitted_by": "DPanther_", "name": "Kirby", "description": "The round, pink main character of the Kirby video game franchise made by Nintendo. This particular Kirby was maintained by fans of the games, as well as the nearby allies of r/196 and the Big Ten.", "website": "https://kirby.nintendo.com/", "subreddit": "/r/Kirby", "center": [212.5, 619.5], "path": [[203.5, 610.5], [217.5, 610.5], [220.5, 615.5], [221.5, 623.5], [224.5, 625.5], [224.5, 627.5], [201.5, 627.5], [201.5, 625.5], [206.5, 623.5], [204.5, 621.5], [204.5, 615.5], [203.5, 613.5]]},
{"id": "tx1qri", "submitted_by": "skrillyd", "name": "Bag", "description": "Also :thiscanmeananything: emote from [pxls.space](https://pxls.space)", "website": "https://pxls.space", "subreddit": "/r/pxlsspace", "center": [827.5, 696.5], "path": [[824.5, 694.5], [825.5, 694.5], [825.5, 696.5], [824.5, 696.5], [824.5, 697.5], [825.5, 697.5], [825.5, 698.5], [828.5, 698.5], [828.5, 697.5], [829.5, 697.5], [829.5, 694.5], [828.5, 693.5], [825.5, 693.5], [825.5, 694.5], [825.5, 694.5]]},
@ -3738,16 +3718,14 @@
{"id": "tx1ogh", "submitted_by": "Anaud-E-Moose", "name": "OOOO Fish Emote", "description": "A BetterTTV (Better TwitchTV) emote of an excited fish. Added by Destiny's community.", "website": "https://betterttv.com/emotes/5e5300e6751afe7d553e4351", "subreddit": "/r/destiny", "center": [463.5, 61.5], "path": [[468.5, 52.5], [461.5, 52.5], [453.5, 60.5], [453.5, 65.5], [458.5, 69.5], [464.5, 69.5], [472.5, 65.5], [470.5, 54.5]]},
{"id": "tx1og0", "submitted_by": "xJoshuaHx", "name": "Turtle", "description": "Just a small turtle made by some friends. His name is Bud.", "website": "https://en.wikipedia.org/wiki/Turtle", "subreddit": "", "center": [884.5, 1514.5], "path": [[880.5, 1511.5], [888.5, 1511.5], [888.5, 1517.5], [880.5, 1517.5], [880.5, 1511.5]]},
{"id": "tx1oax", "submitted_by": "Substantial_Bet_166", "name": "Alpha-chan", "description": "A unit from Animdustry: the anime gacha bullet hell rhythm game Mindustry event", "website": "https://github.com/Anuken/animdustry", "subreddit": "/r/Mindustry", "center": [762.5, 784.5], "path": [[753.5, 780.5], [753.5, 774.5], [758.5, 769.5], [766.5, 770.5], [770.5, 772.5], [771.5, 771.5], [771.5, 784.5], [769.5, 786.5], [770.5, 788.5], [770.5, 791.5], [770.5, 796.5], [766.5, 797.5], [766.5, 801.5], [759.5, 801.5], [759.5, 797.5], [757.5, 797.5], [757.5, 796.5], [755.5, 796.5], [755.5, 793.5], [758.5, 793.5], [756.5, 790.5], [756.5, 785.5], [753.5, 783.5], [753.5, 774.5]]},
{"id": "tx1o8q", "submitted_by": "MilkMasterMan", "name": "Vuk", "description": "Character from the Hungarian animated film with the same name, based on the novel Vuk by Istv\u00e1n Fekete.", "website": "", "subreddit": "", "center": [1362.5, 263.5], "path": [[1351.5, 247.5], [1346.5, 249.5], [1343.5, 256.5], [1343.5, 267.5], [1352.5, 275.5], [1353.5, 279.5], [1373.5, 279.5], [1371.5, 275.5], [1376.5, 273.5], [1382.5, 263.5], [1381.5, 251.5], [1378.5, 251.5], [1373.5, 256.5], [1370.5, 252.5], [1359.5, 251.5], [1357.5, 252.5], [1357.5, 251.5], [1355.5, 251.5], [1354.5, 247.5]]},
{"id": "tx1o4r", "submitted_by": "g432kjzhg52176tdasuj", "name": "LowkoTV Badge", "description": "A small version of the 2 year Twitch Subscriber Badge of content creator LowkoTV.", "website": "https://www.twitch.tv/lowkotv", "subreddit": "/r/LowkoTV", "center": [889.5, 1822.5], "path": [[882.5, 1817.5], [895.5, 1817.5], [895.5, 1818.5], [897.5, 1818.5], [897.5, 1822.5], [896.5, 1822.5], [896.5, 1823.5], [895.5, 1823.5], [895.5, 1824.5], [894.5, 1824.5], [894.5, 1825.5], [893.5, 1825.5], [893.5, 1826.5], [892.5, 1826.5], [892.5, 1827.5], [891.5, 1827.5], [891.5, 1828.5], [890.5, 1828.5], [890.5, 1829.5], [889.5, 1829.5], [888.5, 1829.5], [888.5, 1828.5], [887.5, 1828.5], [887.5, 1827.5], [886.5, 1827.5], [886.5, 1826.5], [885.5, 1826.5], [885.5, 1825.5], [884.5, 1825.5], [884.5, 1824.5], [883.5, 1824.5], [883.5, 1823.5], [882.5, 1823.5], [882.5, 1822.5], [881.5, 1822.5], [881.5, 1818.5], [882.5, 1818.5], [882.5, 1817.5]]},
{"id": "tx1o37", "submitted_by": "HelloMegat_000", "name": "SrGuillester (Gd Icon)", "description": "A famous Geometry dash Youtuber/StreamernnThis is a representation of his icon in GD.", "website": "https://www.youtube.com/c/SrGuillester", "subreddit": "", "center": [1164.5, 1391.5], "path": [[1164.5, 1367.5], [1179.5, 1368.5], [1173.5, 1373.5], [1168.5, 1387.5], [1168.5, 1397.5], [1170.5, 1408.5], [1184.5, 1416.5], [1173.5, 1415.5], [1173.5, 1413.5], [1159.5, 1414.5], [1159.5, 1410.5], [1155.5, 1410.5], [1156.5, 1372.5], [1164.5, 1372.5]]},
{"id": "tx1nyb", "submitted_by": "Walnut-Simulacrum", "name": "Slovakian Flag", "description": "The flag of the nation of Slovakia, decorated with artwork celebrating the nation's architecture, geography, and culture.", "website": "", "subreddit": "/r/Slovakia", "center": [403.5, 879.5], "path": [[360.5, 872.5], [446.5, 872.5], [447.5, 873.5], [447.5, 887.5], [364.5, 887.5], [363.5, 886.5], [361.5, 884.5], [359.5, 885.5], [359.5, 872.5]]},
{"id": "tx1nvg", "submitted_by": "Sreeper", "name": "The Little Mermaid", "description": "The Little Mermaid (Danish: Den lille Havfrue) is a very famous statue in Copenhagen, based on the adventure of the same name by Danish author Hans Christian Andersen. The small and unimposing statue is a Copenhagen icon and has been a major tourist attraction since its unveiling in 1913", "website": "https://en.wikipedia.org/wiki/The_Little_Mermaid_(statue)", "subreddit": "/r/Denmark", "center": [322.5, 143.5], "path": [[306.5, 154.5], [306.5, 143.5], [314.5, 137.5], [322.5, 118.5], [330.5, 130.5], [329.5, 138.5], [341.5, 151.5], [329.5, 157.5]]},
{"id": "tx1nok", "submitted_by": "GuardianThatDoesStuf", "name": "okpr troll face", "description": "Romainian version of r/okbuddyretard collaborated with r/pMegu from the start of the expansion to keep both artworks alive, and was one of the last romanian places taken by the white void.", "website": "", "subreddit": "/r/okpr", "center": [1690.5, 195.5], "path": [[1683.5, 189.5], [1683.5, 200.5], [1697.5, 200.5], [1697.5, 189.5], [1690.5, 189.5]]},
{"id": "tx1nno", "submitted_by": "Eclipsed_Luna", "name": "Femboy miniflag", "description": "A mini femboy pride flag.nA bigger version has also been built around 245, 940 (southwest).nFemboy, also known as tomgirl, rosboy, janegirl, or calicogirl, is a term for gender non-conforming mingender and miaspec individuals who present femininely in some way. This often refers to clothing and external appearance, but can also sometimes refer to the way one acts, the way one communicates, what interests or hobbies on has, etc. This term has more to do with gender presentation than gender identity, but some femboys may be fingender.", "website": "https://lgbta.miraheze.org/wiki/Femboy", "subreddit": "/r/placepride", "center": [453.5, 593.5], "path": [[448.5, 589.5], [457.5, 589.5], [457.5, 597.5], [448.5, 597.5], [448.5, 589.5]]},
{"id": "tx1nlq", "submitted_by": "Rift-Ranger", "name": "OFN Logo (TNO)", "description": "The logo of the Organization of Free Nations from the Hearts of Iron 4 mod The New Order: Last Days of Europe. Had a collab with r/globaltribe.", "website": "", "subreddit": "/r/TNOmod", "center": [835.5, 156.5], "path": [[826.5, 140.5], [826.5, 165.5], [847.5, 166.5], [847.5, 156.5]]},
{"id": "tx1nj9", "submitted_by": "Darkoco", "name": "Grand Typhou", "description": "Sprite de Typhou, projet men\u00e9 par des grokons et leurs quintuples comptes", "website": "", "subreddit": "", "center": [1909.5, 1161.5], "path": [[1905.5, 1156.5], [1905.5, 1166.5], [1913.5, 1166.5], [1913.5, 1156.5]]},
{"id": "tx1na0", "submitted_by": "Teixugo11", "name": "OMOCAT logo", "description": "Logo of the artist and game developer OMOCAT, who created OMORI which derived off of a webcomic that ran 2011-2012.", "website": "https://www.omocat-shop.com/pages/about", "subreddit": "/r/OMORI", "center": [1837.5, 1536.5], "path": [[1825.5, 1521.5], [1825.5, 1551.5], [1850.5, 1551.5], [1850.5, 1521.5]]},
{"id": "tx1na0", "submitted_by": "Teixugo11", "name": "OMOCAT logo", "description": "Logo of the artist and game developer OMOCAT, who created OMORI which derived off of a webcomic that ran 2011-2012.", "website": "https://www.omocat-shop.com/pages/about", "subreddit": "/r/OMORI", "center": [1837.5, 1536.5], "path": [ [ 1825.5, 1548.5 ], [ 1825.5, 1529.5 ], [ 1826.5, 1528.5 ], [ 1826.5, 1522.5 ], [ 1827.5, 1521.5 ], [ 1828.5, 1520.5 ], [ 1829.5, 1521.5 ], [ 1832.5, 1524.5 ], [ 1844.5, 1524.5 ], [ 1848.5, 1520.5 ], [ 1850.5, 1522.5 ], [ 1850.5, 1528.5 ], [ 1851.5, 1529.5 ], [ 1851.5, 1548.5 ], [ 1850.5, 1549.5 ], [ 1850.5, 1551.5 ], [ 1849.5, 1552.5 ], [ 1848.5, 1553.5 ], [ 1847.5, 1553.5 ], [ 1845.5, 1551.5 ], [ 1845.5, 1550.5 ], [ 1844.5, 1550.5 ], [ 1843.5, 1551.5 ], [ 1842.5, 1550.5 ], [ 1831.5, 1550.5 ], [ 1831.5, 1551.5 ], [ 1830.5, 1552.5 ], [ 1829.5, 1553.5 ], [1828.5, 1553.5 ], [ 1826.5, 1551.5 ], [ 1826.5, 1549.5 ], [ 1825.5, 1548.5 ] ]},
{"id": "tx1n8v", "submitted_by": "mamillius", "name": "UVU, Utah Valley University", "description": "A Large Public University located in Orem, Utah", "website": "https://www.uvu.edu/", "subreddit": "/r/UVU", "center": [1948.5, 873.5], "path": [[1942.5, 870.5], [1942.5, 876.5], [1954.5, 876.5], [1954.5, 870.5], [1942.5, 870.5]]},
{"id": "tx1n75", "submitted_by": "reynkonig", "name": "fiku5golubev", "description": "A small Russian streamer-artist fiku5golubev, known for her art about other streamers and a hestishkin.", "website": "https://twitch.tv/fiku5golubev", "subreddit": "", "center": [1855.5, 1988.5], "path": [[1841.5, 2003.5], [1837.5, 1977.5], [1871.5, 1973.5], [1868.5, 2002.5], [1841.5, 2002.5]]},
{"id": "tx1n57", "submitted_by": "biencriado", "name": "AoE2 Monk and Mangonel", "description": "Monks are military units in the RTS game Age of Empires II, with special abilities such as healing, carrying relics and most notably, converting rival units to the player's side. WOLOLO is the onomatopoeia which refers to the sound monks make when performing conversions. The AoE2 community as an inside joke, switched the monk's robe color between red and blue to exemplify how units look when converted. To the right, there is a mangonel, a siege unit which can be interpreted to be aiming at the monk, who would be in turn, trying to convert it.", "website": "https://www.ageofempires.com/games/aoeiide/", "subreddit": "/r/aoe2", "center": [470.5, 1538.5], "path": [[459.5, 1524.5], [459.5, 1528.5], [459.5, 1529.5], [458.5, 1529.5], [458.5, 1551.5], [479.5, 1551.5], [479.5, 1542.5], [479.5, 1542.5], [485.5, 1542.5], [487.5, 1540.5], [487.5, 1539.5], [478.5, 1530.5], [478.5, 1526.5], [477.5, 1526.5], [477.5, 1524.5], [459.5, 1524.5]]},
@ -3918,7 +3896,7 @@
{"id": "tx0sz1", "submitted_by": "SevenHarmlessSins", "name": "Den-Haag", "description": "a small community of good friends (and riddy)", "website": "", "subreddit": "", "center": [1464.5, 1752.5], "path": [[1469.5, 1755.5], [1469.5, 1749.5], [1458.5, 1749.5], [1458.5, 1755.5], [1463.5, 1755.5]]},
{"id": "tx0sx4", "submitted_by": "Total_Dependent_7625", "name": "CHOCOPOUCE", "description": "amogus created by the Chocopouce server", "website": "", "subreddit": "", "center": [1052.5, 1167.5], "path": [[1052.5, 1169.5], [1054.5, 1169.5], [1054.5, 1165.5], [1051.5, 1165.5], [1051.5, 1169.5], [1059.5, 1168.5]]},
{"id": "tx0sta", "submitted_by": "BobHadababyitsaboy", "name": "Eagles - Super Bowl LII Champions 2018", "description": "Philadelphia Eagles - Super Bowl LII Champion (2018) Eagles 41 - 33 Patriots nn", "website": "https://en.wikipedia.org/wiki/Super_Bowl_LII", "subreddit": "/r/eagles", "center": [73.5, 595.5], "path": [[64.5, 589.5], [80.5, 589.5], [80.5, 606.5], [78.5, 606.5], [78.5, 604.5], [77.5, 604.5], [77.5, 603.5], [75.5, 603.5], [75.5, 602.5], [74.5, 602.5], [74.5, 601.5], [72.5, 601.5], [72.5, 600.5], [69.5, 600.5], [69.5, 599.5], [64.5, 599.5], [64.5, 589.5]]},
{"id": "tx0soi", "submitted_by": "MrNarwhal1234", "name": "pride flags", "description": "an asortment of different pride flags including but not limited to general pride flag, transgender flag, bisexual flag, pansexual flag, lesbian flag, nonbinary falg, and aromantic flag", "website": "", "subreddit": "", "center": [902.5, 1437.5], "path": [[888.5, 1400.5], [905.5, 1401.5], [906.5, 1420.5], [909.5, 1420.5], [909.5, 1430.5], [920.5, 1430.5], [920.5, 1464.5], [888.5, 1465.5], [888.5, 1400.5]]},
{"id": "tx0soi", "submitted_by": "MrNarwhal1234", "name": "pride flags", "description": "an asortment of different pride flags including but not limited to general pride flag, transgender flag, bisexual flag, pansexual flag, lesbian flag, nonbinary flag, and aromantic flag", "website": "", "subreddit": "", "center": [902.5, 1437.5], "path": [[888.5, 1400.5], [905.5, 1401.5], [906.5, 1420.5], [909.5, 1420.5], [909.5, 1430.5], [920.5, 1430.5], [920.5, 1464.5], [888.5, 1465.5], [888.5, 1400.5]]},
{"id": "tx0sk2", "submitted_by": "mo_tiff", "name": "Injury Reserve", "description": "The album cover of By The Time I Get To Phoenix by Injury Reserve. Also a memorial to their late member, Stepa J. Groggs.", "website": "", "subreddit": "/r/injuryreserve", "center": [711.5, 1694.5], "path": [[705.5, 1688.5], [716.5, 1688.5], [716.5, 1700.5], [705.5, 1700.5]]},
{"id": "tx0s6v", "submitted_by": "Bonetrousler", "name": "Doki Doki Literature Club", "description": "Doki Doki Literature Club is a 2017 Visual Novel by Team Salvato. This mural features a blue heart from the game's logo.", "website": "https://ddlc.moe/", "subreddit": "/r/DDLC", "center": [1471.5, 782.5], "path": [[1461.5, 772.5], [1471.5, 772.5], [1471.5, 781.5], [1485.5, 781.5], [1485.5, 788.5], [1461.5, 788.5]]},
{"id": "tx0s5c", "submitted_by": "Ayudon1", "name": "Flag of Bolivia", "description": "First flag of Bolivia in the canvas, made by the Bolivian community on Reddit.", "website": "", "subreddit": "/r/bolivia", "center": [1017.5, 699.5], "path": [[912.5, 696.5], [1122.5, 696.5], [1122.5, 702.5], [912.5, 702.5]]},
@ -4109,10 +4087,9 @@
{"id": "tx6o18", "submitted_by": "lopern", "name": "Foxhole.EXE", "description": "This is the Symbol of Foxhole. This is the 3rd Art they have on the board.", "website": "", "subreddit": "", "center": [1385.5, 1984.5], "path": [[1372.5, 1973.5], [1372.5, 1995.5], [1398.5, 1995.5], [1398.5, 1973.5], [1398.5, 1973.5], [1396.5, 1973.5]]},
{"id": "tx6nxi", "submitted_by": "TheEssemCraft", "name": "EndeavourOS", "description": "Arch-based Linux distribution; a terminal-centric distro with a vibrant and friendly community at its core", "website": "https://endeavouros.com", "subreddit": "/r/tuxplace", "center": [59.5, 705.5], "path": [[60.5, 702.5], [56.5, 706.5], [57.5, 707.5], [61.5, 707.5], [62.5, 706.5], [62.5, 704.5], [60.5, 702.5]]},
{"id": "tx6ntr", "submitted_by": "Rurush999", "name": "Code Geass", "description": "The symbol that appears in the eye of characters in the anime Code Geass when using their Geass abilities", "website": "", "subreddit": "/r/codegeass", "center": [1230.5, 1886.5], "path": [[1228.5, 1880.5], [1234.5, 1880.5], [1237.5, 1888.5], [1235.5, 1892.5], [1226.5, 1892.5], [1224.5, 1885.5], [1224.5, 1884.5]]},
{"id": "tx6nen", "submitted_by": "dannnnasp", "name": "Logo de streamer Riversgg", "description": "Logo de la streamer mexicana revelaci\u00f3n Rivers. nGamer de cl\u00f3set (ya no tanto).", "website": "https://twitch.tv/rivers_gg", "subreddit": "", "center": [1797.5, 60.5], "path": [[1786.5, 52.5], [1807.5, 52.5], [1808.5, 67.5], [1786.5, 68.5]]},
{"id": "tx6nbz", "submitted_by": "akvmq", "name": "Vaporeon Beach", "description": "What a nice day at the beach! Vappy has a nice place to relax, with her Pi\u00f1a Colada on a bright day! \u2600\ufe0f\ud83c\udf79 Did you know that in terms of human compatibility, Vaporeon is the best swimming partner at the beach? Made by the lovely people at the Pokemon in the Pokemon r/place Discord!", "website": "https://discord.gg/HEfADXQKs7", "subreddit": "", "center": [1986.5, 1286.5], "path": [[1999.5, 1273.5], [1999.5, 1300.5], [1973.5, 1300.5], [1973.5, 1272.5]]},
{"id": "tx6n5p", "submitted_by": "HauntingTone4210", "name": "team ducklings", "description": "minecraft skins from spanish streamers Perxitaa, VioletaG, Momonkunn and Carola.ncreated by their communities", "website": "", "subreddit": "", "center": [1989.5, 1393.5], "path": [[1980.5, 1402.5], [1999.5, 1402.5], [1999.5, 1384.5], [1979.5, 1384.5], [1979.5, 1402.5]]},
{"id": "tx6myu", "submitted_by": "_Asterios", "name": "2b4u", "description": "In memory of r/2 Balkan 4 u subreddit that was removed", "website": "", "subreddit": "/r/2b4y, (no, longer, exists)", "center": [1928.5, 328.5], "path": [[1937.5, 323.5], [1935.5, 335.5], [1919.5, 332.5], [1918.5, 322.5]]},
{"id": "tx6myu", "submitted_by": "_Asterios", "name": "2b4u", "description": "In memory of r/2 Balkan 4 u subreddit that was removed", "website": "https://subredditstats.com/r/2balkan4you", "subreddit": "", "center": [1927.5, 328.5], "path": [[1918.5, 322.5], [1918.5, 334.5], [1936.5, 334.5], [1936.5, 322.5], [1918.5, 322.5]]},
{"id": "tx6mx0", "submitted_by": "LeftEyeHole", "name": "Neema Dreamer", "description": "A staff member of r/transplace who played a major role in updating the overlay.", "website": "", "subreddit": "/r/transplace", "center": [574.5, 472.5], "path": [[571.5, 467.5], [573.5, 470.5], [574.5, 469.5], [576.5, 468.5], [577.5, 471.5], [577.5, 475.5], [570.5, 476.5]]},
{"id": "tx6mrd", "submitted_by": "Resident_Eye_8304", "name": "Polytech Group", "description": "French engineering school.Colors at the top are referring to the 15 differents schools in France.nBest Polytech : Annecy", "website": "https://www.polytech-reseau.org/", "subreddit": "/r/polytech", "center": [897.5, 1766.5], "path": [[889.5, 1755.5], [905.5, 1755.5], [905.5, 1778.5], [890.5, 1778.5], [889.5, 1755.5], [898.5, 1758.5], [892.5, 1764.5], [889.5, 1755.5]]},
{"id": "tx6mmh", "submitted_by": "SloGamersSi", "name": "Bled Island Church", "description": "Bled is a town on Lake Bled in the Upper Carniolan region of northwestern Slovenia. It is the administrative seat of the Municipality of Bled. It is most notable as a popular tourist destination in the Upper Carniola region and in Slovenia as whole, attracting visitors from all over the world.", "website": "https://www.bled.si/en/", "subreddit": "/r/slovenia", "center": [326.5, 879.5], "path": [[326.5, 871.5], [325.5, 873.5], [319.5, 882.5], [329.5, 884.5], [334.5, 881.5], [330.5, 878.5], [329.5, 875.5], [328.5, 875.5], [326.5, 871.5], [320.5, 881.5]]},
@ -4202,7 +4179,6 @@
{"id": "tx69fc", "submitted_by": "nolwmlou", "name": "Sapphic Violet Flower", "description": "Violet flower is a traditional symbol of Sapphic love (FF)", "website": "https://flag.library.lgbt/flags/sapphic/", "subreddit": "", "center": [761.5, 453.5], "path": [[754.5, 449.5], [768.5, 449.5], [768.5, 456.5], [754.5, 456.5]]},
{"id": "tx69cr", "submitted_by": "EvMund", "name": "Hong Kong Bauhinia", "description": "Star Wars became a subject of 2019 Hong Kong protest memes after the govt arrested people for having laser pointers, claiming them to be deadly weapons.", "website": "", "subreddit": "/r/hongkong", "center": [816.5, 1693.5], "path": [[820.5, 1671.5], [810.5, 1675.5], [808.5, 1684.5], [796.5, 1681.5], [795.5, 1690.5], [799.5, 1695.5], [803.5, 1698.5], [805.5, 1700.5], [800.5, 1709.5], [802.5, 1710.5], [811.5, 1711.5], [817.5, 1707.5], [820.5, 1708.5], [825.5, 1712.5], [828.5, 1712.5], [832.5, 1705.5], [831.5, 1700.5], [829.5, 1695.5], [833.5, 1693.5], [839.5, 1691.5], [835.5, 1685.5], [824.5, 1682.5], [821.5, 1682.5], [820.5, 1676.5]]},
{"id": "tx69c9", "submitted_by": "lalagartijaplayera", "name": "Aroyitt", "description": "Aroyitt is one of the most famous spanish streamers. The image shows Aroyitt's pig named Jamon, two among us characters that represent Aroyitt and Alexby.n t", "website": "", "subreddit": "/r/Aroyitt", "center": [1986.5, 1416.5], "path": [[1975.5, 1402.5], [1975.5, 1429.5], [1998.5, 1429.5], [1998.5, 1403.5]]},
{"id": "tx69bx", "submitted_by": "CholitoVillegas", "name": "Rivers_gg", "description": "Mexican Twitch streamer icon named Rivers.", "website": "https://www.twitch.tv/rivers_gg", "subreddit": "", "center": [1796.5, 59.5], "path": [[1806.5, 67.5], [1806.5, 50.5], [1785.5, 50.5], [1785.5, 67.5], [1790.5, 67.5], [1806.5, 67.5]]},
{"id": "tx69a4", "submitted_by": "lennielennlenn", "name": "Volkacio", "description": "Representation of two characters from gta roleplay known as Volkov (vodka bottle) and Horacio (blue butterfly). The 17 calendar is a date to commemorate their reunion back in 2021 july 17th.", "website": "", "subreddit": "", "center": [1886.5, 746.5], "path": [[1874.5, 725.5], [1874.5, 760.5], [1904.5, 760.5], [1904.5, 745.5], [1882.5, 744.5], [1882.5, 732.5], [1891.5, 732.5], [1891.5, 725.5], [1874.5, 725.5], [1874.5, 760.5]]},
{"id": "tx6985", "submitted_by": "link_dead", "name": "F-22 air superiority fighter", "description": "The F-22 Air Superiority Fighter jet. The most advanced 5th generation fighter aircraft ever constructed.", "website": "https://en.wikipedia.org/wiki/Lockheed_Martin_F-22_Raptor", "subreddit": "/r/AmericanFlagInPlace", "center": [1815.5, 1823.5], "path": [[1826.5, 1834.5], [1826.5, 1837.5], [1822.5, 1835.5], [1817.5, 1839.5], [1806.5, 1825.5], [1796.5, 1821.5], [1781.5, 1813.5], [1779.5, 1809.5], [1790.5, 1809.5], [1798.5, 1813.5], [1805.5, 1807.5], [1814.5, 1815.5], [1819.5, 1811.5], [1822.5, 1823.5], [1827.5, 1823.5], [1859.5, 1837.5], [1859.5, 1838.5]]},
{"id": "tx693p", "submitted_by": "sketchyswirl", "name": "Dream Face", "description": "The face of minecrafter Dream's Minecraft skin, with one erroneous white pixeln", "website": "https://www.youtube.com/user/DreamTraps", "subreddit": "/r/DreamWasTaken", "center": [187.5, 949.5], "path": [[183.5, 945.5], [190.5, 945.5], [190.5, 952.5], [183.5, 952.5]]},
@ -4233,7 +4209,6 @@
{"id": "tx66o6", "submitted_by": "LeftEyeHole", "name": "Game Pal", "description": "A Gameboy featuring a non-binary flag heart over a trans flag on its screen.", "website": "", "subreddit": "/r/transplace", "center": [646.5, 444.5], "path": [[641.5, 451.5], [642.5, 451.5], [638.5, 455.5], [642.5, 458.5], [654.5, 450.5], [654.5, 433.5], [638.5, 433.5], [637.5, 450.5]]},
{"id": "tx66fb", "submitted_by": "AlexUnderscore", "name": "Footballers Against Terrorism", "description": "I never eat, I always FAT", "website": "", "subreddit": "", "center": [397.5, 950.5], "path": [[391.5, 946.5], [391.5, 954.5], [402.5, 954.5], [402.5, 946.5], [392.5, 946.5]]},
{"id": "tx66c6", "submitted_by": "Scharnvirk", "name": "Ular", "description": "Character from etherane's Mr.Rainer's Solve-it Service", "website": "https://etherane.itch.io/", "subreddit": "", "center": [828.5, 1798.5], "path": [[823.5, 1788.5], [833.5, 1788.5], [833.5, 1807.5], [823.5, 1807.5], [823.5, 1788.5]]},
{"id": "tx6692", "submitted_by": "Aserratoo", "name": "Rivers", "description": "The Best Regia Streamer on that moment Long live the Pollitos de colores And TQM All worldnSaludos Aserratoo <3", "website": "https://www.twitch.tv/rivers_gg", "subreddit": "/r/rivers_gg", "center": [1796.5, 59.5], "path": [[1784.5, 50.5], [1807.5, 50.5], [1807.5, 67.5], [1784.5, 67.5], [1784.5, 50.5]]},
{"id": "tx667z", "submitted_by": "Cyclopse215", "name": "Violet Evergarden", "description": "A chibi version of the anime character Violet Evergarden, a letter and her emerald brooch.", "website": "", "subreddit": "/r/VioletEvergarden", "center": [583.5, 1512.5], "path": [[574.5, 1502.5], [591.5, 1502.5], [591.5, 1521.5], [574.5, 1521.5]]},
{"id": "tx665n", "submitted_by": "HorsePie1", "name": "The blue man", "description": "The mascot for the blue man community, led by the Youtuber Mattchu", "website": "https://youtube.com/mattchu", "subreddit": "/r/Mattchu", "center": [450.5, 1366.5], "path": [[446.5, 1361.5], [455.5, 1361.5], [456.5, 1362.5], [456.5, 1365.5], [455.5, 1366.5], [454.5, 1367.5], [453.5, 1372.5], [448.5, 1372.5], [448.5, 1369.5], [447.5, 1368.5], [445.5, 1368.5], [444.5, 1367.5], [444.5, 1363.5], [445.5, 1362.5], [446.5, 1361.5], [446.5, 1361.5]]},
{"id": "tx6618", "submitted_by": "naseweis520", "name": "Lang & Schwarz", "description": "Lang & Schwarz, a company which provides financial services that is often mentioned in /r/mauerstrassenwetten .", "website": "", "subreddit": "", "center": [991.5, 1147.5], "path": [[987.5, 1143.5], [995.5, 1143.5], [996.5, 1144.5], [996.5, 1150.5], [997.5, 1151.5], [997.5, 1152.5], [994.5, 1152.5], [993.5, 1151.5], [987.5, 1151.5], [986.5, 1150.5], [986.5, 1144.5]]},
@ -4324,11 +4299,11 @@
{"id": "tx5tiz", "submitted_by": "Maiamai44", "name": "Neema / Nuchuu", "description": "A transgender music producer and digital artist who worked with r/transplace to maintain an overlay for r/transplace and all allied factions.", "website": "https://twitter.com/Neema_Dreamer", "subreddit": "", "center": [573.5, 471.5], "path": [[570.5, 467.5], [574.5, 467.5], [574.5, 468.5], [577.5, 468.5], [577.5, 475.5], [570.5, 475.5]]},
{"id": "tx5tf3", "submitted_by": "Maolagin", "name": "Hackmud", "description": "Hackmud is a cyberpunk online multiplayer text-based hacking simulator game", "website": "https://www.hackmud.com/", "subreddit": "/r/hackmud", "center": [1750.5, 113.5], "path": [[1730.5, 116.5], [1730.5, 123.5], [1760.5, 123.5], [1760.5, 116.5], [1764.5, 108.5], [1764.5, 100.5], [1748.5, 100.5], [1743.5, 109.5], [1743.5, 111.5], [1744.5, 111.5], [1744.5, 116.5], [1730.5, 116.5]]},
{"id": "tx5sxn", "submitted_by": "toastedmousemat", "name": "Wolverhampton Wonderers F.C.", "description": "WWFC, known commonly as wolves, are an English football team in the premier league", "website": "", "subreddit": "/r/WWFC", "center": [619.5, 1721.5], "path": [[607.5, 1718.5], [608.5, 1725.5], [632.5, 1725.5], [632.5, 1718.5], [605.5, 1718.5], [605.5, 1724.5], [608.5, 1724.5], [608.5, 1719.5], [608.5, 1719.5]]},
{"id": "tx5scw", "submitted_by": "link_dead", "name": "Tribute to Total Biscuit", "description": "Art of John Bain aka Total Biscuit created on stream by Asmongold's community.", "website": "https://twitch.tv/asmongold", "subreddit": "", "center": [994.5, 1252.5], "path": [[953.5, 1338.5], [976.5, 1309.5], [1024.5, 1295.5], [1056.5, 1227.5], [1071.5, 1211.5], [1040.5, 1178.5], [1006.5, 1182.5], [1001.5, 1189.5], [989.5, 1191.5], [945.5, 1245.5], [936.5, 1281.5], [920.5, 1312.5]]},
{"id": "tx5scw", "submitted_by": "link_dead", "name": "Tribute to Total Biscuit", "description": "Art of John Bain aka Total Biscuit created on stream by Asmongold's community. recognizable as a relatively popular twitch emote called LUL.", "website": "https://twitch.tv/asmongold", "subreddit": "", "center": [994.5, 1252.5], "path":[[935.5,1289.5],[935.5,1275.5],[936.5,1270.5],[938.5,1265.5],[941.5,1259.5],[943.5,1252.5],[946.5,1244.5],[951.5,1236.5],[956.5,1228.5],[959.5,1223.5],[966.5,1214.5],[970.5,1207.5],[978.5,1201.5],[982.5,1195.5],[988.5,1192.5],[996.5,1189.5],[1009.5,1180.5],[1022.5,1177.5],[1033.5,1177.5],[1040.5,1179.5],[1046.5,1183.5],[1052.5,1188.5],[1057.5,1195.5],[1062.5,1201.5],[1068.5,1207.5],[1069.5,1213.5],[1070.5,1221.5],[1073.5,1231.5],[1073.5,1239.5],[1071.5,1242.5],[1072.5,1248.5],[1071.5,1254.5],[1069.5,1259.5],[1068.5,1264.5],[1066.5,1269.5],[1064.5,1274.5],[1061.5,1278.5],[1059.5,1280.5],[1058.5,1288.5],[1056.5,1291.5],[1051.5,1296.5],[1048.5,1299.5],[1047.5,1302.5],[1043.5,1304.5],[1041.5,1307.5],[1040.5,1309.5],[1035.5,1309.5],[1032.5,1311.5],[1028.5,1312.5],[1026.5,1314.5],[1022.5,1315.5],[1018.5,1316.5],[1016.5,1319.5],[1010.5,1321.5],[1005.5,1321.5],[999.5,1323.5],[996.5,1324.5],[991.5,1327.5],[985.5,1329.5],[978.5,1333.5],[972.5,1334.5],[966.5,1335.5],[962.5,1338.5],[956.5,1339.5],[951.5,1344.5],[947.5,1348.5],[943.5,1346.5],[936.5,1337.5],[935.5,1330.5],[931.5,1323.5],[929.5,1316.5],[924.5,1311.5],[918.5,1306.5],[918.5,1303.5],[924.5,1303.5],[925.5,1299.5],[929.5,1297.5],[930.5,1293.5],[934.5,1290.5]]},
{"id": "tx5ryl", "submitted_by": "porthos3", "name": "Flag of Venezuala", "description": "The flag of Venezuala", "website": "https://en.wikipedia.org/wiki/Venezuela", "subreddit": "/r/vzla", "center": [1078.5, 1602.5], "path": [[1065.5, 1598.5], [1065.5, 1605.5], [1090.5, 1605.5], [1090.5, 1598.5]]},
{"id": "tx5ro4", "submitted_by": "elprolito", "name": "Chopper's crack", "description": "A long battle took place here to try to draw Chopper's crack on this beautiful One piece Drawing", "website": "", "subreddit": "/r/OnePiece", "center": [55.5, 1451.5], "path": [[52.5, 1448.5], [59.5, 1448.5], [58.5, 1454.5], [52.5, 1454.5], [52.5, 1448.5], [52.5, 1448.5]]},
{"id": "tx5rnn", "submitted_by": "IntroductionFun7984", "name": "Skull of dia de muertos", "description": "A skull made by the Mexican wich represents the Mexican D\u00eda de los Muertos holiday-", "website": "https://en.wikipedia.org/wiki/Day_of_the_Dead", "subreddit": "/r/Mexico", "center": [664.5, 1196.5], "path": [[643.5, 1194.5], [644.5, 1183.5], [652.5, 1174.5], [678.5, 1174.5], [685.5, 1186.5], [684.5, 1208.5], [668.5, 1223.5], [660.5, 1223.5], [645.5, 1207.5]]},
{"id": "tx5qkx", "submitted_by": "link_dead", "name": "Berserk Tribute", "description": "Art created on stream by twitch streamer Asmongold. Many bronies were slaughtered to create this art, the survivors migrated east.", "website": "https://twitch.tv/asmongold", "subreddit": "", "center": [642.5, 241.5], "path": [[694.5, 276.5], [693.5, 220.5], [682.5, 220.5], [676.5, 214.5], [676.5, 203.5], [595.5, 203.5], [595.5, 277.5]]},
{"id": "tx5qkx", "submitted_by": "Oofio128", "name": "Berserk Tribute", "description": "This piece started as an effort by the Berserk Pixel Art discord to create a tribute toward their favorite mangaka.\n \n After forming an alliance with r/mylittlepony and the Manechat Discord early on due to their very close proximity with each other, both groups helped to create the intial memorial which consisted of the RIP text, Dragon Slayer sword, and Chestnut Puck. However, later on, Twitch streamer Asmongold would expand upon this, replacing MLP's initial area above the memorial with a portait of the character Guts. Due to both the high quality of the art and its sensitive subject matter, the MLP fandom decided to accept the artwork and migrate east.", "website": "twitch.tv/asmongold", "subreddit": "", "center": [642.5, 241.5], "path": [[694.5, 276.5], [693.5, 220.5], [682.5, 220.5], [676.5, 214.5], [676.5, 203.5], [595.5, 203.5], [595.5, 277.5]]},
{"id": "tx5qi4", "submitted_by": "Hallownest_Citizen1", "name": "Nubert", "description": "The character Nubert from the game Deltarune by Toby Fox", "website": "", "subreddit": "/r/deltarune", "center": [1829.5, 1688.5], "path": [[1834.5, 1692.5], [1824.5, 1692.5], [1824.5, 1686.5], [1825.5, 1686.5], [1825.5, 1684.5], [1825.5, 1683.5], [1833.5, 1683.5], [1833.5, 1686.5], [1834.5, 1686.5], [1834.5, 1692.5]]},
{"id": "tx5qfh", "submitted_by": "DualPlay-Mapping", "name": "Mametchi", "description": "Mametchi is a character from Tamagotchi", "website": "", "subreddit": "/r/tamagotchi", "center": [568.5, 1512.5], "path": [[564.5, 1515.5], [564.5, 1514.5], [565.5, 1514.5], [565.5, 1513.5], [565.5, 1512.5], [564.5, 1512.5], [564.5, 1511.5], [565.5, 1511.5], [565.5, 1508.5], [567.5, 1508.5], [567.5, 1509.5], [570.5, 1509.5], [570.5, 1508.5], [572.5, 1508.5], [572.5, 1510.5], [572.5, 1511.5], [573.5, 1511.5], [573.5, 1512.5], [572.5, 1512.5], [572.5, 1515.5], [571.5, 1515.5], [571.5, 1516.5], [570.5, 1516.5], [570.5, 1517.5], [570.5, 1516.5], [567.5, 1516.5], [567.5, 1517.5], [567.5, 1516.5], [566.5, 1516.5], [566.5, 1515.5], [565.5, 1515.5]]},
{"id": "tx5qcy", "submitted_by": "sodapone", "name": "Bad Touch (VA-11 HALL-A)", "description": "A drink from the video game VA-11 HALL-A, named after the song by the Bloodhound Gang. Its placement on Jill's kotatsu serves as an emblem for the Operation Bad Touch group, who created the assorted VA-11 HALL-A murals on this canvas.", "website": "", "subreddit": "", "center": [507.5, 1581.5], "path": [[505.5, 1577.5], [509.5, 1577.5], [509.5, 1585.5], [505.5, 1585.5]]},
@ -4463,7 +4438,6 @@
{"id": "tx53hp", "submitted_by": "Ratman258258", "name": "AzpazTv", "description": "A French minecraft youtuber with 200k subscribers renown for being the owner of nulcraft.fr", "website": "https://www.youtube.com/c/AzpazTv", "subreddit": "", "center": [326.5, 1919.5], "path": [[321.5, 1914.5], [330.5, 1914.5], [330.5, 1923.5], [321.5, 1923.5]]},
{"id": "tx52p4", "submitted_by": "Infrastation", "name": "The Cascadia Alliance", "description": "Cornerstoned by the Cascadia group, this area was also home to the Grinfolk, Chippy Gaming, Tierzoo, Northern Lion, the Faces Crew, and the Voidpunks. On the night of the 3rd, the streamer XQC replaced the entire corner with an image of the Joker, which was then annexed by Iran. After the smoke cleared, each member of the alliance split apart, but most helped each other rebuild: Northern Lion moved down slightly to make room for Iran, the Grinfolk fought in the BARI\u015e peace sign to rebuild, and the Cascadians would place a new, bigger Doug flag with the help of PayMoneyWubby and his fanbase.", "website": "https://discord.gg/wHcy9C9TCJ", "subreddit": "/r/Cascadia", "center": [25.5, 323.5], "path": [[0.5, 338.5], [0.5, 310.5], [63.5, 310.5], [63.5, 317.5], [52.5, 317.5], [52.5, 325.5], [50.5, 327.5], [36.5, 327.5], [36.5, 338.5], [32.5, 341.5], [21.5, 341.5], [18.5, 338.5]]},
{"id": "tx52im", "submitted_by": "UHavinAGiggleTherM8", "name": "Lavvu", "description": "A Lavvu is a temporary dwelling used by the S\u00e1mi people that enables them to follow their reindeer herds.", "website": "https://en.wikipedia.org/wiki/Lavvu", "subreddit": "/r/place_nordicunion", "center": [514.5, 84.5], "path": [[507.5, 93.5], [521.5, 93.5], [521.5, 75.5], [507.5, 75.5], [507.5, 93.5]]},
{"id": "tx524k", "submitted_by": "Orangebluefruits", "name": "Toph and Zuko", "description": "Two shiba dogs belonging to streamer Buddha. Made by his discord community.", "website": "https://buddha.gg/", "subreddit": "", "center": [1435.5, 630.5], "path": [[1382.5, 613.5], [1485.5, 612.5], [1487.5, 650.5], [1383.5, 646.5]]},
{"id": "tx522s", "submitted_by": "yinwa333", "name": "One More Multiverse", "description": "One More Multiverse is an online virtual tabletop to play, share, and stream your next tabletop roleplaying game. With a massive and ever-growing pixel art library collection, in OMM create a level that changes as quickly as your story.", "website": "https://multiverse.com/", "subreddit": "/r/OneMoreMultiverse", "center": [899.5, 1134.5], "path": [[902.5, 1133.5], [902.5, 1131.5], [899.5, 1129.5], [895.5, 1133.5], [895.5, 1136.5], [899.5, 1138.5], [903.5, 1135.5], [904.5, 1133.5], [902.5, 1132.5], [901.5, 1130.5]]},
{"id": "tx51h9", "submitted_by": "mitchrogoff", "name": "Boston BUTT", "description": "The word butt spelled out by the Boston University logo as well as two tufts logos. Organized by the Boston Higher Education r/place 2022 Discord server", "website": "", "subreddit": "", "center": [329.5, 1529.5], "path": [[300.5, 1520.5], [358.5, 1520.5], [358.5, 1537.5], [300.5, 1537.5]]},
{"id": "tx516j", "submitted_by": "kurai808", "name": "Accounting Subreddit", "description": "The formula is Assets = Liabilities + Equity, which is known as the Accounting Equation.", "website": "", "subreddit": "/r/accounting", "center": [1596.5, 1636.5], "path": [[1581.5, 1629.5], [1581.5, 1642.5], [1611.5, 1642.5], [1611.5, 1629.5]]},
@ -4503,7 +4477,6 @@
{"id": "tx4rcf", "submitted_by": "woodsballnc", "name": "BazzaGazza", "description": "GTA RP Twitch Streamer", "website": "https://www.twitch.tv/bazzagazza", "subreddit": "", "center": [1890.5, 1617.5], "path": [[1907.5, 1633.5], [1907.5, 1601.5], [1873.5, 1600.5], [1873.5, 1634.5], [1907.5, 1633.5]]},
{"id": "tx4qxs", "submitted_by": "Sandwich_S", "name": "Xuzhou chained woman incident", "description": "The Xuzhou chained woman incident (Chinese: \u5f90\u5dde\u94c1\u94fe\u5973\u4e8b\u4ef6), also known as the Xuzhou eight-child mother incident (Chinese: \u5f90\u5dde\u516b\u5b69\u6bcd\u4eb2\u4e8b\u4ef6), is a case of human trafficking, severe mistreatment, and subsequent events that came to light in late January 2022 in Feng County, Xuzhou, Jiangsu, People's Republic of China. The video of a mentally disturbed and imprisoned woman who was chained to a wall and who gave birth to eight children went viral on China's internet and sparked a huge public outcry.", "website": "https://en.wikipedia.org/wiki/Xuzhou_chained_woman_incident", "subreddit": "/r/China_irl", "center": [921.5, 141.5], "path": [[894.5, 116.5], [948.5, 116.5], [948.5, 165.5], [894.5, 165.5]]},
{"id": "tx4qu4", "submitted_by": "ostensacken", "name": "Pisa Cathedral", "description": "The Pisa Cathedral is a medieval Catholic cathedral in Pisa Italy. It is famously located next to the Leaning Tower of Pisa.", "website": "https://en.wikipedia.org/wiki/Pisa_Cathedral", "subreddit": "", "center": [792.5, 1053.5], "path": [[782.5, 1032.5], [794.5, 1032.5], [795.5, 1031.5], [795.5, 1032.5], [796.5, 1032.5], [797.5, 1033.5], [798.5, 1034.5], [798.5, 1036.5], [799.5, 1036.5], [799.5, 1041.5], [799.5, 1042.5], [800.5, 1042.5], [800.5, 1043.5], [801.5, 1043.5], [802.5, 1043.5], [802.5, 1044.5], [803.5, 1044.5], [803.5, 1045.5], [804.5, 1046.5], [805.5, 1046.5], [805.5, 1047.5], [804.5, 1048.5], [803.5, 1053.5], [804.5, 1058.5], [803.5, 1059.5], [803.5, 1061.5], [804.5, 1061.5], [804.5, 1072.5], [782.5, 1072.5]]},
{"id": "tx4qdr", "submitted_by": "foxie8m", "name": "2B4U Anarchy Server", "description": "Name of an anarchy minecraft server.", "website": "", "subreddit": "/r/2b4u", "center": [1928.5, 329.5], "path": [[1919.5, 333.5], [1919.5, 324.5], [1936.5, 324.5], [1936.5, 333.5], [1919.5, 333.5]]},
{"id": "tx4qc6", "submitted_by": "Sevel42", "name": "Sevel", "description": "A French private joke, you can find some Sevel on few walls in France.", "website": "", "subreddit": "", "center": [1359.5, 469.5], "path": [[1349.5, 466.5], [1365.5, 466.5], [1366.5, 467.5], [1368.5, 467.5], [1372.5, 472.5], [1349.5, 472.5]]},
{"id": "tx4pnh", "submitted_by": "Nolanderish", "name": "San Jose Sharks", "description": "The logo for the San Jose Sharks ice hockey team.", "website": "", "subreddit": "/r/SJSharks_place", "center": [687.5, 1561.5], "path": [[675.5, 1551.5], [675.5, 1570.5], [698.5, 1570.5], [698.5, 1551.5]]},
{"id": "tx4oup", "submitted_by": "seanmatt20", "name": "The Yard", "description": "The Yard is a great podcast with Ludwig, Slime, Aiden and Nick as the Hosts. It was Origanilly made on one of the various flags of France but was destroyed, so streamer Atrioc made a small corer of his art dedicated to The Yard.", "website": "", "subreddit": "", "center": [1857.5, 166.5], "path": [[1841.5, 158.5], [1873.5, 158.5], [1873.5, 174.5], [1841.5, 174.5], [1841.5, 158.5]]},
@ -4602,7 +4575,7 @@
{"id": "tx41jb", "submitted_by": "Gorgumbus", "name": "Yuzusoft and Murasame", "description": "Operation YuzuArt--This art created by Yuzusoft Fan Server on discord.", "website": "https://discord.gg/jJRNgzh", "subreddit": "", "center": [1445.5, 504.5], "path": [[1426.5, 508.5], [1472.5, 508.5], [1472.5, 502.5], [1432.5, 502.5], [1432.5, 492.5], [1426.5, 492.5], [1426.5, 508.5]]},
{"id": "tx41gk", "submitted_by": "JosephDaGenius1215", "name": "Blue Portal", "description": "A blue portal, a reference to the Portal games. It was built by the Germans and the Portal community to connect the split flags after the first canvas expansion because they didn't want to destroy the artworks in between.", "website": "https://www.thinkwithportals.com/", "subreddit": "/r/placeDE, /r/portal", "center": [1063.5, 825.5], "path": [[1067.5, 829.5], [1066.5, 828.5], [1064.5, 828.5], [1062.5, 829.5], [1061.5, 831.5], [1060.5, 833.5], [1059.5, 838.5], [1058.5, 839.5], [1057.5, 845.5], [1057.5, 850.5], [1058.5, 853.5], [1059.5, 854.5], [1060.5, 856.5], [1061.5, 860.5], [1062.5, 863.5], [1069.5, 869.5], [1063.5, 869.5], [1062.5, 868.5], [1061.5, 867.5], [1060.5, 865.5], [1058.5, 863.5], [1057.5, 861.5], [1056.5, 857.5], [1056.5, 855.5], [1056.5, 845.5], [1064.5, 863.5], [1062.5, 861.5], [1067.5, 829.5]]},
{"id": "tx41dx", "submitted_by": "Ghostieclone", "name": "Pac-Man Ghost", "description": "Is a small version of the famous ghosts in the video game Pac-Man. Made by u/Ghostieclone and friends.", "website": "", "subreddit": "", "center": [1039.5, 1118.5], "path": [[1041.5, 1115.5], [1038.5, 1115.5], [1036.5, 1115.5], [1036.5, 1120.5], [1041.5, 1120.5]]},
{"id": "tx40ya", "submitted_by": "Thelucky7players", "name": "2balkan4you", "description": "A subreddit banned by u/Chtorrr beginning 2022 where people from the balkans could joke together. nMany new subreddits have tried to reconstruct the community of arround 200k members, but a majority are empty.", "website": "https://subredditstats.com/r/2balkan4you", "subreddit": "", "center": [1927.5, 329.5], "path": [[1920.5, 326.5], [1920.5, 332.5], [1934.5, 332.5], [1934.5, 326.5], [1920.5, 326.5]]},
{"id": "tx40ya", "submitted_by": "Thelucky7players", "name": "2balkan4you", "description": "A subreddit banned by u/Chtorrr beginning 2022 where people from the balkans could joke together. nMany new subreddits have tried to reconstruct the community of arround 200k members, but a majority are empty.", "website": "https://subredditstats.com/r/2balkan4you", "subreddit": "", "center": [1927.5, 328.5], "path": [[1918.5, 322.5], [1918.5, 334.5], [1936.5, 334.5], [1936.5, 322.5], [1918.5, 322.5]]},
{"id": "tx40nh", "submitted_by": "fe80--", "name": "Void Linux", "description": "Void Linux is a Linux distribution built around the XBPS package manager, and with runit instead of systemd as the init system. Its community is small but loyal.", "website": "https://voidlinux.org/", "subreddit": "/r/voidlinux", "center": [25.5, 729.5], "path": [[24.5, 726.5], [26.5, 726.5], [28.5, 728.5], [28.5, 730.5], [26.5, 732.5], [24.5, 732.5], [22.5, 730.5], [22.5, 728.5], [24.5, 726.5]]},
{"id": "tx40kq", "submitted_by": "epicperson8987", "name": "Dragon Quest", "description": "A slime stack from the game Dragon Quest", "website": "", "subreddit": "/r/dragonquest", "center": [65.5, 548.5], "path": [[57.5, 534.5], [58.5, 534.5], [58.5, 533.5], [58.5, 533.5], [59.5, 533.5], [59.5, 532.5], [71.5, 532.5], [71.5, 533.5], [72.5, 533.5], [72.5, 534.5], [73.5, 534.5], [73.5, 562.5], [72.5, 562.5], [72.5, 563.5], [71.5, 563.5], [71.5, 564.5], [59.5, 564.5], [59.5, 563.5], [58.5, 563.5], [58.5, 562.5], [57.5, 562.5], [57.5, 534.5]]},
{"id": "tx40b2", "submitted_by": "_JustinTheGreat_", "name": "Los Angeles Rams", "description": "The Los Angeles (LA) Rams are an American Football Team in the NFL.", "website": "", "subreddit": "", "center": [888.5, 1890.5], "path": [[906.5, 1886.5], [906.5, 1886.5], [906.5, 1894.5], [906.5, 1894.5], [870.5, 1894.5], [870.5, 1885.5], [885.5, 1885.5]]},
@ -4620,14 +4593,13 @@
{"id": "tx3y1z", "submitted_by": "DivingDruid", "name": "Corsica (Island and Flag)", "description": "The Island of Corsica next to her Flag.", "website": "", "subreddit": "/r/Corsica", "center": [1047.5, 1713.5], "path": [[1038.5, 1707.5], [1057.5, 1708.5], [1057.5, 1719.5], [1038.5, 1719.5]]},
{"id": "tx3xxj", "submitted_by": "PROPLAYEN", "name": "King Knight..?", "description": "King Knight is one of eight Knights of the Order of No Quarter who serves the Enchantress. He rules over Pridemoor Keep.nThough this version of King Knight appears to be wearing clothing similar to that of The Enchantress.", "website": "https://shovelknight.fandom.com/wiki/King_Knight", "subreddit": "/r/ShovelKnight", "center": [1808.5, 345.5], "path": [[1805.5, 343.5], [1805.5, 343.5], [1805.5, 338.5], [1808.5, 336.5], [1811.5, 338.5], [1811.5, 343.5], [1815.5, 346.5], [1815.5, 347.5], [1811.5, 351.5], [1805.5, 351.5], [1801.5, 347.5]]},
{"id": "tx3xs9", "submitted_by": "P_ablo24", "name": "Fargan Skin head", "description": "Minecraft xFaRgAnx Skin Head.", "website": "https://www.twitch.tv/xfarganx", "subreddit": "/r/xFaRgAnx", "center": [1582.5, 622.5], "path": [[1578.5, 618.5], [1578.5, 625.5], [1585.5, 625.5], [1585.5, 618.5]]},
{"id": "tx3xq6", "submitted_by": "Sad_Bank9388", "name": "Lain Meth bear", "description": "Logo representing Lain's bear suit from the anime Serial Experiments LainnnReferred to as 'Meth Bear' due to its location in space previously owned by the streamer Myth, whose name slowly evolved into 'METH' on the canvas.nnLet's all love Lain", "website": "https://www.reddit.com/r/Lain/comments/twfrgl/and_with_that_we_have_the_final_lain_art_that/", "subreddit": "/r/Lain", "center": [1556.5, 1065.5], "path": [[1544.5, 1050.5], [1544.5, 1079.5], [1568.5, 1079.5], [1568.5, 1050.5]]},
{"id": "tx3xq6", "submitted_by": "Sad_Bank9388", "name": "Lain Meth bear", "description": "Logo representing Lain's bear suit from the anime Serial Experiments Lain. Referred to as 'Meth Bear' due to its location in space previously owned by the streamer Myth, whose name slowly evolved into 'METH' on the canvas. Let's all love Lain.", "website": "https://www.reddit.com/r/Lain/comments/twfrgl/and_with_that_we_have_the_final_lain_art_that/", "subreddit": "/r/Lain", "center": [1556.5, 1065.5], "path": [[1544.5, 1050.5], [1544.5, 1079.5], [1568.5, 1079.5], [1568.5, 1050.5]]},
{"id": "tx3x3x", "submitted_by": "Manipendeh", "name": "Emily the Frog", "description": "A little frog drawn by a couple who love each other very much.", "website": "", "subreddit": "u/Manipendeh, ;, u/altermace", "center": [1766.5, 691.5], "path": [[1763.5, 688.5], [1769.5, 688.5], [1769.5, 694.5], [1763.5, 694.5], [1763.5, 688.5]]},
{"id": "tx3x1s", "submitted_by": "xiomtt15", "name": "EXO's logo", "description": "Logo created for the 10 years of the kpop group EXO.", "website": "", "subreddit": "", "center": [1409.5, 558.5], "path": [[1394.5, 561.5], [1423.5, 561.5], [1423.5, 555.5], [1394.5, 555.5], [1394.5, 561.5]]},
{"id": "tx3wp3", "submitted_by": "scraf23", "name": "Open Suse", "description": "openSUSE is a Linux-based, open, free and secure operating system for PC, laptops, servers and ARM devices.", "website": "", "subreddit": "/r/openSUSE", "center": [26.5, 721.5], "path": [[21.5, 716.5], [29.5, 716.5], [32.5, 722.5], [30.5, 725.5], [21.5, 725.5], [21.5, 716.5]]},
{"id": "tx3wnu", "submitted_by": "unsidhe", "name": "Flags of the Canadian provinces", "description": "Left side, top to bottom: Northwest Territories, Yukon, Alberta, British ColumbianSecond-from-left: Nunavut, Saskatchewan, Manitobanmiddle-right: Prince Edward Island, the Metis nation, OntarionRight: New Brunswick, Newfoundland, Nova Scotia, Quebec", "website": "", "subreddit": "", "center": [211.5, 470.5], "path": [[230.5, 462.5], [229.5, 463.5], [243.5, 463.5], [243.5, 471.5], [228.5, 471.5], [228.5, 463.5], [175.5, 451.5], [244.5, 451.5], [243.5, 493.5], [175.5, 492.5], [176.5, 451.5], [243.5, 452.5]]},
{"id": "tx3wks", "submitted_by": "Suspicious_Dinner323", "name": "Ireland", "description": "Ireland flag with the famous Clover and the Celtic harp", "website": "", "subreddit": "", "center": [1503.5, 799.5], "path": [[1487.5, 765.5], [1486.5, 827.5], [1523.5, 827.5], [1523.5, 781.5], [1507.5, 781.5], [1507.5, 765.5]]},
{"id": "tx3wjx", "submitted_by": "1983FNaF1987", "name": "Hidden Amogus in Void Mother", "description": "An Amogus that has slipped into the grasp of the Void Mother.", "website": "", "subreddit": "", "center": [970.5, 1382.5], "path": [[967.5, 1377.5], [973.5, 1377.5], [973.5, 1387.5], [966.5, 1386.5]]},
{"id": "tx3wg3", "submitted_by": "W1Lito", "name": "ANDY ZEIN (FRENTE ARMY)", "description": "Frenton peruano tremendamente enamorado de star yuki, la frente army lucho hasta el final para que no sea destruido por el nacionalismo peruano.", "website": "", "subreddit": "", "center": [1829.5, 1084.5], "path": [[1793.5, 1047.5], [1791.5, 1120.5], [1868.5, 1118.5], [1869.5, 1043.5], [1794.5, 1045.5], [1791.5, 1120.5], [1768.5, 1046.5], [1796.5, 1045.5], [1769.5, 1099.5], [1790.5, 1100.5], [1768.5, 1046.5], [1770.5, 1099.5], [1790.5, 1100.5]]},
{"id": "tx3wbj", "submitted_by": "P_MOVIE", "name": "Weezer", "description": "Weezer is an American rock band. The picture above is from their famously first 1994 self-titled album, better known as 'Blue Album'. The under picture is their logo and the color depicts of each of their self-titled albums: blue ('94), green ('01), red ('08), white ('16), teal, and black ('19)", "website": "https://weezer.com/", "subreddit": "/r/weezer", "center": [1428.5, 137.5], "path": [[1420.5, 125.5], [1420.5, 148.5], [1436.5, 148.5], [1436.5, 126.5]]},
{"id": "tx3wab", "submitted_by": "Falxo7326", "name": "Seattle Sports", "description": "After failing to defend its original location the r/mariners subreddit built at the bottom of the canvas. User u/YOYAidan successfully allied the r/NewZealand in hopes of staying where they were, sadly a streamer soon attacked the Mariners and New Zealand. After the canvas expanded they built close to each other. After another streamer destroyed the trident it was moved above New Zealand where it stayed until the end. After a discord server was created to better defend the trident more Seattle logos were made to the left of it. In the end Seahawk, Sounders, and a Kraken logo were also made with the help of r/SeattleKraken r/Seahawks and r/SoundersFC", "website": "https://discord.gg/seattlesportsreddit", "subreddit": "/r/Mariners", "center": [1583.5, 672.5], "path": [[1576.5, 728.5], [1557.5, 728.5], [1554.5, 725.5], [1555.5, 724.5], [1555.5, 714.5], [1558.5, 711.5], [1563.5, 711.5], [1563.5, 612.5], [1567.5, 612.5], [1567.5, 638.5], [1577.5, 638.5], [1577.5, 659.5], [1600.5, 659.5], [1600.5, 636.5], [1618.5, 636.5], [1618.5, 675.5], [1580.5, 675.5], [1580.5, 689.5], [1576.5, 689.5]]},
{"id": "tx3w9v", "submitted_by": "Slylle", "name": "Jinx with blue flare and Karmine Corp.", "description": "This character is Jinx from Arcane, a Netflix series produced by League of Legends and Fortiche Studio (a French studio who also worked on K/DA Pop/Stars).\nKarmine Corp, a French team launched by Kameto, has a famous emote of a supporter with a blue flare. So, when Arcane came out with this Jinx's scene, they associated Jinx with this blue flare and the emote. That is why a Karmine Corp logo is in the blue smoke.", "website": "https://twitter.com/netflixfr/status/1460580879810674693?lang=en", "subreddit": "/r/placefrance", "center": [41.5, 1571.5], "path": [[59.5, 1691.5], [4.5, 1660.5], [26.5, 1474.5], [91.5, 1469.5], [87.5, 1507.5], [57.5, 1522.5], [53.5, 1549.5]]},
@ -4676,7 +4648,6 @@
{"id": "tx3no0", "submitted_by": "Bunnies2000", "name": "OniGiri", "description": "Representation of the VTuber on Twitch that goes by OniGiriEN", "website": "https://www.twitch.tv/onigirien", "subreddit": "", "center": [789.5, 1082.5], "path": [[781.5, 1074.5], [796.5, 1074.5], [796.5, 1089.5], [781.5, 1089.5], [781.5, 1075.5]]},
{"id": "tx3nlo", "submitted_by": "TheDM18", "name": "4px Windows logo", "description": "", "website": "", "subreddit": "", "center": [837.5, 1832.5], "path": [[836.5, 1831.5], [836.5, 1832.5], [837.5, 1832.5], [837.5, 1831.5]]},
{"id": "tx3nl9", "submitted_by": "Dry-Acanthopterygii9", "name": "FC BARCELONA", "description": "Bar\u00e7a's shield, just below Auronplay. He is a strong FC Barcelona supporter. The shield is not perfect beacuse it was made in the last moment, but S\u00daBANSE A LA XAVINETA PERROSSS", "website": "https://www.fcbarcelona.com/en/", "subreddit": "/r/barca", "center": [1465.5, 1682.5], "path": [[1440.5, 1659.5], [1440.5, 1704.5], [1491.5, 1704.5], [1491.5, 1659.5], [1467.5, 1660.5], [1490.5, 1659.5], [1470.5, 1659.5]]},
{"id": "tx3n7i", "submitted_by": "dasbp", "name": "Mizkif riding his bunny, Dedo, into battle", "description": "Created by Mizkif's community depicting himself riding atop the back of his bunny, Dedo. Although using the famous Napoleon image, this represent's Mizkif", "website": "https://www.twitch.tv/mizkif", "subreddit": "/r/Mizkif", "center": [1384.5, 1426.5], "path": [[1332.5, 1354.5], [1436.5, 1354.5], [1436.5, 1498.5], [1332.5, 1498.5]]},
{"id": "tx3n1a", "submitted_by": "bunnybri_", "name": "Crumb Cuptoast", "description": "Minecraft head of the streamer CupToast, also known as Crumb. She is known for her animations and art.", "website": "", "subreddit": "", "center": [1718.5, 360.5], "path": [[1714.5, 356.5], [1721.5, 356.5], [1721.5, 363.5], [1714.5, 363.5]]},
{"id": "tx3mh4", "submitted_by": "Prior_Gate_9909", "name": "My Beautiful Dark Twisted Fantasy", "description": "My Beautiful Dark Twisted Fantasy is an album from Kanye West. The album released in 2010 and was received pretty well.n", "website": "https://open.spotify.com/album/20r762YmB5HeofjMCiPMLv", "subreddit": "/r/Kanye", "center": [1789.5, 1010.5], "path": [[1798.5, 1019.5], [1798.5, 1000.5], [1779.5, 1000.5], [1779.5, 1019.5]]},
{"id": "tx3m50", "submitted_by": "Mole2003", "name": "Figure Skate", "description": "A representation of a figure skate on ice, the design was initially a small skate but was updated after an invasion to the more accurate design seen", "website": "", "subreddit": "/r/figureskating", "center": [276.5, 975.5], "path": [[269.5, 967.5], [269.5, 984.5], [284.5, 983.5], [284.5, 967.5], [269.5, 967.5]]},
@ -5044,7 +5015,7 @@
{"id": "tx8gu8", "submitted_by": "CosmicAndTitties", "name": "Jacques Cartier Bridge", "description": "A bridge in Montreal, Qu\u00e9bec", "website": "", "subreddit": "", "center": [1075.5, 1043.5], "path": [[1076.5, 1059.5], [1053.5, 1081.5], [1035.5, 1096.5], [1031.5, 1067.5], [1059.5, 1050.5], [1065.5, 1031.5], [1089.5, 1040.5], [1085.5, 1050.5], [1081.5, 1054.5], [1056.5, 1078.5], [1034.5, 1096.5], [1029.5, 1069.5], [1017.5, 1085.5], [1021.5, 1115.5], [1037.5, 1098.5]]},
{"id": "tx8gp0", "submitted_by": "JoeSlick75", "name": "Norm Macdonald tribute", "description": "A tribute to comedian Norm Macdonald. It showcases the logo of his podcast, Norm Macdonald Live, along with a popular SNL character of his, Turd Furgeson.", "website": "", "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]]},
{"id": "tx8gg7", "submitted_by": "DvR_Angel", "name": "673", "description": "The \"funny number\" of the online friend group TMCCHub. It doesn't have a sophisticated story or meaning however, it's used as an addon when creating new usernames or is the go-to number when numerals are required. Due to it being 3 digits it can be easily recognized and tends to be everywhere in help with the frequency illusion. First popularised/used by Moaty as a Minecraft username (Moaty673) in ~2015.", "website": "https://www.youtube.com/channel/UCjEnlwqqmzHca6CPjHO6ovw", "subreddit": "", "center": [1775.5, 787.5], "path": [[1769.5, 784.5], [1769.5, 790.5], [1781.5, 790.5], [1781.5, 784.5], [1781.5, 784.5], [1781.5, 784.5]]},
{"id": "tx8gaz", "submitted_by": "ostensacken", "name": "Aromantic flag", "description": "The flag of the Aromantic people. Aromantic people do not experience romantic attraction.", "website": "", "subreddit": "/r/aromantic", "center": [523.5, 663.5], "path": [[449.5, 657.5], [449.5, 668.5], [597.5, 668.5], [597.5, 657.5]]},
{"id": "tx8gaz", "submitted_by": "ostensacken", "name": "Aromantic flag", "description": "The flag of the Aromantic people. Aromantic people experience little to no romantic attraction.", "website": "", "subreddit": "/r/aromantic", "center": [523.5, 663.5], "path": [[449.5, 657.5], [449.5, 668.5], [597.5, 668.5], [597.5, 657.5]]},
{"id": "tx8g5e", "submitted_by": "Anthenumcharlie", "name": "The exclamation point on SKOL", "description": "A notable story from the vikings logo is the tale of u/Anthenumcharlie and his seemingly never ending quest to claim the exclamation point. He rewrote every pixel to have his name on it day in and out.", "website": "", "subreddit": "/r/minnesotavikings", "center": [1330.5, 656.5], "path": [[1328.5, 659.5], [1328.5, 651.5], [1332.5, 651.5], [1332.5, 660.5], [1328.5, 660.5]]},
{"id": "tx8fov", "submitted_by": "ostensacken", "name": "Aroace flag", "description": "The flag of the Aroace (Aromantic, asexual) community.", "website": "", "subreddit": "/r/aromanticasexual", "center": [523.5, 652.5], "path": [[449.5, 647.5], [449.5, 656.5], [597.5, 656.5], [597.5, 647.5]]},
{"id": "tx8flq", "submitted_by": "Slipfix", "name": "CGP Grey Logo", "description": "Logo of the YouTuber and podcaster CGP Grey", "website": "https://www.cgpgrey.com/", "subreddit": "/r/CGPGrey", "center": [85.5, 813.5], "path": [[81.5, 809.5], [88.5, 809.5], [88.5, 816.5], [81.5, 816.5]]},
@ -5212,7 +5183,7 @@
{"id": "tx7kig", "submitted_by": "Nova17Delta", "name": "Warfname =", "description": "Small friend group consisting of four subfactions.", "website": "https://warfnamewikipedia.neocities.org", "subreddit": "/r/warfname", "center": [1193.5, 245.5], "path": [[1197.5, 240.5], [1188.5, 240.5], [1188.5, 249.5], [1197.5, 249.5]]},
{"id": "tx7kcg", "submitted_by": "zevage1", "name": "808s Kanye", "description": "Depicts Kanye West during his 808s and Heartbreak era in 2008", "website": "", "subreddit": "/r/WestSubEver", "center": [1773.5, 1009.5], "path": [[1769.5, 999.5], [1778.5, 999.5], [1778.5, 1019.5], [1769.5, 1020.5]]},
{"id": "tx7k2i", "submitted_by": "cellos51", "name": "Red Vox", "description": "Red Vox is a band from New York City. Formed by Vinny from Vinesauce and Mike in 2015.", "website": "https://www.redvoxband.com/", "subreddit": "/r/Redvox", "center": [100.5, 1103.5], "path": [[99.5, 1098.5], [101.5, 1098.5], [101.5, 1099.5], [102.5, 1099.5], [103.5, 1099.5], [103.5, 1100.5], [104.5, 1100.5], [104.5, 1101.5], [105.5, 1101.5], [105.5, 1102.5], [105.5, 1103.5], [106.5, 1103.5], [106.5, 1104.5], [106.5, 1105.5], [105.5, 1105.5], [105.5, 1106.5], [105.5, 1107.5], [104.5, 1107.5], [103.5, 1107.5], [102.5, 1107.5], [101.5, 1107.5], [100.5, 1107.5], [99.5, 1107.5], [99.5, 1108.5], [99.5, 1109.5], [99.5, 1108.5], [98.5, 1108.5], [97.5, 1108.5], [96.5, 1108.5], [96.5, 1107.5], [95.5, 1107.5], [95.5, 1106.5], [95.5, 1105.5], [94.5, 1105.5], [94.5, 1104.5], [94.5, 1103.5], [95.5, 1103.5], [95.5, 1102.5], [95.5, 1101.5], [95.5, 1100.5], [95.5, 1099.5], [96.5, 1099.5], [97.5, 1099.5], [97.5, 1098.5], [98.5, 1098.5]]},
{"id": "tx7k0v", "submitted_by": "AnonymousRandPerson", "name": "erobb221", "description": "An artwork made by the community of 'erobb221', a Twitch streamer that gets bullied for a living. Also known as Tyler1's brother.", "website": "https://www.twitch.tv/erobb221", "subreddit": "/r/emoney", "center": [639.5, 926.5], "path": [[623.5, 910.5], [654.5, 910.5], [654.5, 941.5], [623.5, 941.5]]},
{"id": "tx7k0v", "submitted_by": "AnonymousRandPerson", "name": "erobb221", "description": "erobb221 is a variety streamer on Twitch famously known for being the younger brother of League of Legends streamer Tyler 1. However, erobb221 is more than just a younger brother. erobb221's awkward demeanor combined with his almost supernatural bad luck results in a unique comedic experience on Twitch. Many know erobb221 as the guy who takes loses, or 'L's', but his close viewers know that he is more than just an 'L'-taking machine; he's a father, a scammer, and most importantly, he's a gamer.", "website": "https://www.twitch.tv/erobb221", "subreddit": "/r/emoney", "center": [639.5, 926.5], "path": [[623.5, 910.5], [654.5, 910.5], [654.5, 941.5], [623.5, 941.5]]},
{"id": "tx7jym", "submitted_by": "The_McTasty", "name": "The Sandworm of Dune, Shai-Hulud the Makers", "description": "A great Sandworm from the Sci-Fi Series Dune written by Frank Herbert. As a part of an Alliance between /r/OnePiece and /r/SFFA the top area that overlaps with the One Piece Gol D. Roger \"HE LAUGHED\" art piece is greyed out in a manga style to symbolize the merging of the two art pieces and the alliance between the groups that made them. Part of the piece by the Sci-Fi Fantasy Alliance.", "website": "", "subreddit": "/r/SFFA", "center": [1659.5, 1385.5], "path": [[1685.5, 1326.5], [1674.5, 1322.5], [1653.5, 1322.5], [1640.5, 1326.5], [1622.5, 1338.5], [1613.5, 1349.5], [1605.5, 1368.5], [1601.5, 1389.5], [1613.5, 1418.5], [1626.5, 1432.5], [1642.5, 1438.5], [1661.5, 1441.5], [1669.5, 1439.5], [1671.5, 1446.5], [1681.5, 1443.5], [1706.5, 1427.5], [1721.5, 1404.5], [1724.5, 1382.5], [1722.5, 1365.5], [1720.5, 1358.5], [1708.5, 1359.5], [1714.5, 1374.5], [1715.5, 1390.5], [1711.5, 1404.5], [1698.5, 1422.5], [1683.5, 1429.5], [1670.5, 1433.5], [1669.5, 1436.5], [1669.5, 1439.5], [1654.5, 1436.5], [1639.5, 1428.5], [1638.5, 1426.5], [1625.5, 1419.5], [1617.5, 1407.5], [1612.5, 1389.5], [1614.5, 1368.5], [1626.5, 1347.5], [1642.5, 1336.5], [1656.5, 1331.5], [1668.5, 1332.5], [1678.5, 1334.5], [1685.5, 1336.5], [1685.5, 1329.5]]},
{"id": "tx7jug", "submitted_by": "maxwelltobiasen23", "name": "Members of \"The Server\"", "description": "The avatars of Colten, Felipe, Max, David, Sonny, and Jorge.", "website": "", "subreddit": "", "center": [1115.5, 519.5], "path": [[1104.5, 511.5], [1126.5, 511.5], [1126.5, 526.5], [1104.5, 526.5], [1104.5, 511.5]]},
{"id": "tx7jnt", "submitted_by": "ScytheTheMustafa", "name": "The logo of a Turkish Highschool", "description": "A highschool named Bornova Anatolian Highschool (Bornova Anadolu lisesi - BAL) that is located in \u0130zmir, Turkey", "website": "", "subreddit": "", "center": [1584.5, 1348.5], "path": [[1574.5, 1337.5], [1573.5, 1338.5], [1574.5, 1358.5], [1594.5, 1358.5], [1595.5, 1338.5]]},
@ -5233,7 +5204,6 @@
{"id": "tx7gaz", "submitted_by": "Trepach", "name": "Grogu", "description": "Also known as Baby Yoda, from the hit Star Wars TV show, The Mandalorian", "website": "https://starwars.fandom.com/wiki/Grogu", "subreddit": "", "center": [752.5, 1660.5], "path": [[748.5, 1661.5], [748.5, 1658.5], [744.5, 1653.5], [763.5, 1653.5], [759.5, 1658.5], [758.5, 1659.5], [761.5, 1662.5], [761.5, 1664.5], [760.5, 1664.5], [761.5, 1667.5], [761.5, 1669.5], [748.5, 1669.5], [747.5, 1663.5], [727.5, 1641.5]]},
{"id": "tx7g6k", "submitted_by": "Ijust_want_tobehappy", "name": "Dominican Platain", "description": "Dominican Platain who represent the love Dominicans have towards platains", "website": "", "subreddit": "/r/dominican", "center": [52.5, 82.5], "path": [[51.5, 80.5], [52.5, 82.5], [52.5, 83.5], [53.5, 84.5], [54.5, 86.5], [54.5, 83.5], [55.5, 80.5], [53.5, 80.5], [52.5, 78.5], [53.5, 78.5], [53.5, 77.5], [53.5, 75.5], [54.5, 76.5], [52.5, 75.5], [49.5, 79.5], [53.5, 76.5], [52.5, 76.5], [49.5, 81.5], [49.5, 82.5], [49.5, 84.5], [51.5, 84.5], [51.5, 85.5], [50.5, 86.5], [51.5, 87.5], [52.5, 88.5], [53.5, 87.5], [55.5, 88.5], [55.5, 88.5], [54.5, 89.5], [55.5, 89.5], [58.5, 86.5], [63.5, 85.5], [59.5, 88.5]]},
{"id": "tx7fw2", "submitted_by": "coco20c", "name": "Blurryface by Twenty One Pilots", "description": "Blurryface is the fourth studio album by American musical duo Twenty One Pilots. It was released on May 17, 2015.", "website": "", "subreddit": "/r/twentyonepilots", "center": [398.5, 1588.5], "path": [[393.5, 1583.5], [393.5, 1593.5], [403.5, 1593.5], [403.5, 1583.5], [393.5, 1583.5]]},
{"id": "tx7fv5", "submitted_by": "Abchduwroefikwefiks", "name": "RuPaul's Drag Race", "description": "A representation of hit TV show RuPaul's Drag Race.", "website": "", "subreddit": "/r/spoileddragrace", "center": [1219.5, 416.5], "path": [[1191.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], [1191.5, 403.5]]},
{"id": "tx7fiy", "submitted_by": "shinysurge", "name": "SimpleFlips", "description": "Pixel art of the drippy star used as SimpleFlips' logo and channel icon, courtesy of the SimpleFlips Discord server.", "website": "https://www.youtube.com/user/SimpleFlips", "subreddit": "/r/SimpleFlips", "center": [1150.5, 375.5], "path": [[1142.5, 370.5], [1147.5, 365.5], [1153.5, 366.5], [1160.5, 374.5], [1156.5, 384.5], [1143.5, 384.5]]},
{"id": "tx7fh1", "submitted_by": "LeftEyeHole", "name": "Risk of Rain/Trans Ally Heart", "description": "A heart signifying the alliance between Risk of Rain, and the trans flag.", "website": "", "subreddit": "/r/riskofrain, and, /r/transplace", "center": [586.5, 429.5], "path": [[582.5, 427.5], [582.5, 429.5], [585.5, 433.5], [586.5, 433.5], [589.5, 430.5], [590.5, 427.5], [588.5, 426.5], [587.5, 426.5], [586.5, 427.5], [585.5, 427.5], [584.5, 426.5], [583.5, 426.5]]},
{"id": "tx7f1i", "submitted_by": "yizack", "name": "Flag of R\u00e9union Island", "description": "R\u00e9union Island, a French overseas department/region in the Indian Ocean.", "website": "", "subreddit": "/r/reunionisland", "center": [1138.5, 252.5], "path": [[1138.5, 256.5], [1137.5, 255.5], [1134.5, 252.5], [1134.5, 250.5], [1135.5, 250.5], [1136.5, 249.5], [1137.5, 249.5], [1138.5, 250.5], [1139.5, 249.5], [1141.5, 249.5], [1141.5, 250.5], [1142.5, 251.5], [1142.5, 252.5], [1139.5, 255.5], [1138.5, 256.5]]},
@ -5242,7 +5212,6 @@
{"id": "tx7e1f", "submitted_by": "Wackamot123", "name": "Geometry dash demon", "description": "A demon face from the game geometry dash, used to represent the hardest levels", "website": "", "subreddit": "", "center": [1020.5, 376.5], "path": [[1012.5, 384.5], [1012.5, 384.5], [1014.5, 383.5], [1014.5, 383.5], [1015.5, 384.5], [1016.5, 383.5], [1017.5, 383.5], [1019.5, 384.5], [1019.5, 384.5], [1019.5, 384.5], [1028.5, 384.5], [1028.5, 366.5], [1011.5, 366.5], [1011.5, 383.5], [1011.5, 364.5], [1028.5, 364.5], [1012.5, 365.5], [1028.5, 365.5], [1012.5, 366.5]]},
{"id": "tx7dzr", "submitted_by": "IanE55", "name": "Murray Walker tribute", "description": "Murray Walker was an iconic British motorsport commentator who was mostly active from 1976 to 2001. He passed away in early 2021.", "website": "", "subreddit": "/r/formula1", "center": [455.5, 766.5], "path": [[448.5, 762.5], [461.5, 762.5], [461.5, 769.5], [448.5, 769.5]]},
{"id": "tx7dop", "submitted_by": "FullMoon1108", "name": "Vargskelethor", "description": "Vargskelethor is a twitch streamer on the Vinesauce team. His mascot Fren is a small man wearing lime green with a Swedish flag hat, and originates from an indie game called QT. Joel is known for his lovable childlike sense of humor.", "website": "https://www.fecalfunny.com", "subreddit": "/r/Vinesauce", "center": [100.5, 1117.5], "path": [[95.5, 1121.5], [95.5, 1120.5], [94.5, 1119.5], [95.5, 1118.5], [95.5, 1115.5], [96.5, 1115.5], [97.5, 1114.5], [97.5, 1111.5], [102.5, 1111.5], [102.5, 1114.5], [105.5, 1117.5], [106.5, 1116.5], [107.5, 1116.5], [107.5, 1117.5], [106.5, 1118.5], [106.5, 1119.5], [105.5, 1119.5], [104.5, 1120.5], [104.5, 1121.5], [95.5, 1121.5]]},
{"id": "tx7dlo", "submitted_by": "Sergioferubron", "name": "Mizkif riding Dedo", "description": "Painting of the stramer Mizkif riding his pet rabbit Dedo resembling famous painting Napoleon Crossing the Alps", "website": "https://www.twitch.tv/mizkif", "subreddit": "/r/mizkif", "center": [1384.5, 1426.5], "path": [[1436.5, 1355.5], [1332.5, 1355.5], [1333.5, 1498.5], [1435.5, 1496.5]]},
{"id": "tx7den", "submitted_by": "vpumeyyv", "name": "Zachtronics head & SpaceChem logo", "description": "Zachtronics is an American indie game company, founded by Zach Barth, which makes several kinds of programming puzzle games which have spawned a genre of their own.\nThe head is the old company logo that is still used by the community Discord server. Above it is the logo of one of the games, SpaceChem.", "website": "https://www.zachtronics.com/", "subreddit": "/r/spacechem", "center": [532.5, 1612.5], "path": [[538.5, 1599.5], [538.5, 1624.5], [525.5, 1624.5], [525.5, 1607.5], [526.5, 1607.5], [527.5, 1605.5], [527.5, 1599.5]]},
{"id": "tx7d4r", "submitted_by": "JJ64938", "name": "Lucifer", "description": "Lucifer from the Japanese Ghbili film Howl's Moving Castle, directed by \nHayao Miyazaki", "website": "", "subreddit": "/r/HowlsMovingCastle", "center": [1777.5, 696.5], "path": [[1770.5, 687.5], [1770.5, 705.5], [1784.5, 705.5], [1784.5, 687.5], [1770.5, 687.5]]},
{"id": "tx7d09", "submitted_by": "coco20c", "name": "A minion", "description": "Minions are fictional yellow creatures that appear in Illumination's Despicable Me franchise.", "website": "", "subreddit": "", "center": [644.5, 1725.5], "path": [[641.5, 1719.5], [641.5, 1731.5], [647.5, 1731.5], [647.5, 1719.5], [641.5, 1719.5]]},
@ -5317,7 +5286,6 @@
{"id": "txc63w", "submitted_by": "ShardddddddDon", "name": "Failure Bottle", "description": "I am serious. You cannot use this.", "website": "", "subreddit": "/r/inscryption", "center": [160.5, 293.5], "path": [[156.5, 299.5], [158.5, 301.5], [162.5, 297.5], [165.5, 300.5], [164.5, 290.5], [160.5, 284.5], [157.5, 291.5]]},
{"id": "txc5f3", "submitted_by": "Piboom", "name": "Starman", "description": "The starman powerup from the Super Mario video game series.", "website": "", "subreddit": "", "center": [881.5, 1864.5], "path": [[872.5, 1858.5], [890.5, 1858.5], [890.5, 1870.5], [872.5, 1870.5], [872.5, 1870.5], [872.5, 1865.5], [872.5, 1861.5]]},
{"id": "txc5dw", "submitted_by": "iam_a_waterjug", "name": "Milwaukee Flag", "description": "The people's flag of Milwaukee. Intially located near the ZZZ logo, it was conquered by the taskbar. After making an agreement with Greece, the flag migrated to it's current location. In order to defend it's borders it formed a quintuple alliance of mutual defense with Kurdistan, Brand New Animal, Greece, and Mr. Robot. With these 5 factions fighting as one, they repelled multiple raid attempts, making it all the way to the great Anti Void.", "website": "https://discord.gg/mke", "subreddit": "/r/milwaukee", "center": [1390.5, 1956.5], "path": [[1383.5, 1950.5], [1383.5, 1962.5], [1396.5, 1962.5], [1396.5, 1950.5], [1396.5, 1950.5]]},
{"id": "txc54p", "submitted_by": "bunsonh", "name": "Phish - Donut pattern", "description": "The red-on-blue donut pattern refers to the color and pattern worn by drummer Jon Fishman from the American rock band Phish. The pattern itself has become a symbol that represents the band and its fanbase.", "website": "https://phish.com", "subreddit": "/r/phish", "center": [65.5, 911.5], "path": [[0.5, 873.5], [0.5, 882.5], [27.5, 882.5], [27.5, 874.5], [42.5, 889.5], [42.5, 892.5], [28.5, 904.5], [27.5, 898.5], [0.5, 898.5], [0.5, 944.5], [94.5, 941.5], [100.5, 929.5], [129.5, 929.5], [135.5, 931.5], [135.5, 898.5], [57.5, 898.5], [57.5, 905.5], [43.5, 892.5], [43.5, 888.5], [56.5, 875.5], [57.5, 882.5], [153.5, 882.5], [153.5, 873.5]]},
{"id": "txc4qw", "submitted_by": "MTjong", "name": "Sykkuno's green scarf", "description": "A green scarf associated with Twitch streamer Sykkuno", "website": "https://twitch.tv/sykkuno", "subreddit": "/r/sykkuno", "center": [1871.5, 1627.5], "path": [[1869.5, 1619.5], [1872.5, 1619.5], [1872.5, 1635.5], [1869.5, 1635.5]]},
{"id": "txc482", "submitted_by": "space-kaiserin", "name": "Flag of Russia", "description": "", "website": "", "subreddit": "/r/placerussia", "center": [845.5, 1783.5], "path": [[841.5, 1781.5], [849.5, 1781.5], [849.5, 1785.5], [841.5, 1785.5]]},
{"id": "txc402", "submitted_by": "Netherman132", "name": "Colorado University Logo", "description": "The University of Colorado's logo, C.U. is short for Colorado University. It is a college in the U.S. state of Colorado", "website": "https://www.colorado.edu/", "subreddit": "", "center": [16.5, 726.5], "path": [[12.5, 723.5], [19.5, 723.5], [19.5, 729.5], [12.5, 729.5]]},
@ -5391,7 +5359,7 @@
{"id": "txblxi", "submitted_by": "Esylus", "name": "Ark Icon", "description": "A small simple icon of my original character Ark, a 7 foot robot with a TV screen for a face with a waveform.", "website": "https://twitter.com/TheRealEsylus", "subreddit": "", "center": [954.5, 1393.5], "path": [[949.5, 1388.5], [949.5, 1397.5], [958.5, 1397.5], [958.5, 1388.5], [949.5, 1388.5]]},
{"id": "txblrt", "submitted_by": "CripzyChiken", "name": "PeteZahHutt", "description": "Minecraft Youtuber and Twitch streamer PeteZahHutt", "website": "", "subreddit": "", "center": [900.5, 548.5], "path": [[895.5, 543.5], [904.5, 543.5], [904.5, 552.5], [895.5, 552.5]]},
{"id": "txbln9", "submitted_by": "IgneousWrath", "name": "Flag of the Canary Islands", "description": "Flag of the Canary Islands drawn by a small Twitter community. A member reached out to the r/GuildWars2 community for help defending it.", "website": "https://en.wikipedia.org/wiki/Flag_of_the_Canary_Islands", "subreddit": "", "center": [1996.5, 1373.5], "path": [[1999.5, 1383.5], [1999.5, 1362.5], [1993.5, 1362.5], [1993.5, 1383.5]]},
{"id": "txbkhs", "submitted_by": "CripzyChiken", "name": "HBomb94", "description": "Minecraft Youtuber and Twitch Streamer HBomb94", "website": "", "subreddit": "", "center": [882.5, 539.5], "path": [[878.5, 535.5], [885.5, 535.5], [885.5, 543.5], [878.5, 543.5], [878.5, 539.5], [878.5, 537.5]]},
{"id": "txbkhs", "submitted_by": "CripzyChiken", "name": "HBomb94", "description": "A variety youtuber famous for being the first five-time winner of MCC, taking his fifth crown in March 2022.", "website": "", "subreddit": "", "center": [882.5, 539.5], "path": [[878.5, 535.5], [885.5, 535.5], [885.5, 543.5], [878.5, 543.5], [878.5, 539.5], [878.5, 537.5]]},
{"id": "txbkd8", "submitted_by": "ProfessionalFish8505", "name": "/r/gravityrush", "description": "A subreddit for Gravity Rush, a PS Vita game later released on the PS4, and its sequel Gravity Rush 2, also released on the PS4.", "website": "", "subreddit": "/r/gravityrush", "center": [1671.5, 1125.5], "path": [[1646.5, 1122.5], [1646.5, 1127.5], [1695.5, 1127.5], [1695.5, 1122.5], [1646.5, 1122.5], [1646.5, 1122.5], [1646.5, 1122.5]]},
{"id": "txbk6h", "submitted_by": "OrangeSheepYT", "name": "Gon Freecss", "description": "\"I can't stand being on the losing end forever!!\" \nGon Freecss is a Rookie Hunter and the son of Ging Freecss. Finding his father is Gon's motivation in becoming a Hunter. \nGon is one of the main protagonists of Hunter x Hunter, a manga series written and illustrated by Yoshihiro Togashi. \nThis sprite was made by the HxH Place Discord server and the Anime Alliance. \nHxH: https://discord.gg/sCwSxCBj2D \nAnime Alliance: https://discord.gg/9U6pHMbHS4", "website": "https://discord.gg/sCwSxCBj2D", "subreddit": "/r/HunterXHunter", "center": [1700.5, 1186.5], "path": [[1709.5, 1173.5], [1691.5, 1173.5], [1691.5, 1199.5], [1709.5, 1199.5], [1709.5, 1173.5]]},
{"id": "txbju6", "submitted_by": "Pigeon91", "name": "Ch\u00e2teau Frontenac", "description": "A historic hotel in Quebec city opened in 1893.", "website": "", "subreddit": "", "center": [990.5, 996.5], "path": [[972.5, 1020.5], [971.5, 993.5], [978.5, 986.5], [984.5, 985.5], [988.5, 976.5], [1001.5, 977.5], [1004.5, 982.5], [1004.5, 987.5], [1008.5, 987.5], [1007.5, 1017.5], [1003.5, 1009.5], [997.5, 1007.5], [987.5, 1007.5], [981.5, 1010.5], [975.5, 1016.5], [972.5, 1020.5], [972.5, 1016.5]]},
@ -5491,7 +5459,6 @@
{"id": "txarp5", "submitted_by": "heckcookieyeah", "name": "SHINee", "description": "Hailed as \"The Princes of K-pop\", SHINee is a South-Korean boy band formed by SM Entertainment in 2008. The group is composed of the members Onew, Jonghyun, Key, Minho, and Taemin. Their fans are called \"shawols\", a portmanteau for \"SHINee World\", named after their debut album.", "website": "https://www.instagram.com/shinee/", "subreddit": "/r/shinee", "center": [1518.5, 956.5], "path": [[1510.5, 949.5], [1525.5, 949.5], [1525.5, 963.5], [1511.5, 963.5], [1510.5, 962.5], [1510.5, 949.5]]},
{"id": "txarc0", "submitted_by": "tomxosb", "name": "Calcifer", "description": "A fire demon from the the Studio Ghibli movie Howl's Moving Castle.", "website": "", "subreddit": "/r/ghibli", "center": [1777.5, 696.5], "path": [[1771.5, 688.5], [1771.5, 704.5], [1783.5, 704.5], [1783.5, 688.5], [1771.5, 688.5]]},
{"id": "txarbw", "submitted_by": "turmacar", "name": "Hello Internet Episode Number", "description": "Number of upcoming episode of Hello Internet Podcast as of April 1 2022.", "website": "https://www.hellointernet.fm/", "subreddit": "/r/HelloInternet", "center": [70.5, 828.5], "path": [[58.5, 826.5], [81.5, 826.5], [81.5, 830.5], [58.5, 830.5]]},
{"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": "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]]},
@ -5539,7 +5506,6 @@
{"id": "txaicd", "submitted_by": "Hollis131", "name": "Murder drones", "description": "The logo for the famous web series murder drones", "website": "", "subreddit": "/r/murderdrones", "center": [242.5, 1096.5], "path": [[239.5, 1089.5], [242.5, 1089.5], [236.5, 1090.5], [233.5, 1094.5], [235.5, 1097.5], [237.5, 1101.5], [252.5, 1101.5], [252.5, 1097.5], [246.5, 1097.5], [245.5, 1091.5]]},
{"id": "txai7g", "submitted_by": "RatelRaichu", "name": "Pok\u00e9mon Workshop", "description": "A Discord community for artists who create drawings, songs or stories related to the Pok\u00e9mon franchise. The server hosts regular art, music and writing contests and collabs and has hundreds of members. A complete history of the progress of this logo on r/place can be found on https://pokemon-workshop.fandom.com/wiki/r/place_participation", "website": "https://discord.gg/PkmnWorkshop", "subreddit": "", "center": [1090.5, 493.5], "path": [[1078.5, 489.5], [1101.5, 489.5], [1101.5, 497.5], [1078.5, 497.5]]},
{"id": "txai0a", "submitted_by": "FancySkunk", "name": "Asexual Pride Bunny", "description": "A white rabbit waving the asexual pride flag", "website": "", "subreddit": "/r/TransPlace", "center": [737.5, 471.5], "path": [[749.5, 475.5], [730.5, 475.5], [727.5, 471.5], [728.5, 470.5], [728.5, 469.5], [736.5, 469.5], [736.5, 466.5], [737.5, 465.5], [743.5, 465.5], [744.5, 466.5], [744.5, 473.5], [747.5, 474.5], [748.5, 475.5]]},
{"id": "txahc2", "submitted_by": "pancakedelasea", "name": "RuPaul's Drag Race", "description": "Contributed to by members of r/SpoiledDragRace and r/rupaulsdragrace. Features include a memorial to the late Chi Chi DeVayne, and the promotional looks of cast members of Season 14 of RuPaul's Drag Race.", "website": "https://www.reddit.com/r/SpoiledDragRace/", "subreddit": "/r/rupaulsdragrace", "center": [1219.5, 416.5], "path": [[1192.5, 402.5], [1222.5, 402.5], [1222.5, 398.5], [1246.5, 398.5], [1246.5, 430.5], [1222.5, 430.5], [1222.5, 433.5], [1192.5, 433.5], [1192.5, 402.5]]},
{"id": "txahba", "submitted_by": "sumhoo", "name": "Squeer", "description": "A little mascot of a anxious zebra. \nPrimarily used by PlainsZebra on Twitch. \n\nConstructed by Zeeb and Friends.", "website": "", "subreddit": "", "center": [1299.5, 386.5], "path": [[1293.5, 383.5], [1305.5, 383.5], [1305.5, 389.5], [1293.5, 389.5], [1293.5, 383.5]]},
{"id": "txah8i", "submitted_by": "Arcorann", "name": "ChroNoiR", "description": "A popular duo from the Virtual YouTuber group NIJISANJI, consisting of Kanae (top) and Kuzuha (bottom)", "website": "https://www.youtube.com/channel/UCz6vnIbgiqFT9xUcD6Bp65Q", "subreddit": "/r/Nijisanji", "center": [1531.5, 1076.5], "path": [[1525.5, 1065.5], [1525.5, 1087.5], [1537.5, 1088.5], [1537.5, 1065.5]]},
{"id": "txagbr", "submitted_by": "squidrobotfriend", "name": "r/MrRobot/Rassicas alliance part 2", "description": "The second art piece by r/MrRobot, the fsociety mask, was also one of the major locations of the r/MrRobot/Rassicas alliance, including Costa Rica, r/PathofExile, and Esperanto. Nearby is also one of Esperanto's allies, r/Cubers, who Mr. Robot assisted during the third day.", "website": "", "subreddit": "/r/MrRobot, /r/Ticos, /r/costarica, /r/PathofExile, /r/Esperanto, /r/Cubers", "center": [1433.5, 454.5], "path": [[1246.5, 426.5], [1246.5, 445.5], [1364.5, 446.5], [1364.5, 457.5], [1368.5, 457.5], [1369.5, 456.5], [1371.5, 456.5], [1372.5, 457.5], [1373.5, 457.5], [1374.5, 456.5], [1376.5, 456.5], [1377.5, 457.5], [1377.5, 462.5], [1379.5, 462.5], [1380.5, 463.5], [1380.5, 466.5], [1379.5, 467.5], [1377.5, 467.5], [1376.5, 468.5], [1374.5, 468.5], [1373.5, 469.5], [1372.5, 470.5], [1372.5, 471.5], [1373.5, 472.5], [1374.5, 473.5], [1432.5, 473.5], [1384.5, 473.5], [1384.5, 491.5], [1374.5, 491.5], [1374.5, 480.5], [1348.5, 480.5], [1347.5, 485.5], [1347.5, 489.5], [1349.5, 489.5], [1349.5, 496.5], [1349.5, 496.5], [1340.5, 496.5], [1340.5, 498.5], [1349.5, 498.5], [1355.5, 503.5], [1412.5, 503.5], [1412.5, 509.5], [1425.5, 509.5], [1424.5, 492.5], [1432.5, 492.5], [1433.5, 501.5], [1509.5, 501.5], [1509.5, 486.5], [1485.5, 486.5], [1485.5, 446.5], [1621.5, 446.5], [1621.5, 427.5], [1246.5, 426.5]]},
@ -5730,7 +5696,6 @@
{"id": "txdncv", "submitted_by": "Terrible_Draw_1248", "name": "Among us", "description": "2 among us looking each other", "website": "", "subreddit": "", "center": [1114.5, 1222.5], "path": [[1109.5, 1225.5], [1119.5, 1225.5], [1119.5, 1219.5], [1109.5, 1219.5]]},
{"id": "txdnct", "submitted_by": "WitherStar123", "name": "Matthew Bolan", "description": "Important figure in the Minecraft speedrunning community. Discovered how to find strongholds by looking at nether fossils; and diamonds by looking at clay/gravel patches", "website": "https://www.youtube.com/channel/UCB4XuRBJZBOpnoJSWekMohw", "subreddit": "", "center": [1495.5, 1468.5], "path": [[1491.5, 1464.5], [1498.5, 1464.5], [1498.5, 1471.5], [1491.5, 1471.5]]},
{"id": "txdn9a", "submitted_by": "Rubbymubby124", "name": "Manchester United", "description": "Manchester United is a popular soccer club in the Premier league. It is one of the most popular clubs in the world having fans worldwide. The club was founded in 1878 and its current stadium is Old Trafford.", "website": "https://www.manutd.com/", "subreddit": "/r/RedDevils", "center": [1640.5, 665.5], "path": [[1663.5, 636.5], [1662.5, 637.5], [1617.5, 638.5], [1616.5, 692.5], [1664.5, 691.5]]},
{"id": "txdmze", "submitted_by": "conspiracie", "name": "RuPaul's Drag Race", "description": "Made primarily by Spoiled Drag Race users. References several \"tea-spills\", i.e. spoilers that came out about the current season of Drag Race (14). PLSR= Deja Skye's lip sync for her pleasure. CHOC= chocolate bar elimination twist. PORK = PorkChop elimination lounge (from S13). On the right are pixel arts of the top 5 S14 contestants plus Maddy Morphosis, another S14 contestant and active Redditor who helped make this art. Top is a tribute to ChiChi DeVayne, a S8 contestant who sadly passed away in 2020.", "website": "", "subreddit": "/r/SpoiledDragRace", "center": [1219.5, 417.5], "path": [[1246.5, 398.5], [1246.5, 434.5], [1191.5, 434.5], [1191.5, 402.5], [1222.5, 402.5], [1222.5, 398.5], [1246.5, 398.5]]},
{"id": "txdmue", "submitted_by": "Terrible_Draw_1248", "name": "Peru flag", "description": "", "website": "", "subreddit": "", "center": [1124.5, 1345.5], "path": [[1116.5, 1350.5], [1132.5, 1350.5], [1132.5, 1339.5], [1116.5, 1339.5]]},
{"id": "txdmsv", "submitted_by": "Terrible_Draw_1248", "name": "Mexico flag", "description": "", "website": "", "subreddit": "", "center": [1124.5, 1355.5], "path": [[1116.5, 1360.5], [1132.5, 1360.5], [1132.5, 1350.5], [1116.5, 1350.5]]},
{"id": "txeahn", "submitted_by": "Braeburner", "name": "Bald eagle", "description": "The bald eagle (Haliaeetus leucocephalus) is the national bird and symbol of the U.S. An icon of power and freedom, this bird inhabits the forests of North America and eats mostly fish. Until the 1990s, bald eagles were endangered due to hunting and pesticides; the population recovered when regulations were implemented.", "website": "https://en.wikipedia.org/wiki/Bald_eagle", "subreddit": "/r/AmericanFlagInPlace", "center": [1877.5, 1784.5], "path": [[1879.5, 1796.5], [1907.5, 1801.5], [1912.5, 1791.5], [1901.5, 1791.5], [1892.5, 1785.5], [1900.5, 1781.5], [1888.5, 1776.5], [1881.5, 1778.5], [1870.5, 1768.5], [1866.5, 1753.5], [1858.5, 1759.5], [1855.5, 1775.5], [1868.5, 1789.5], [1858.5, 1795.5], [1864.5, 1805.5], [1877.5, 1798.5]]},
@ -5815,7 +5780,6 @@
{"id": "txevvl", "submitted_by": "MakingLyricVideos", "name": "The Boyz Logo", "description": "The Boyz (abbreviated as TBZ) is a K-Pop boyband that debuted in 2017. The group consists of 11 members: Sangyeon, Juyeon, Younghoon, Hyunjae, Juhaknyeon, Sunwoo, New, Q, Jacob, Kevin, and Eric.", "website": "https://www.youtube.com/channel/UCkJ1rbOrsyPfBuHNfnLPm-Q", "subreddit": "/r/the_boyz", "center": [1579.5, 200.5], "path": [[1570.5, 196.5], [1588.5, 196.5], [1588.5, 204.5], [1570.5, 204.5], [1570.5, 196.5]]},
{"id": "txevoi", "submitted_by": "feitancantortureme", "name": "GOT7", "description": "A peaceful tiny pixel art made for GOT7: a South Korean boy band formed and active since 2014 composed of Jay B, Mark, Jackson, Jinyoung, Youngjae, BamBam, and Yugyeom. Four of the members are Koreans with the other three being Thai, Chinese, and American respectively. \n", "website": "https://youtu.be/tAe0yUEzAaI", "subreddit": "/r/GOT7", "center": [1588.5, 271.5], "path": [[1597.5, 267.5], [1597.5, 268.5], [1597.5, 269.5], [1597.5, 270.5], [1597.5, 271.5], [1597.5, 272.5], [1597.5, 273.5], [1597.5, 274.5], [1596.5, 274.5], [1595.5, 274.5], [1594.5, 274.5], [1593.5, 274.5], [1592.5, 274.5], [1591.5, 274.5], [1590.5, 274.5], [1589.5, 274.5], [1588.5, 274.5], [1587.5, 274.5], [1586.5, 274.5], [1585.5, 274.5], [1584.5, 274.5], [1583.5, 274.5], [1582.5, 274.5], [1581.5, 274.5], [1580.5, 274.5], [1579.5, 274.5], [1579.5, 273.5], [1579.5, 272.5], [1579.5, 271.5], [1579.5, 270.5], [1579.5, 269.5], [1579.5, 268.5], [1579.5, 267.5], [1580.5, 267.5], [1582.5, 267.5]]},
{"id": "txeuva", "submitted_by": "yoblaunder", "name": "Mini Marsey", "description": "A miniature version of the rdrama mascot Marsey the cat. A larger version can be found in the bottom left just east of the Hollow Knight with ID tww1z8", "website": "https://rdrama.net", "subreddit": "", "center": [96.5, 632.5], "path": [[90.5, 627.5], [91.5, 627.5], [92.5, 626.5], [93.5, 625.5], [94.5, 624.5], [95.5, 623.5], [96.5, 622.5], [97.5, 623.5], [98.5, 624.5], [98.5, 625.5], [99.5, 626.5], [100.5, 626.5], [101.5, 625.5], [102.5, 624.5], [103.5, 623.5], [104.5, 622.5], [105.5, 623.5], [106.5, 624.5], [106.5, 631.5], [107.5, 632.5], [107.5, 635.5], [106.5, 636.5], [105.5, 637.5], [104.5, 638.5], [103.5, 638.5], [102.5, 639.5], [92.5, 639.5], [91.5, 638.5], [90.5, 638.5], [89.5, 637.5], [86.5, 637.5], [85.5, 636.5], [84.5, 636.5], [83.5, 635.5], [82.5, 634.5], [82.5, 633.5], [81.5, 632.5], [81.5, 630.5], [82.5, 629.5], [83.5, 629.5], [84.5, 630.5], [85.5, 631.5], [85.5, 632.5], [86.5, 633.5], [87.5, 633.5], [87.5, 630.5], [88.5, 629.5], [89.5, 628.5], [90.5, 627.5]]},
{"id": "txffu8", "submitted_by": "zZ2255", "name": "Andynsane - Andynzein - Zein - ZEJN", "description": "Fue un youtuber dedicado a subir v\u00eddeos de blogs y comedia, actualmente se dedica al streaming en BOOYA!. Naci\u00f3 en Tarma, Junin, Per\u00fa, pero actualmente reside en Estados Unidos.\nSecciones:\n-Challenges\n-Las 15 fotos fails de la vida\n-50 se\u00f1ales de que eres...\n-Omegle\n-Bromas telef\u00f3nicas\n-Retos\n-Preguntas incomodas\n-Esto solo pasa en Peru\n-Esto solo pasa en internet\n-Exponiendo infieles en Peru\n-M\u00fasica Andynsane\n-Alto al crimen\n-Parodias\n-Reacciones videos random\n-Gameplays\n-Radio fierro 69.9 fm\nPersonajes:\n-Juanito el jorobado\n-Paloma Poh Poh\n-La Elvira Montenegro\n-Maaami-Mono saca copias\n-Barney\nCanciones:\n-P\u00e1same tu pin-L\u00e1vatela con shampo (2012)\n-Mi nombre es Andynsane (22/03/2015)\n-Quiero subirme a tu guayabo mami (28/06/2015)\n-Reggaet\u00f3n cristiano (05/08/2015)\n-Cuando voy al ba\u00f1o (14/06/2015)\n-Si te gusta (27/08/2017)\nFrases:\n-Soy fresa, pero no para tu mermelada.\n-Eres un pendejo s\u00ed.\n-Mira y calla que no tendr\u00e1s ni papaya.\n-Los mas machos son los mas cabros.\n-Y sin m\u00e1s cotorreo, empecemos con el sandungueo.", "website": "https://booyah.live/channels/59911252?source=11", "subreddit": "", "center": [1829.5, 1083.5], "path": [[1792.5, 1046.5], [1792.5, 1121.5], [1866.5, 1118.5], [1867.5, 1047.5], [1793.5, 1045.5], [1792.5, 1045.5]]},
{"id": "txffm2", "submitted_by": "jinyan69", "name": "Chile", "description": "A smaller flag of Chile below the main flag.", "website": "", "subreddit": "/r/chile", "center": [262.5, 533.5], "path": [[252.5, 529.5], [272.5, 529.5], [272.5, 537.5], [251.5, 537.5], [251.5, 529.5]]},
{"id": "txffdr", "submitted_by": "CrazyPenks", "name": "Turkey flag", "description": "A tiny flag of turkey orgaized most likely by the turkey subreddit and by turkish contributers", "website": "", "subreddit": "/r/turkey", "center": [1023.5, 1842.5], "path": [[1021.5, 1841.5], [1021.5, 1841.5], [1029.5, 1844.5], [1019.5, 1839.5], [1020.5, 1841.5], [1020.5, 1841.5], [1019.5, 1845.5], [1028.5, 1844.5], [1026.5, 1839.5], [1019.5, 1839.5], [1019.5, 1845.5], [1029.5, 1845.5], [1029.5, 1843.5], [1027.5, 1843.5], [1027.5, 1839.5], [1019.5, 1839.5]]},
{"id": "txfek0", "submitted_by": "CompactedPrism", "name": "Kaiser Kattail", "description": "Pixel art of Kaiser Kattail, villain and central character in the popular Stellaris mod Gigastructural Engineering and More", "website": "https://steamcommunity.com/sharedfiles/filedetails/?id=1121692237", "subreddit": "/r/stellaris", "center": [1465.5, 987.5], "path": [[1452.5, 975.5], [1478.5, 975.5], [1478.5, 998.5], [1452.5, 998.5]]},
@ -5947,7 +5911,7 @@
{"id": "txfxkr", "submitted_by": "Tenri_Ayukawa", "name": "Shigure Ui Chibi", "description": "A chibi of Indie Vtuber and illustrator Shigure Ui", "website": "https://www.youtube.com/channel/UCt30jJgChL8qeT9VPadidSw", "subreddit": "/r/VirtualYoutubers", "center": [1460.5, 1087.5], "path": [[1454.5, 1090.5], [1454.5, 1083.5], [1465.5, 1083.5], [1465.5, 1090.5]]},
{"id": "txfxjl", "submitted_by": "Chavantfou", "name": "Purpl' Studio Logo", "description": "the fist of The Purpl' Studio !", "website": "https://www.instagram.com/purpl_studio/", "subreddit": "", "center": [948.5, 1361.5], "path": [[943.5, 1364.5], [943.5, 1357.5], [952.5, 1357.5], [952.5, 1364.5]]},
{"id": "txfxbm", "submitted_by": "VixVideris", "name": "Shoebill Stork and Green Square", "description": "Partnership between a green square and the shoebill stork subreddit.", "website": "", "subreddit": "/r/ShoebillStorks", "center": [1733.5, 1390.5], "path": [[1727.5, 1385.5], [1739.5, 1385.5], [1740.5, 1395.5], [1727.5, 1395.5]]},
{"id": "txfwzz", "submitted_by": "AnonymousRandPerson", "name": "Angry Birds", "description": "A mobile game about flinging birds at buildings to destroy them, made by Finnish game studio Rovio Entertainment.", "website": "https://en.wikipedia.org/wiki/Angry_Birds", "subreddit": "/r/Suomi", "center": [606.5, 153.5], "path": [[603.5, 144.5], [601.5, 146.5], [601.5, 148.5], [598.5, 151.5], [598.5, 156.5], [599.5, 157.5], [599.5, 158.5], [601.5, 160.5], [602.5, 160.5], [603.5, 161.5], [609.5, 161.5], [610.5, 160.5], [611.5, 160.5], [613.5, 158.5], [613.5, 157.5], [614.5, 156.5], [614.5, 151.5], [607.5, 144.5]]},
{"id": "txfwzz", "submitted_by": "AnonymousRandPerson", "name": "Red (Angry Birds)", "description": "Angry Birds is a mobile game about flinging birds at buildings to destroy them, made by Finnish game studio Rovio Entertainment. The red bird, named Red, is the most basic type of bird in the game.", "website": "https://www.AngryBirds.com", "subreddit": "/r/AngryBirds, /r/Suomi", "center": [606.5, 153.5], "path": [[603.5, 144.5], [601.5, 146.5], [601.5, 148.5], [598.5, 151.5], [598.5, 156.5], [599.5, 157.5], [599.5, 158.5], [601.5, 160.5], [602.5, 160.5], [603.5, 161.5], [609.5, 161.5], [610.5, 160.5], [611.5, 160.5], [613.5, 158.5], [613.5, 157.5], [614.5, 156.5], [614.5, 151.5], [607.5, 144.5]]},
{"id": "txfwp2", "submitted_by": "m0ck1nGxD", "name": "Brotherhood of Eren and Taha", "description": "I just made a logo with our initials to surprise my friend and leave a memory on the canvas -Eren (u/m0ck1nGxD)", "website": "", "subreddit": "", "center": [1502.5, 834.5], "path": [[1499.5, 831.5], [1499.5, 837.5], [1505.5, 837.5], [1505.5, 831.5]]},
{"id": "txfwc9", "submitted_by": "9308576632005599209", "name": "Stardew Valley", "description": "Above the Stardew Valley mouse shop is a tiny art that features a beehive surrounded by bees on the left near a red tulip, the initials of Stardew Valley (SDV) on the middle, and on the right side are common mushroom, red mushroom and a sunflower.", "website": "https://reddit.com/r/StardewValley", "subreddit": "/r/StardewValley", "center": [1739.5, 1003.5], "path": [[1709.5, 1002.5], [1711.5, 1002.5], [1710.5, 1007.5], [1765.5, 1007.5], [1766.5, 1008.5], [1767.5, 1007.5], [1767.5, 998.5], [1710.5, 999.5]]},
{"id": "txfwb3", "submitted_by": "codyfofficial", "name": "bb", "description": "A small addition from twitch streamer bbsmols and her community", "website": "http://twitch.tv/bbsmols", "subreddit": "", "center": [1612.5, 1420.5], "path": [[1610.5, 1418.5], [1610.5, 1421.5], [1614.5, 1421.5], [1614.5, 1418.5]]},
@ -5957,7 +5921,6 @@
{"id": "txfv5e", "submitted_by": "Iusethisoneforporn58", "name": "Purple and Blue Hearts", "description": "A small tribute to a baby brother, who passed away due to mental health complications. Rest in peace, brother.", "website": "", "subreddit": "", "center": [694.5, 1320.5], "path": [[687.5, 1316.5], [700.5, 1316.5], [700.5, 1323.5], [687.5, 1323.5], [687.5, 1316.5]]},
{"id": "txfuyq", "submitted_by": "Leon08x", "name": "Inuyasha", "description": "The titular protagonist of the manga series InuYasha, a hany\u014d, son of a y\u014dkai and a human. ", "website": "https://inuyasha.fandom.com/wiki/Inuyasha", "subreddit": "/r/inuyasha", "center": [1557.5, 991.5], "path": [[1541.5, 999.5], [1571.5, 999.5], [1571.5, 979.5], [1550.5, 979.5], [1541.5, 999.5]]},
{"id": "txfuy9", "submitted_by": "SurrogateMonkey", "name": "Mondstadt Windmill and Windwheel Asters", "description": "Mondstadt (Moon City in German) is one of the seven regions in Teyvat, a fictional continent in the game Genshin Impact. Mondstadt takes inspiration from North European culture, primarily German.\n\nOne of Mondstadt's well known structures are the six-spoked windmills, which are inspired by medieval European windmills. \n\nThe Windwheel Asters are orange flowers found in the wild in various areas of Mondstadt. The characters Bennett, Sucrose, and the Travelers use this local specialty as an ascension(level-up) material in the game.\n\nThe windmill and the windwheel asters are created by r/placeNL as a token of alliance with r/GenshinPlace.\n\n", "website": "https://genshin-impact.fandom.com/wiki/Mondstadt", "subreddit": "/r/PlaceNL, /r/Genshin_Impact, /r/GenshinPlace", "center": [1133.5, 30.5], "path": [[1156.5, 35.5], [1149.5, 35.5], [1144.5, 38.5], [1133.5, 38.5], [1131.5, 40.5], [1118.5, 40.5], [1115.5, 36.5], [1110.5, 35.5], [1108.5, 35.5], [1109.5, 27.5], [1132.5, 28.5], [1132.5, 19.5], [1137.5, 14.5], [1140.5, 13.5], [1145.5, 17.5], [1147.5, 21.5], [1146.5, 27.5], [1152.5, 29.5], [1155.5, 31.5]]},
{"id": "txfu5w", "submitted_by": "zZ2255", "name": "Andynsane - Andynzein - Zein - ZEJN", "description": "Fue un youtuber dedicado a subir v\u00eddeos de blogs y comedia, actualmente se dedica al streaming en BOOYA!. Naci\u00f3 en Tarma, Junin, Per\u00fa, pero actualmente reside en Estados Unidos.\nSecciones:\n-Challenges\n-Las 15 fotos fails de la vida\n-50 se\u00f1ales de que eres...\n-Omegle\n-Bromas telef\u00f3nicas\n-Retos\n-Preguntas incomodas\n-Esto solo pasa en Peru\n-Esto solo pasa en internet\n-Exponiendo infieles en Peru\n-M\u00fasica Andynsane\n-Alto al crimen\n-Parodias\n-Reacciones videos random\n-Gameplays\n-Radio fierro 69.9 fm\nPersonajes:\n-Juanito el jorobado\n-Paloma Poh Poh\n-La Elvira Montenegro\n-Maaami-Mono saca copias\n-Barney\nCanciones:\n-P\u00e1same tu pin-L\u00e1vatela con shampo (2012)\n-Mi nombre es Andynsane (22/03/2015)\n-Quiero subirme a tu guayabo mami (28/06/2015)\n-Reggaet\u00f3n cristiano (05/08/2015)\n-Cuando voy al ba\u00f1o (14/06/2015)\n-Si te gusta (27/08/2017)\nFrases:\n-Soy fresa, pero no para tu mermelada.\n-Eres un pendejo s\u00ed.\n-Mira y calla que no tendr\u00e1s ni papaya.\n-Los mas machos son los mas cabros.\n-Y sin m\u00e1s cotorreo, empecemos con el sandungueo.", "website": "https://booyah.live/channels/59911252?source=11", "subreddit": "", "center": [1829.5, 1083.5], "path": [[1792.5, 1046.5], [1792.5, 1121.5], [1866.5, 1118.5], [1867.5, 1047.5], [1793.5, 1045.5], [1792.5, 1045.5]]},
{"id": "txftxz", "submitted_by": "Plagiatus", "name": "Minecraft Realms", "description": "The server subscription service by Mojang for their game Minecraft. It features a creator program that allows players to submit their own maps to the subreddit to be featured ingame. Various communities have emerged through this program.", "website": "https://www.minecraft.net/en-us/realms/content-creator", "subreddit": "/r/realms", "center": [338.5, 1589.5], "path": [[323.5, 1579.5], [323.5, 1594.5], [325.5, 1596.5], [325.5, 1600.5], [346.5, 1600.5], [352.5, 1600.5], [352.5, 1579.5]]},
{"id": "txfti3", "submitted_by": "mikkolukas", "name": "Silja Line", "description": "A cruiseferry from the Finnish brand Silja Line. This pixelart mostly resembles the sibling ships Symfony/Serenade, both known for their impressive pedestrian street down the middle of the ship.", "website": "https://en.tallink.com/silja-serenade-siljaline-cruise-ship", "subreddit": "/r/Suomi", "center": [731.5, 121.5], "path": [[702.5, 103.5], [691.5, 114.5], [688.5, 114.5], [686.5, 116.5], [686.5, 117.5], [685.5, 118.5], [685.5, 125.5], [686.5, 126.5], [686.5, 128.5], [688.5, 130.5], [688.5, 131.5], [689.5, 132.5], [689.5, 135.5], [693.5, 138.5], [768.5, 138.5], [772.5, 134.5], [772.5, 132.5], [773.5, 131.5], [773.5, 124.5], [770.5, 124.5], [770.5, 120.5], [769.5, 120.5], [768.5, 119.5], [768.5, 117.5], [773.5, 117.5], [775.5, 115.5], [774.5, 114.5], [773.5, 114.5], [772.5, 113.5], [771.5, 113.5], [770.5, 112.5], [769.5, 112.5], [769.5, 110.5], [771.5, 110.5], [772.5, 109.5], [772.5, 108.5], [773.5, 107.5], [773.5, 106.5], [770.5, 103.5], [768.5, 103.5], [768.5, 101.5], [766.5, 101.5], [765.5, 100.5], [763.5, 100.5], [762.5, 101.5], [760.5, 101.5], [758.5, 103.5], [757.5, 103.5], [755.5, 105.5], [752.5, 105.5], [750.5, 103.5], [749.5, 103.5], [747.5, 101.5], [746.5, 101.5], [745.5, 100.5], [743.5, 100.5], [742.5, 101.5], [740.5, 101.5], [738.5, 103.5], [737.5, 103.5], [735.5, 105.5], [732.5, 105.5], [730.5, 103.5], [729.5, 103.5], [727.5, 101.5], [726.5, 101.5], [725.5, 100.5], [723.5, 100.5], [722.5, 101.5], [720.5, 101.5], [717.5, 104.5], [716.5, 104.5], [715.5, 105.5], [714.5, 106.5], [715.5, 108.5], [717.5, 110.5], [717.5, 111.5], [716.5, 112.5], [715.5, 112.5], [713.5, 110.5], [712.5, 110.5], [710.5, 108.5], [710.5, 107.5], [705.5, 102.5]]},
{"id": "txfth4", "submitted_by": "BMXTrops", "name": "Usada Pekora", "description": "Hololive JP 4th member Usada Pekora, doing war crimes on reddit Place.", "website": "", "subreddit": "/r/holive", "center": [1371.5, 994.5], "path": [[1363.5, 999.5], [1363.5, 991.5], [1366.5, 989.5], [1376.5, 990.5], [1378.5, 992.5], [1379.5, 993.5], [1379.5, 997.5], [1379.5, 998.5]]},
@ -6044,7 +6007,7 @@
{"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": "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 Survival Multiplayers (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", "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": "txe1lg", "submitted_by": "chocomint1", "name": "4 Star Dragon Ball", "description": "Rest in Peace Grandpa Gohan.", "website": "https://discord.gg/Mqk6FhJp", "subreddit": "/r/DBZ", "center":[1973.5,1462.5],"path":[[1969.5,1460.5],[1969.5,1464.5],[1970.5,1465.5],[1976.5,1466.5],[1977.5,1462.5],[1976.5,1460.5],[1975.5,1458.5],[1972.5,1458.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/", "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", "subreddit": "[/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]]},
{"id": "txdymm", "submitted_by": "elly051", "name": "c!wilbur", "description": "c!wilbur is a fictional character on the dreamsmp minecraft server. He is played by Wilbursoot, a youtuber and musician in the band LoveJoy.", "website": "", "subreddit": "/r/dreamsmp, and, /r/wilbursoot", "center": [178.5, 913.5], "path": [[173.5, 908.5], [173.5, 917.5], [182.5, 917.5], [182.5, 908.5]]},
@ -6065,7 +6028,6 @@
{"id": "txdala", "submitted_by": "Dead_Wooolf_Slayer", "name": "\u00c1ngel de la independencia", "description": "Restaurada despu\u00e9s de la segunda invasi\u00f3n de Polonia. Es uno de los monumentos mas emblem\u00e1ticos de M\u00e9xico, alusivo al centenario de la Independencia Mexicana. Actualmente es un mausoleo para los h\u00e9roes mas importantes de dicha guerra. En la parte superior se observa una Victoria Alada.", "website": "https://es.wikipedia.org/wiki/Monumento_a_la_Independencia", "subreddit": "/r/Mexico", "center": [880.5, 210.5], "path": [[874.5, 199.5], [884.5, 200.5], [886.5, 203.5], [882.5, 202.5], [880.5, 204.5], [882.5, 209.5], [881.5, 222.5], [878.5, 225.5], [878.5, 209.5], [877.5, 209.5], [877.5, 207.5], [879.5, 206.5], [878.5, 205.5], [878.5, 202.5], [877.5, 202.5], [876.5, 201.5], [875.5, 200.5], [874.5, 199.5]]},
{"id": "txd9gh", "submitted_by": "magzillas", "name": "One Piece Mugiwara Pirates Logo", "description": "One Piece is a long-running manga and anime series. This element depicts the logo of the main characters' pirate crew, named after the protagonist's trademark straw hat.\n\nThe blue pixels on the left eye are likely remnants of efforts to make the skull resemble Sans, a character from the video game Undertale with a similarly glowing eye.", "website": "", "subreddit": "/r/onepiece", "center": [353.5, 570.5], "path": [[330.5, 528.5], [329.5, 612.5], [377.5, 612.5], [377.5, 529.5]]},
{"id": "txd8wt", "submitted_by": "greese1", "name": "CENTRAL_ALLIANCE", "description": "Central Alliance is an alliance of [r/place](https://www.reddit.com/r/place/) 2022 consisting of many communities, dedicated to defending and collaborating together. Starting as the SouthXSouthEastern alliance (pre-expansion) with Destiny 2, Critical Role, & Barca, Central Alliance continued to expand its reach, eventually hitting over 50 different communities at the end. Through the Alliance, builds were defended from streamers and raids, expansions were planned cooperatively, and friendships of drastically different fandoms were made. Central Alliance continues to thrive on in its Discord and Subreddit, serving as a memento for its place in internet history, as well as a future landing point if [r/place](https://www.reddit.com/r/place/) ever returns.", "website": "", "subreddit": "[/r/place_CentralAlliance](/r/place_CentralAlliance", "center": [447.5, 994.5], "path": [[448.5, 890.5], [512.5, 890.5], [512.5, 900.5], [548.5, 900.5], [552.5, 900.5], [553.5, 899.5], [554.5, 899.5], [555.5, 898.5], [556.5, 899.5], [557.5, 899.5], [562.5, 899.5], [562.5, 900.5], [562.5, 866.5], [629.5, 866.5], [629.5, 888.5], [655.5, 888.5], [655.5, 909.5], [622.5, 909.5], [622.5, 943.5], [624.5, 943.5], [624.5, 974.5], [624.5, 1012.5], [598.5, 1012.5], [598.5, 1061.5], [624.5, 1061.5], [624.5, 1072.5], [623.5, 1073.5], [622.5, 1075.5], [621.5, 1076.5], [621.5, 1079.5], [622.5, 1080.5], [623.5, 1082.5], [623.5, 1083.5], [624.5, 1083.5], [624.5, 1105.5], [570.5, 1105.5], [570.5, 1111.5], [564.5, 1111.5], [564.5, 1123.5], [552.5, 1123.5], [552.5, 1126.5], [550.5, 1126.5], [550.5, 1130.5], [509.5, 1131.5], [509.5, 1130.5], [498.5, 1130.5], [498.5, 1133.5], [493.5, 1133.5], [493.5, 1128.5], [445.5, 1128.5], [445.5, 1122.5], [322.5, 1122.5], [322.5, 1068.5], [363.5, 1068.5], [363.5, 1039.5], [368.5, 1039.5], [368.5, 1007.5], [336.5, 1007.5], [336.5, 1009.5], [324.5, 1009.5], [323.5, 1009.5], [323.5, 1042.5], [285.5, 1042.5], [285.5, 984.5], [268.5, 984.5], [268.5, 986.5], [263.5, 986.5], [263.5, 984.5], [260.5, 984.5], [260.5, 987.5], [255.5, 987.5], [255.5, 984.5], [253.5, 984.5], [253.5, 986.5], [248.5, 986.5], [248.5, 982.5], [247.5, 981.5], [246.5, 980.5], [245.5, 979.5], [245.5, 964.5], [195.5, 964.5], [195.5, 926.5], [216.5, 926.5], [216.5, 888.5], [355.5, 888.5], [356.5, 889.5], [357.5, 890.5], [358.5, 891.5], [359.5, 892.5], [359.5, 910.5], [361.5, 910.5], [361.5, 907.5], [366.5, 907.5], [366.5, 910.5], [372.5, 910.5], [372.5, 907.5], [377.5, 907.5], [377.5, 910.5], [383.5, 910.5], [383.5, 907.5], [388.5, 907.5], [388.5, 910.5], [394.5, 910.5], [394.5, 907.5], [399.5, 907.5], [399.5, 910.5], [432.5, 910.5], [432.5, 973.5], [432.5, 1118.5], [448.5, 1118.5], [449.5, 984.5], [432.5, 984.5], [432.5, 973.5], [449.5, 973.5], [448.5, 890.5]]},
{"id": "txd6uh", "submitted_by": "mumbling_marauder", "name": "RuPaul's Drag Race", "description": "A tribute to reality competition show RuPaul's Drag Race, organized by a community dedicated to collecting spoilers about the show's upcoming seasons. On the left there are three boxes referring to specialized placements on the show, and on the right there are six boxes depicting cast members from season 14. Above them is <3 CHI CHI, remembering legendary drag performer Chi Chi DeVayne, who tragically passed away in 2020. We miss you Chi Chi.", "website": "", "subreddit": "/r/spoileddragrace", "center": [1219.5, 416.5], "path": [[1222.5, 398.5], [1222.5, 398.5], [1246.5, 398.5], [1245.5, 430.5], [1245.5, 430.5], [1222.5, 430.5], [1222.5, 430.5], [1222.5, 433.5], [1222.5, 433.5], [1197.5, 433.5], [1197.5, 433.5], [1191.5, 433.5], [1191.5, 433.5], [1192.5, 402.5], [1192.5, 402.5], [1205.5, 402.5], [1205.5, 402.5], [1222.5, 402.5], [1222.5, 402.5], [1222.5, 398.5], [1222.5, 398.5], [1223.5, 398.5], [1223.5, 398.5]]},
{"id": "txd5x5", "submitted_by": "FrogDefender", "name": "Frog", "description": "Is a frog", "website": "", "subreddit": "", "center": [1108.5, 541.5], "path": [[1105.5, 541.5], [1108.5, 538.5], [1109.5, 539.5], [1110.5, 538.5], [1110.5, 539.5], [1111.5, 540.5], [1110.5, 541.5], [1110.5, 542.5], [1109.5, 543.5], [1106.5, 543.5], [1105.5, 542.5], [1105.5, 541.5]]},
{"id": "txd4mc", "submitted_by": "Xephorix512", "name": "Online Sequencer", "description": "The mascot and logo of the music-making website Online Sequencer", "website": "https://onlinesequencer.net", "subreddit": "/r/onlinesequencer", "center": [1693.5, 1514.5], "path": [[1688.5, 1495.5], [1699.5, 1495.5], [1699.5, 1533.5], [1687.5, 1533.5]]},
{"id": "txd47f", "submitted_by": "SteakSauce54", "name": "Attacks From the Turkish", "description": "Throughout the final day Doomguy, Isabelle, Thomas the Tank Engine, among other tiny art pieces suffered griefs from Turkish and Pepe bots. With the help of other communities they were able to fight them off. However Thomas was forced to change to a small number 1 . Only a few pixels remain of the original drawing. ", "website": "", "subreddit": "/r/animalcrossing", "center": [621.5, 1361.5], "path": [[590.5, 1339.5], [590.5, 1339.5], [654.5, 1339.5], [655.5, 1375.5], [646.5, 1375.5], [646.5, 1383.5], [588.5, 1382.5], [588.5, 1375.5]]},
@ -6287,7 +6249,6 @@
{"id": "txkd33", "submitted_by": "Kreixe", "name": "osu!mania", "description": "osu!mania is a game mode which consists of a piano-like style of clicking notes to the beat, similar to the Beatmania IIDX series. The number of keys ranges from 1 to 9 (2 to 18 with the use of dual stages), with 4 keys and 7 keys being more popular among players", "website": "https://osu.ppy.sh", "subreddit": "/r/osuplace", "center": [749.5, 757.5], "path": [[739.5, 750.5], [757.5, 750.5], [755.5, 765.5], [741.5, 764.5], [741.5, 750.5], [739.5, 749.5]]},
{"id": "txkcy2", "submitted_by": "Binsento", "name": "Cura\u00e7ao", "description": "The flag and shape of Cura\u00e7ao. A Caribbean island part of the kingdom of the Netherlands.", "website": "https://www.curacao.com/", "subreddit": "/r/curacao", "center": [851.5, 13.5], "path": [[839.5, 1.5], [839.5, 1.5], [841.5, 4.5], [842.5, 2.5], [845.5, 4.5], [846.5, 9.5], [848.5, 10.5], [849.5, 12.5], [851.5, 13.5], [854.5, 14.5], [858.5, 15.5], [860.5, 17.5], [860.5, 18.5], [862.5, 19.5], [863.5, 20.5], [864.5, 21.5], [865.5, 22.5], [861.5, 23.5], [857.5, 19.5], [855.5, 19.5], [851.5, 17.5], [847.5, 13.5], [845.5, 13.5], [842.5, 10.5], [839.5, 7.5], [841.5, 2.5]]},
{"id": "txkcvf", "submitted_by": "ewokun", "name": "Rawbata", "description": "a restaurant in stockholm, sweden with staff from those 4 countries.", "website": "https://rawbata.se/", "subreddit": "", "center": [1046.5, 1688.5], "path": [[1034.5, 1682.5], [1058.5, 1682.5], [1058.5, 1694.5], [1038.5, 1694.5], [1034.5, 1690.5], [1034.5, 1682.5], [1033.5, 1687.5]]},
{"id": "txkcou", "submitted_by": "miciy5", "name": "India", "description": "India, officially the Republic of India, is a country in South Asia. It is the seventh-largest country by area, the second-most populous country, and the most populous democracy in the world. ", "website": "https://india.gov.in/ ", "subreddit": "/r/india/, ", "center": [169.5, 1199.5], "path": [[0.5, 1172.5], [0.5, 1225.5], [299.5, 1226.5], [299.5, 1225.5], [307.5, 1216.5], [308.5, 1215.5], [310.5, 1216.5], [310.5, 1220.5], [312.5, 1220.5], [312.5, 1224.5], [341.5, 1224.5], [341.5, 1207.5], [340.5, 1206.5], [341.5, 1173.5]]},
{"id": "txkckr", "submitted_by": "evaroussel", "name": "Kcaz Inc.", "description": "French group of small streamers and discord server with a unique bot and website that work together. Come check us out (it's all in french though) ! \nhttps://www.twitch.tv/kcazles\nhttps://www.twitch.tv/gowgowlaki\nhttps://www.twitch.tv/chokabl", "website": "https://kcazinc.com/", "subreddit": "", "center": [1000.5, 1681.5], "path": [[996.5, 1677.5], [1002.5, 1677.5], [1002.5, 1683.5], [1006.5, 1683.5], [1006.5, 1685.5], [996.5, 1685.5]]},
{"id": "txkbne", "submitted_by": "Demonitized-picture", "name": "Callahans Passage", "description": "", "website": "", "subreddit": "", "center": [729.5, 568.5], "path": [[726.5, 564.5], [731.5, 564.5], [731.5, 565.5], [732.5, 565.5], [732.5, 567.5], [733.5, 567.5], [733.5, 569.5], [732.5, 569.5], [732.5, 571.5], [731.5, 571.5], [731.5, 572.5], [726.5, 572.5], [726.5, 571.5], [725.5, 571.5], [725.5, 569.5], [724.5, 569.5], [724.5, 567.5], [725.5, 567.5], [725.5, 565.5], [726.5, 565.5]]},
{"id": "txkbmt", "submitted_by": "nasho_me", "name": "Condor", "description": "Bolivian national bird", "website": "", "subreddit": "/r/BOLIVIA", "center": [1474.5, 1221.5], "path": [[1470.5, 1232.5], [1474.5, 1228.5], [1469.5, 1225.5], [1469.5, 1223.5], [1467.5, 1221.5], [1464.5, 1218.5], [1461.5, 1218.5], [1461.5, 1216.5], [1464.5, 1212.5], [1465.5, 1209.5], [1466.5, 1208.5], [1471.5, 1208.5], [1473.5, 1210.5], [1473.5, 1213.5], [1474.5, 1215.5], [1477.5, 1216.5], [1479.5, 1217.5], [1479.5, 1218.5], [1484.5, 1223.5], [1486.5, 1226.5], [1487.5, 1227.5], [1489.5, 1228.5], [1493.5, 1230.5], [1479.5, 1231.5], [1477.5, 1232.5], [1474.5, 1232.5], [1473.5, 1232.5]]},
@ -6522,7 +6483,7 @@
{"id": "txmj9w", "submitted_by": "Arctiquaza", "name": "Heart chain", "description": "A heart chain originally built by the Mystery dungeon badge. It built off of hearts that Ralsei had already made. The plan Mystery Dungeon had was to use the hearts as a border to better transition into the Ralsei piece. Not everyone was on the same page, though, and the incoming raid on OSU stopped all plans and forced then to maintain the original border. Others later changed the heart's colors, some into flags such as the Ace flag.", "website": "", "subreddit": "/r/MysteryDungeon, /r/Deltarune", "center": [707.5, 793.5], "path": [[708.5, 785.5], [706.5, 785.5], [706.5, 801.5], [708.5, 801.5], [708.5, 801.5], [708.5, 785.5]]},
{"id": "txmis6", "submitted_by": "izohell", "name": "Momonkunn", "description": "Minecraft skin of the Paraguayan/Spanish streamer Momonkunn inspired by the character Momonga from Overlord. Known for streaming GTA V Roleplay and his love for Japanese culture and Anime.", "website": "https://www.twitch.tv/momonkunn", "subreddit": "", "center": [1994.5, 1389.5], "path": [[1990.5, 1385.5], [1998.5, 1385.5], [1998.5, 1392.5], [1990.5, 1392.5]]},
{"id": "txmi5r", "submitted_by": "CactusBack", "name": "Cactus", "description": "Just a little cactus as my personal mark on r/place.\n\nI am u/CactusBack, a video game modder, dataminer and 3d art enthusiast.\n\nMy projects include esomodelviewer.com, a video game 3d art museum with the focus on The Elder Scrolls Online, and Inspired Patch (youtube.com/InspiredWrestling), a mod for the video game WWF SmackDown! 2: Know Your Role.\n\nBig thank you to u/Valeriia_kh and members of r/cactus for helping me defend this little guy from being wiped out!", "website": "https://www.reddit.com/user/CactusBack", "subreddit": "/r/cactus", "center": [1105.5, 496.5], "path": [[1102.5, 491.5], [1102.5, 501.5], [1108.5, 501.5], [1108.5, 491.5], [1102.5, 491.5]]},
{"id": "txmi30", "submitted_by": "bram__", "name": "Pikachu", "description": "An electric-type mouse pokemon.\nThe favorite pokemon of trainer Ash in the animated series.", "website": "https://bulbapedia.bulbagarden.net/wiki/Pikachu_(Pok%C3%A9mon)", "subreddit": "", "center": [1795.5, 151.5], "path": [[1791.5, 148.5], [1798.5, 148.5], [1798.5, 154.5], [1791.5, 154.5]]},
{"id": "txmi30", "submitted_by": "bram__", "name": "Pikachu (evacuated)", "description": "An electric-type mouse pokemon.\nThe favorite pokemon of trainer Ash in the animated series.", "website": "https://bulbapedia.bulbagarden.net/wiki/Pikachu_(Pok%C3%A9mon)", "subreddit": "", "center": [1795.5, 151.5], "path": [[1791.5, 148.5], [1798.5, 148.5], [1798.5, 154.5], [1791.5, 154.5]]},
{"id": "txmhut", "submitted_by": "Objective_Ear5415", "name": "Borderlands logo", "description": "It's a logo of the game borderlands.", "website": "https://borderlands.com/", "subreddit": "/r/borderlands3", "center": [1160.5, 413.5], "path": [[1155.5, 408.5], [1164.5, 408.5], [1164.5, 417.5], [1155.5, 417.5], [1155.5, 408.5]]},
{"id": "txmhf5", "submitted_by": "Royal_lobster", "name": "Loona Lightstick", "description": "Dino Holding loona Lightstick.", "website": "", "subreddit": "", "center": [320.5, 792.5], "path": [[317.5, 794.5], [317.5, 789.5], [323.5, 789.5], [323.5, 794.5]]},
{"id": "txmfdm", "submitted_by": "tyresmoke", "name": "Nigerian Flag", "description": "The Flag of Nigeria, a populous state in West Africa.\n", "website": "", "subreddit": "/r/Nigeria", "center": [789.5, 1102.5], "path": [[782.5, 1090.5], [782.5, 1113.5], [795.5, 1114.5], [795.5, 1090.5], [782.5, 1090.5]]},
@ -6803,7 +6764,6 @@
{"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", "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]]},
@ -6811,7 +6771,7 @@
{"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": "txv6ms", "submitted_by": "Daily-Lucaria", "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 NostalgiaCritic's '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.", "website": "", "subreddit": "", "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]]},
@ -6826,7 +6786,6 @@
{"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": "/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]]},
@ -6886,7 +6845,7 @@
{"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": "/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": "/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": "txy11o", "submitted_by": "SkylaEris", "name": "Aromantic Flag", "description": "The Aromantic flag! Aromanticism is an LGBT+ identity where individuals experience little to no romantic attraction.", "website": "https://www.aromanticism.org/", "subreddit": "/r/aromantic", "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": "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 war crimes 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]]},
@ -6895,7 +6854,7 @@
{"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": "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 Previously this area contained a piece of Pikachu art.", "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": "/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]]},
@ -6918,7 +6877,7 @@
{"id": "txxful", "submitted_by": "Piguy922", "name": "Stockfish", "description": "A popular free/libre/open-source chess engine, known as the current strongest computer program in the world. Designed to analyze chessboard states and evaluate the best moves and sequences for such states. Optionally with time management and strength handicap features for automated play.", "website": "https://stockfishchess.org/", "subreddit": "/r/AnarchyChess", "center": [135.5, 684.5], "path": [[128.5, 694.5], [130.5, 692.5], [130.5, 691.5], [131.5, 690.5], [132.5, 691.5], [134.5, 691.5], [135.5, 690.5], [135.5, 689.5], [136.5, 688.5], [137.5, 688.5], [138.5, 687.5], [141.5, 687.5], [142.5, 684.5], [144.5, 682.5], [143.5, 681.5], [143.5, 678.5], [144.5, 676.5], [144.5, 675.5], [143.5, 674.5], [142.5, 674.5], [141.5, 675.5], [140.5, 675.5], [140.5, 677.5], [139.5, 678.5], [138.5, 678.5], [137.5, 679.5], [135.5, 679.5], [133.5, 679.5], [131.5, 679.5], [131.5, 681.5], [129.5, 683.5], [127.5, 683.5], [127.5, 684.5], [128.5, 685.5], [128.5, 686.5], [129.5, 687.5], [128.5, 688.5], [126.5, 688.5], [125.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": "/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 one move in the chess game. On day 7, the move 'White buys a hotel on e5' was played.", "website": "https://en.wikipedia.org/wiki/Monopoly_(game)", "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", "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]]},
@ -6984,7 +6943,7 @@
{"id": "ty16ya", "submitted_by": "OptimalistCockroach", "name": "Hagia Sophia", "description": "Hagia Sophia is a cultural heritage in \u0130stanbul that is built in 537 by Justinian I. It used to be a museum, but now it serves as a mosque.", "website": "", "subreddit": "r/Turkey", "center": [434.5, 412.5], "path": [[405.5, 399.5], [404.5, 429.5], [463.5, 430.5], [462.5, 395.5], [405.5, 395.5]]},
{"id": "ty16k3", "submitted_by": "Vigitant_01", "name": "Kaguya-Sama: Love Is War", "description": "A romantic comedy series which started as a manga in 2015 and was adapted as an anime in 2019. The artwork here depicts Kaguya Shinomiya, the main character for whom the show is named after.", "website": "https://kaguyasama-anime.com/", "subreddit": "/r/Kaguya_sama", "center": [1487.5, 513.5], "path": [[1473.5, 501.5], [1473.5, 525.5], [1500.5, 525.5], [1500.5, 501.5]]},
{"id": "ty161r", "submitted_by": "Spensz_", "name": "Spens", "description": "Solo-made SP initials for the twitch chatter Spens_ A VIP/MOD chat member of many twitch streams. Was given protection from neighboring Buddha community, and offered protection to share space with Animal Royale community", "website": "https://twitter.com/spensZ", "subreddit": "", "center": [1367.5, 740.5], "path": [[1365.5, 734.5], [1368.5, 734.5], [1368.5, 746.5], [1365.5, 746.5]]},
{"id": "ty15ra", "submitted_by": "Real_Ralphtherap", "name": "Aseprite (Erased Before The End)", "description": "A proprietary paid pixel art and animated sprite editor.", "website": "https://www.aseprite.org/", "subreddit": "https://www.reddit.com/r/aseprite/", "center": [1707.5, 1618.5], "path": [[1713.5, 1612.5], [1702.5, 1612.5], [1702.5, 1613.5], [1701.5, 1613.5], [1701.5, 1622.5], [1707.5, 1622.5], [1707.5, 1623.5], [1708.5, 1623.5], [1708.5, 1624.5], [1710.5, 1624.5], [1710.5, 1625.5], [1711.5, 1625.5], [1711.5, 1626.5], [1711.5, 1625.5], [1712.5, 1625.5], [1713.5, 1625.5], [1713.5, 1612.5]]},
{"id": "ty15ra", "submitted_by": "Real_Ralphtherap", "name": "Aseprite", "description": "A proprietary paid pixel art and animated sprite editor.", "website": "https://www.aseprite.org/", "subreddit": "/r/aseprite/", "center": [1707.5, 1618.5], "path": [[1713.5, 1612.5], [1702.5, 1612.5], [1702.5, 1613.5], [1701.5, 1613.5], [1701.5, 1622.5], [1707.5, 1622.5], [1707.5, 1623.5], [1708.5, 1623.5], [1708.5, 1624.5], [1710.5, 1624.5], [1710.5, 1625.5], [1711.5, 1625.5], [1711.5, 1626.5], [1711.5, 1625.5], [1712.5, 1625.5], [1713.5, 1625.5], [1713.5, 1612.5]]},
{"id": "ty15it", "submitted_by": "Fluffyson", "name": "Flag of eSwatini", "description": "eSwatini is a landlocked country in Southern Africa, bordered by South Africa and Mozambique.", "website": "", "subreddit": "r/eswatini", "center": [731.5, 1070.5], "path": [[727.5, 1067.5], [735.5, 1067.5], [735.5, 1073.5], [727.5, 1073.5], [727.5, 1073.5], [727.5, 1073.5], [727.5, 1073.5]]},
{"id": "ty14qw", "submitted_by": "TurnTableTyler", "name": "University of South Florida", "description": "A tile made by USF students and alumni containing our logo. We were destroyed twice over the course of the event, but we made it to the end. Go Bulls!!", "website": "https://www.usf.edu", "subreddit": "/r/USF", "center": [256.5, 1524.5], "path": [[262.5, 1516.5], [262.5, 1532.5], [250.5, 1532.5], [250.5, 1516.5], [256.5, 1516.5]]},
{"id": "ty13p7", "submitted_by": "OptimalistCockroach", "name": "Galata Tower", "description": "Galata Tower is one of the symbolic places of \u0130stanbul built in 1267. Today it is a museum. ", "website": "", "subreddit": "r/Turkey", "center": [342.5, 418.5], "path": [[333.5, 397.5], [351.5, 397.5], [352.5, 439.5], [333.5, 439.5], [333.5, 397.5]]},
@ -7041,7 +7000,7 @@
{"id": "txzr0i", "submitted_by": "iamnose", "name": "Hyper Light Drifter", "description": "This is the healing drone that follows you on your adventures in the indie isometric action game, Hyper Light Drifter", "website": "", "subreddit": "r/hyperlightdrifter", "center": [1393.5, 76.5], "path": [[1390.5, 71.5], [1390.5, 81.5], [1395.5, 81.5], [1395.5, 71.5]]},
{"id": "txzqls", "submitted_by": "lastnitp92", "name": "Rodsquare's pot leaf WTF...", "description": "What was the place where the streamer Rodsquare made a drawing of a pot leaf and his pixelart face together with his community.", "website": "", "subreddit": "r/RodSquare", "center": [1401.5, 633.5], "path": [[1374.5, 599.5], [1375.5, 667.5], [1428.5, 667.5], [1428.5, 599.5], [1376.5, 600.5]]},
{"id": "txzptk", "submitted_by": "FlyingKiwiNZ", "name": "S.T.A.L.K.E.R ", "description": "A character from the S.T.A.L.K.E.R video game franchise set in Chernobyl, Ukraine. The game is developed by Ukrainian developer GSC Game World.", "website": "[https://gsc-game.com/](https://gsc-game.com/)", "subreddit": "/r/placeukraine", "center": [335.5, 232.5], "path": [[331.5, 251.5], [331.5, 249.5], [330.5, 249.5], [330.5, 244.5], [331.5, 244.5], [331.5, 235.5], [332.5, 235.5], [332.5, 233.5], [329.5, 233.5], [329.5, 232.5], [327.5, 232.5], [327.5, 231.5], [325.5, 231.5], [325.5, 230.5], [324.5, 230.5], [324.5, 227.5], [325.5, 227.5], [325.5, 226.5], [326.5, 226.5], [326.5, 224.5], [319.5, 224.5], [319.5, 217.5], [328.5, 217.5], [328.5, 226.5], [329.5, 226.5], [329.5, 227.5], [331.5, 227.5], [331.5, 228.5], [331.5, 227.5], [332.5, 227.5], [330.5, 227.5], [330.5, 222.5], [331.5, 222.5], [330.5, 222.5], [330.5, 219.5], [331.5, 219.5], [331.5, 216.5], [332.5, 216.5], [332.5, 214.5], [333.5, 214.5], [333.5, 213.5], [339.5, 213.5], [339.5, 214.5], [341.5, 214.5], [341.5, 215.5], [342.5, 215.5], [342.5, 216.5], [343.5, 216.5], [343.5, 221.5], [342.5, 221.5], [342.5, 223.5], [341.5, 223.5], [342.5, 223.5], [342.5, 224.5], [343.5, 224.5], [343.5, 225.5], [345.5, 225.5], [345.5, 226.5], [346.5, 226.5], [346.5, 234.5], [345.5, 234.5], [345.5, 235.5], [343.5, 235.5], [343.5, 237.5], [344.5, 237.5], [344.5, 245.5], [345.5, 245.5], [345.5, 252.5], [331.5, 252.5], [331.5, 251.5]]},
{"id": "txzprz", "submitted_by": "iamnose", "name": "Mindnight", "description": "Logo for the social deduction game, Mindnight.", "website": "", "subreddit": "r/mindnight", "center": [1398.5, 56.5], "path": [[1390.5, 51.5], [1390.5, 60.5], [1406.5, 60.5], [1406.5, 52.5], [1406.5, 51.5]]},
{"id": "txzprz", "submitted_by": "iamnose", "name": "Mindnight", "description": "Logo for the social deduction game, Mindnight.", "website": "", "subreddit": "r/mindnight", "center": [1398.5, 55.5], "path": [[1389.5, 51.5], [1406.5, 51.5], [1406.5, 60.5], [1391.5, 60.5], [1390.5, 53.5], [1389.5, 53.5]]},
{"id": "txzp02", "submitted_by": "Darekfiction", "name": "Honkai Impact 3rd 4th Anniversary Global version", "description": "Honkai Impact 3rd was celebrating its 4th anniversary for the Global version by the time this was made and so, for the occasion, they decided to put the 4th in the logo. May all the beauty be blessed.", "website": "https://www.youtube.com/watch?v=L-2hDygntWg", "subreddit": "", "center": [1685.5, 1768.5], "path": [[1676.5, 1763.5], [1677.5, 1773.5], [1693.5, 1773.5], [1693.5, 1764.5]]},
{"id": "txzo4e", "submitted_by": "Past-Firefighter2050", "name": "Where the first pixel placed was", "description": "The original spot of the first pixel ever placed. It was sadly absorbed by the void a minute later.", "website": "", "subreddit": "", "center": [41.5, 41.5], "path": [[40.5, 40.5], [42.5, 40.5], [42.5, 42.5], [40.5, 42.5]]},
{"id": "txzm8d", "submitted_by": "ThunderSoul13", "name": "Syrian revolution", "description": "Syrian revolution flag in a heart", "website": "https://en.wikipedia.org/wiki/Civil_uprising_phase_of_the_Syrian_civil_war", "subreddit": "/r/syria", "center": [285.5, 192.5], "path": [[286.5, 196.5], [281.5, 190.5], [289.5, 191.5], [286.5, 195.5]]},
@ -7051,7 +7010,7 @@
{"id": "txzfsf", "submitted_by": "ostensacken", "name": "Co-Cathedral of Saint Nicholas", "description": "The Co-Cathedral of Saint Nicholas, one of the oldest churches in Slovakia.", "website": "", "subreddit": "r/slovakia", "center": [1390.5, 180.5], "path": [[1384.5, 188.5], [1384.5, 173.5], [1383.5, 173.5], [1383.5, 172.5], [1384.5, 172.5], [1384.5, 169.5], [1384.5, 170.5], [1385.5, 170.5], [1386.5, 169.5], [1386.5, 166.5], [1387.5, 166.5], [1387.5, 163.5], [1387.5, 166.5], [1388.5, 166.5], [1388.5, 170.5], [1389.5, 170.5], [1390.5, 170.5], [1390.5, 169.5], [1390.5, 172.5], [1391.5, 172.5], [1391.5, 173.5], [1390.5, 178.5], [1402.5, 178.5], [1400.5, 179.5], [1399.5, 180.5], [1398.5, 181.5], [1397.5, 182.5], [1397.5, 183.5], [1396.5, 184.5], [1396.5, 185.5], [1396.5, 186.5], [1395.5, 188.5]]},
{"id": "txzevl", "submitted_by": "Mayyones", "name": "Susie", "description": "One of the main characters in DELTARUNE, a game created by Toby Fox. Her name is not Susan and she definitely doesn't have tail.", "website": "", "subreddit": "/r/deltarune", "center": [1775.5, 179.5], "path": [[1780.5, 173.5], [1780.5, 173.5], [1780.5, 173.5], [1774.5, 173.5], [1774.5, 174.5], [1772.5, 174.5], [1772.5, 175.5], [1768.5, 175.5], [1768.5, 177.5], [1769.5, 177.5], [1769.5, 180.5], [1768.5, 180.5], [1768.5, 183.5], [1769.5, 183.5], [1777.5, 184.5], [1778.5, 184.5], [1779.5, 184.5], [1779.5, 183.5], [1783.5, 183.5], [1783.5, 181.5], [1782.5, 181.5], [1782.5, 180.5], [1779.5, 180.5], [1779.5, 179.5], [1777.5, 177.5], [1778.5, 177.5], [1778.5, 176.5], [1782.5, 176.5], [1782.5, 174.5], [1781.5, 174.5], [1780.5, 174.5], [1780.5, 173.5], [1780.5, 173.5]]},
{"id": "txzdra", "submitted_by": "Saray13434", "name": "Bigender", "description": "Bigender is a gender identity under the multigender, nonbinary, and transgender umbrella terms. \nBigender people have two different specific gender identities, either at the same time, or at different times. The latter is a form of genderfluid identity, and may involve only two distinct genders, or it may involve shades of gray between the two.\nThe two genders of a bigender person can be the two binary genders, female and male.", "website": "[https://nonbinary.miraheze.org/wiki/Bigender](https://nonbinary.miraheze.org/wiki/Bigender)", "subreddit": "r/bigender", "center": [461.5, 643.5], "path": [[457.5, 641.5], [457.5, 645.5], [464.5, 645.5], [464.5, 641.5]]},
{"id": "txzdg1", "submitted_by": "Romax24245", "name": "Chinese Genshin Impact Logo", "description": "As a backup plan to the vandalization (and eventual demise) of the original English logo, the Genshin community migrated over to a space just below the Dutch flag and wrote the game's name in Chinese (the country in which the game originated from). \n\nJust above the logo is a playable character by the name of Venti, who's pictured here dressed in Dutch women's clothing. \n\nThey initially planned to have the 3 available archons (Raiden, Zhongli, Venti) on top of the logo. However, after Venti was built, the Dutch community woke up and proceeded to wipe out every single non-Dutch related artwork that occupied their flag. \nFortunately, the Genshin community formed a pact with the Dutch to keep Venti in the flag, and he was redesigned accordingly to complement the Netherland theme.", "website": "https://genshin.hoyoverse.com/en/", "subreddit": "https://www.reddit.com/r/Genshin_Impact/", "center": [1145.5, 50.5], "path": [[1105.5, 36.5], [1105.5, 74.5], [1110.5, 74.5], [1110.5, 70.5], [1112.5, 68.5], [1115.5, 69.5], [1117.5, 71.5], [1117.5, 66.5], [1121.5, 66.5], [1124.5, 63.5], [1128.5, 65.5], [1127.5, 70.5], [1132.5, 72.5], [1134.5, 66.5], [1138.5, 66.5], [1143.5, 64.5], [1146.5, 67.5], [1149.5, 69.5], [1152.5, 70.5], [1160.5, 65.5], [1167.5, 69.5], [1173.5, 73.5], [1174.5, 67.5], [1176.5, 65.5], [1179.5, 62.5], [1180.5, 63.5], [1181.5, 36.5], [1176.5, 35.5], [1173.5, 26.5], [1169.5, 25.5], [1170.5, 20.5], [1167.5, 21.5], [1163.5, 14.5], [1156.5, 22.5], [1153.5, 20.5], [1154.5, 25.5], [1154.5, 30.5], [1157.5, 34.5], [1156.5, 35.5], [1149.5, 35.5], [1148.5, 38.5], [1132.5, 39.5], [1131.5, 40.5], [1118.5, 40.5], [1113.5, 35.5], [1105.5, 35.5]]},
{"id": "txzdg1", "submitted_by": "Romax24245", "name": "原神 (Genshin Impact - Chinese logo)", "description": "As a backup plan to the vandalization (and eventual demise) of the original English logo, the Genshin community migrated over to a space just below the Dutch flag and built the game's Chinese logo (its original language). Its Chinese name \"原神\" translates to \"Original God\". \n\nJust above the logo is one of the playable characters, Venti, who's pictured here dressed in Dutch women's clothing. \n\nThey initially planned to have the 3 available archons (Raiden, Zhongli, Venti) on top of the logo. However, after Venti was built, the Dutch community woke up and proceeded to wipe out every single non-Dutch related artwork that occupied their flag. \nFortunately, the Genshin community formed a pact with the Dutch to keep Venti in the flag, and he was redesigned accordingly to complement the Netherland theme.", "website": "https://genshin.hoyoverse.com/en/", "subreddit": "https://www.reddit.com/r/Genshin_Impact/", "center": [1145.5, 50.5], "path": [[1105.5, 36.5], [1105.5, 74.5], [1110.5, 74.5], [1110.5, 70.5], [1112.5, 68.5], [1115.5, 69.5], [1117.5, 71.5], [1117.5, 66.5], [1121.5, 66.5], [1124.5, 63.5], [1128.5, 65.5], [1127.5, 70.5], [1132.5, 72.5], [1134.5, 66.5], [1138.5, 66.5], [1143.5, 64.5], [1146.5, 67.5], [1149.5, 69.5], [1152.5, 70.5], [1160.5, 65.5], [1167.5, 69.5], [1173.5, 73.5], [1174.5, 67.5], [1176.5, 65.5], [1179.5, 62.5], [1180.5, 63.5], [1181.5, 36.5], [1176.5, 35.5], [1173.5, 26.5], [1169.5, 25.5], [1170.5, 20.5], [1167.5, 21.5], [1163.5, 14.5], [1156.5, 22.5], [1153.5, 20.5], [1154.5, 25.5], [1154.5, 30.5], [1157.5, 34.5], [1156.5, 35.5], [1149.5, 35.5], [1148.5, 38.5], [1132.5, 39.5], [1131.5, 40.5], [1118.5, 40.5], [1113.5, 35.5], [1105.5, 35.5]]},
{"id": "txzdcd", "submitted_by": "Juanpc23", "name": "Rubius's Cat Wilson", "description": "The community of Rubius the spanish streamer, tried to invade chile with the pixelart of wilson, Rubius's cat.", "website": "", "subreddit": "", "center": [399.5, 474.5], "path": [[406.5, 451.5], [412.5, 456.5], [412.5, 462.5], [421.5, 469.5], [421.5, 498.5], [391.5, 498.5], [391.5, 492.5], [383.5, 485.5], [380.5, 481.5], [376.5, 472.5], [375.5, 468.5], [377.5, 461.5], [378.5, 453.5], [384.5, 453.5], [389.5, 450.5], [406.5, 450.5]]},
{"id": "txzc76", "submitted_by": "atomicben513", "name": "K-2", "description": "K-2 next to the failed bean. K-2 is one of the characters created by Mili, a Japanese indie band.", "website": "http://projectmili.com/", "subreddit": "/r/mili", "center": [586.5, 166.5], "path": [[584.5, 160.5], [581.5, 161.5], [581.5, 167.5], [584.5, 174.5], [588.5, 174.5], [591.5, 168.5], [591.5, 162.5], [589.5, 160.5], [586.5, 160.5]]},
{"id": "txzbme", "submitted_by": "DapDap_203", "name": "Lost Pause", "description": "Lost Pause is a YouTube channel run by Noble, who often reviews anime memes", "website": "", "subreddit": "r/lostpause", "center": [1878.5, 643.5], "path": [[1866.5, 638.5], [1890.5, 638.5], [1889.5, 648.5], [1866.5, 647.5]]},
@ -7183,7 +7142,7 @@
{"id": "ty2f1l", "submitted_by": "primaviolina", "name": "Formerly Chacarron from Chessboard 2", "description": "A blue, wacky inflatable tube man resembling the dancer from the Just Dance 2022 song, Chacarron. It held an orange and green balloon representing the members lost in the community.", "website": "[https://www.ubisoft.com/en-us/game/just-dance/2022](https://www.ubisoft.com/en-us/game/just-dance/2022)", "subreddit": "/r/JustDance", "center": [1633.5, 107.5], "path": [[1627.5, 101.5], [1629.5, 101.5], [1629.5, 101.5], [1632.5, 101.5], [1635.5, 101.5], [1639.5, 101.5], [1639.5, 101.5], [1639.5, 102.5], [1639.5, 103.5], [1639.5, 104.5], [1639.5, 105.5], [1639.5, 107.5], [1639.5, 108.5], [1639.5, 109.5], [1639.5, 111.5], [1639.5, 103.5], [1639.5, 104.5], [1639.5, 105.5], [1639.5, 106.5], [1639.5, 107.5], [1639.5, 108.5], [1639.5, 109.5], [1639.5, 110.5], [1639.5, 111.5], [1639.5, 112.5], [1639.5, 113.5], [1627.5, 113.5], [1627.5, 101.5]]},
{"id": "ty2ee2", "submitted_by": "fennecpiss", "name": "Trans Pride Flag Road`", "description": "A winding transgender pride flag, signified by blue/pink/white/pink/blue", "website": "", "subreddit": "", "center": [1838.5, 1644.5], "path": [[1825.5, 1611.5], [1851.5, 1611.5], [1851.5, 1652.5], [1829.5, 1653.5], [1830.5, 1679.5], [1839.5, 1680.5], [1840.5, 1685.5], [1826.5, 1683.5], [1825.5, 1646.5], [1846.5, 1646.5], [1846.5, 1616.5], [1825.5, 1615.5], [1825.5, 1611.5]]},
{"id": "ty2e7g", "submitted_by": "squidb_ll", "name": "William Afton (Purple Guy)", "description": "William Afton, also known as the Purple Guy and The Employee, was the co-founder of Fazbear Entertainment, as well as the main antagonist of the Five Nights at Freddy's franchise. He was a serial killer who targeted infants and young children, and who was directly responsible for all of the incidents and tragedies throughout the series.", "website": "", "subreddit": "", "center": [268.5, 1757.5], "path": [[264.5, 1757.5], [270.5, 1767.5], [271.5, 1766.5], [272.5, 1752.5], [270.5, 1750.5], [264.5, 1751.5], [264.5, 1757.5]]},
{"id": "ty2czr", "submitted_by": "AnonymousRandPerson", "name": "Ryan Cohen", "description": "An entrepreneur who is the CEO of Chewy and the Chariman of GameStop. He owns 11.9% of all total GameStop shares.", "website": "https://en.wikipedia.org/wiki/Ryan_Cohen", "subreddit": "/r/superstonk", "center": [864.5, 807.5], "path": [[853.5, 784.5], [852.5, 785.5], [851.5, 785.5], [847.5, 789.5], [847.5, 790.5], [846.5, 791.5], [846.5, 793.5], [844.5, 795.5], [844.5, 796.5], [843.5, 797.5], [843.5, 803.5], [847.5, 808.5], [849.5, 806.5], [849.5, 815.5], [848.5, 816.5], [850.5, 812.5], [848.5, 821.5], [846.5, 823.5], [846.5, 824.5], [845.5, 825.5], [845.5, 827.5], [844.5, 828.5], [844.5, 831.5], [868.5, 831.5], [870.5, 829.5], [870.5, 828.5], [874.5, 828.5], [876.5, 826.5], [876.5, 825.5], [878.5, 823.5], [878.5, 821.5], [880.5, 819.5], [880.5, 818.5], [881.5, 817.5], [881.5, 816.5], [882.5, 815.5], [882.5, 811.5], [883.5, 810.5], [883.5, 809.5], [884.5, 808.5], [884.5, 796.5], [883.5, 795.5], [883.5, 794.5], [882.5, 793.5], [882.5, 792.5], [881.5, 791.5], [881.5, 789.5], [879.5, 787.5], [879.5, 786.5], [877.5, 784.5]]},
{"id": "ty2czr", "submitted_by": "AnonymousRandPerson", "name": "Ryan Cohen", "description": "An entrepreneur who is the CEO of Chewy and the Chairman of GameStop. He owns 11.9% of all total GameStop shares.", "website": "https://en.wikipedia.org/wiki/Ryan_Cohen", "subreddit": "/r/superstonk", "center": [864.5, 807.5], "path": [[853.5, 784.5], [852.5, 785.5], [851.5, 785.5], [847.5, 789.5], [847.5, 790.5], [846.5, 791.5], [846.5, 793.5], [844.5, 795.5], [844.5, 796.5], [843.5, 797.5], [843.5, 803.5], [847.5, 808.5], [849.5, 806.5], [849.5, 815.5], [848.5, 816.5], [850.5, 812.5], [848.5, 821.5], [846.5, 823.5], [846.5, 824.5], [845.5, 825.5], [845.5, 827.5], [844.5, 828.5], [844.5, 831.5], [868.5, 831.5], [870.5, 829.5], [870.5, 828.5], [874.5, 828.5], [876.5, 826.5], [876.5, 825.5], [878.5, 823.5], [878.5, 821.5], [880.5, 819.5], [880.5, 818.5], [881.5, 817.5], [881.5, 816.5], [882.5, 815.5], [882.5, 811.5], [883.5, 810.5], [883.5, 809.5], [884.5, 808.5], [884.5, 796.5], [883.5, 795.5], [883.5, 794.5], [882.5, 793.5], [882.5, 792.5], [881.5, 791.5], [881.5, 789.5], [879.5, 787.5], [879.5, 786.5], [877.5, 784.5]]},
{"id": "ty2cr2", "submitted_by": "Born_Forever1901", "name": "YandereDev", "description": "YandereDev, creator of Yandere Simulator drinking a goblet of milk", "website": "[https://yanderesimulator.com](https://yanderesimulator.com)", "subreddit": "/r/yandere_simulator", "center": [1898.5, 1152.5], "path": [[1875.5, 1168.5], [1876.5, 1157.5], [1880.5, 1153.5], [1884.5, 1152.5], [1886.5, 1148.5], [1886.5, 1139.5], [1883.5, 1134.5], [1885.5, 1129.5], [1889.5, 1128.5], [1895.5, 1127.5], [1902.5, 1127.5], [1905.5, 1130.5], [1906.5, 1133.5], [1904.5, 1148.5], [1912.5, 1148.5], [1917.5, 1152.5], [1921.5, 1156.5], [1923.5, 1162.5], [1922.5, 1168.5], [1898.5, 1168.5], [1898.5, 1168.5]]},
{"id": "ty2c9m", "submitted_by": "sgofficialnumber", "name": "Guilt and Bile Flask", "description": "The left symbol is the main symbol seen throughout the entirety of blasphemous, guilt. On the right is a bile flask, commonly used to heal the Penitent One throughout the game.", "website": "", "subreddit": "r/Blasphemous", "center": [1193.5, 335.5], "path": [[1189.5, 323.5], [1184.5, 328.5], [1184.5, 343.5], [1203.5, 344.5], [1203.5, 334.5]]},
{"id": "ty2b00", "submitted_by": "AnonymousRandPerson", "name": "DeepFuckingValue", "description": "Keith Gill, known as \"DeepFuckingValue\" on Reddit, is the original founding father of GameStop's short squeeze from /r/wallstreetbets.", "website": "https://en.wikipedia.org/wiki/Keith_Gill", "subreddit": "/r/superstonk, /r/wallstreetbets", "center": [824.5, 807.5], "path": [[806.5, 784.5], [806.5, 785.5], [805.5, 786.5], [805.5, 787.5], [804.5, 788.5], [804.5, 789.5], [803.5, 790.5], [803.5, 794.5], [802.5, 795.5], [802.5, 821.5], [803.5, 822.5], [803.5, 823.5], [805.5, 825.5], [805.5, 826.5], [804.5, 827.5], [804.5, 831.5], [838.5, 831.5], [841.5, 827.5], [843.5, 827.5], [846.5, 824.5], [846.5, 821.5], [847.5, 820.5], [847.5, 819.5], [848.5, 818.5], [848.5, 815.5], [844.5, 815.5], [844.5, 804.5], [845.5, 805.5], [845.5, 806.5], [847.5, 808.5], [848.5, 807.5], [848.5, 805.5], [844.5, 796.5], [844.5, 795.5], [845.5, 794.5], [845.5, 788.5], [844.5, 787.5], [844.5, 786.5], [842.5, 784.5], [806.5, 784.5]]},
@ -7205,10 +7164,9 @@
{"id": "ty1uh0", "submitted_by": "Primeyyy", "name": "Virginia Discord Logo", "description": "This was the former location of the Virginia Discord server, with a purple and pink star, before it was griefed.", "website": "", "subreddit": "", "center": [415.5, 1852.5], "path": [[410.5, 1854.5], [410.5, 1854.5], [410.5, 1850.5], [420.5, 1850.5], [420.5, 1854.5]]},
{"id": "ty1uah", "submitted_by": "Silversoal", "name": "GoodTimesWithScar", "description": "A disabled Minecraft Youtuber that joined Hermitcraft in season 4 alongside other members Cubfan, Iskall85, Rendog, Stressmonster, and Welsknight. He is known for his skills in building and terraforming", "website": "https://youtube.com/goodtimeswithscar", "subreddit": "", "center": [892.5, 619.5], "path": [[887.5, 615.5], [887.5, 623.5], [896.5, 623.5], [896.5, 615.5]]},
{"id": "ty1tvt", "submitted_by": "Kiribaku-", "name": "Ruby Kurosawa's Argentinian armband", "description": "An armband featuring Argentina's flag, symbolizing the alliance between /r/LoveLive and the Argentinian Reddit communities.", "website": "", "subreddit": "/r/Argentina", "center": [910.5, 677.5], "path": [[907.5, 677.5], [907.5, 672.5], [914.5, 678.5], [914.5, 680.5], [912.5, 682.5]]},
{"id": "ty1t2v", "submitted_by": "MrStickVR", "name": "The Eel", "description": "We all hate the eel, yet somehow, it remains...\n", "website": "", "subreddit": "", "center": [1519.5, 1762.5], "path": [[1517.5, 1762.5], [1517.5, 1761.5], [1515.5, 1758.5], [1513.5, 1757.5], [1525.5, 1757.5], [1525.5, 1766.5], [1513.5, 1766.5], [1513.5, 1757.5]]},
{"id": "ty1t2v", "submitted_by": "MrStickVR", "name": "The Eel", "description": "An eel created by a group of friends that miraculously survived to the end despite numerous attacks.\n\nThe eel has gone through multiple iterations following these attacks, but managed to survive in part due to being coincidentally and conveniently placed between a few streamers and communities that took the eel under their wing and helped to defend it. \n\nWe all hate the eel, yet somehow, it remains...\n", "website": "", "subreddit": "", "center": [1519.5, 1762.5], "path": [[1517.5, 1762.5], [1517.5, 1761.5], [1515.5, 1758.5], [1513.5, 1757.5], [1525.5, 1757.5], [1525.5, 1766.5], [1513.5, 1766.5], [1513.5, 1757.5]]},
{"id": "ty1rcq", "submitted_by": "Artissi", "name": "Sapnap", "description": "Nicholas \"Nick,\" better known online as Sapnap, is a member of the Dream Team. He is a Minecraft gaming YouTuber who makes videos about plugins he and his friends have coded. He has been uploading on YouTube as of 2019.", "website": "[https://www.youtube.com/sapnap](https://www.youtube.com/sapnap)", "subreddit": "/r/Sapnap/", "center": [187.5, 931.5], "path": [[182.5, 935.5], [182.5, 926.5], [191.5, 926.5], [191.5, 935.5], [183.5, 935.5]]},
{"id": "ty1p7a", "submitted_by": "Kiribaku-", "name": "GFRIEND in Hangul (\u3147\u3148\u314a\u3131)", "description": "Shortened version of the name of the former Korean girl group GFRIEND (\uc5ec\uc790\uce5c\uad6c) in Hangul, stylized with their official colors.", "website": "https://web.archive.org/web/20210610205222/https://www.sourcemusic.com/ko/girf_profile.php", "subreddit": "/r/GFRIEND", "center": [1575.5, 1637.5], "path": [[1571.5, 1629.5], [1571.5, 1645.5], [1579.5, 1645.5], [1579.5, 1629.5]]},
{"id": "ty1omb", "submitted_by": "542525", "name": "Former ABU Husky", "description": "A mascot for diaper fetish products. This area was later deemed controversial due to the association with 'cub art', hence it, as well as other refences to adult baby content, was removed or subject to greifing.", "website": "", "subreddit": "", "center": [46.5, 1006.5], "path": [[35.5, 999.5], [35.5, 1013.5], [56.5, 1013.5], [56.5, 999.5]]},
{"id": "ty1oan", "submitted_by": "run125", "name": "USA Heart Shaped Flag", "description": "A small heart shaped flag of the United States of America to show support for the people of Ukraine.\n\nPlease click the link below to donate to the Ukrainian Red Cross.", "website": "https://donate.redcrossredcrescent.org/ua/donate/~my-donation?_cv=1", "subreddit": "r/AmericanFlaginPlace", "center": [300.5, 208.5], "path": [[300.5, 211.5], [299.5, 210.5], [298.5, 209.5], [297.5, 208.5], [297.5, 207.5], [298.5, 206.5], [299.5, 206.5], [300.5, 207.5], [301.5, 206.5], [302.5, 206.5], [303.5, 207.5], [303.5, 208.5], [302.5, 209.5], [301.5, 210.5], [300.5, 211.5], [300.5, 211.5]]},
{"id": "ty1nvw", "submitted_by": "rhaked", "name": "OMEGA Robotics", "description": "#1 VEX Robotics team in NY. Future world champions.", "website": "omegarobotics.org", "subreddit": "r/place", "center": [1195.5, 1700.5], "path": [[1190.5, 1697.5], [1190.5, 1701.5], [1202.5, 1701.5], [1202.5, 1697.5], [1190.5, 1697.5], [1182.5, 1709.5], [1183.5, 1709.5]]},
{"id": "ty1nne", "submitted_by": "Ninja332", "name": "Shark Jaw", "description": "The logo of lefty political twitch streamer and content creator Shark3oZero", "website": "twitch.tv/Shark3ozero", "subreddit": "/r/Shark3ozero", "center": [1952.5, 1001.5], "path": [[1941.5, 992.5], [1963.5, 992.5], [1963.5, 1010.5], [1941.5, 1010.5], [1941.5, 992.5]]},
@ -7314,7 +7272,7 @@
{"id": "tygpkh", "submitted_by": "ZhokoVT", "name": "Ktiux", "description": "Ktiux from Ktiux channel is a famous streamer vtuber from chile, twitch people know her for being \"la mas funada\".", "website": "https://www.twitch.tv/ktiux", "subreddit": "", "center": [1623.5, 850.5], "path": [[1619.5, 847.5], [1619.5, 853.5], [1627.5, 853.5], [1627.5, 847.5]]},
{"id": "tygoy6", "submitted_by": "AnonymousRandPerson", "name": "Costa Rica hearts", "description": "Seven hearts depicting the flag of Costa Rica, one for each Costa Rican province.", "website": "https://en.wikipedia.org/wiki/Costa_Rica", "subreddit": "/r/Ticos, /r/costarica", "center": [1341.5, 436.5], "path": [[1308.5, 432.5], [1306.5, 434.5], [1306.5, 436.5], [1311.5, 441.5], [1371.5, 441.5], [1376.5, 436.5], [1376.5, 434.5], [1374.5, 432.5], [1308.5, 432.5]]},
{"id": "tygo29", "submitted_by": "AnonymousRandPerson", "name": "Whitetail deer", "description": "The national symbol of Costa Rica.", "website": "https://en.wikipedia.org/wiki/White-tailed_deer", "subreddit": "/r/Ticos, /r/costarica", "center": [1387.5, 436.5], "path": [[1377.5, 428.5], [1377.5, 434.5], [1376.5, 434.5], [1376.5, 440.5], [1377.5, 440.5], [1377.5, 446.5], [1383.5, 446.5], [1383.5, 441.5], [1384.5, 440.5], [1385.5, 440.5], [1385.5, 446.5], [1393.5, 446.5], [1393.5, 436.5], [1394.5, 436.5], [1396.5, 434.5], [1396.5, 433.5], [1397.5, 432.5], [1397.5, 430.5], [1398.5, 429.5], [1398.5, 425.5], [1389.5, 425.5], [1389.5, 427.5], [1387.5, 429.5], [1387.5, 431.5], [1386.5, 432.5], [1381.5, 432.5], [1381.5, 430.5], [1379.5, 428.5]]},
{"id": "tygmbi", "submitted_by": "Turbo-Shell", "name": "Celeste Bird", "description": "The tutorial bird from the game Celeste who appears throughout the game", "website": "http://www.celestegame.com", "subreddit": "https://www.reddit.com/r/celestegame/", "center": [1377.5, 65.5], "path": [[1371.5, 70.5], [1382.5, 69.5], [1382.5, 60.5], [1376.5, 60.5], [1375.5, 61.5]]},
{"id": "tygmbi", "submitted_by": "Turbo-Shell", "name": "Celeste Bird", "description": "The tutorial bird from the game Celeste who appears throughout the game. The bird is lightly implied to be friendly or affiliated with Grandma.\n\nOriginally, the controversial character Tingle from the Legend of Zelda franchise was to be constructed sitting on top of the Knights head instead of the bird, but after construction began following a mildly narrow vote in favour, the contruction was blocked and more people voiced their disapproval of Tingles inclusion. Inclusion of the more well known companion Navi from a prior game were proposed as a compromise, but given Tingles relative obscurity made his wouldbe inclusion special to his proponents—and made Navis inclusion miss the point for them—most Zelda ambassadors left the coordination server for the Bench project following this event.", "website": "http://www.celestegame.com", "subreddit": "https://www.reddit.com/r/celestegame/", "center": [ 1378.5, 66.5 ], "path": [ [ 1376.5, 59.5 ], [ 1381.5, 59.5 ], [ 1381.5, 60.5 ], [ 1382.5, 60.5 ], [ 1382.5, 61.5 ], [ 1383.5, 61.5 ], [ 1383.5, 71.5 ], [ 1371.5, 71.5 ], [ 1371.5, 67.5 ], [ 1372.5, 67.5 ], [ 1372.5, 66.5 ], [ 1373.5, 66.5 ], [ 1373.5, 64.5 ], [ 1374.5, 64.5 ], [ 1374.5, 62.5 ], [ 1375.5, 62.5 ], [ 1375.5, 61.5 ], [ 1376.5, 61.5 ], [ 1376.5, 59.5 ] ]},
{"id": "tygkaw", "submitted_by": "ZhokoVT", "name": "FanoDoro", "description": "Fano is an artist of twitter.", "website": "https://twitter.com/FanoDoro", "subreddit": "", "center": [1604.5, 863.5], "path": [[1601.5, 868.5], [1601.5, 857.5], [1607.5, 857.5], [1607.5, 868.5], [1604.5, 868.5]]},
{"id": "tyginc", "submitted_by": "Fragrant-Scratch7695", "name": "F\u00edsico Gamer", "description": "Mexican streamer that teaches physics while playing games. His community is called (\u00e1tomos de la creaci\u00f3n) and they created this on the last hours of the event.", "website": "www.facebook.com/elfisicogamer", "subreddit": "", "center": [1740.5, 1814.5], "path": [[1751.5, 1810.5], [1727.5, 1810.5], [1727.5, 1818.5], [1752.5, 1818.5], [1752.5, 1810.5]]},
{"id": "tyggsu", "submitted_by": "Drexan8", "name": "Amnesty International ", "description": "Amnesty International is an international non-governmental organization focused on human rights.\n\nThey were the supported during the Zevent 2020 where the french twitch community raised 5 724 377\u20ac in 55hours.", "website": "", "subreddit": "", "center": [1271.5, 1435.5], "path": [[1272.5, 1446.5], [1262.5, 1442.5], [1262.5, 1433.5], [1266.5, 1432.5], [1268.5, 1430.5], [1266.5, 1427.5], [1273.5, 1421.5], [1276.5, 1425.5], [1274.5, 1429.5], [1280.5, 1435.5], [1275.5, 1439.5], [1280.5, 1441.5], [1272.5, 1446.5]]},
@ -7480,7 +7438,7 @@
{"id": "ty5mtw", "submitted_by": "AnonymousRandPerson", "name": "United States-Argentina hearts", "description": "Hearts depicting the flags of the United States and Argentina.", "website": "", "subreddit": "/r/AmericanFlagInPlace, /r/argentina", "center": [1774.5, 1844.5], "path": [[1771.5, 1819.5], [1769.5, 1821.5], [1769.5, 1867.5], [1773.5, 1870.5], [1775.5, 1870.5], [1779.5, 1866.5], [1779.5, 1821.5], [1777.5, 1819.5]]},
{"id": "ty5la5", "submitted_by": "nelabyrinth", "name": "LordKebun Logo", "description": "Logo of the GTARP streamer LordKebun who plays the character Mr. K, leader of Chang Gang, in GTARP server NoPixel.", "website": "", "subreddit": "r/Chang_Gang", "center": [418.5, 1057.5], "path": [[406.5, 1045.5], [429.5, 1045.5], [429.5, 1069.5], [406.5, 1069.5], [406.5, 1045.5]]},
{"id": "ty5l8q", "submitted_by": "HonestPollution623", "name": "Grass Minecraft", "description": "Grass is a non-solid plant block that has wheat seeds as a drop. Its color is biome-dependent, and matches the color of grass blocks. Tall grass [a] is a two-block high variety of grass. Ferns are variants of grass found only in certain biomes and have the same characteristics as grass.", "website": "", "subreddit": "/r/Minecraft", "center": [445.5, 1490.5], "path": [[442.5, 1487.5], [448.5, 1487.5], [448.5, 1492.5], [442.5, 1493.5], [442.5, 1487.5]]},
{"id": "ty5hb7", "submitted_by": "HonestPollution623", "name": "Pokeball", "description": "This type of Pok\u00e9 Ball is the weakest and the only type that is typically available at the beginning of the Pok\u00e9mon games. It has a catch rate modifier of \u00d71 in the catch formula.", "website": "", "subreddit": "/r/pokemon", "center": [0.5, 0.5], "path": []} ,
{"id": "ty5hb7", "submitted_by": "HonestPollution623", "name": "Pokeball", "description": "This type of Pok\u00e9 Ball is the weakest and the only type that is typically available at the beginning of the Pok\u00e9mon games. It has a catch rate modifier of \u00d71 in the catch formula.", "website": "", "subreddit": "/r/pokemon", "center": [0.5, 0.5], "path": []},
{"id": "tykxd8", "submitted_by": "JacobsDevelop", "name": "Portal 2: Desolation", "description": "Omega is a logo of Portal 2 called Desolation. First logo that was made on r/place was covered up so we agreed to make it on Monkeytype logo. After we got permission from them we made it and kept it to the end.", "website": "https://www.emberspark.games/desolation", "subreddit": "", "center": [647.5, 1327.5], "path": [[644.5, 1324.5], [644.5, 1329.5], [649.5, 1329.5], [649.5, 1324.5]]},
{"id": "tykwut", "submitted_by": "Chiweenies2", "name": "r/FSSH subreddit logo", "description": "A redirect subreddit for r/PlaceFishCult as FSSH was easier to make fit in a small space.", "website": "", "subreddit": "r/FSSH", "center": [451.5, 907.5], "path": [[449.5, 901.5], [452.5, 901.5], [452.5, 913.5], [449.5, 913.5]]},
{"id": "tykv4f", "submitted_by": "Chiweenies2", "name": "Lithuania Fish", "description": "A fish based on the flag of Lithuania.", "website": "", "subreddit": "r/PlaceFishCult", "center": [470.5, 898.5], "path": [[468.5, 897.5], [471.5, 897.5], [471.5, 899.5], [468.5, 899.5]]},
@ -7593,6 +7551,86 @@
{"id": "tygveq", "submitted_by": "aarnens", "name": "Moominhouse", "description": "The Moominhouse is the house of the iconic Finnish trolls called Moomins. The character on the right is Niiskuneiti, one of the central characters.", "website": "https://www.moomin.com/en/explore-moominvalley/moominhouse/", "subreddit": "/r/Suomi", "center": [563.5, 190.5], "path": [[537.5, 202.5], [541.5, 202.5], [544.5, 205.5], [557.5, 205.5], [563.5, 202.5], [587.5, 202.5], [594.5, 197.5], [595.5, 193.5], [593.5, 192.5], [592.5, 184.5], [588.5, 184.5], [584.5, 188.5], [581.5, 184.5], [577.5, 184.5], [572.5, 191.5], [569.5, 188.5], [570.5, 181.5], [563.5, 174.5], [580.5, 175.5], [580.5, 171.5], [577.5, 170.5], [562.5, 170.5], [561.5, 171.5], [561.5, 175.5], [559.5, 177.5], [557.5, 172.5], [555.5, 176.5], [548.5, 176.5], [544.5, 181.5], [539.5, 181.5], [536.5, 187.5]]},
{"id": "tygte9", "submitted_by": "AnonymousRandPerson", "name": "Red-eyed tree frog", "description": "A frog native to Central American countries including Costa Rica.", "website": "https://en.wikipedia.org/wiki/Agalychnis_callidryas", "subreddit": "/r/Ticos, /r/costarica", "center": [1435.5, 436.5], "path": [[1431.5, 429.5], [1429.5, 431.5], [1429.5, 432.5], [1428.5, 433.5], [1428.5, 434.5], [1429.5, 435.5], [1429.5, 436.5], [1428.5, 436.5], [1426.5, 438.5], [1426.5, 442.5], [1431.5, 442.5], [1431.5, 440.5], [1432.5, 440.5], [1433.5, 441.5], [1436.5, 441.5], [1437.5, 440.5], [1438.5, 440.5], [1438.5, 442.5], [1443.5, 442.5], [1443.5, 438.5], [1441.5, 436.5], [1441.5, 433.5], [1440.5, 432.5], [1440.5, 431.5], [1438.5, 429.5], [1437.5, 430.5], [1432.5, 430.5]]},
{"id": "tygrix", "submitted_by": "AnonymousRandPerson", "name": "Arenal Volcano eruption", "description": "A volcano in Costa Rica that erupted in 1968, killing 87 people and burying 3 villages.", "website": "https://en.wikipedia.org/wiki/Arenal_Volcano#July_29,_1968", "subreddit": "/r/Ticos, /r/costarica", "center": [1413.5, 438.5], "path": [[1416.5, 426.5], [1414.5, 428.5], [1413.5, 428.5], [1412.5, 429.5], [1412.5, 430.5], [1410.5, 432.5], [1410.5, 433.5], [1406.5, 437.5], [1406.5, 438.5], [1405.5, 439.5], [1405.5, 440.5], [1403.5, 442.5], [1402.5, 442.5], [1399.5, 445.5], [1399.5, 446.5], [1424.5, 446.5], [1424.5, 445.5], [1422.5, 443.5], [1421.5, 443.5], [1417.5, 439.5], [1417.5, 438.5], [1414.5, 435.5], [1414.5, 434.5], [1417.5, 434.5], [1419.5, 432.5], [1420.5, 432.5], [1422.5, 430.5], [1422.5, 429.5], [1424.5, 427.5], [1423.5, 426.5], [1416.5, 426.5]]},
{"id": "tygr18", "submitted_by": "Icy-Ad3530", "name": "Leoncock", "description": "British streamer currently living in Peru", "website": "https://trovo.live/leoncraft", "subreddit": "", "center": [1602.5, 1654.5], "path": [[1598.5, 1650.5], [1605.5, 1650.5], [1605.5, 1657.5], [1598.5, 1657.5]]}
{"id": "tygr18", "submitted_by": "Icy-Ad3530", "name": "Leoncock", "description": "British streamer currently living in Peru", "website": "https://trovo.live/leoncraft", "subreddit": "", "center": [1602.5, 1654.5], "path": [[1598.5, 1650.5], [1605.5, 1650.5], [1605.5, 1657.5], [1598.5, 1657.5]]},
{"id": "tyrvku", "submitted_by": "Kiribaku-", "name": "Minecraft Hardcore Heart", "description": "In the game Minecraft, your health bar is represented by 10 hearts. In the Hardcore difficulty, your hearts have a different texture, and if you die, you can't resurrect again.", "website": "", "subreddit": "/r/Minecraft", "center": [939.5, 666.5], "path": [[939.5, 671.5], [943.5, 667.5], [943.5, 664.5], [941.5, 663.5], [937.5, 663.5], [935.5, 665.5], [935.5, 667.5]]},
{"id": "tyrtuy", "submitted_by": "PROPLAYEN", "name": "Chara", "description": "Chara , also known as the fallen human, is the first human to fall into the Underground. Chara is their ''true name'' on the naming screen, though their name typically varies on what the player enters. They are distinct from the eighth fallen human, who is the protagonist in Undertale.", "website": "https://undertale.fandom.com/wiki/Chara", "subreddit": "/r/Undertale", "center": [686.5, 1801.5], "path": [[679.5, 1813.5], [688.5, 1814.5], [692.5, 1813.5], [694.5, 1811.5], [694.5, 1807.5], [692.5, 1805.5], [692.5, 1803.5], [694.5, 1802.5], [694.5, 1792.5], [690.5, 1788.5], [683.5, 1788.5], [678.5, 1793.5], [677.5, 1796.5], [677.5, 1801.5], [678.5, 1802.5], [685.5, 1802.5], [685.5, 1803.5], [679.5, 1807.5]]},
{"id": "tyrqx5", "submitted_by": "Kiribaku-", "name": "Mate", "description": "A Mate is a recipient traditionally made out of a dried-out and hollowed calabash gourd, that is used to drink the mate (or mat\u00e9) infused drink. The capybara and the hornero are drinking from it using a bombilla (straw).\nOver the course of /r/Place, people usually drew four dots on the mate, making it resemble a cute cat face.", "website": "", "subreddit": "", "center": [938.5, 674.5], "path": [[935.5, 670.5], [940.5, 670.5], [941.5, 671.5], [941.5, 676.5], [940.5, 677.5], [935.5, 677.5], [934.5, 676.5], [934.5, 671.5]]},
{"id": "tyrpw6", "submitted_by": "dab00mer9", "name": "Artemis", "description": "Artemis is a white cat who can talk and has a crescent moon on his forehead. He is Sailor Venus's companion, and the one who gave her the transformation pen.", "website": "", "subreddit": "/r/sailormoon", "center": [388.5, 994.5], "path": [[392.5, 998.5], [392.5, 990.5], [390.5, 990.5], [389.5, 992.5], [387.5, 991.5], [386.5, 990.5], [384.5, 990.5], [384.5, 998.5], [388.5, 998.5]]},
{"id": "tyrpvn", "submitted_by": "thymoral", "name": "Thymoral's slice", "description": "User thymoral placed their initials in a remote corner of r/place just before the end. They tried to hide it in the mountain to the right but the Germans seemed to be monitoring that closely.", "website": "", "subreddit": "/r/thymoral", "center": [1960.5, 1122.5], "path": [[1956.5, 1120.5], [1963.5, 1120.5], [1963.5, 1124.5], [1956.5, 1124.5]]},
{"id": "tyrpav", "submitted_by": "PhotoFar3154", "name": "Anne Rosses heart", "description": "heart that annette care day and night with much love", "website": "https://www.instagram.com/anne_rosses/", "subreddit": "", "center": [1483.5, 833.5], "path": [[1480.5, 830.5], [1486.5, 830.5], [1486.5, 835.5], [1480.5, 835.5], [1480.5, 830.5]]},
{"id": "tyroi8", "submitted_by": "PoizonMyst", "name": "Garry's Mod Logo and Error Code", "description": "A logo for the Garry's Mod video game, and the pink and black checkered missing pixel error code from the game.", "website": "https://store.steampowered.com/app/4000/Garrys_Mod/", "subreddit": "/r/GarrysMod", "center": [1066.5, 1756.5], "path": [[1061.5, 1741.5], [1070.5, 1741.5], [1070.5, 1754.5], [1083.5, 1755.5], [1083.5, 1759.5], [1070.5, 1760.5], [1070.5, 1770.5], [1061.5, 1770.5], [1060.5, 1760.5], [1052.5, 1753.5], [1052.5, 1750.5], [1061.5, 1750.5], [1061.5, 1750.5], [1061.5, 1750.5]]},
{"id": "tyrnei", "submitted_by": "PhotoFar3154", "name": "Annette Rosses Heart", "description": "heart that annette care day and night with much love", "website": "https://www.instagram.com/anne_rosses/?hl=es-la", "subreddit": "", "center": [1484.5, 831.5], "path": [[1480.5, 830.5], [1481.5, 833.5], [1487.5, 833.5], [1487.5, 831.5], [1487.5, 830.5], [1481.5, 830.5], [1480.5, 833.5], [1487.5, 832.5], [1487.5, 830.5]]},
{"id": "tyrn86", "submitted_by": "dismay-snk", "name": "Chibi Floch Forster", "description": "A chibi style artwork of Floch Forster from Attack on Titan, with a crown to represent his status as 'King Floch' amongst some fans of the series.", "website": "", "subreddit": "/r/titanfolk", "center": [1513.5, 364.5], "path": [[1509.5, 375.5], [1509.5, 370.5], [1507.5, 370.5], [1507.5, 367.5], [1508.5, 366.5], [1508.5, 362.5], [1507.5, 361.5], [1507.5, 359.5], [1507.5, 358.5], [1508.5, 357.5], [1509.5, 356.5], [1509.5, 354.5], [1510.5, 353.5], [1511.5, 354.5], [1512.5, 353.5], [1513.5, 353.5], [1514.5, 353.5], [1515.5, 354.5], [1516.5, 353.5], [1517.5, 354.5], [1517.5, 355.5], [1517.5, 356.5], [1518.5, 357.5], [1519.5, 358.5], [1519.5, 359.5], [1519.5, 361.5], [1518.5, 362.5], [1518.5, 364.5], [1517.5, 365.5], [1518.5, 366.5], [1519.5, 367.5], [1519.5, 369.5], [1518.5, 370.5], [1517.5, 370.5], [1517.5, 375.5], [1514.5, 375.5], [1514.5, 373.5], [1512.5, 373.5], [1512.5, 375.5]]},
{"id": "tyrj32", "submitted_by": "PoizonMyst", "name": "Half-life Logo", "description": "A mini logo for the Half-life video game.", "website": "https://store.steampowered.com/app/70/HalfLife/", "subreddit": "/r/HalfLife", "center": [1051.5, 1746.5], "path": [[1046.5, 1741.5], [1056.5, 1741.5], [1056.5, 1750.5], [1046.5, 1750.5], [1046.5, 1741.5], [1046.5, 1741.5]]},
{"id": "tyrhpy", "submitted_by": "Clausohnewitz", "name": "FDS Acronym", "description": "Supposed to be an acronym of the podcast FUMS - Die Show hosted by Max Fritzsching and Michael -Dings von FUMS- Strohmaier; a German football (soccer) podcast which humoristically summarizes the football week in general and the Bundesliga in more detail", "website": "https://fumsmagazin.de/fumsdieshow/", "subreddit": "", "center": [529.5, 1174.5], "path": [[524.5, 1172.5], [534.5, 1172.5], [534.5, 1175.5], [524.5, 1175.5]]},
{"id": "tyrfsv", "submitted_by": "Targed1", "name": "IRL (In Real Life)", "description": "IRL is an acronym meaning \"In Real Life\". It is often used as shorthand by younger generations, gamers, and people who frequently use the internet. Recently, it has adopted a meme persona where it is often used to contrast online presence with the expectation of reality or framed as \"edgy\" content for a reaction.", "website": "", "subreddit": "/r/me_irl", "center": [1763.5, 1814.5], "path": [[1753.5, 1811.5], [1773.5, 1811.5], [1773.5, 1817.5], [1753.5, 1817.5]]},
{"id": "tyrf4h", "submitted_by": "Alisdairy", "name": "In Memory of Mo Gaba", "description": "A beloved member of the Baltimore Ravens fan community, we will miss you.", "website": "https://en.wikipedia.org/wiki/Mo_Gaba", "subreddit": "", "center": [1806.5, 708.5], "path": [[1802.5, 705.5], [1801.5, 706.5], [1801.5, 711.5], [1811.5, 711.5], [1811.5, 705.5]]},
{"id": "tyre0d", "submitted_by": "PoizonMyst", "name": "Fortnite Logo", "description": "A hidden mini Fortnite Logo because the main one was always getting griefed", "website": "https://www.epicgames.com/fortnite/en-US/home", "subreddit": "/r/FortNiteBR", "center": [1654.5, 1655.5], "path": [[1658.5, 1660.5], [1658.5, 1660.5], [1649.5, 1660.5], [1649.5, 1649.5], [1658.5, 1649.5], [1658.5, 1660.5]]},
{"id": "tyqxqz", "submitted_by": "c3inn0", "name": "cry cubito", "description": "skin de minecraft del streamer xcry", "website": "https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.minecraftskins.com%2Fskin%2F19439315%2Fcry-alien-facha-pero-ahora-no-tan-cuadrado-para-que-no-se-queje%2F&psig=AOvVaw2LIO5mmNThBYLAEgGkifr1&ust=1649463449277000&source=images&cd=vfe&ved=0CAoQjRxqFwoTCKCS8q2Yg_cCFQAAAAAdAAAAABAN", "subreddit": "", "center": [1836.5, 711.5], "path": [[1832.5, 707.5], [1832.5, 707.5], [1832.5, 707.5], [1832.5, 707.5], [1832.5, 707.5], [1832.5, 707.5], [1832.5, 714.5], [1839.5, 714.5], [1839.5, 707.5], [1832.5, 707.5], [1832.5, 707.5]]},
{"id": "tyqxbw", "submitted_by": "Alisdairy", "name": "Towson University Logo", "description": "Founded in 1866 this is one of the largest public universities in Maryland and still produces the most teachers of any university in the state.", "website": "https://www.towson.edu/", "subreddit": "/r/Towson", "center": [1819.5, 717.5], "path": [[1817.5, 715.5], [1817.5, 718.5], [1819.5, 720.5], [1821.5, 720.5], [1821.5, 716.5], [1820.5, 716.5], [1819.5, 715.5]]},
{"id": "tyqww9", "submitted_by": "wannaclip", "name": "lemoncake10", "description": "A 10 in a lemon, representing streamer lemoncake10", "website": "https://twitch.tv/lemoncake10", "subreddit": "", "center": [1112.5, 1849.5], "path": [[1109.5, 1846.5], [1109.5, 1846.5], [1115.5, 1846.5], [1115.5, 1851.5], [1109.5, 1851.5], [1109.5, 1846.5]]},
{"id": "tyqsvr", "submitted_by": "nomeacuerdo1", "name": "Juzsmug", "description": "Smug emote from Australian streamer Juzcook", "website": "https://www.twitch.tv/juzcook", "subreddit": "", "center": [1024.5, 1663.5], "path": [[1011.5, 1651.5], [1031.5, 1650.5], [1037.5, 1660.5], [1033.5, 1664.5], [1035.5, 1677.5], [1013.5, 1677.5], [1016.5, 1669.5], [1014.5, 1663.5], [1010.5, 1661.5], [1011.5, 1651.5], [1013.5, 1649.5], [1010.5, 1650.5], [1010.5, 1650.5], [1013.5, 1649.5]]},
{"id": "tyqh3l", "submitted_by": "Brilliant-Whole-1851", "name": "Barista (Rhythm Heaven)", "description": "A dog that appears in every Rhythm Heaven game. Owns a cafe, and allows you to skip a minigame or simply have a conversation.", "website": "", "subreddit": "/r/rhythmheaven", "center": [1995.5, 351.5], "path": [[1990.5, 356.5], [1999.5, 356.5], [1999.5, 352.5], [2000.5, 351.5], [2000.5, 348.5], [1998.5, 348.5], [1997.5, 347.5], [1996.5, 346.5], [1993.5, 346.5], [1992.5, 347.5], [1991.5, 348.5], [1990.5, 348.5], [1989.5, 349.5], [1989.5, 351.5], [1990.5, 352.5]]},
{"id": "tyqewn", "submitted_by": "Brilliant-Whole-1851", "name": "P (Rhythm Heaven)", "description": "A P that appears in every rhythm heaven game, with varying appearances. Whenever you have to go for a perfect, it appears at the top and bobs to each input.", "website": "", "subreddit": "/r/rhythmheaven", "center": [1988.5, 344.5], "path": [[1984.5, 356.5], [1984.5, 350.5], [1983.5, 350.5], [1983.5, 338.5], [1993.5, 338.5], [1993.5, 339.5], [1994.5, 339.5], [1994.5, 340.5], [1995.5, 340.5], [1995.5, 345.5], [1994.5, 345.5], [1993.5, 346.5], [1992.5, 347.5], [1987.5, 347.5], [1987.5, 356.5]]},
{"id": "tyq9o5", "submitted_by": "I_Am_the_Slobster", "name": "Flag of Prince Edward Island", "description": "Canada's smallest province, Prince Edward Island, shorthand PEI, is one of Canada's three Maritime provinces. Home to Anne of Green Gables and red sand beaches, this province of 155,000 people is a well known tourist destination in Eastern Canada.", "website": "", "subreddit": "/r/PEI", "center": [218.5, 457.5], "path": [[211.5, 452.5], [225.5, 453.5], [225.5, 462.5], [210.5, 461.5]]},
{"id": "tyq2ii", "submitted_by": "Giornogiovanni7070", "name": "Pepelaugh", "description": "Its pepelaugh made by idk man", "website": "", "subreddit": "", "center": [1519.5, 1771.5], "path": [[1513.5, 1766.5], [1513.5, 1775.5], [1525.5, 1775.5], [1525.5, 1766.5]]},
{"id": "typwf3", "submitted_by": "PROPLAYEN", "name": "Meowmere", "description": "The Meowmere is an autoswinging melee weapon. When swung, it fires a projectile trailed by a rainbow and shaped like a cat's head, This was made on stream by the youtuber ChippyGaming.", "website": "https://terraria.fandom.com/wiki/Meowmere", "subreddit": "/r/Terraria", "center": [403.5, 1907.5], "path": [[402.5, 1913.5], [402.5, 1909.5], [401.5, 1909.5], [402.5, 1902.5], [403.5, 1903.5], [404.5, 1902.5], [405.5, 1903.5], [405.5, 1906.5], [405.5, 1909.5], [404.5, 1909.5], [404.5, 1913.5]]},
{"id": "typufa", "submitted_by": "PROPLAYEN", "name": "Demon Eye", "description": "The Demon Eye is a common flying enemy that appears on most Surface biomes during the night. It has a slow turn rate, follows the player, and bounces off blocks. Its trajectory is changed when hit with a weapon that causes knockback.", "website": "https://terraria.fandom.com/wiki/Demon_Eye", "subreddit": "/r/Terraria", "center": [410.5, 1894.5], "path": [[403.5, 1897.5], [403.5, 1894.5], [410.5, 1888.5], [416.5, 1888.5], [418.5, 1890.5], [418.5, 1892.5], [411.5, 1900.5], [409.5, 1901.5], [407.5, 1901.5]]},
{"id": "typqdc", "submitted_by": "nanitooale", "name": "pink and blu", "description": "pinkkk", "website": "https://www.youtube.com/", "subreddit": "channel/UCDeQ02bwQsKCOly9FzvdWHA", "center": [959.5, 1739.5], "path": [[934.5, 1736.5], [985.5, 1737.5], [985.5, 1742.5], [934.5, 1742.5]]},
{"id": "typq3n", "submitted_by": "AntoineLeGrand", "name": "Logo of UdeM & PolyMTL", "description": "The logo of the University of Montreal superimposed on the colors of the Polytechnique Montreal Engineering University", "website": "https://www.polymtl.ca/ & https://www.umontreal.ca/", "subreddit": "/r/PolyMTL", "center": [1073.5, 1070.5], "path": [[1083.5, 1073.5], [1083.5, 1069.5], [1078.5, 1066.5], [1070.5, 1065.5], [1061.5, 1073.5]]},
{"id": "typp1c", "submitted_by": "sandwhichisland", "name": "The Traphouse", "description": "The Traphouse is a small Discord server with @russian_sable as their mascot/icon which has been incorrectly nicknamed Robert.", "website": "https://www.traphouse.international/", "subreddit": "/r/thetraphouse", "center": [1578.5, 304.5], "path": [[1574.5, 298.5], [1582.5, 298.5], [1582.5, 309.5], [1582.5, 310.5], [1574.5, 310.5], [1574.5, 310.5]]},
{"id": "typicu", "submitted_by": "Targed1", "name": "Spike (Brawl Stars)", "description": "A small depiction of a smiling potted cactus. This pixel drawing was modeled after the brawler, Spike, in the hit Supercell game Brawl Stars.", "website": "https://supercell.com/en/games/brawlstars/", "subreddit": "/r/Brawlstars", "center": [629.5, 173.5], "path": [[627.5, 177.5], [631.5, 177.5], [631.5, 176.5], [632.5, 176.5], [632.5, 175.5], [633.5, 175.5], [633.5, 174.5], [632.5, 174.5], [632.5, 173.5], [632.5, 172.5], [631.5, 172.5], [631.5, 171.5], [630.5, 171.5], [630.5, 168.5], [629.5, 168.5], [629.5, 167.5], [628.5, 167.5], [628.5, 168.5], [628.5, 171.5], [627.5, 171.5], [627.5, 172.5], [625.5, 172.5], [625.5, 175.5], [626.5, 176.5]]},
{"id": "typgsj", "submitted_by": "MrLag12", "name": "EL GANSO GRITA", "description": "Simbolo de la comunidad de Jeffar Vlos", "website": "", "subreddit": "", "center": [1924.5, 204.5], "path": [[1910.5, 174.5], [1936.5, 175.5], [1938.5, 234.5], [1913.5, 232.5]]},
{"id": "typ923", "submitted_by": "Alisdairy", "name": "Baltimore Orioles Logo", "description": "An American professional baseball team based in Baltimore. The Orioles compete in Major League Baseball as a member club of the American League East division.", "website": "https://www.mlb.com/orioles", "subreddit": "/r/orioles", "center": [1826.5, 720.5], "path": [[1824.5, 715.5], [1822.5, 717.5], [1822.5, 723.5], [1824.5, 725.5], [1829.5, 725.5], [1829.5, 724.5], [1830.5, 723.5], [1831.5, 722.5], [1831.5, 717.5], [1830.5, 716.5], [1829.5, 715.5], [1824.5, 715.5]]},
{"id": "typ60s", "submitted_by": "SideEffct", "name": "Jimmy the Monitor", "description": "SideEffct's version of Clippy. Jimmy the monitor symbolizes the Safe Space since gaming is an escape for many individuals", "website": "https://twitch.tv/sideeffct", "subreddit": "", "center": [504.5, 1762.5], "path": [[501.5, 1759.5], [507.5, 1759.5], [506.5, 1766.5], [501.5, 1766.5]]},
{"id": "typ30c", "submitted_by": "Raiyne18", "name": "Shadow Emote", "description": "ShadowatLove emote from Yogscast member Shadowatnoon", "website": "https://twitch.tv/Shadowatnoon", "subreddit": "/r/yogscast", "center": [1509.5, 1771.5], "path": [[1504.5, 1774.5], [1504.5, 1766.5], [1513.5, 1766.5], [1513.5, 1775.5], [1504.5, 1775.5], [1504.5, 1766.5]]},
{"id": "tyoxud", "submitted_by": "Maolagin", "name": "ASCIIKER", "description": "Let's kick some ASCII", "website": "http://www.asciicker.com/", "subreddit": "/r/asciicker", "center": [549.5, 879.5], "path": [[536.5, 872.5], [536.5, 885.5], [562.5, 885.5], [562.5, 872.5]]},
{"id": "tyoqg4", "submitted_by": "Kemagaming46", "name": "Quanaril", "description": "A Turkhish streamer who streams gameplay streams and this is his channel logo.", "website": "https://www.twitch.tv/quanaril", "subreddit": "/r/Quanaril", "center": [1331.5, 488.5], "path": [[1322.5, 479.5], [1322.5, 496.5], [1340.5, 496.5], [1340.5, 479.5], [1322.5, 479.5]]},
{"id": "tyoji3", "submitted_by": "Last_Accident3741", "name": "Alsatian Historical Flag", "description": "The \"Rot und wiss\"\nFlag installed by Prof. Kush from Alsace", "website": "", "subreddit": "", "center": [1278.5, 1399.5], "path": [[1277.5, 1400.5], [1279.5, 1400.5], [1279.5, 1397.5], [1277.5, 1397.5]]},
{"id": "tyoiqk", "submitted_by": "DatDemo27", "name": "Puro (Former)", "description": "This area was formerly a portrait of the protagonist Puro, known as a community favorite for his friendly attitude, from the videogame Changed. He stayed up from the start of the second expansion, until a couple hours before the white death when it got overtaken by the current artwork.", "website": "", "subreddit": "/r/ChangedGame", "center": [656.5, 1111.5], "path": [[646.5, 1100.5], [666.5, 1100.5], [666.5, 1121.5], [646.5, 1121.5], [646.5, 1101.5]]},
{"id": "tyoijk", "submitted_by": "Meiminus", "name": "Amongus", "description": "Crewmates from Among Us are sneaking about.", "website": "", "subreddit": "", "center": [1873.5, 854.5], "path": [[1856.5, 843.5], [1875.5, 843.5], [1892.5, 854.5], [1889.5, 866.5], [1876.5, 867.5], [1869.5, 860.5], [1863.5, 863.5], [1855.5, 857.5], [1855.5, 843.5], [1855.5, 843.5]]},
{"id": "tyof7x", "submitted_by": "Last_Accident3741", "name": "Land of Contestation", "description": "Territory occupied by Prof. Kush (Cacabox's Artist) on the afternoon of April 4, 2022. Then indignantly contested by Juanmartin_56 following Argentinian opportunism and nationalism to install a flag there. This battle is part of the LATAM-France (Kameto) conflict.\nThis battle will end in victory Argentina, Prof. Kush to defend the French flag against the perfidy of Ibai.\n\nMany pixels lost their lives that day, let's pay tribute to them.", "website": "", "subreddit": "", "center": [1281.5, 1386.5], "path": [[1277.5, 1391.5], [1277.5, 1391.5], [1287.5, 1392.5], [1286.5, 1387.5], [1282.5, 1387.5], [1282.5, 1379.5], [1277.5, 1378.5]]},
{"id": "tyoa75", "submitted_by": "Westchester_kid", "name": "St. Mary's College + Holy Cross College", "description": "St. Mary's College Cross in the colors of Holy Cross College. Along with the University of Notre Dame, these colleges make up the tri-campus community in Notre Dame, Indiana.", "website": "", "subreddit": "/r/notredame", "center": [1794.5, 553.5], "path": [[1788.5, 548.5], [1799.5, 548.5], [1799.5, 557.5], [1788.5, 557.5]]},
{"id": "tyo5zg", "submitted_by": "Terrible_Draw_1248", "name": "Mario", "description": "Little Mario", "website": "", "subreddit": "", "center": [1591.5, 1322.5], "path": [[1586.5, 1328.5], [1596.5, 1328.5], [1596.5, 1316.5], [1586.5, 1316.5]]},
{"id": "tyo4bm", "submitted_by": "lsomeonel", "name": "Onix Client", "description": "Onix Client is a legit modification for Minecraft: Bedrock edition on windows.", "website": "https://discord.gg/onixclient", "subreddit": "/r/OnixClient", "center": [1266.5, 463.5], "path": [[1262.5, 459.5], [1270.5, 459.5], [1270.5, 467.5], [1262.5, 467.5]]},
{"id": "tyo1uv", "submitted_by": "HelloMegat_000", "name": "Megat_000 (Icon #3/Final Icon)", "description": "Megat_000 Is a composer/musician, focused mainly on the EDM Genere.\n\nThis is the last and official icon, that survived till the anti-void started.", "website": "https://sites.google.com/view/megmusic/official-website", "subreddit": "/r/LaCasaDeMegat_000", "center": [1029.5, 1635.5], "path": [[1026.5, 1631.5], [1026.5, 1639.5], [1031.5, 1639.5], [1031.5, 1631.5], [1031.5, 1631.5]]},
{"id": "tyo1mm", "submitted_by": "Pepbeb", "name": "Amugus", "description": "A white Among us character shaped like a mug, it's base is a transgender flag", "website": "", "subreddit": "", "center": [1776.5, 135.5], "path": [[1774.5, 133.5], [1773.5, 133.5], [1773.5, 136.5], [1775.5, 136.5], [1775.5, 139.5], [1779.5, 139.5], [1779.5, 132.5], [1775.5, 132.5], [1775.5, 133.5], [1773.5, 133.5]]},
{"id": "tyo0ly", "submitted_by": "Mighty_Chuck", "name": "Pig From Angry Birds", "description": "A bit of backstory for this one:\nOriginally the angry birds fans wanted to do more than the red bird, So they attempted to draw chuck (yellow bird) on the right side of red but it got destroyed, so later on they had another attempt to draw king pig on the right side of this little guy, But it turned into a pear by the Finn folks due to a famous Finnish joke involving a pear, so at the last hours of this board this little piggy was drawn.", "website": "", "subreddit": "/r/AngryBirds", "center": [557.5, 153.5], "path": [[561.5, 158.5], [552.5, 158.5], [552.5, 148.5], [561.5, 148.5], [561.5, 158.5]]},
{"id": "tynxtn", "submitted_by": "Dayvklar", "name": "Kebab pixel art", "description": "A Kebab pixel art made by the community of a Spanish variety streamer Jujalag (aka Sorrylag for his first youtube channel). The kebab is a constant reference in his channels and community in general. Sometimes saying \"sale kebab\" referring to a \"kebab time\" type of expression.", "website": "https://www.youtube.com/c/JUJALAG", "subreddit": "/r/SorryLag", "center": [1877.5, 960.5], "path": [[1882.5, 950.5], [1871.5, 950.5], [1871.5, 970.5], [1882.5, 970.5], [1882.5, 950.5]]},
{"id": "tynvji", "submitted_by": "Honey_Beat12", "name": "Onib wit Hat", "description": "An Original Charactermadeby theTwitter account \"DarknessBeat\", it was an Golbat, but it get replaced as a hat", "website": "https://twitter.com/darkness_beat", "subreddit": "", "center": [1284.5, 400.5], "path": [[1279.5, 395.5], [1288.5, 395.5], [1288.5, 404.5], [1279.5, 404.5], [1279.5, 395.5]]},
{"id": "tyntmr", "submitted_by": "Hemerythrin", "name": "NearlyOnRed Logo", "description": "A small rendering of the NearlyOnRed logo, an anime focused storytelling analysis channel. Adopted and defended by the VTuber coalition.", "website": "https://nearly.red", "subreddit": "/r/NearlyOnRed", "center": [233.5, 810.5], "path": [[231.5, 807.5], [234.5, 807.5], [235.5, 808.5], [235.5, 812.5], [234.5, 813.5], [231.5, 813.5], [230.5, 812.5], [230.5, 808.5]]},
{"id": "tynsp6", "submitted_by": "necessitycalls", "name": "Thomas Jefferson High School", "description": "Thomas Jefferson High School for Science and Technology is a magnet school in Virginia.", "website": "https://tjhsst.fcps.edu/", "subreddit": "/r/tjhsst", "center": [998.5, 101.5], "path": [[995.5, 96.5], [1000.5, 96.5], [1000.5, 105.5], [995.5, 105.5]]},
{"id": "tynrik", "submitted_by": "bruhccoli3", "name": "Master Ball", "description": "A Pok\u00e9 Ball that can catch a Pok\u00e9mon without fail.", "website": "", "subreddit": "/r/Pokemon", "center": [935.5, 708.5], "path": [[933.5, 714.5], [930.5, 713.5], [929.5, 711.5], [929.5, 705.5], [930.5, 704.5], [933.5, 703.5], [933.5, 702.5], [937.5, 702.5], [938.5, 703.5], [939.5, 703.5], [940.5, 704.5], [941.5, 706.5], [941.5, 711.5], [940.5, 712.5], [938.5, 713.5], [937.5, 714.5]]},
{"id": "tynpwu", "submitted_by": "bruhccoli3", "name": "Quick Ball", "description": "A type of Pok\u00e9 Ball. It can be used to catch a wild Pok\u00e9mon, being more likely to succeed if used at the start of the encounter.", "website": "", "subreddit": "/r/Pokemon", "center": [923.5, 708.5], "path": [[921.5, 714.5], [919.5, 713.5], [918.5, 711.5], [917.5, 710.5], [917.5, 705.5], [918.5, 704.5], [920.5, 703.5], [922.5, 702.5], [925.5, 702.5], [927.5, 703.5], [928.5, 705.5], [929.5, 710.5], [928.5, 712.5], [926.5, 713.5], [925.5, 714.5]]},
{"id": "tynnk6", "submitted_by": "bruhccoli3", "name": "Timer Ball", "description": "A type of Pok\u00e9ball. It can be used to catch a wild Pok\u00e9mon, being more likely to succeed the longer it has been since the start of the battle.", "website": "", "subreddit": "/r/Pokemon", "center": [911.5, 708.5], "path": [[909.5, 714.5], [908.5, 713.5], [906.5, 712.5], [906.5, 711.5], [905.5, 709.5], [905.5, 706.5], [906.5, 705.5], [906.5, 704.5], [908.5, 703.5], [912.5, 702.5], [913.5, 702.5], [915.5, 703.5], [916.5, 705.5], [917.5, 708.5], [917.5, 711.5], [913.5, 714.5]]},
{"id": "tynmwh", "submitted_by": "Chiverly", "name": ":argeseal:", "description": "Originating from a group of osu!tournament players, :argeseal: is a combination of the dog from Happy Doggy Monday, named after the osu!player \"Arge\" who had his profile picture of the dog from Happy Doggy Monday, and :seal-1:, another popular emote from within osu!tournament players.", "website": "https://osu.ppy.sh/users/11215030", "subreddit": "", "center": [1666.5, 1620.5], "path": [[1655.5, 1628.5], [1659.5, 1628.5], [1659.5, 1627.5], [1663.5, 1627.5], [1673.5, 1627.5], [1674.5, 1627.5], [1674.5, 1626.5], [1675.5, 1626.5], [1675.5, 1625.5], [1676.5, 1625.5], [1676.5, 1624.5], [1677.5, 1624.5], [1677.5, 1619.5], [1677.5, 1618.5], [1676.5, 1618.5], [1676.5, 1617.5], [1676.5, 1616.5], [1675.5, 1616.5], [1675.5, 1615.5], [1675.5, 1614.5], [1674.5, 1614.5], [1674.5, 1613.5], [1673.5, 1613.5], [1672.5, 1613.5], [1672.5, 1612.5], [1671.5, 1612.5], [1670.5, 1611.5], [1662.5, 1611.5], [1662.5, 1612.5], [1661.5, 1612.5], [1660.5, 1612.5], [1660.5, 1613.5], [1659.5, 1613.5], [1658.5, 1613.5], [1658.5, 1614.5], [1657.5, 1614.5], [1657.5, 1615.5], [1656.5, 1615.5], [1656.5, 1616.5], [1656.5, 1617.5], [1655.5, 1617.5], [1655.5, 1617.5], [1655.5, 1624.5], [1655.5, 1628.5], [1655.5, 1624.5], [1655.5, 1617.5], [1656.5, 1617.5], [1656.5, 1615.5]]},
{"id": "tynkr0", "submitted_by": "ootinii", "name": "ootinii", "description": "This is ootinii, he's a jawa and a gamer. We got him into his proper place next to Yoda at the very last minute.", "website": "", "subreddit": "", "center": [772.5, 1666.5], "path": [[768.5, 1662.5], [768.5, 1669.5], [776.5, 1669.5], [776.5, 1667.5], [775.5, 1667.5], [775.5, 1664.5], [774.5, 1664.5], [774.5, 1663.5], [773.5, 1663.5], [773.5, 1662.5], [768.5, 1662.5]]},
{"id": "tynkhq", "submitted_by": "bruhccoli3", "name": "Wooden House", "description": "During the events of r/place it caught fire. Luckily, the truck on its left transformed into a firetruck and put out the fire.", "website": "", "subreddit": "", "center": [1139.5, 1016.5], "path": [[1131.5, 1022.5], [1131.5, 1016.5], [1130.5, 1015.5], [1130.5, 1014.5], [1135.5, 1009.5], [1136.5, 1008.5], [1138.5, 1008.5], [1138.5, 1006.5], [1142.5, 1006.5], [1142.5, 1008.5], [1143.5, 1009.5], [1147.5, 1013.5], [1147.5, 1016.5], [1147.5, 1023.5], [1131.5, 1023.5]]},
{"id": "tynfb2", "submitted_by": "fka", "name": "Bosphorus Bridge", "description": "One of the bridges of Istanbul Bosphorus", "website": "", "subreddit": "/r/turkey", "center": [310.5, 431.5], "path": [[300.5, 415.5], [302.5, 449.5], [307.5, 448.5], [307.5, 438.5], [326.5, 437.5], [326.5, 430.5], [309.5, 420.5], [309.5, 416.5]]},
{"id": "tynabl", "submitted_by": "ILoveMeSomeChocolate", "name": "Coat of arms of the Faroe Islands", "description": "The head of the ram depicted on the Faroese coat of arms", "website": "https://en.wikipedia.org/wiki/Coat_of_arms_of_the_Faroe_Islands", "subreddit": "/r/place_nordicunion", "center": [418.5, 110.5], "path": [[415.5, 108.5], [414.5, 108.5], [414.5, 112.5], [415.5, 112.5], [415.5, 115.5], [418.5, 115.5], [418.5, 113.5], [420.5, 113.5], [420.5, 116.5], [422.5, 116.5], [422.5, 105.5], [421.5, 105.5], [421.5, 104.5], [417.5, 104.5], [417.5, 105.5], [416.5, 105.5], [416.5, 106.5], [415.5, 106.5], [415.5, 108.5], [414.5, 108.5]]},
{"id": "tyna1u", "submitted_by": "Fireboy88", "name": "Sudan flag", "description": "Sudan is the best", "website": "http://www.sudan.gov.sd/index.php/en/", "subreddit": "/r/Sudan", "center": [1217.5, 413.5], "path": [[1192.5, 397.5], [1168.5, 397.5], [1266.5, 395.5], [1266.5, 429.5], [1169.5, 432.5], [1167.5, 399.5], [1169.5, 399.5], [1174.5, 402.5], [1168.5, 398.5], [1168.5, 397.5]]},
{"id": "tyn9jq", "submitted_by": "_Niroc_", "name": "german flag in Kurzgesagt Picture", "description": "After the german r/placede community helped to defend the kurzgesagt logo, they were commemorated with a little flag in the bottom right corner", "website": "", "subreddit": "/r/placede", "center": [788.5, 68.5], "path": [[785.5, 66.5], [790.5, 66.5], [790.5, 70.5], [785.5, 70.5]]},
{"id": "tyn84t", "submitted_by": "ostensacken", "name": "Malta Polar", "description": "A non-alcoholic malt drink from Venezuela.", "website": "", "subreddit": "/r/vzla", "center": [1262.5, 795.5], "path": [[1257.5, 790.5], [1257.5, 798.5], [1258.5, 799.5], [1259.5, 800.5], [1260.5, 801.5], [1260.5, 803.5], [1259.5, 804.5], [1265.5, 804.5], [1265.5, 803.5], [1266.5, 802.5], [1267.5, 801.5], [1267.5, 790.5], [1266.5, 789.5], [1265.5, 788.5], [1259.5, 788.5], [1258.5, 789.5]]},
{"id": "tyn4vd", "submitted_by": "ostensacken", "name": "Arepa", "description": "A corn cake from Northern South America, cheese, various meats, and chicken.", "website": "", "subreddit": "/r/vzla", "center": [1254.5, 802.5], "path": [[1247.5, 801.5], [1247.5, 803.5], [1247.5, 804.5], [1259.5, 804.5], [1260.5, 804.5], [1260.5, 801.5], [1259.5, 800.5], [1258.5, 799.5], [1249.5, 799.5], [1248.5, 800.5], [1247.5, 801.5]]},
{"id": "tyn3p7", "submitted_by": "ostensacken", "name": "Angel Falls", "description": "The world's tallest uninterrupted waterfall. Located in Canaima National Park.", "website": "", "subreddit": "/r/vzla", "center": [1210.5, 793.5], "path": [[1204.5, 782.5], [1204.5, 783.5], [1205.5, 784.5], [1204.5, 785.5], [1203.5, 786.5], [1202.5, 787.5], [1203.5, 788.5], [1204.5, 791.5], [1203.5, 792.5], [1202.5, 793.5], [1201.5, 794.5], [1201.5, 803.5], [1216.5, 803.5], [1216.5, 801.5], [1223.5, 801.5], [1222.5, 800.5], [1221.5, 799.5], [1220.5, 797.5], [1219.5, 795.5], [1218.5, 795.5], [1217.5, 795.5], [1217.5, 792.5], [1216.5, 792.5], [1216.5, 783.5], [1215.5, 783.5], [1215.5, 782.5], [1214.5, 782.5], [1214.5, 781.5], [1213.5, 781.5], [1213.5, 780.5], [1211.5, 780.5], [1211.5, 781.5], [1211.5, 781.5], [1210.5, 781.5], [1205.5, 781.5], [1203.5, 781.5], [1203.5, 784.5]]},
{"id": "tymzxt", "submitted_by": "ostensacken", "name": "Lliklla", "description": "A rectangular, handwoven shoulder cloth worn by Quechua women in Bolivia and Peru.", "website": "", "subreddit": "/r/PERU", "center": [592.5, 636.5], "path": [[581.5, 631.5], [582.5, 632.5], [583.5, 633.5], [584.5, 634.5], [585.5, 635.5], [586.5, 636.5], [587.5, 637.5], [588.5, 638.5], [589.5, 639.5], [590.5, 640.5], [591.5, 641.5], [592.5, 642.5], [593.5, 643.5], [594.5, 644.5], [595.5, 645.5], [599.5, 645.5], [599.5, 630.5], [581.5, 630.5]]},
{"id": "tymwtl", "submitted_by": "RunPeaceRun", "name": "Wired", "description": "Community of Mert Gunhan's followers.", "website": "https://www.youtube.com/channel/UCdLLW3-VoB3XVwtGeYEe5cg", "subreddit": "/r/wiredpeople", "center": [1571.5, 1691.5], "path": [[1567.5, 1677.5], [1567.5, 1704.5], [1576.5, 1705.5], [1575.5, 1678.5], [1574.5, 1678.5], [1575.5, 1676.5]]},
{"id": "tymun6", "submitted_by": "GuymanPersonson", "name": "Wayne", "description": "A sentimental wheel partially indulges the skeletons. The people consider with a spirit. It is a mandible amidst a offending mirror. It is a vaccum... Meanwhile Gibby, king of the Moon, smears a engine despite the prison-fate. May it's glands endure 1000 Years!", "website": "https://store.steampowered.com/app/1286710/Hylics_2/", "subreddit": "/r/Hylics", "center": [1507.5, 1703.5], "path": [[1502.5, 1698.5], [1511.5, 1698.5], [1511.5, 1707.5], [1502.5, 1707.5]]},
{"id": "tymfdq", "submitted_by": "iryoku", "name": "The Crystal Tower", "description": "Originally from Final Fantasy III, this large tower forged from crystal is located in the Mor Dhona region on the shore of Silvertear Lake. The tower was built by the Allagan Empire to collect and store energy from the sun, and served as the setting for Final Fantasy XIV's first series of alliance raids.", "website": "https://finalfantasy.fandom.com/wiki/Crystal_Tower_(Final_Fantasy_XIV)", "subreddit": "/r/ffxiv", "center": [1255.5, 553.5], "path": [[1250.5, 556.5], [1250.5, 553.5], [1251.5, 552.5], [1251.5, 549.5], [1252.5, 549.5], [1253.5, 550.5], [1253.5, 551.5], [1254.5, 553.5], [1254.5, 548.5], [1254.5, 549.5], [1253.5, 549.5], [1252.5, 548.5], [1252.5, 544.5], [1253.5, 544.5], [1254.5, 545.5], [1254.5, 537.5], [1256.5, 537.5], [1256.5, 543.5], [1257.5, 543.5], [1257.5, 548.5], [1258.5, 547.5], [1259.5, 547.5], [1259.5, 549.5], [1256.5, 552.5], [1259.5, 555.5], [1258.5, 556.5], [1258.5, 559.5], [1259.5, 560.5], [1259.5, 561.5], [1257.5, 563.5], [1257.5, 565.5], [1250.5, 565.5], [1250.5, 563.5], [1254.5, 559.5], [1254.5, 556.5], [1253.5, 555.5], [1252.5, 555.5], [1251.5, 556.5]]},
{"id": "tyma0u", "submitted_by": "TakoSaratto", "name": "Guilty Gear Community", "description": "Sol Badguy, from the Guilty Gear fighting game series. Originally, this piece also covered the blue banner at the right. The community managed to endure the first two days, forging an alliance with JMU (relocated shorlty after due to Kirby) and streamer Nesua. However, the dawn of the last day came with a raid from a spanish streamer (Siro L\u00f3pez). Forging an alliance with the members of the Notre Dame High School, both communities took the place back, and divided the space between the two, then agreed to protect each other until the end.", "website": "", "subreddit": "/r/Guiltygear", "center": [1780.5, 549.5], "path": [[1773.5, 539.5], [1773.5, 558.5], [1787.5, 558.5], [1787.5, 539.5]]},
{"id": "tym9vw", "submitted_by": "biglu1991", "name": "ale \u2764\ufe0f lu", "description": "The first letters of the names of a real life italian couple.", "website": "", "subreddit": "", "center": [893.5, 1698.5], "path": [[895.5, 1703.5], [890.5, 1703.5], [890.5, 1693.5], [895.5, 1693.5], [895.5, 1703.5]]},
{"id": "tym5d3", "submitted_by": "giga_gamby", "name": "Bingo's Heart", "description": "After the British flag overtook Bingo, /r/bluey gave Bluey an orange heart to commemorate her.", "website": "https://www.bluey.tv/characters/", "subreddit": "/r/bluey", "center": [563.5, 531.5], "path": [[563.5, 534.5], [562.5, 533.5], [561.5, 532.5], [560.5, 531.5], [560.5, 530.5], [561.5, 529.5], [562.5, 529.5], [563.5, 530.5], [564.5, 529.5], [565.5, 529.5], [566.5, 530.5], [566.5, 531.5], [565.5, 532.5], [564.5, 533.5], [563.5, 534.5]]},
{"id": "tym1uj", "submitted_by": "SklionBeeblebrox", "name": "Digital Ducks", "description": "An artwork depicting the Digital Ducks, the cutest and deadliest NFT collection available on WAX!\n\nThe Quacks allied with its neighbors participated in the good understanding of the alliance.\n\nA limited edition commemorative free NFT of this artwork has been created for the occasion.", "website": "https://digital-duck.com/", "subreddit": "", "center": [1641.5, 514.5], "path": [[1632.5, 499.5], [1632.5, 529.5], [1648.5, 529.5], [1648.5, 528.5], [1650.5, 528.5], [1650.5, 499.5]]},
{"id": "tym14u", "submitted_by": "Omii_Online", "name": "The flag of Poland", "description": "It's the flag of Poland with a cat in the middle.", "website": "", "subreddit": "/r/poland", "center": [732.5, 178.5], "path": [[634.5, 138.5], [825.5, 138.5], [825.5, 198.5], [781.5, 198.5], [781.5, 238.5], [708.5, 238.5], [708.5, 235.5], [710.5, 235.5], [709.5, 220.5], [702.5, 213.5], [703.5, 209.5], [703.5, 203.5], [701.5, 201.5], [698.5, 199.5], [693.5, 197.5], [693.5, 194.5], [690.5, 194.5], [689.5, 194.5], [687.5, 196.5], [686.5, 195.5], [684.5, 193.5], [684.5, 193.5], [682.5, 194.5], [681.5, 195.5], [681.5, 198.5], [680.5, 199.5], [679.5, 201.5], [677.5, 202.5], [634.5, 202.5], [634.5, 189.5], [635.5, 189.5], [636.5, 186.5], [634.5, 185.5], [635.5, 184.5], [635.5, 183.5], [636.5, 182.5], [638.5, 182.5], [636.5, 181.5], [637.5, 179.5], [634.5, 179.5]]},
{"id": "tym069", "submitted_by": "Dextnt", "name": "Sweplox", "description": "A small Discord community composed of mostly IRL friends. 'SWPX' is a shortening of 'Sweplox'.", "website": "https://swpx.se/", "subreddit": "/r/sweplox", "center": [756.5, 641.5], "path": [[747.5, 637.5], [747.5, 646.5], [763.5, 646.5], [767.5, 637.5]]},
{"id": "tylx9s", "submitted_by": "Origamidos", "name": "Hyper Light Drone", "description": "Player companion from the indie game Hyper Light Drifter from heart Machine", "website": "", "subreddit": "/r/hyperlightdrifter", "center": [1392.5, 76.5], "path": [[1392.5, 71.5], [1392.5, 73.5], [1391.5, 73.5], [1391.5, 74.5], [1391.5, 75.5], [1391.5, 76.5], [1391.5, 77.5], [1391.5, 78.5], [1391.5, 79.5], [1392.5, 80.5], [1393.5, 79.5], [1393.5, 78.5], [1393.5, 77.5], [1393.5, 76.5], [1394.5, 76.5], [1395.5, 76.5], [1395.5, 75.5], [1393.5, 75.5], [1393.5, 74.5], [1393.5, 73.5], [1393.5, 72.5]]},
{"id": "tylwmb", "submitted_by": "Dextnt", "name": "Sweplox", "description": "A small Discord community composed of mostly IRL friends. \"SWPX\" is a shortening of \"Sweplox\"", "website": "https://swpx.se/", "subreddit": "/r/sweplox", "center": [756.5, 641.5], "path": [[747.5, 637.5], [747.5, 646.5], [763.5, 646.5], [767.5, 637.5]]},
{"id": "tyltne", "submitted_by": "Emerald_Pyro", "name": "AugieRFC Logo", "description": "Logo of the commentary YouTuber, and streamer AugieRFC. Known for RFC After Hours", "website": "https://AugieRFC.live", "subreddit": "/r/ClippedLive", "center": [1413.5, 1987.5], "path": [[1400.5, 1980.5], [1426.5, 1980.5], [1425.5, 1995.5], [1402.5, 1995.5]]},
{"id": "tylrvj", "submitted_by": "Oncensored", "name": "oncensored dinosaur", "description": "this dinosaur was created by a very small community of a streamer known as Oncensored, it was a small contribution from about 5 people and represents a small community that was able to make a small mark.", "website": "https://twitter.com/oncensored", "subreddit": "", "center": [793.5, 1763.5], "path": [[790.5, 1759.5], [789.5, 1760.5], [789.5, 1766.5], [797.5, 1766.5], [796.5, 1759.5], [793.5, 1759.5]]},
{"id": "tylp68", "submitted_by": "Erol123449", "name": "BH for Brawlhalla", "description": "a BH representing the Platform fighter Brawlhalla after having both lost a Bodvar to a streamer overdrawing it and an Emblem to rogue swedes", "website": "https://www.brawlhalla.com/", "subreddit": "/r/Brawlhalla", "center": [283.5, 1806.5], "path": [[278.5, 1803.5], [287.5, 1803.5], [287.5, 1803.5], [287.5, 1803.5], [287.5, 1809.5], [278.5, 1809.5]]},
{"id": "tylmb7", "submitted_by": "chihuahualoco", "name": "Hidden Among us", "description": "2 more hidden Among us characters. Keep looking for more!", "website": "", "subreddit": "", "center": [673.5, 831.5], "path": [[671.5, 828.5], [671.5, 836.5], [674.5, 836.5], [675.5, 831.5], [677.5, 830.5], [677.5, 829.5], [676.5, 828.5], [671.5, 828.5]]},
{"id": "tyllfm", "submitted_by": "Coversed", "name": "Hector", "description": "The pet rock of Kel who is a deuteragonist of Omori", "website": "https://omori.fandom.com/wiki/HECTOR", "subreddit": "/r/Omori", "center": [982.5, 848.5], "path": [[988.5, 843.5], [976.5, 842.5], [974.5, 854.5], [989.5, 853.5], [989.5, 852.5], [989.5, 844.5]]},
{"id": "tyldya", "submitted_by": "DrKosmitek", "name": "DrKosmitek Minecraft Head", "description": "A Minecraft head from the user DrKosmitek.", "website": "", "subreddit": "/r/WhatAUselessGroup", "center": [175.5, 90.5], "path": [[177.5, 92.5], [177.5, 87.5], [172.5, 87.5], [172.5, 92.5]]},
{"id": "tyl96r", "submitted_by": "chihuahualoco", "name": "Ikurrina Heart", "description": "An Ikurrina representative of the Basque Country Spanish \nautonomous community", "website": "", "subreddit": "", "center": [1021.5, 281.5], "path": [[1021.5, 286.5], [1017.5, 282.5], [1019.5, 278.5], [1023.5, 278.5], [1025.5, 281.5], [1025.5, 282.5], [1022.5, 285.5]]}
]
]