Merge branch 'master' into reddit

This commit is contained in:
ash 2022-04-07 22:46:49 +01:00 committed by GitHub
commit b49f94d804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 91 additions and 143 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 MiB

After

Width:  |  Height:  |  Size: 953 KiB

View file

@ -39,9 +39,15 @@ function getPositionOfEntry(entry){
return [parseInt(startX), parseInt(startY)];
}
const areaMap = new Map();
// Modified from https://stackoverflow.com/a/33670691
function calcPolygonArea(vertices) {
var hit = areaMap.get(vertices);
if (hit != null) {
return hit;
}
var total = 0;
for (var i = 0, l = vertices.length; i < l; i++) {
@ -54,5 +60,8 @@ function calcPolygonArea(vertices) {
total -= (subX * subY * 0.5);
}
return Math.floor(Math.abs(total));
var area = Math.floor(Math.abs(total));
areaMap.set(vertices, area);
return area;
}

View file

@ -345,7 +345,9 @@ function initView(){
}
if(changed){
hovered = newHovered;
hovered = newHovered.sort(function(a, b){
return calcPolygonArea(a.path) - calcPolygonArea(b.path);
});
objectsContainer.innerHTML = "";
@ -449,6 +451,11 @@ function initView(){
return 0;
}
break;
case "area":
sortFunction = function(a, b){
return calcPolygonArea(b.path) - calcPolygonArea(a.path);
}
break;
case "relevant":
sortFunction = function(a, b){
if(a.name.toLowerCase().indexOf(filter) !== -1 && b.name.toLowerCase().indexOf(filter) !== -1){

View file

@ -1,5 +1,5 @@
[
{"id": "000001", "name": "CCKUFI Robin", "description": "The icon of CcKuFi, the subreddit of users who made it to the highest tier in Reddit's 2016 April Fools Event, Robin.", "subreddit": "ccKufiPrFaShleWoli0", "center": [783.5, 669.5], "path": [[771.5, 661.5], [771.5, 680.5], [789.5, 680.5], [789.5, 664.5], [806.5, 664.5], [806.5, 660.5], [771.5, 660.5]]},
{"id": "000001", "name": "ccKufi Robin", "description": "The icon of ccKufi, the subreddit of users who made it to the highest tier in Reddit's 2016 April Fools' event, Robin.", "website": "", "subreddit": "/r/ccKufiPrFaShleWoli0", "center": [783.5, 669.5], "path": [[771.5, 661.5], [771.5, 680.5], [789.5, 680.5], [789.5, 664.5], [806.5, 664.5], [806.5, 660.5], [771.5, 660.5]]},
{"id": "000002", "name": "Narrator Nexus", "description": "The icon of Narrator Nexus, the group of users who coordinated the storyline in Reddit's 2019 April Fools Event, Sequence.", "website": "", "subreddit": "/r/NarraNexus", "center": [763.5, 673.5], "path": [[755.5, 667.5], [755.5, 680.5], [771.5, 680.5], [771.5, 674.5], [772.5, 673.5], [772.5, 670.5], [767.5, 664.5], [762.5, 664.5], [759.5, 669.5], [755.5, 667.5]]},
{"id": "000003", "name": "April Knights", "description": "The Logo of the April Knights, a subreddit formed for Reddit's 2015 April Fools event 'The Button'.", "website": "", "subreddit": "/r/AprilKnights", "center": [788.5, 677.5], "path": [[789.5, 664.5], [789.5, 679.5], [789.5, 680.5], [755.5, 680.5], [755.5, 684.5], [803.5, 684.5], [801.5, 679.5], [803.5, 676.5], [803.5, 664.5], [789.5, 664.5]]},
{"id": "000004", "name": "Triforce", "description": "The iconic symbol of the Legend of Zelda franchise.", "website": "", "subreddit": "/r/Zelda", "center": [788.5, 640.5], "path": [[788.5, 598.5], [756.5, 661.5], [819.5, 661.5], [819.5, 660.5], [788.5, 598.5]]},
@ -246,7 +246,6 @@
{"id": "000277", "submitted_by": "madebymvx", "name": "Nah Nah Nah", "description": "Cover of one of Kanye West's greatest songs.", "website": "", "subreddit": "/r/westsubever", "center": [31.5, 782.5], "path": [[14.5, 766.5], [47.5, 766.5], [47.5, 798.5], [14.5, 798.5], [14.5, 766.5]]},
{"id": "000279", "submitted_by": "N0ZTRA", "name": "lgwWoof", "description": "Twitch emote from streamer DumbDog. A barking dog, woof.", "website": "https://www.twitch.tv/dumbdog", "subreddit": "", "center": [1821.5, 1403.5], "path": [[1803.5, 1383.5], [1803.5, 1418.5], [1805.5, 1416.5], [1806.5, 1416.5], [1808.5, 1418.5], [1808.5, 1421.5], [1806.5, 1423.5], [1838.5, 1423.5], [1838.5, 1383.5], [1803.5, 1383.5]]},
{"id": "000280", "submitted_by": "ostensacken", "name": "Madagascan flag", "description": "The flag of Madagascar, an island nation famous for its endemic Lemurs.", "website": "", "subreddit": "", "center": [777.5, 1071.5], "path": [[774.5, 1069.5], [774.5, 1072.5], [780.5, 1072.5], [780.5, 1069.5]]},
{"id": "000283", "submitted_by": "carpinx", "name": "NAVI", "description": "The logo of the Dota 2 team Natus Vincere.", "website": "", "subreddit": "/r/DotA2", "center": [47.5, 180.5], "path": [[35.5, 175.5], [64.5, 175.5], [59.5, 185.5], [30.5, 185.5]]},
{"id": "000285", "submitted_by": "ostensacken", "name": "Zimbabwean flag", "description": "The flag of Zimbabwe, a Southern African nation. This is one of two Zimbabwean flags on r/place, the other being to the north in what remains of the Green Latice.", "website": "", "subreddit": "", "center": [769.5, 1070.5], "path": [[766.5, 1068.5], [772.5, 1068.5], [772.5, 1072.5], [766.5, 1072.5]]},
{"id": "000286", "submitted_by": "zpjester", "name": "NASA / SpaceX / Rocket Lab Logos", "description": "Logos of 3 leading space agencies, along with Earth.", "website": "", "subreddit": "/r/SpaceXPlace", "center": [804.5, 588.5], "path": [[755.5, 581.5], [851.5, 581.5], [850.5, 596.5], [756.5, 595.5]]},
{"id": "000288", "submitted_by": "Virtual_Cheek_7633", "name": "ToriGate", "description": "Gensokyo radio's iconnthey stream Touhou music", "website": "https://gensokyoradio.net/", "subreddit": "/r/touhou", "center": [1654.5, 1517.5], "path": [[1649.5, 1513.5], [1650.5, 1513.5], [1650.5, 1512.5], [1658.5, 1512.5], [1658.5, 1513.5], [1659.5, 1513.5], [1659.5, 1521.5], [1658.5, 1521.5], [1658.5, 1522.5], [1650.5, 1522.5], [1650.5, 1521.5], [1649.5, 1521.5]]},
@ -267,7 +266,7 @@
{"id": "000308", "submitted_by": "Virtual_Cheek_7633", "name": "Komeiji Koishi", "description": "She is a satori A mind reading yokai from Touhou Project she also loves her hat", "website": "https://nhentai.net/g/323464", "subreddit": "/r/touhou", "center": [1638.5, 1501.5], "path": [[1621.5, 1484.5], [1621.5, 1517.5], [1654.5, 1517.5], [1654.5, 1484.5]]},
{"id": "000309", "submitted_by": "Historical_Bus_1135", "name": "Technoblade", "description": "A Minecraft youtuber and is part of the dsmp", "website": "", "subreddit": "/r/Technoblade", "center": [222.5, 1080.5], "path": [[189.5, 1039.5], [189.5, 1121.5], [255.5, 1121.5], [254.5, 1040.5]]},
{"id": "000310", "submitted_by": "carpinx", "name": "Lionel Messi and Cristiano Ronaldo", "description": "A picture of Messi and Ronaldo in representation of the brotherhood between Portuguese and Argentinian communities.", "website": "", "subreddit": "", "center": [1531.5, 1868.5], "path": [[1532.5, 1831.5], [1536.5, 1831.5], [1534.5, 1824.5], [1537.5, 1821.5], [1543.5, 1823.5], [1542.5, 1831.5], [1548.5, 1835.5], [1555.5, 1845.5], [1559.5, 1857.5], [1558.5, 1869.5], [1554.5, 1871.5], [1551.5, 1868.5], [1552.5, 1860.5], [1551.5, 1854.5], [1549.5, 1857.5], [1550.5, 1874.5], [1550.5, 1884.5], [1548.5, 1891.5], [1547.5, 1904.5], [1546.5, 1909.5], [1541.5, 1911.5], [1533.5, 1910.5], [1520.5, 1912.5], [1514.5, 1912.5], [1512.5, 1901.5], [1510.5, 1884.5], [1511.5, 1871.5], [1511.5, 1868.5], [1505.5, 1863.5], [1503.5, 1856.5], [1504.5, 1850.5], [1510.5, 1839.5], [1515.5, 1836.5], [1520.5, 1830.5], [1522.5, 1827.5], [1528.5, 1825.5], [1531.5, 1830.5]]},
{"id": "000311", "submitted_by": "mariogeorge59", "name": "Flag Of Lebanon", "description": "This is the current flag of Lebanon", "website": "", "subreddit": "/r/lebanon", "center": [15.5, 446.5], "path": [[0.5, 429.5], [35.5, 429.5], [35.5, 463.5], [0.5, 463.5], [-10.5, 447.5], [0.5, 429.5], [0.5, 429.5]]},
{"id": "000311", "submitted_by": "mariogeorge59", "name": "Flag Of Lebanon (Covered)", "description": "This is the current flag of Lebanon", "website": "", "subreddit": "/r/lebanon", "center": [15.5, 446.5], "path": [[0.5, 429.5], [35.5, 429.5], [35.5, 463.5], [0.5, 463.5], [-10.5, 447.5], [0.5, 429.5], [0.5, 429.5]]},
{"id": "000312", "submitted_by": "ostensacken", "name": "Namibian flag", "description": "The flag of Namibia, a largely desert nation to South Africa's North.", "website": "", "subreddit": "", "center": [754.5, 1070.5], "path": [[751.5, 1068.5], [751.5, 1072.5], [757.5, 1072.5], [757.5, 1068.5]]},
{"id": "000315", "submitted_by": "ostensacken", "name": "Botswanan Flag", "description": "The flag of the Southern African nation, Botswana. Bordered by Namibia, Zambia, Zimbabwe, and South Africa.", "website": "", "subreddit": "", "center": [747.5, 1070.5], "path": [[744.5, 1068.5], [744.5, 1072.5], [749.5, 1072.5], [749.5, 1068.5]]},
{"id": "000317", "submitted_by": "ohshitwrongaccount", "name": "Avali", "description": "A fictional species of feathered raptors created by RyuujinZERO and popularized by a mod for the game Starbound. The art is a sprite from the mod.", "website": "https://community.playstarbound.com/resources/avali-triage.2852/triage.2852/", "subreddit": "/r/avali", "center": [1462.5, 1281.5], "path": [[1477.5, 1260.5], [1477.5, 1302.5], [1446.5, 1302.5], [1446.5, 1260.5]]},
@ -299,7 +298,7 @@
{"id": "000358", "submitted_by": "Narnall", "name": "Katawa Shoujo", "description": "This art features Hanako Ikezawa from the visual novel Katawa Shoujo", "website": "", "subreddit": "/r/katawashoujo", "center": [1575.5, 1178.5], "path": [[1550.5, 1172.5], [1550.5, 1172.5], [1600.5, 1172.5], [1600.5, 1184.5], [1550.5, 1184.5]]},
{"id": "000359", "submitted_by": "carpinx", "name": "Mafalda", "description": "Mafalda is an Argentinian comic strip written and drawn by cartoonist Quino.", "website": "", "subreddit": "/r/Argentina", "center": [1179.5, 648.5], "path": [[1174.5, 664.5], [1174.5, 658.5], [1170.5, 657.5], [1168.5, 653.5], [1170.5, 650.5], [1173.5, 650.5], [1168.5, 648.5], [1167.5, 644.5], [1169.5, 638.5], [1172.5, 636.5], [1172.5, 632.5], [1186.5, 632.5], [1186.5, 637.5], [1188.5, 638.5], [1191.5, 643.5], [1191.5, 648.5], [1186.5, 650.5], [1190.5, 651.5], [1191.5, 656.5], [1188.5, 658.5], [1187.5, 660.5], [1187.5, 663.5], [1186.5, 665.5], [1174.5, 664.5]]},
{"id": "000360", "submitted_by": "fruselight", "name": "Honkai Impact 3rd", "description": "Honkai Impact 3rd is a Free-to-play 3D action Hack'n Slash game inspired by Evangelion, developed and published by miHoYo/HoYoverse in 2016.", "website": "https://honkaiimpact3.hoyoverse.com", "subreddit": "/r/houkai3rd", "center": [1695.5, 1786.5], "path": [[1674.5, 1809.5], [1674.5, 1762.5], [1709.5, 1762.5], [1709.5, 1773.5], [1720.5, 1774.5], [1721.5, 1787.5], [1715.5, 1789.5], [1716.5, 1790.5], [1717.5, 1790.5], [1713.5, 1792.5], [1713.5, 1793.5], [1714.5, 1793.5], [1715.5, 1793.5], [1713.5, 1795.5], [1714.5, 1797.5], [1722.5, 1810.5], [1722.5, 1802.5], [1721.5, 1808.5], [1722.5, 1810.5]]},
{"id": "000361", "submitted_by": "Flamberge3000", "name": "Overly Sarcastic Productions", "description": "An edutainment YouTube channel based around discussing literature, mythology, and history with sarcasm and attitude. They've seen better days.", "website": "https://www.youtube.com/c/OverlySarcasticProductionsChannel/featured", "subreddit": "/r/osp", "center": [1704.5, 1635.5], "path": [[1706.5, 1626.5], [1706.5, 1624.5], [1704.5, 1622.5], [1700.5, 1622.5], [1697.5, 1624.5], [1693.5, 1626.5], [1692.5, 1627.5], [1691.5, 1632.5], [1695.5, 1638.5], [1699.5, 1636.5], [1699.5, 1642.5], [1702.5, 1643.5], [1702.5, 1648.5], [1714.5, 1648.5], [1714.5, 1626.5]]},
{"id": "000361", "submitted_by": "Flamberge3000", "name": "Overly Sarcastic Productions", "description": "An edutainment YouTube channel based around discussing literature, mythology, and history with sarcasm and attitude.", "website": "https://www.youtube.com/c/OverlySarcasticProductionsChannel/featured", "subreddit": "/r/osp", "center": [1704.5, 1635.5], "path": [[1706.5, 1626.5], [1706.5, 1624.5], [1704.5, 1622.5], [1700.5, 1622.5], [1697.5, 1624.5], [1693.5, 1626.5], [1692.5, 1627.5], [1691.5, 1632.5], [1695.5, 1638.5], [1699.5, 1636.5], [1699.5, 1642.5], [1702.5, 1643.5], [1702.5, 1648.5], [1714.5, 1648.5], [1714.5, 1626.5]]},
{"id": "000362", "submitted_by": "DarknDeepNut", "name": "Dofus", "description": "Dofus is a famous children's game in France. It was created in 2004 by French studio Ankama.\n\nSprite made by Haykira, a pixel artist during the Dofus Retro Temporis server's start.", "website": "https://www.dofus.com/", "subreddit": "/r/france", "center": [73.5, 1766.5], "path": [[58.5, 1749.5], [59.5, 1780.5], [94.5, 1781.5], [78.5, 1749.5]]},
{"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]]},
@ -322,7 +321,7 @@
{"id": "000392", "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]]},
{"id": "000393", "submitted_by": "Y_Martinaise", "name": "Russian anti-war flag", "description": "Variant of the Russian national flag (without the red stripe) currently being used by Russians protesting the invasion of Ukraine", "website": "https://en.wikipedia.org/wiki/White-blue-white_flag", "subreddit": "", "center": [726.5, 266.5], "path": [[695.5, 263.5], [753.5, 262.5], [753.5, 269.5], [695.5, 268.5]]},
{"id": "000397", "submitted_by": "hakyeons-army", "name": "Mini LOONA Logo", "description": "A small logo of K-Pop girl group LOONA", "website": "", "subreddit": "/r/loona", "center": [515.5, 535.5], "path": [[511.5, 529.5], [511.5, 540.5], [519.5, 540.5], [519.5, 529.5]]},
{"id": "000398", "submitted_by": "migueloni_", "name": "Flag of Costa Rica w/ symbolic animals and items", "description": "National flag that includes 7 hearts (one per province), whitetail deer (national symbol), Arenal volcano eruption (1968), Red-eyed frog, Lizano sauce, Pura Vida popular greeting and slogan, sloth (national symbol), hummingbird and country purple girl (national symbol)", "website": "https://www.visitcostarica.com/en", "subreddit": "/r/Ticos, and, /r/costarica", "center": [1432.5, 436.5], "path": [[1246.5, 426.5], [1621.5, 427.5], [1621.5, 446.5], [1246.5, 446.5], [1246.5, 426.5]]},
{"id": "000398", "submitted_by": "migueloni_", "name": "Flag of Costa Rica", "description": "National flag that includes 7 hearts (one per province), whitetail deer (national symbol), Arenal volcano eruption (1968), red-eyed frog, Lizano sauce, Pura Vida popular greeting and slogan, sloth (national symbol), hummingbird and country purple girl (national symbol)", "website": "https://en.wikipedia.org/wiki/Costa_Rica", "subreddit": "/r/Ticos, /r/costarica", "center": [1432.5, 436.5], "path": [[1246.5, 426.5], [1621.5, 427.5], [1621.5, 446.5], [1246.5, 446.5], [1246.5, 426.5]]},
{"id": "000399", "submitted_by": "Flamberge3000", "name": "Tumindig artwork", "description": "The original Tumindig artwork was created by Filipino satirist and cartoonist Kevin Eric Raymundo. It is a Filipino symbol of standing up against tyranny especially when the threat of dictatorship looms near the country.", "website": "", "subreddit": "/r/Philippines", "center": [1354.5, 623.5], "path": [[1374.5, 599.5], [1333.5, 599.5], [1333.5, 648.5], [1374.5, 648.5]]},
{"id": "000400", "submitted_by": "RealJordanTRS", "name": "Chicago Bears logo", "description": "The logo for the American Football team known as the Chicago Bears, whom are one of the oldest teams currently in the NFL (National Football League)", "website": "https://www.chicagobears.com/", "subreddit": "", "center": [793.5, 565.5], "path": [[773.5, 548.5], [813.5, 548.5], [813.5, 581.5], [773.5, 581.5]]},
{"id": "000405", "submitted_by": "silverwolv", "name": "WolvHaven Minecraft Server", "description": "WolvHaven is a creative minecraft server that started out as a city-roleplay and survival server established in 2011. It is mainly known for its railway Metro Systems constructed using the TrainCarts bukkit plugin. The server has since transistioned into more of a creative city-building server for architecture, urban, and transit enthusiasts, centered around a showcase city. Depicted here is the server's official flag.", "website": "https://wolvhaven.net", "subreddit": "/r/wolvhaven", "center": [1350.5, 463.5], "path": [[1346.5, 461.5], [1354.5, 461.5], [1354.5, 465.5], [1346.5, 465.5]]},
@ -419,13 +418,12 @@
{"id": "twpa86", "submitted_by": "Teldramet", "name": "Atomium", "description": "the Atomium is a monument in Belgium built for the 58 world fair. It represents the lattice of an iron atom", "website": "https://atomium.be/home/Index", "subreddit": "", "center": [289.5, 818.5], "path": [[280.5, 829.5], [280.5, 826.5], [280.5, 824.5], [278.5, 822.5], [278.5, 820.5], [280.5, 818.5], [281.5, 818.5], [281.5, 815.5], [280.5, 815.5], [278.5, 813.5], [278.5, 811.5], [280.5, 809.5], [282.5, 809.5], [283.5, 810.5], [284.5, 810.5], [284.5, 809.5], [289.5, 805.5], [289.5, 798.5], [293.5, 798.5], [293.5, 802.5], [289.5, 802.5], [289.5, 805.5], [290.5, 805.5], [292.5, 808.5], [293.5, 808.5], [295.5, 810.5], [296.5, 809.5], [298.5, 809.5], [300.5, 811.5], [300.5, 813.5], [297.5, 815.5], [297.5, 818.5], [298.5, 818.5], [300.5, 820.5], [300.5, 822.5], [297.5, 824.5], [297.5, 825.5], [298.5, 826.5], [298.5, 829.5]]},
{"id": "twpa7h", "submitted_by": "Joeywp", "name": "Craftventure", "description": "A virtual Minecraft Themepark opening first in April 2012", "website": "https://discord.craftventure.net", "subreddit": "", "center": [1610.5, 200.5], "path": [[1606.5, 197.5], [1613.5, 197.5], [1613.5, 203.5], [1606.5, 203.5], [1606.5, 197.5]]},
{"id": "twpa0p", "submitted_by": "I-Like-Hydrangeas", "name": "Robin from Iconoclasts", "description": "The protagonist from the indie game Iconoclasts by Joakim Sandberg", "website": "http://www.playiconoclasts.com/", "subreddit": "/r/Iconoclasts", "center": [1119.5, 544.5], "path": [[1128.5, 546.5], [1128.5, 545.5], [1129.5, 544.5], [1129.5, 541.5], [1126.5, 538.5], [1112.5, 538.5], [1112.5, 541.5], [1110.5, 544.5], [1106.5, 544.5], [1108.5, 547.5], [1106.5, 549.5], [1111.5, 548.5], [1112.5, 548.5], [1113.5, 550.5], [1116.5, 550.5], [1119.5, 551.5], [1119.5, 552.5], [1120.5, 551.5], [1123.5, 551.5], [1123.5, 552.5], [1124.5, 552.5], [1127.5, 550.5], [1127.5, 548.5], [1127.5, 547.5]]},
{"id": "twp9y7", "submitted_by": "tint93", "name": "Jip and Janneke", "description": "Jip and Janneke (Dutch: Jip en Janneke) is a series of children's books in the Netherlands, written by Annie M. G. Schmidt and illustrated by Fiep Westendorp.", "website": "https://en.wikipedia.org/wiki/Jip_and_Janneke", "subreddit": "/r/placeNL", "center": [659.5, 18.5], "path": [[644.5, 1.5], [645.5, 34.5], [675.5, 34.5], [674.5, 1.5], [664.5, 2.5], [664.5, 2.5], [667.5, 1.5], [667.5, 1.5], [674.5, 1.5], [647.5, 1.5]]},
{"id": "twp9xq", "submitted_by": "N0ZTRA", "name": "Canada", "description": "Flag of Canada. Original outpost of the Canadian flag, constantly embattled by warring factions and leaf trolls. At one point entirely molted into the temporary nation of Banana. Heat map constant.", "website": "", "subreddit": "/r/placecanada", "center": [210.5, 508.5], "path": [[175.5, 493.5], [175.5, 528.5], [244.5, 528.5], [244.5, 493.5], [228.5, 493.5], [228.5, 484.5], [191.5, 484.5], [191.5, 493.5], [175.5, 493.5]]},
{"id": "twp9sf", "submitted_by": "SinisterMJ", "name": "One Piece - Farewell", "description": "The crew says goodbye to Arabasta's princess Vivi", "website": "https://onepiece.fandom.com/wiki/Nefertari_Vivi?so=search#Arabasta_Arc", "subreddit": "/r/onepiece", "center": [122.5, 1408.5], "path": [[242.5, 1348.5], [243.5, 1447.5], [247.5, 1447.5], [246.5, 1468.5], [2.5, 1469.5], [2.5, 1348.5]]},
{"id": "twp9ms", "submitted_by": "TeslaPenguin1", "name": "Kerbal Space Program", "description": "A character from the space simulator game Kerbal Space Program. Below it is the KSP logo and a graphic depicting the game's solar system.", "website": "", "subreddit": "/r/Kerbal_Place", "center": [1503.5, 410.5], "path": [[1493.5, 427.5], [1512.5, 427.5], [1512.5, 397.5], [1511.5, 394.5], [1509.5, 392.5], [1507.5, 391.5], [1500.5, 391.5], [1498.5, 392.5], [1497.5, 394.5], [1495.5, 394.5], [1495.5, 415.5], [1493.5, 418.5], [1493.5, 427.5]]},
{"id": "twp9ek", "submitted_by": "Sp3ctraZ", "name": "Terraria Art (Moments before Destruction)", "description": "A small depiction of Terraria Art which included the Player and the r/Terraria logo.", "website": "https://www.reddit.com/r/Terraria/", "subreddit": "", "center": [398.5, 1903.5], "path": [[418.5, 1889.5], [418.5, 1917.5], [379.5, 1916.5], [378.5, 1889.5]]},
{"id": "twp96z", "submitted_by": "Teldramet", "name": "Duvel", "description": "Duvel is a strong Belgian beer, seen here being poured down the gullet of the german adler.", "website": "https://en.wikipedia.org/wiki/Duvel_Moortgat_Brewery#Duvel", "subreddit": "", "center": [268.5, 822.5], "path": [[264.5, 811.5], [263.5, 812.5], [263.5, 814.5], [262.5, 815.5], [261.5, 816.5], [261.5, 818.5], [259.5, 818.5], [259.5, 819.5], [258.5, 820.5], [258.5, 821.5], [259.5, 821.5], [259.5, 823.5], [260.5, 824.5], [260.5, 825.5], [261.5, 825.5], [261.5, 826.5], [258.5, 829.5], [261.5, 829.5], [262.5, 827.5], [265.5, 827.5], [266.5, 828.5], [269.5, 825.5], [269.5, 823.5], [270.5, 823.5], [272.5, 821.5], [273.5, 822.5], [273.5, 823.5], [274.5, 823.5], [273.5, 825.5], [274.5, 828.5], [272.5, 830.5], [273.5, 832.5], [279.5, 837.5], [280.5, 836.5], [276.5, 830.5], [276.5, 825.5], [275.5, 824.5], [275.5, 820.5], [270.5, 815.5], [268.5, 815.5], [268.5, 814.5], [267.5, 813.5], [265.5, 811.5]]},
{"id": "twp8vh", "submitted_by": "Rj_Rajat", "name": "India (Artworks area - 1)", "description": "Indian Flag with art design includes ISRO - Indian Space Research Organization, a rocket launch, India's National Bird - Peacock, Meenakshi Temple, Taj Mahal and an Indian Elephant", "website": "", "subreddit": "/r/IndiaPlace", "center": [372.5, 315.5], "path": [[250.5, 298.5], [237.5, 298.5], [237.5, 343.5], [536.5, 343.5], [536.5, 298.5], [293.5, 298.5], [293.5, 252.5], [250.5, 252.5]]},
{"id": "twp8vh", "submitted_by": "Rj_Rajat", "name": "Flag of India", "description": "Indian flag with art designs includes ISRO (Indian Space Research Organization), a rocket launch, India's national bird - peacock, Meenakshi Temple, Taj Mahal and an Indian Elephant", "website": "https://en.wikipedia.org/wiki/India", "subreddit": "/r/IndiaPlace", "center": [372.5, 315.5], "path": [[250.5, 298.5], [237.5, 298.5], [237.5, 343.5], [536.5, 343.5], [536.5, 298.5], [293.5, 298.5], [293.5, 252.5], [250.5, 252.5]]},
{"id": "twp8lz", "submitted_by": "Ryan_diaz1", "name": "TGV POS High speed train", "description": "Piece showing the front of a French TGV POS high speed train, depicted as having good cell service unlike it's neighbor", "website": "", "subreddit": "", "center": [453.5, 854.5], "path": [[434.5, 865.5], [434.5, 843.5], [471.5, 843.5], [471.5, 855.5], [477.5, 865.5], [477.5, 865.5]]},
{"id": "twp81l", "submitted_by": "SinisterMJ", "name": "Gol D.Roger", "description": "Gol D. Roger laughed when he saw the treasure left behind by Joy Boy", "website": "https://onepiece.fandom.com/wiki/Gol_D._Roger", "subreddit": "/r/onepiece", "center": [1662.5, 1271.5], "path": [[1600.5, 1200.5], [1724.5, 1200.5], [1722.5, 1357.5], [1686.5, 1357.5], [1685.5, 1326.5], [1663.5, 1321.5], [1625.5, 1335.5], [1607.5, 1359.5], [1600.5, 1359.5], [1600.5, 1200.5]]},
{"id": "twp7x2", "submitted_by": "jahdhjksasthmor", "name": "The Batter", "description": "The Batter is the protagonist from the 2008 video game OFF, by Mortis Ghost.", "website": "https://www.zchr.org/off.html", "subreddit": "/r/offthegame", "center": [1912.5, 776.5], "path": [[1905.5, 761.5], [1905.5, 791.5], [1919.5, 792.5], [1919.5, 761.5]]},
@ -521,7 +519,6 @@
{"id": "twobkt", "submitted_by": "Narnall", "name": "Katawa Shoujo", "description": "This art features Hanako Ikezawa from the visual novel Katawa Shoujo", "website": "", "subreddit": "/r/katawashoujo", "center": [1575.5, 1178.5], "path": [[1550.5, 1172.5], [1550.5, 1172.5], [1600.5, 1172.5], [1600.5, 1184.5], [1550.5, 1184.5]]},
{"id": "twobhf", "submitted_by": "carpinx", "name": "Mafalda", "description": "Mafalda is an Argentinian comic strip written and drawn by cartoonist Quino.", "website": "", "subreddit": "/r/Argentina", "center": [1179.5, 648.5], "path": [[1174.5, 664.5], [1174.5, 658.5], [1170.5, 657.5], [1168.5, 653.5], [1170.5, 650.5], [1173.5, 650.5], [1168.5, 648.5], [1167.5, 644.5], [1169.5, 638.5], [1172.5, 636.5], [1172.5, 632.5], [1186.5, 632.5], [1186.5, 637.5], [1188.5, 638.5], [1191.5, 643.5], [1191.5, 648.5], [1186.5, 650.5], [1190.5, 651.5], [1191.5, 656.5], [1188.5, 658.5], [1187.5, 660.5], [1187.5, 663.5], [1186.5, 665.5], [1174.5, 664.5]]},
{"id": "twobh1", "submitted_by": "fruselight", "name": "Honkai Impact 3rd", "description": "Honkai Impact 3rd is a Free-to-play 3D action Hack'n Slash game inspired by Evangelion, developed and published by miHoYo/HoYoverse in 2016.", "website": "https://honkaiimpact3.hoyoverse.com", "subreddit": "/r/houkai3rd", "center": [1695.5, 1786.5], "path": [[1674.5, 1809.5], [1674.5, 1762.5], [1709.5, 1762.5], [1709.5, 1773.5], [1720.5, 1774.5], [1721.5, 1787.5], [1715.5, 1789.5], [1716.5, 1790.5], [1717.5, 1790.5], [1713.5, 1792.5], [1713.5, 1793.5], [1714.5, 1793.5], [1715.5, 1793.5], [1713.5, 1795.5], [1714.5, 1797.5], [1722.5, 1810.5], [1722.5, 1802.5], [1721.5, 1808.5], [1722.5, 1810.5]]},
{"id": "twobfs", "submitted_by": "Flamberge3000", "name": "Overly Sarcastic Productions", "description": "An edutainment YouTube channel based around discussing literature, mythology, and history with sarcasm and attitude. They've seen better days.", "website": "https://www.youtube.com/c/OverlySarcasticProductionsChannel/featured", "subreddit": "/r/osp", "center": [1704.5, 1635.5], "path": [[1706.5, 1626.5], [1706.5, 1624.5], [1704.5, 1622.5], [1700.5, 1622.5], [1697.5, 1624.5], [1693.5, 1626.5], [1692.5, 1627.5], [1691.5, 1632.5], [1695.5, 1638.5], [1699.5, 1636.5], [1699.5, 1642.5], [1702.5, 1643.5], [1702.5, 1648.5], [1714.5, 1648.5], [1714.5, 1626.5]]},
{"id": "twob1y", "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": "twoad0", "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.nnTHE 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": "two8y1", "submitted_by": "hakyeons-army", "name": "BC Logo", "description": "Logo of a C inside a B. Created and maintained by BC logo guy in alliance with r/dinoplace", "website": "", "subreddit": "/r/dinoplace", "center": [340.5, 784.5], "path": [[342.5, 781.5], [342.5, 786.5], [338.5, 786.5], [338.5, 781.5]]},
@ -540,7 +537,6 @@
{"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]]},
{"id": "two4an", "submitted_by": "Y_Martinaise", "name": "Russian anti-war flag", "description": "Variant of the Russian national flag (without the red stripe) currently being used by Russians protesting the invasion of Ukraine", "website": "https://en.wikipedia.org/wiki/White-blue-white_flag", "subreddit": "", "center": [726.5, 266.5], "path": [[695.5, 263.5], [753.5, 262.5], [753.5, 269.5], [695.5, 268.5]]},
{"id": "two3qz", "submitted_by": "hakyeons-army", "name": "Mini LOONA Logo", "description": "A small logo of K-Pop girl group LOONA", "website": "", "subreddit": "/r/loona", "center": [515.5, 535.5], "path": [[511.5, 529.5], [511.5, 540.5], [519.5, 540.5], [519.5, 529.5]]},
{"id": "two350", "submitted_by": "migueloni_", "name": "Flag of Costa Rica w/ symbolic animals and items", "description": "National flag that includes 7 hearts (one per province), whitetail deer (national symbol), Arenal volcano eruption (1968), Red-eyed frog, Lizano sauce, Pura Vida popular greeting and slogan, sloth (national symbol), hummingbird and country purple girl (national symbol)", "website": "https://www.visitcostarica.com/en", "subreddit": "/r/Ticos, and, /r/costarica", "center": [1432.5, 436.5], "path": [[1246.5, 426.5], [1621.5, 427.5], [1621.5, 446.5], [1246.5, 446.5], [1246.5, 426.5]]},
{"id": "two30d", "submitted_by": "RealJordanTRS", "name": "Chicago Bears logo", "description": "The logo for the American Football team known as the Chicago Bears, whom are one of the oldest teams currently in the NFL (National Football League)", "website": "https://www.chicagobears.com/", "subreddit": "", "center": [793.5, 565.5], "path": [[773.5, 548.5], [813.5, 548.5], [813.5, 581.5], [773.5, 581.5]]},
{"id": "two2oz", "submitted_by": "NinjamanAway", "name": "Australia", "description": "The Australian community (/r/Australia & /r/Straya)nVB - local beernVegemite Jar - local spreadnAustralian Aboriginal FlagnBunnings Warehouse Logo - Australian hardware storenAustralian flag with Sydney Opera House, and an ANZAC poppynKangaroo with Koala ridingnNed Kelly's armournFreddo frog - popular local chocolatenBubble o' Bill Ice Cream - Local ice creamnCockatoo", "website": "", "subreddit": "/r/straya, /r/australia", "center": [692.5, 661.5], "path": [[721.5, 608.5], [702.5, 608.5], [702.5, 632.5], [669.5, 632.5], [669.5, 698.5], [671.5, 698.5], [671.5, 745.5], [680.5, 745.5], [679.5, 744.5], [678.5, 744.5], [678.5, 740.5], [677.5, 740.5], [677.5, 734.5], [676.5, 734.5], [676.5, 720.5], [677.5, 720.5], [677.5, 715.5], [678.5, 715.5], [678.5, 710.5], [679.5, 710.5], [680.5, 709.5], [680.5, 705.5], [681.5, 705.5], [681.5, 704.5], [682.5, 704.5], [682.5, 702.5], [683.5, 702.5], [683.5, 700.5], [702.5, 685.5], [704.5, 686.5], [712.5, 681.5], [712.5, 649.5], [720.5, 649.5], [722.5, 647.5], [722.5, 633.5], [721.5, 633.5], [721.5, 608.5]]},
{"id": "two1zz", "submitted_by": "silverwolv", "name": "WolvHaven Minecraft Server", "description": "WolvHaven is a creative minecraft server that started out as a city-roleplay and survival server established in 2011. It is mainly known for its railway Metro Systems constructed using the TrainCarts bukkit plugin. The server has since transistioned into more of a creative city-building server for architecture, urban, and transit enthusiasts, centered around a showcase city. Depicted here is the server's official flag.", "website": "https://wolvhaven.net", "subreddit": "/r/wolvhaven", "center": [1350.5, 463.5], "path": [[1346.5, 461.5], [1354.5, 461.5], [1354.5, 465.5], [1346.5, 465.5]]},
@ -570,7 +566,6 @@
{"id": "twnut5", "submitted_by": "Beegrene", "name": "Metroid", "description": "One of the titular alien parasites from the Metroid video game series", "website": "", "subreddit": "/r/Metroid", "center": [1357.5, 60.5], "path": [[1352.5, 68.5], [1362.5, 68.5], [1365.5, 62.5], [1365.5, 57.5], [1360.5, 52.5], [1353.5, 52.5], [1348.5, 58.5], [1349.5, 63.5], [1352.5, 68.5]]},
{"id": "twnuop", "submitted_by": "Narnall", "name": "Chestnut Puck (Berserk)", "description": "This is Puck from Berserk in his iconic and emotional chestnut form.", "website": "", "subreddit": "/r/berserklejerk", "center": [730.5, 283.5], "path": [[715.5, 296.5], [715.5, 269.5], [745.5, 269.5], [745.5, 296.5]]},
{"id": "twntyf", "submitted_by": "MrEduxator", "name": "Ankimo & Tokino Sora", "description": "Tokino Sora (Right side) and her mascot, Ankimo. (Left side)", "website": "https://hololive.hololivepro.com/en/", "subreddit": "/r/hololive", "center": [1342.5, 1120.5], "path": [[1333.5, 1115.5], [1350.5, 1115.5], [1351.5, 1115.5], [1351.5, 1117.5], [1352.5, 1117.5], [1352.5, 1119.5], [1353.5, 1119.5], [1353.5, 1124.5], [1353.5, 1125.5], [1332.5, 1125.5], [1332.5, 1115.5]]},
{"id": "twntsr", "submitted_by": "bermuda__", "name": "Newgrounds", "description": "A site for online animations and games", "website": "https://www.newgrounds.com", "subreddit": "/r/newgrounds", "center": [903.5, 1921.5], "path": [[878.5, 1947.5], [878.5, 1895.5], [929.5, 1896.5], [929.5, 1947.5]]},
{"id": "twntnk", "submitted_by": "MrDaveCole98", "name": "Guinness Rei", "description": "Pixel art of Rei Ayanami, a character from the anime Neon Genesis Evangelion, holding a mug of Guinness beer in honor of the subreddit's alliance with Ireland.", "website": "https://www.evangelion.co.jp/index.html", "subreddit": "/r/evangelion", "center": [1261.5, 143.5], "path": [[1250.5, 157.5], [1272.5, 157.5], [1272.5, 128.5], [1250.5, 128.5], [1250.5, 157.5]]},
{"id": "twntm5", "submitted_by": "CanicheFumando", "name": "Flag of Uruguay", "description": "Uruguayan flag with some typical stuff of the country", "website": "", "subreddit": "/r/Uruguay", "center": [1083.5, 675.5], "path": [[966.5, 665.5], [966.5, 684.5], [1172.5, 684.5], [1200.5, 684.5], [1200.5, 665.5], [966.5, 665.5]]},
{"id": "twns45", "submitted_by": "UrbanTea362", "name": "Inscryption", "description": "From the creator of Pony Island and The Hex comes the latest mind melting, self-destructing love letter to video games. Inscryption is a narrative focused, card-based odyssey that blends the deckbuilding roguelike, escape-room style puzzles, and psychological horror into a blood-laced smoothie. Darker still are the secrets inscrybed upon the cards", "website": "", "subreddit": "/r/inscryption", "center": [127.5, 298.5], "path": [[106.5, 267.5], [160.5, 267.5], [160.5, 275.5], [144.5, 274.5], [146.5, 277.5], [146.5, 288.5], [148.5, 288.5], [148.5, 300.5], [141.5, 306.5], [141.5, 318.5], [143.5, 318.5], [144.5, 319.5], [144.5, 320.5], [152.5, 320.5], [152.5, 328.5], [104.5, 328.5], [101.5, 327.5], [101.5, 319.5], [99.5, 319.5], [98.5, 318.5], [96.5, 318.5], [96.5, 316.5], [95.5, 316.5], [95.5, 314.5], [94.5, 314.5], [94.5, 312.5], [95.5, 312.5], [95.5, 311.5], [98.5, 311.5], [98.5, 310.5], [99.5, 309.5], [100.5, 308.5], [101.5, 308.5], [105.5, 304.5], [110.5, 304.5], [111.5, 305.5], [110.5, 304.5], [111.5, 305.5], [112.5, 304.5], [114.5, 302.5], [114.5, 300.5], [113.5, 299.5], [112.5, 298.5], [112.5, 292.5], [111.5, 292.5], [111.5, 286.5], [110.5, 286.5], [110.5, 275.5], [106.5, 275.5]]},
@ -601,7 +596,6 @@
{"id": "twnil1", "submitted_by": "paketiket", "name": "Brams the Cat", "description": "A little ginger cat that was built by a group of his fans", "website": "", "subreddit": "/r/kotbrams", "center": [1536.5, 1505.5], "path": [[1529.5, 1512.5], [1529.5, 1508.5], [1526.5, 1505.5], [1528.5, 1503.5], [1530.5, 1499.5], [1531.5, 1498.5], [1531.5, 1497.5], [1535.5, 1500.5], [1540.5, 1500.5], [1542.5, 1497.5], [1543.5, 1500.5], [1544.5, 1503.5], [1545.5, 1504.5], [1547.5, 1505.5], [1542.5, 1509.5], [1543.5, 1512.5]]},
{"id": "twnihw", "submitted_by": "RedditRodditRaddit", "name": "Geocaching", "description": "A traditional geocache overlaid on the Geocaching logo. It is the third generation of geocaches placed on the r/Place canvas.", "website": "https://geocaching.com", "subreddit": "/r/geocaching", "center": [1562.5, 199.5], "path": [[1556.5, 193.5], [1556.5, 204.5], [1568.5, 204.5], [1568.5, 193.5], [1556.5, 193.5]]},
{"id": "twni8x", "submitted_by": "wfa19", "name": "CLG", "description": "The logo of esports organization Counter Logic Gaming", "website": "https://clg.gg", "subreddit": "/r/CLG", "center": [1207.5, 891.5], "path": [[1192.5, 892.5], [1198.5, 886.5], [1205.5, 886.5], [1214.5, 888.5], [1221.5, 888.5], [1221.5, 894.5], [1221.5, 896.5], [1208.5, 895.5], [1206.5, 894.5], [1203.5, 894.5], [1201.5, 897.5], [1198.5, 897.5], [1195.5, 895.5], [1192.5, 893.5]]},
{"id": "twnhu3", "submitted_by": "userat", "name": "ISRO", "description": "Indian Space Research Organisation", "website": "", "subreddit": "", "center": [272.5, 275.5], "path": [[251.5, 252.5], [293.5, 252.5], [293.5, 298.5], [250.5, 298.5], [250.5, 252.5], [250.5, 252.5]]},
{"id": "twnhlv", "submitted_by": "Narnall", "name": "Astroneer Logo", "description": "The logo of the game Astroneer", "website": "", "subreddit": "/r/astroneer", "center": [1124.5, 495.5], "path": [[1118.5, 500.5], [1118.5, 497.5], [1119.5, 494.5], [1121.5, 491.5], [1120.5, 491.5], [1121.5, 489.5], [1125.5, 487.5], [1127.5, 490.5], [1128.5, 493.5], [1129.5, 496.5], [1130.5, 500.5], [1129.5, 501.5], [1119.5, 501.5]]},
{"id": "twngew", "submitted_by": "TheWingedevil", "name": "Noita (H\u00e4mis)", "description": "Noita is a magical action roguelite set in a world where every pixel is physically simulated. Fight, explore, melt, burn, freeze and evaporate your way through the procedurally generated world using spells you've crafted yourself.", "website": "https://noitagame.com/", "subreddit": "/r/noita", "center": [590.5, 911.5], "path": [[549.5, 934.5], [549.5, 900.5], [556.5, 900.5], [556.5, 890.5], [562.5, 890.5], [562.5, 900.5], [638.5, 900.5], [638.5, 888.5], [655.5, 888.5], [655.5, 909.5], [579.5, 909.5], [580.5, 948.5], [572.5, 948.5], [572.5, 934.5], [549.5, 934.5]]},
{"id": "twng3y", "submitted_by": "Penguiner1888", "name": "evermore - Taylor Swift Album", "description": "Taylor Swift's 9th studio album. The ivy border represents her song 'Ivy', which is track 10 on the album and one of many fan-favourites. The piece was defended for a short period of time before being taken over by pufferfish bots.", "website": "https://en.wikipedia.org/wiki/Evermore_(Taylor_Swift_album)", "subreddit": "/r/TaylorSwift", "center": [1964.5, 923.5], "path": [[1927.5, 917.5], [1927.5, 929.5], [2001.5, 929.5], [2001.5, 917.5]]},
@ -622,7 +616,7 @@
{"id": "twnaxd", "submitted_by": "Narnall", "name": "Mug Moment", "description": "This is a certified MUG MOMENT.", "website": "", "subreddit": "", "center": [669.5, 1707.5], "path": [[644.5, 1693.5], [644.5, 1693.5], [645.5, 1693.5], [646.5, 1693.5], [646.5, 1691.5], [648.5, 1689.5], [653.5, 1687.5], [687.5, 1686.5], [692.5, 1690.5], [693.5, 1716.5], [691.5, 1716.5], [691.5, 1718.5], [689.5, 1719.5], [689.5, 1731.5], [686.5, 1731.5], [685.5, 1730.5], [681.5, 1730.5], [681.5, 1729.5], [680.5, 1728.5], [658.5, 1728.5], [658.5, 1729.5], [655.5, 1729.5], [653.5, 1729.5], [651.5, 1728.5], [648.5, 1724.5], [648.5, 1721.5], [648.5, 1719.5], [645.5, 1718.5], [644.5, 1713.5]]},
{"id": "twn9mp", "submitted_by": "_8o_", "name": "Nimu VT", "description": "Nimu Spacecat is one of the biggest spanish vtubers,this pixel art shows her official mascot, which is a parasite that hosts the body of centi, the girl that we can usually see on her streams.", "website": "https://www.youtube.com/c/NimuCh", "subreddit": "", "center": [1528.5, 1186.5], "path": [[1506.5, 1172.5], [1506.5, 1200.5], [1550.5, 1200.5], [1550.5, 1172.5]]},
{"id": "twn9em", "submitted_by": "GamerGuySeth", "name": "New Location McGee", "description": "Hey all, Scott here!", "website": "", "subreddit": "/r/scottthewoz", "center": [1577.5, 230.5], "path": [[1577.5, 230.5], [1603.5, 231.5], [1603.5, 248.5], [1551.5, 248.5], [1551.5, 212.5], [1603.5, 212.5], [1603.5, 231.5]]},
{"id": "twn9c1", "submitted_by": "veem96", "name": "ISRO logo", "description": "Logo of the Indian Space Research Organisation", "website": "https://Indian Space Research Organisation", "subreddit": "/r/indiaplace", "center": [272.5, 275.5], "path": [[251.5, 252.5], [251.5, 253.5], [292.5, 252.5], [292.5, 297.5], [251.5, 297.5]]},
{"id": "twn9c1", "submitted_by": "veem96", "name": "Indian Space Reserach Organization logo", "description": "Logo of the Indian Space Research Organisation (ISRO)", "website": "https://en.wikipedia.org/wiki/Indian_Space_Research_Organisation", "subreddit": "/r/indiaplace", "center": [272.5, 275.5], "path": [[251.5, 252.5], [251.5, 253.5], [292.5, 252.5], [292.5, 297.5], [251.5, 297.5]]},
{"id": "twn99e", "submitted_by": "LeaderThren", "name": "Anbennar", "description": "An fantasy word setting inspired by mainstream D&D worlds, and has become an EU4 mod.", "website": "", "subreddit": "/r/anbennar", "center": [580.5, 991.5], "path": [[540.5, 974.5], [540.5, 1012.5], [623.5, 1012.5], [624.5, 1012.5], [624.5, 974.5], [610.5, 974.5], [610.5, 975.5], [609.5, 975.5], [609.5, 976.5], [608.5, 976.5], [607.5, 976.5], [607.5, 975.5], [607.5, 974.5], [572.5, 974.5], [572.5, 960.5], [551.5, 960.5], [551.5, 974.5]]},
{"id": "twn8k6", "submitted_by": "Trainzack", "name": "GME Stock Price Line", "description": "A line representing the price of the GME stock. The line exits its originating mural and weaves between multiple other murals. Note that the line has been traced here only so far as it unambiguously does not branch; multiple offshoots of the line continue beyond that point.", "website": "", "subreddit": "", "center": [1328.5, 308.5], "path": [[774.5, 782.5], [774.5, 784.5], [870.5, 784.5], [871.5, 783.5], [872.5, 778.5], [874.5, 779.5], [876.5, 783.5], [877.5, 784.5], [878.5, 783.5], [879.5, 780.5], [881.5, 778.5], [882.5, 780.5], [882.5, 784.5], [883.5, 784.5], [884.5, 782.5], [885.5, 781.5], [886.5, 779.5], [887.5, 780.5], [888.5, 782.5], [889.5, 784.5], [890.5, 782.5], [891.5, 780.5], [892.5, 778.5], [893.5, 780.5], [894.5, 781.5], [895.5, 782.5], [896.5, 784.5], [897.5, 782.5], [898.5, 780.5], [899.5, 779.5], [900.5, 781.5], [901.5, 783.5], [902.5, 784.5], [905.5, 784.5], [905.5, 619.5], [909.5, 619.5], [909.5, 514.5], [956.5, 514.5], [956.5, 497.5], [964.5, 497.5], [964.5, 364.5], [1046.5, 364.5], [1098.5, 312.5], [1394.5, 312.5], [1394.5, 277.5], [1411.5, 247.5], [1440.5, 247.5], [1440.5, 240.5], [1458.5, 240.5], [1458.5, 205.5], [1514.5, 205.5], [1514.5, 204.5], [1522.5, 204.5], [1522.5, 114.5], [1527.5, 109.5], [1528.5, 107.5], [1529.5, 105.5], [1530.5, 103.5], [1531.5, 101.5], [1532.5, 99.5], [1537.5, 90.5], [1537.5, 64.5], [1562.5, 64.5], [1562.5, 37.5], [1597.5, 2.5], [1971.5, 2.5], [1998.5, 33.5], [1998.5, 80.5], [1971.5, 80.5], [1971.5, 99.5], [1953.5, 99.5], [1953.5, 118.5], [1951.5, 118.5], [1951.5, 119.5], [1952.5, 119.5], [1952.5, 132.5], [1953.5, 133.5], [1953.5, 159.5], [1947.5, 159.5], [1947.5, 173.5], [1940.5, 173.5], [1940.5, 174.5], [1939.5, 174.5], [1939.5, 238.5], [1941.5, 238.5], [1941.5, 175.5], [1949.5, 175.5], [1949.5, 161.5], [1955.5, 161.5], [1955.5, 131.5], [1953.5, 131.5], [1953.5, 119.5], [1955.5, 119.5], [1955.5, 101.5], [1973.5, 101.5], [1973.5, 82.5], [1999.5, 82.5], [1999.5, 28.5], [1974.5, 0.5], [1596.5, 0.5], [1559.5, 37.5], [1559.5, 61.5], [1534.5, 61.5], [1534.5, 89.5], [1525.5, 106.5], [1519.5, 110.5], [1519.5, 202.5], [1455.5, 202.5], [1455.5, 237.5], [1437.5, 237.5], [1437.5, 244.5], [1409.5, 244.5], [1391.5, 276.5], [1391.5, 309.5], [1096.5, 309.5], [1043.5, 361.5], [961.5, 361.5], [961.5, 494.5], [953.5, 494.5], [953.5, 511.5], [906.5, 511.5], [906.5, 616.5], [902.5, 616.5], [902.5, 781.5], [901.5, 778.5], [899.5, 774.5], [896.5, 780.5], [892.5, 774.5], [889.5, 780.5], [886.5, 776.5], [884.5, 779.5], [882.5, 776.5], [881.5, 773.5], [880.5, 776.5], [878.5, 778.5], [877.5, 781.5], [875.5, 777.5], [874.5, 774.5], [873.5, 776.5], [872.5, 773.5], [869.5, 782.5], [774.5, 782.5]]},
{"id": "twn7z4", "submitted_by": "WeedRats", "name": "r/furry", "description": "Mural made by r/furry.", "website": "https://discord.com/invite/rfurry", "subreddit": "/r/furry", "center": [1763.5, 913.5], "path": [[1749.5, 929.5], [1749.5, 897.5], [1772.5, 897.5], [1780.5, 908.5], [1780.5, 912.5], [1774.5, 912.5], [1774.5, 916.5], [1776.5, 918.5], [1777.5, 928.5], [1775.5, 928.5], [1775.5, 937.5], [1771.5, 934.5], [1771.5, 929.5], [1768.5, 929.5], [1766.5, 927.5], [1764.5, 929.5], [1762.5, 929.5], [1760.5, 927.5], [1758.5, 929.5], [1749.5, 929.5]]},
@ -650,7 +644,7 @@
{"id": "twn1pg", "submitted_by": "carpinx", "name": "Fernet con Coca", "description": "Typical drink from Argentina. Fernet Branca (Italian beverage) mixed with Coca-Cola, usually in a 30-70 proportion.", "website": "", "subreddit": "", "center": [1030.5, 654.5], "path": [[1016.5, 665.5], [1045.5, 665.5], [1044.5, 649.5], [1043.5, 647.5], [1043.5, 642.5], [1039.5, 642.5], [1028.5, 642.5], [1025.5, 644.5], [1018.5, 644.5], [1017.5, 651.5], [1015.5, 653.5], [1016.5, 665.5]]},
{"id": "twn1fh", "submitted_by": "firthisaword", "name": "Bulgarian Flag", "description": "The second Bulgarian flag on the canvas, with national heroes Vasil Levski and Hristo Botev, and former professional football player Dimitar Berbatov", "website": "", "subreddit": "/r/bulgaria", "center": [1620.5, 728.5], "path": [[1577.5, 690.5], [1577.5, 758.5], [1579.5, 760.5], [1579.5, 762.5], [1578.5, 763.5], [1578.5, 767.5], [1581.5, 767.5], [1582.5, 766.5], [1596.5, 766.5], [1597.5, 765.5], [1598.5, 765.5], [1599.5, 766.5], [1605.5, 766.5], [1606.5, 765.5], [1607.5, 765.5], [1608.5, 766.5], [1663.5, 766.5], [1663.5, 691.5], [1662.5, 691.5], [1661.5, 690.5], [1577.5, 690.5]]},
{"id": "twn0zr", "submitted_by": "GamerRighway", "name": "Hikari", "description": "One of the two main characters of Arcaea; representing 'Light'", "website": "https://arcaea.lowiro.com/en", "subreddit": "/r/arcaea", "center": [1841.5, 1665.5], "path": [[1833.5, 1661.5], [1834.5, 1660.5], [1834.5, 1659.5], [1835.5, 1658.5], [1835.5, 1657.5], [1836.5, 1656.5], [1837.5, 1655.5], [1838.5, 1654.5], [1839.5, 1654.5], [1840.5, 1654.5], [1841.5, 1654.5], [1842.5, 1654.5], [1843.5, 1654.5], [1844.5, 1655.5], [1845.5, 1656.5], [1846.5, 1657.5], [1846.5, 1658.5], [1847.5, 1659.5], [1847.5, 1660.5], [1848.5, 1661.5], [1848.5, 1662.5], [1847.5, 1662.5], [1847.5, 1663.5], [1847.5, 1664.5], [1847.5, 1665.5], [1847.5, 1666.5], [1847.5, 1667.5], [1847.5, 1668.5], [1847.5, 1669.5], [1848.5, 1670.5], [1849.5, 1671.5], [1848.5, 1672.5], [1847.5, 1673.5], [1846.5, 1672.5], [1845.5, 1672.5], [1844.5, 1673.5], [1843.5, 1674.5], [1843.5, 1675.5], [1842.5, 1676.5], [1841.5, 1675.5], [1840.5, 1675.5], [1839.5, 1676.5], [1838.5, 1675.5], [1838.5, 1674.5], [1837.5, 1673.5], [1836.5, 1672.5], [1835.5, 1672.5], [1834.5, 1673.5], [1833.5, 1672.5], [1832.5, 1671.5], [1833.5, 1670.5], [1834.5, 1669.5], [1834.5, 1668.5], [1834.5, 1667.5], [1834.5, 1666.5], [1834.5, 1665.5], [1834.5, 1664.5], [1834.5, 1663.5], [1834.5, 1662.5], [1833.5, 1662.5], [1833.5, 1661.5]]},
{"id": "twn05d", "submitted_by": "daily_flags", "name": "Giant \u00d1 between hispanic flags", "description": "Giant \u00d1 that represents the Spanish language, on the sides is the flag of Ecuador, Mexico, Dominican Republic, Guatemala, Argentina, Colombia, Spain, Panama, El Salvador, Cuba, Puerto Rico, Bolivia, Nicaragua, Chile, Venezuela, Uruguay and Paraguay plus the flag of France, the old Chechnya flag, and a random unrecognized flag", "website": "", "subreddit": "/r/PERU, with, the, help, of, other, random, redditords", "center": [500.5, 628.5], "path": [[535.5, 610.5], [535.5, 646.5], [465.5, 646.5], [465.5, 610.5]]},
{"id": "twn05d", "submitted_by": "daily_flags", "name": "Giant \u00d1 between Hispanic flags", "description": "Giant \u00d1 that represents the Spanish language. On the sides are the flags of Ecuador, Mexico, Dominican Republic, Guatemala, Argentina, Colombia, Spain, Panama, El Salvador, Cuba, Puerto Rico, Bolivia, Nicaragua, Chile, Venezuela, Uruguay and Paraguay plus the flag of France, the old Chechnya flag, and a random unrecognized flag.", "website": "", "subreddit": "/r/Peru", "center": [500.5, 628.5], "path": [[535.5, 610.5], [535.5, 646.5], [465.5, 646.5], [465.5, 610.5]]},
{"id": "twmzln", "submitted_by": "_8o_", "name": "Cyclic VS Riot", "description": "a tribute to one of the biggest rivalries in geometry dash history", "website": "", "subreddit": "/r/geometrydashplace", "center": [583.5, 1698.5], "path": [[550.5, 1711.5], [588.5, 1711.5], [589.5, 1710.5], [597.5, 1710.5], [598.5, 1711.5], [615.5, 1711.5], [615.5, 1706.5], [616.5, 1706.5], [617.5, 1705.5], [618.5, 1705.5], [618.5, 1703.5], [619.5, 1702.5], [618.5, 1701.5], [618.5, 1700.5], [619.5, 1699.5], [618.5, 1698.5], [616.5, 1695.5], [617.5, 1695.5], [617.5, 1694.5], [618.5, 1693.5], [615.5, 1690.5], [614.5, 1687.5], [599.5, 1687.5], [598.5, 1688.5], [597.5, 1686.5], [598.5, 1686.5], [598.5, 1680.5], [590.5, 1680.5], [587.5, 1682.5], [583.5, 1682.5], [577.5, 1687.5], [573.5, 1687.5], [571.5, 1689.5], [568.5, 1689.5], [566.5, 1687.5], [562.5, 1687.5], [560.5, 1689.5], [558.5, 1689.5], [558.5, 1687.5], [557.5, 1687.5], [554.5, 1684.5], [553.5, 1684.5], [552.5, 1683.5], [550.5, 1683.5], [550.5, 1711.5]]},
{"id": "twmzdz", "submitted_by": "Mathgeek007", "name": "Trash Taste", "description": "An anime podcast run by three anitubers: Connor (CDawgVA), Joey (TheAn1meMan), and Garnt (GiggukAZ). The white logo represents the main podcast and brand, while the black variant next to it is for After Dark, the YouTube channel that hosts stream VODs and other miscellaneous content. The subtitle references a friend of the show and regular guest - Chris Broad. Beneath are people related to the podcast, from left to right: Ashley, Mudan, Ironmouse, Sydsnap, Akidearest, Ladybeard, Shibuya Kaho, Meilyne, Chris Broad, Garnt, Joey, and Connor.", "website": "https://www.youtube.com/channel/UCcmxOGYGF51T1XsqQLewGtQ", "subreddit": "/r/TrashTaste", "center": [39.5, 559.5], "path": [[77.5, 528.5], [78.5, 589.5], [0.5, 588.5], [0.5, 529.5]]},
{"id": "twmyah", "submitted_by": "Arlong-sama", "name": "V\u0334\u030b\u0303\u030e\u030c\u0358\u034a\u034a\u0300\u035d\u0307\u034c\u0352\u0343\u0327o\u0334\u0313\u0350\u0304\u030a\u0315\u0315\u0303\u030a\u033e\u035d\u0351\u0314\u030c\u0321\u031c\u031c\u0329\u031c\u0328\u0325\u0320\u0329\u032c\u032bi\u0337\u0352\u0311\u033e\u0357\u0344\u0357\u0343\u030f\u030d\u033d\u0352\u034c\u0323\u0316\u0345\u0318\u0333\u031d\u032a\u032f\u0321\u0332\u033c\u033b\u0318\u033bd\u0336\u0305\u0330\u0326\u032d\u0324\u0347\u033c\u0316 \u0336\u034c\u0340\u0314\u030c\u033f\u0302\u0303\u0307\u0342\u0357\u030b\u030e\u035d\u030e\u035a\u0319\u035a\u035a\u0325\u0354\u0328\u031d\u0354\u035c\u034e\u0319\u0324\u033c\u034dM\u0334\u033e\u030f\u0342\u031b\u0301\u0351\u0310\u0351\u0310\u0311\u0300\u0301\u032f\u0319\u0322\u0339\u0356\u0330\u034d\u033c\u034d\u0339\u033bo\u0338\u0302\u035b\u0302\u0306\u0303\u0351\u0358\u0313\u0303\u0304\u0344\u0301\u033f\u030e\u030b\u0321t\u0335\u033e\u0344\u0343\u032c\u032f\u0339\u0333h\u0334\u035d\u0315\u031b\u0332\u032c\u0324\u0339\u0323\u0318\u0333e\u0335\u0351\u030f\u0302\u0308r\u0336\u0308\u0357\u0303\u030c\u032c", "description": "T\u0335\u0314\u0359\u0323\u0348he\u0337\u0312\u0350\u033d\u0317\u0323\u0330\u0349 \u0338\u0314\u030a\u0312\u0304\u032c\u035aV\u0335\u035b\u0305\u0304\u035b\u0318\u0316\u0326o\u0338\u0308\u0346\u0327\u0318\u031e\u0332i\u0338\u033f\u035b\u0303\u033b\u0349\u0319d\u0338\u0305\u035c\u0323\u031c \u0334\u0342\u031d\u031fC\u0338\u0351\u031c\u0328o\u0338\u0351\u0324\u0319\u0321n\u0338\u0302\u0345\u033b\u0333s\u0334\u0303\u0329\u0318\u0348\u0321u\u0335\u034c\u0303\u0303\u0348\u0329m\u0334\u033e\u0300\u0300\u0357\u035a\u034ee\u0337\u0315\u0318s\u0334\u0313\u0332\u0345\u0331 \u0337\u030f\u034a\u033f\u0306\u032e\u034dA\u0334\u030e\u032e\u032a\u0325l\u0334\u0343\u032cl\u0336\u0310\u0327\u034d", "website": "https://V\u0335\u0306\u0358\u030a\u0345\u0345\u031dO\u0335\u035d\u0312\u030e\u0350\u0345I\u0338\u030c\u0315\u035d\u0323\u0319\u034eD\u0338\u0300\u0311\u030f\u0341\u0330\u034e\u035c", "subreddit": "V\u0335\u0306\u0358\u030a\u0345\u0345\u031dO\u0335\u035d\u0312\u030e\u0350\u0345I\u0338\u030c\u0315\u035d\u0323\u0319\u034eD\u0338\u0300\u0311\u030f\u0341\u0330\u034e\u035c", "center": [1017.5, 1481.5], "path": [[989.5, 1349.5], [967.5, 1376.5], [949.5, 1427.5], [959.5, 1437.5], [965.5, 1446.5], [965.5, 1459.5], [965.5, 1471.5], [964.5, 1497.5], [962.5, 1574.5], [992.5, 1631.5], [1006.5, 1652.5], [1022.5, 1656.5], [1031.5, 1641.5], [1041.5, 1617.5], [1057.5, 1592.5], [1063.5, 1564.5], [1066.5, 1536.5], [1066.5, 1503.5], [1069.5, 1485.5], [1073.5, 1466.5], [1081.5, 1444.5], [1081.5, 1421.5], [1074.5, 1389.5], [1071.5, 1364.5], [1068.5, 1350.5], [1041.5, 1343.5], [1031.5, 1333.5], [1022.5, 1331.5], [1004.5, 1337.5], [993.5, 1343.5]]},
@ -744,7 +738,7 @@
{"id": "twmfj6", "submitted_by": "FreakoSchizo", "name": "Dark Side of the Moon", "description": "This is the album art for Pink Floyd's psychedelic 1973 album Dark Side of the Moon.", "website": "https://www.pinkfloyd.com/", "subreddit": "/r/PinkFloyd", "center": [1812.5, 1355.5], "path": [[1726.5, 1378.5], [1723.5, 1365.5], [1720.5, 1360.5], [1723.5, 1356.5], [1723.5, 1330.5], [1778.5, 1330.5], [1779.5, 1331.5], [1783.5, 1331.5], [1786.5, 1330.5], [1798.5, 1330.5], [1801.5, 1329.5], [1812.5, 1330.5], [1882.5, 1330.5], [1882.5, 1338.5], [1883.5, 1346.5], [1885.5, 1348.5], [1889.5, 1351.5], [1901.5, 1357.5], [1907.5, 1363.5], [1912.5, 1369.5], [1918.5, 1376.5], [1924.5, 1384.5], [1926.5, 1384.5], [1926.5, 1386.5], [1925.5, 1386.5], [1925.5, 1390.5], [1924.5, 1390.5], [1924.5, 1394.5], [1912.5, 1394.5], [1912.5, 1377.5], [1811.5, 1377.5], [1809.5, 1376.5], [1803.5, 1378.5], [1766.5, 1378.5], [1742.5, 1378.5], [1726.5, 1378.5]]},
{"id": "twmfdv", "submitted_by": "thysnice", "name": "No Man's Sky", "description": "The No Man's Sky community's contribution to r/place. A large Atlas diamond (the game's logo) fills the center, and the letters I [love] NMS can be seen. The number 16 16 16 can also be seen. 16 16 16 is a part of the game's lore and meme culture.", "website": "https://www.nomanssky.com/", "subreddit": "/r/NoMansSkyTheGame", "center": [1631.5, 1630.5], "path": [[1614.5, 1610.5], [1613.5, 1632.5], [1633.5, 1658.5], [1642.5, 1648.5], [1653.5, 1628.5], [1643.5, 1618.5], [1639.5, 1614.5], [1640.5, 1610.5], [1629.5, 1610.5]]},
{"id": "twmelt", "submitted_by": "olly", "name": "Snowdrop", "description": "Snowdrop is an opossum that features heavily in Pale, created here by the Parahumans community.", "website": "https://pact-web-serial.fandom.com/wiki/Snowdrop", "subreddit": "", "center": [1705.5, 222.5], "path": [[1708.5, 220.5], [1707.5, 220.5], [1707.5, 221.5], [1706.5, 221.5], [1705.5, 221.5], [1704.5, 221.5], [1704.5, 220.5], [1703.5, 220.5], [1703.5, 221.5], [1703.5, 222.5], [1702.5, 223.5], [1702.5, 224.5], [1702.5, 225.5], [1703.5, 224.5], [1704.5, 223.5], [1705.5, 223.5], [1706.5, 224.5], [1707.5, 224.5], [1708.5, 223.5], [1707.5, 222.5], [1708.5, 221.5]]},
{"id": "twme8p", "submitted_by": "Wonderful-Surprise-7", "name": "Tottenham Hotspur F.C.", "description": "Tottenham Hotspur, also known as Spurs, are an English football club based in North London. Despite being a team that often finishes in the top 6 of the Premier League, they are often mocked for their lack of trophies, their most recent one being in 2008.", "website": "", "subreddit": "/r/tottenham", "center": [1699.5, 443.5], "path": [[1684.5, 420.5], [1713.5, 420.5], [1713.5, 466.5], [1685.5, 467.5]]},
{"id": "twme8p", "submitted_by": "Wonderful-Surprise-7", "name": "Tottenham Hotspur F.C.", "description": "Tottenham Hotspur F.C., also known as Tottenham or Spurs, is an English professional football club based in North London. that competes in the Premier League, the top flight of English football.\n\nTottenham's emblem is a cockerel standing upon a football, with the Latin motto Audere est Facere (\"To Dare Is To Do\").", "website": "https://www.tottenhamhotspur.com/", "subreddit": "/r/coys", "center": [1699.5, 443.5], "path": [[1684.5, 420.5], [1713.5, 420.5], [1713.5, 466.5], [1685.5, 467.5]]},
{"id": "twmdw6", "submitted_by": "K4M1k4ZE_", "name": "Sylveon", "description": "Sylveon, from Pokemon, is often seen as a trans icon, due to it's coloration matching that of the trans flag. It's shiny version does too.", "website": "", "subreddit": "", "center": [673.5, 451.5], "path": [[662.5, 451.5], [662.5, 449.5], [661.5, 448.5], [662.5, 447.5], [661.5, 446.5], [662.5, 445.5], [663.5, 444.5], [663.5, 443.5], [662.5, 442.5], [661.5, 442.5], [661.5, 439.5], [662.5, 439.5], [662.5, 438.5], [664.5, 438.5], [664.5, 437.5], [666.5, 437.5], [666.5, 436.5], [667.5, 436.5], [669.5, 435.5], [670.5, 435.5], [670.5, 436.5], [671.5, 436.5], [671.5, 441.5], [671.5, 442.5], [670.5, 442.5], [670.5, 444.5], [672.5, 442.5], [673.5, 442.5], [673.5, 443.5], [674.5, 442.5], [675.5, 441.5], [675.5, 440.5], [676.5, 440.5], [676.5, 439.5], [678.5, 439.5], [678.5, 438.5], [681.5, 438.5], [681.5, 439.5], [682.5, 439.5], [682.5, 443.5], [681.5, 443.5], [682.5, 444.5], [681.5, 445.5], [681.5, 446.5], [680.5, 446.5], [680.5, 447.5], [679.5, 447.5], [678.5, 448.5], [680.5, 448.5], [682.5, 447.5], [682.5, 445.5], [683.5, 445.5], [683.5, 443.5], [684.5, 443.5], [684.5, 442.5], [685.5, 442.5], [686.5, 442.5], [686.5, 443.5], [687.5, 443.5], [688.5, 443.5], [688.5, 444.5], [689.5, 444.5], [689.5, 447.5], [689.5, 448.5], [687.5, 448.5], [687.5, 448.5], [687.5, 449.5], [686.5, 449.5], [686.5, 450.5], [685.5, 450.5], [685.5, 451.5], [683.5, 451.5], [683.5, 454.5], [682.5, 454.5], [682.5, 455.5], [681.5, 455.5], [682.5, 456.5], [683.5, 456.5], [683.5, 457.5], [684.5, 457.5], [684.5, 456.5], [688.5, 456.5], [688.5, 457.5], [689.5, 457.5], [689.5, 458.5], [689.5, 459.5], [688.5, 459.5], [688.5, 460.5], [686.5, 460.5], [686.5, 461.5], [682.5, 461.5], [681.5, 461.5], [681.5, 460.5], [680.5, 461.5], [680.5, 463.5], [680.5, 464.5], [679.5, 464.5], [679.5, 465.5], [677.5, 465.5], [676.5, 465.5], [676.5, 464.5], [675.5, 464.5], [675.5, 462.5], [674.5, 461.5], [673.5, 461.5], [673.5, 462.5], [673.5, 463.5], [672.5, 463.5], [672.5, 464.5], [672.5, 465.5], [671.5, 465.5], [671.5, 466.5], [670.5, 466.5], [667.5, 466.5], [666.5, 465.5], [666.5, 464.5], [667.5, 464.5], [667.5, 463.5], [667.5, 464.5], [667.5, 463.5], [666.5, 462.5], [666.5, 461.5], [665.5, 460.5], [664.5, 461.5], [662.5, 461.5], [661.5, 461.5], [661.5, 460.5], [662.5, 459.5], [663.5, 459.5], [662.5, 458.5], [661.5, 458.5], [661.5, 454.5], [662.5, 454.5], [662.5, 453.5], [661.5, 453.5], [661.5, 449.5]]},
{"id": "twmdtg", "submitted_by": "AwesomeTy79", "name": "FurfSky Reborn", "description": "A neon logo for the Hypixel Skyblock minecraft texture pack, FurfSky Reborn", "website": "https://furfsky.net/", "subreddit": "", "center": [1261.5, 818.5], "path": [[1281.5, 829.5], [1240.5, 829.5], [1240.5, 806.5], [1281.5, 806.5]]},
{"id": "twmdkf", "submitted_by": "Ellakazam", "name": "JBOIZ", "description": "Many have asked what is JBOIZ, but only true JBOIZ know the answer to that question.nn", "website": "", "subreddit": "", "center": [1987.5, 122.5], "path": [[1974.5, 113.5], [1999.5, 113.5], [1999.5, 131.5], [1974.5, 131.5]]},
@ -766,7 +760,7 @@
{"id": "twmayf", "submitted_by": "splongadongla", "name": "Klei Logo", "description": "Klei Entertainment's Logo, Made by the Chester/Place Discord Server", "website": "", "subreddit": "", "center": [1068.5, 520.5], "path": [[1061.5, 511.5], [1061.5, 529.5], [1075.5, 529.5], [1075.5, 511.5]]},
{"id": "twmas3", "submitted_by": "mitgas", "name": "r/sadboys", "description": "An emblem made by the r/sadboys subreddit. The subreddit is for the fans of the Sad Boys and Drain Gang music collectives. The emblem depicts two logos of the collectives, SBE for Sad Boys Entertainment on top, and DG for Drain Gang on the bottom.", "website": "", "subreddit": "/r/sadboys", "center": [1550.5, 382.5], "path": [[1526.5, 353.5], [1526.5, 353.5], [1526.5, 408.5], [1531.5, 413.5], [1568.5, 413.5], [1568.5, 411.5], [1573.5, 411.5], [1573.5, 360.5], [1573.5, 353.5], [1564.5, 353.5], [1563.5, 353.5], [1563.5, 352.5], [1537.5, 352.5], [1537.5, 353.5], [1526.5, 353.5]]},
{"id": "twmard", "submitted_by": "TheXtremeVocaloid", "name": "Dreamcatcher", "description": "A South Korean girl group. Notable for their more rock-based songs.", "website": "", "subreddit": "/r/Dreamcatcher", "center": [1627.5, 874.5], "path": [[1588.5, 869.5], [1588.5, 879.5], [1670.5, 878.5], [1670.5, 870.5], [1588.5, 869.5]]},
{"id": "twmajs", "submitted_by": "DeidreMengedoht", "name": "Yume Nikki and its numerous fangames", "description": "Yume Nikki is a cult classic psychological surreal-horror RPG/Maker game that is regarded as the start of a possible new genre of games and has influenced several majorly popular indie games throughout years. Besides the sprites of the most recognizable protagonists in the fandom, the panel features references to several Yume Nikki fangames: Lcd Dem, Answered Prayers, Amillusion, Uneven Dream, Collective Subconscious, and, indirectly, Dreaming Bad.", "website": "https://yumenikki.fandom.com/wiki/Yume_Nikki#", "subreddit": "/r/yumenikki", "center": [1222.5, 120.5], "path": [[1197.5, 104.5], [1197.5, 104.5], [1197.5, 104.5], [1213.5, 104.5], [1213.5, 107.5], [1248.5, 107.5], [1248.5, 134.5], [1197.5, 134.5]]},
{"id": "twmajs", "submitted_by": "DeidreMengedoht", "name": "Yume Nikki and its numerous fangames", "description": "Yume Nikki is a cult classic psychological surreal-horror RPG/Maker game that is regarded as the start of a possible new genre of games and has influenced several majorly popular indie games throughout years. Besides the sprites of the most recognizable protagonists in the fandom, the panel features references to several Yume Nikki fangames: Lcd Dem, Answered Prayers, Amillusion, Uneven Dream, Collective Unconscious, and, indirectly, Dreaming Bad.", "website": "https://yumenikki.fandom.com/wiki/Yume_Nikki#", "subreddit": "/r/yumenikki", "center": [1222.5, 120.5], "path": [[1197.5, 104.5], [1197.5, 104.5], [1197.5, 104.5], [1213.5, 104.5], [1213.5, 107.5], [1248.5, 107.5], [1248.5, 134.5], [1197.5, 134.5]]},
{"id": "twmae3", "submitted_by": "Loicass", "name": "Halo Energy Sword", "description": "", "website": "", "subreddit": "", "center": [83.5, 1246.5], "path": [[0.5, 1226.5], [0.5, 1265.5], [166.5, 1265.5], [166.5, 1226.5]]},
{"id": "twmaay", "submitted_by": "a_printer", "name": "H", "description": "H", "website": "", "subreddit": "/r/theletterH", "center": [1587.5, 1377.5], "path": [[1576.5, 1368.5], [1576.5, 1386.5], [1600.5, 1386.5], [1600.5, 1373.5], [1595.5, 1373.5], [1595.5, 1372.5], [1594.5, 1372.5], [1594.5, 1368.5], [1576.5, 1368.5]]},
{"id": "twma30", "submitted_by": "fleeval", "name": "6reen Bay Packers", "description": "Football team from Green Bay, Wisconsin.", "website": "", "subreddit": "/r/greenbaypackers", "center": [418.5, 922.5], "path": [[408.5, 914.5], [427.5, 914.5], [427.5, 930.5], [408.5, 930.5], [408.5, 914.5]]},
@ -814,7 +808,6 @@
{"id": "twm2q2", "submitted_by": "HijoDeFootspa", "name": "Leni-Kiko banner", "description": "A banner endorsing Presidential Candidate Leni Robredo (#10 on the ballot) and Vice Presidential Candidate Kiko Pangilinan (#7 on the ballot) for the 2022 Philippine elections. The rose is Robredo's primary campaign symbol.", "website": "https://www.teamlenirobredo.com/", "subreddit": "/r/Leni2022", "center": [333.5, 692.5], "path": [[301.5, 686.5], [301.5, 702.5], [363.5, 702.5], [363.5, 686.5], [357.5, 686.5], [357.5, 684.5], [358.5, 684.5], [358.5, 680.5], [357.5, 680.5], [357.5, 678.5], [356.5, 678.5], [356.5, 677.5], [355.5, 677.5], [355.5, 676.5], [348.5, 676.5], [348.5, 677.5], [347.5, 677.5], [347.5, 678.5], [346.5, 678.5], [346.5, 680.5], [345.5, 680.5], [345.5, 685.5], [343.5, 685.5], [343.5, 683.5], [342.5, 683.5], [342.5, 682.5], [341.5, 682.5], [341.5, 683.5], [340.5, 683.5], [340.5, 685.5], [339.5, 685.5], [339.5, 686.5]]},
{"id": "twm2pp", "submitted_by": "SquaredHexahedron", "name": "Bow", "description": "Bow from the animated web series Inanimate Insanity", "website": "https://www.inanimateinsanity.com", "subreddit": "/r/inanimateinsanity", "center": [68.5, 637.5], "path": [[59.5, 642.5], [59.5, 631.5], [65.5, 634.5], [70.5, 634.5], [74.5, 631.5], [76.5, 631.5], [76.5, 642.5], [59.5, 642.5]]},
{"id": "twm2ln", "submitted_by": "K4M1k4ZE_", "name": "Flag of the Dutch province Gelderland", "description": "", "website": "", "subreddit": "", "center": [1184.5, 7.5], "path": [[1177.5, 2.5], [1177.5, 12.5], [1191.5, 12.5], [1191.5, 2.5], [1177.5, 2.5]]},
{"id": "twm2lk", "submitted_by": "morningstarunicorn", "name": "Ranni the Witch", "description": "from the game Elden Ring", "website": "", "subreddit": "/r/Eldenring", "center": [1344.5, 85.5], "path": [[1357.5, 86.5], [1358.5, 87.5], [1359.5, 86.5], [1360.5, 86.5], [1360.5, 89.5], [1359.5, 89.5], [1360.5, 90.5], [1358.5, 92.5], [1357.5, 91.5], [1357.5, 92.5], [1359.5, 94.5], [1359.5, 95.5], [1359.5, 96.5], [1360.5, 97.5], [1360.5, 100.5], [1359.5, 100.5], [1360.5, 101.5], [1363.5, 104.5], [1357.5, 105.5], [1346.5, 106.5], [1346.5, 104.5], [1339.5, 104.5], [1339.5, 102.5], [1330.5, 103.5], [1330.5, 101.5], [1329.5, 101.5], [1329.5, 98.5], [1332.5, 95.5], [1331.5, 94.5], [1329.5, 94.5], [1329.5, 92.5], [1330.5, 92.5], [1331.5, 88.5], [1328.5, 87.5], [1326.5, 86.5], [1324.5, 85.5], [1324.5, 83.5], [1329.5, 79.5], [1337.5, 70.5], [1333.5, 66.5], [1329.5, 69.5], [1328.5, 68.5], [1334.5, 59.5], [1337.5, 58.5], [1343.5, 61.5], [1355.5, 72.5], [1358.5, 74.5], [1360.5, 75.5], [1363.5, 77.5], [1363.5, 79.5], [1359.5, 82.5]]},
{"id": "twm2l0", "submitted_by": "AdrianOne_1", "name": "Senzawa", "description": "Pixel art of content creator/Vtuber, Senzawa, who went inactive mid 2020.", "website": "https://www.youtube.com/c/senzawa", "subreddit": "/r/Senzawa", "center": [1856.5, 811.5], "path": [[1845.5, 792.5], [1845.5, 830.5], [1867.5, 830.5], [1867.5, 792.5], [1846.5, 792.5]]},
{"id": "twm253", "submitted_by": "cabbage-soup", "name": "Mug Moment", "description": "A popular movement started by Streamer/Youtuber Vargskelethor Joel (Vinesauce).", "website": "", "subreddit": "/r/vinesauce", "center": [669.5, 1707.5], "path": [[645.5, 1693.5], [651.5, 1687.5], [687.5, 1687.5], [693.5, 1692.5], [692.5, 1715.5], [690.5, 1719.5], [689.5, 1719.5], [689.5, 1731.5], [685.5, 1730.5], [681.5, 1729.5], [670.5, 1727.5], [664.5, 1728.5], [657.5, 1729.5], [653.5, 1729.5], [649.5, 1725.5], [648.5, 1720.5], [650.5, 1719.5], [645.5, 1716.5], [644.5, 1709.5], [645.5, 1692.5]]},
{"id": "twm22t", "submitted_by": "K4M1k4ZE_", "name": "Flag of the Dutch province Drenthe", "description": "", "website": "", "subreddit": "", "center": [1165.5, 7.5], "path": [[1158.5, 2.5], [1158.5, 12.5], [1172.5, 12.5], [1172.5, 2.5], [1158.5, 2.5]]},
@ -850,7 +843,6 @@
{"id": "twlvfz", "submitted_by": "coelecanthcannon", "name": "Logo of Lobotomy Corporation", "description": "Lobotomy Corporation is a game developed by Project Moon, a South Korean video game studio.", "website": "", "subreddit": "/r/LobotomyCorp", "center": [266.5, 1245.5], "path": [[250.5, 1225.5], [250.5, 1225.5], [282.5, 1225.5], [281.5, 1265.5], [250.5, 1265.5], [250.5, 1225.5]]},
{"id": "twlvef", "submitted_by": "FancySkunk", "name": "Muse", "description": "Depicts (from left to right) the English band Muse's logo, and the album art for each of their nine studio albums: Showbiz, Origin of Symmetry, Absolution, Black Holes and Revelations, The Resistance, The 2nd Law, Drones, Simulation Theory, and Will of the People.", "website": "https://muse.mu", "subreddit": "/r/muse", "center": [42.5, 59.5], "path": [[0.5, 55.5], [86.5, 55.5], [86.5, 62.5], [0.5, 63.5], [0.5, 55.5]]},
{"id": "twlvbt", "submitted_by": "ThyCheshireCat", "name": "Sponge", "description": "A Vinesauce meme based on a supposed 'lost Mario brother'. He has the ability to soak up all the sadness and anguish of the Mushroom Kingdom, hence his name. He has a brother named Pretzel.", "website": "https://www.youtube.com/watch?v=bsO2QjbrUCA", "subreddit": "/r/Vinesauce", "center": [129.5, 1082.5], "path": [[126.5, 1069.5], [129.5, 1069.5], [130.5, 1070.5], [131.5, 1070.5], [133.5, 1072.5], [133.5, 1075.5], [134.5, 1075.5], [135.5, 1076.5], [135.5, 1087.5], [132.5, 1087.5], [132.5, 1094.5], [133.5, 1095.5], [133.5, 1096.5], [128.5, 1096.5], [128.5, 1091.5], [126.5, 1091.5], [125.5, 1092.5], [124.5, 1091.5], [123.5, 1091.5], [123.5, 1090.5], [125.5, 1088.5], [125.5, 1085.5], [124.5, 1084.5], [124.5, 1083.5], [123.5, 1082.5], [123.5, 1081.5], [122.5, 1080.5], [122.5, 1079.5], [124.5, 1077.5], [124.5, 1075.5], [125.5, 1074.5], [125.5, 1073.5], [126.5, 1072.5], [126.5, 1069.5]]},
{"id": "twluu7", "submitted_by": "AungAlvin", "name": "Sakamoto", "description": "Sakamoto is one of the main characters from the Nichijou anime and manga.", "website": "", "subreddit": "/r/Nichijou", "center": [1454.5, 523.5], "path": [[1449.5, 511.5], [1450.5, 512.5], [1450.5, 513.5], [1451.5, 513.5], [1452.5, 513.5], [1452.5, 512.5], [1453.5, 510.5], [1454.5, 510.5], [1456.5, 510.5], [1457.5, 510.5], [1457.5, 511.5], [1458.5, 512.5], [1458.5, 519.5], [1459.5, 520.5], [1459.5, 521.5], [1460.5, 519.5], [1461.5, 518.5], [1462.5, 518.5], [1462.5, 521.5], [1461.5, 522.5], [1460.5, 523.5], [1459.5, 524.5], [1458.5, 525.5], [1458.5, 526.5], [1458.5, 527.5], [1459.5, 528.5], [1460.5, 527.5], [1461.5, 526.5], [1462.5, 527.5], [1462.5, 532.5], [1461.5, 532.5], [1461.5, 533.5], [1461.5, 535.5], [1448.5, 535.5], [1448.5, 532.5], [1449.5, 532.5], [1449.5, 528.5], [1450.5, 528.5], [1450.5, 526.5], [1450.5, 525.5], [1449.5, 525.5], [1449.5, 524.5], [1448.5, 524.5], [1448.5, 523.5], [1447.5, 523.5], [1447.5, 522.5], [1447.5, 521.5], [1447.5, 521.5], [1446.5, 520.5], [1445.5, 519.5], [1446.5, 518.5], [1447.5, 517.5], [1447.5, 516.5], [1448.5, 515.5], [1448.5, 512.5], [1449.5, 511.5], [1450.5, 513.5]]},
{"id": "twlut2", "submitted_by": "seven_seven", "name": "MrMouton", "description": "Twitch variety (and League) gaming streamer.", "website": "https://www.twitch.tv/mrmouton", "subreddit": "/r/MrMouton", "center": [194.5, 109.5], "path": [[180.5, 97.5], [207.5, 97.5], [207.5, 121.5], [180.5, 121.5]]},
{"id": "twlupf", "submitted_by": "f5xs_0000b", "name": "Roxy Migurdia", "description": "The mentor of Rudeus Greyrat in the anime Mushoku Tensei: Jobless Reincarnation.", "website": "https://myanimelist.net/anime/39535/Mushoku_Tensei__Isekai_Ittara_Honki_Dasu", "subreddit": "/r/mushokutensei", "center": [1865.5, 703.5], "path": [[1840.5, 691.5], [1891.5, 691.5], [1891.5, 694.5], [1890.5, 694.5], [1890.5, 715.5], [1839.5, 715.5], [1839.5, 706.5], [1840.5, 706.5]]},
{"id": "twlufp", "submitted_by": "Castmaker", "name": "Rembrandt's The Night Watch", "description": "The Night Watch (Dutch: De Nachtwacht), is a 1642 painting by Rembrandt van Rijn. It is in the collection of the Amsterdam Museum but is prominently displayed in the Rijksmuseum as the best-known painting in its collection. The Night Watch is one of the most famous Dutch Golden Age paintings.", "website": "", "subreddit": "/r/PlaceNL", "center": [627.5, 1898.5], "path": [[538.5, 1849.5], [715.5, 1849.5], [715.5, 1948.5], [538.5, 1947.5]]},
@ -869,7 +861,7 @@
{"id": "twlqk5", "submitted_by": "pseudobans", "name": "Boston University and Citgo Sign", "description": "Boston University and it's mascot, Rhett. Accompanied by the Boston Citgo Sign.", "website": "https://www.reddit.com/r/BostonU/", "subreddit": "/r/BostonU", "center": [1579.5, 345.5], "path": [[1606.5, 336.5], [1552.5, 336.5], [1552.5, 353.5], [1606.5, 353.5]]},
{"id": "twlqeh", "submitted_by": "Plotlo1019", "name": "Chloe", "description": "An OC created by SrGrafo.", "website": "https://www.srgrafo.com/", "subreddit": "/r/Chloe", "center": [1954.5, 254.5], "path": [[1940.5, 269.5], [1968.5, 269.5], [1968.5, 239.5], [1940.5, 239.5]]},
{"id": "twlq8d", "submitted_by": "h_h_gregg", "name": "Rain World (Initial Location)", "description": "Rain World is a 2017 video game made by the indie studio Videocult. This location displays (from top to bottom) the game's title, the Hunter slugcat (one of the game's playable characters), the game's Blue Fruit food item, karma glyphs, and a green Neuron Fly.", "website": "https://rainworldgame.com/", "subreddit": "/r/rainworld", "center": [343.5, 936.5], "path": [[367.5, 960.5], [329.5, 960.5], [328.5, 917.5], [367.5, 917.5], [361.5, 923.5], [359.5, 926.5], [359.5, 928.5], [364.5, 924.5], [367.5, 924.5], [365.5, 926.5], [365.5, 927.5], [363.5, 929.5], [363.5, 930.5], [361.5, 932.5], [361.5, 933.5], [359.5, 935.5], [359.5, 936.5], [357.5, 938.5], [357.5, 939.5], [355.5, 941.5], [355.5, 942.5], [353.5, 944.5], [353.5, 945.5], [353.5, 946.5], [352.5, 947.5], [352.5, 948.5], [350.5, 950.5], [350.5, 951.5], [345.5, 955.5], [345.5, 959.5]]},
{"id": "twlpu7", "submitted_by": "Schmittez", "name": "Captain Sparklez Logo", "description": "The logo for Youtuber CaptainSparklez.", "website": "https://www.youtube.com/c/CaptainSparklez", "subreddit": "/r/CaptainSparklez", "center": [668.5, 1809.5], "path": [[659.5, 1800.5], [676.5, 1800.5], [676.5, 1817.5], [659.5, 1817.5]]},
{"id": "twlpu7", "submitted_by": "Schmittez", "name": "Captain Sparklez Logo (Covered)", "description": "The logo for Youtuber CaptainSparklez.", "website": "https://www.youtube.com/c/CaptainSparklez", "subreddit": "/r/CaptainSparklez", "center": [668.5, 1809.5], "path": [[659.5, 1800.5], [676.5, 1800.5], [676.5, 1817.5], [659.5, 1817.5]]},
{"id": "twlpts", "submitted_by": "MemoryAggravating694", "name": "ELO", "description": "The main Logo for the band: Electronic Light Orchestra founded in 1970", "website": "", "subreddit": "/r/ELO", "center": [977.5, 1845.5], "path": [[976.5, 1860.5], [970.5, 1860.5], [961.5, 1851.5], [962.5, 1838.5], [971.5, 1830.5], [984.5, 1830.5], [992.5, 1840.5], [993.5, 1852.5], [985.5, 1860.5]]},
{"id": "twlp49", "submitted_by": "FancySkunk", "name": "RuneLite", "description": "Logo for the RuneLite client, the most popular third-party client for Old School Runescape", "website": "https://runelite.net/", "subreddit": "/r/2007scape", "center": [693.5, 1985.5], "path": [[680.5, 1974.5], [706.5, 1974.5], [706.5, 1996.5], [680.5, 1997.5], [680.5, 1974.5]]},
{"id": "twlomc", "submitted_by": "VermillionOcean", "name": "Kaname Madoka", "description": "Main character of the anime Puella Magi Madoka MAgica", "website": "https://discord.gg/madoka", "subreddit": "/r/MadokaMagica", "center": [1242.5, 883.5], "path": [[1234.5, 893.5], [1226.5, 884.5], [1226.5, 880.5], [1227.5, 879.5], [1227.5, 870.5], [1254.5, 870.5], [1257.5, 877.5], [1257.5, 882.5], [1247.5, 900.5], [1238.5, 900.5], [1235.5, 894.5]]},
@ -902,7 +894,7 @@
{"id": "twljfh", "submitted_by": "yaboimankeez", "name": "xQc Cow", "description": "This cute little cow was built by xQc and his viewers after they made his Winston logo, and it was the first xQc-led project that remained to the end. The cow itself was a design proposed by Felix, but this project is unique in that the rest of the features (grass, flowers, tree, sky, clouds, rainbow and gold pot) are all his viewer's doing and were not made with an overlay. xQcL!", "website": "", "subreddit": "", "center": [1236.5, 1752.5], "path": [[1165.5, 1786.5], [1181.5, 1790.5], [1186.5, 1793.5], [1193.5, 1800.5], [1199.5, 1806.5], [1202.5, 1806.5], [1207.5, 1803.5], [1213.5, 1807.5], [1215.5, 1815.5], [1224.5, 1816.5], [1236.5, 1816.5], [1257.5, 1814.5], [1258.5, 1810.5], [1255.5, 1810.5], [1254.5, 1794.5], [1257.5, 1790.5], [1264.5, 1789.5], [1271.5, 1791.5], [1272.5, 1795.5], [1271.5, 1807.5], [1280.5, 1803.5], [1280.5, 1798.5], [1285.5, 1793.5], [1291.5, 1786.5], [1296.5, 1785.5], [1296.5, 1779.5], [1296.5, 1766.5], [1298.5, 1763.5], [1299.5, 1753.5], [1299.5, 1698.5], [1191.5, 1697.5], [1191.5, 1708.5], [1190.5, 1709.5], [1185.5, 1712.5], [1179.5, 1712.5], [1177.5, 1714.5], [1178.5, 1718.5], [1181.5, 1721.5], [1182.5, 1721.5], [1182.5, 1725.5], [1180.5, 1726.5], [1179.5, 1732.5], [1182.5, 1735.5], [1183.5, 1737.5], [1183.5, 1741.5], [1180.5, 1740.5], [1167.5, 1741.5], [1166.5, 1758.5], [1175.5, 1759.5], [1175.5, 1766.5], [1177.5, 1770.5], [1177.5, 1773.5], [1175.5, 1777.5], [1172.5, 1779.5], [1167.5, 1778.5], [1165.5, 1778.5], [1165.5, 1778.5]]},
{"id": "twlj8d", "submitted_by": "Ericbazinga", "name": "Kanto Starter Pokemon", "description": "From left to right- The water-type Squirtle, the fire-type Charmander, and the grass-type Bulbasaur. The three Pokemon are tied for most popular starter of their generation.", "website": "", "subreddit": "/r/pokemon", "center": [1845.5, 9.5], "path": [[1878.5, 0.5], [1879.5, 17.5], [1879.5, 18.5], [1813.5, 19.5], [1813.5, 0.5]]},
{"id": "twlj2p", "submitted_by": "noobykongo", "name": "Super Auto Pets Turtle", "description": "The artwork for the Turtle unit in the auto battler Super Auto Pets by Teamwood Games", "website": "", "subreddit": "/r/superautopets", "center": [258.5, 978.5], "path": [[258.5, 968.5], [266.5, 968.5], [269.5, 978.5], [265.5, 981.5], [267.5, 984.5], [267.5, 987.5], [263.5, 987.5], [263.5, 985.5], [260.5, 985.5], [260.5, 987.5], [255.5, 987.5], [255.5, 984.5], [253.5, 984.5], [253.5, 987.5], [248.5, 987.5], [248.5, 983.5], [245.5, 980.5], [246.5, 974.5], [248.5, 972.5], [252.5, 972.5], [254.5, 974.5], [255.5, 974.5], [258.5, 969.5], [266.5, 968.5], [267.5, 969.5]]},
{"id": "twlj1s", "submitted_by": "sinfjr", "name": "Neoliberalism", "description": "A banner dedicated to the ideology of Neoliberalism, that advocates for liberalism, free trade, open borders, and internationalism. Inside the banner are the Pride Flag, a Globe wearing glasses as the symbol for Neoliberalism, the logo of NATO, F-35-chan from Flight Highschool, and Trans Pride Flag.", "website": "https://neoliberalproject.org/", "subreddit": "/r/neoliberal", "center": [846.5, 114.5], "path": [[799.5, 99.5], [893.5, 99.5], [893.5, 129.5], [799.5, 129.5], [799.5, 99.5]]},
{"id": "twlj1s", "submitted_by": "tocarnabuci", "name": "Operation Rochambeau: NL-NCD", "description": "A cooperative banner between users of the Neoliberal and NCD subreddits. Neoliberalism is an ideology that advocates for liberalism, free trade, open borders, and globalism, while r/NonCredibleDefense focuses on 'Defense-Themed Shitposting.' Inside the banner are pride flags, the Neoliberal globe, F-35-chan from Flight Highschool, and the NATO flag.", "website": "https://neoliberalproject.org/", "subreddit": "/r/neoliberal, /r/NonCredibleDefense", "center": [846.5, 114.5], "path": [[799.5, 99.5], [893.5, 99.5], [893.5, 129.5], [799.5, 129.5], [799.5, 99.5]]},
{"id": "twli7l", "submitted_by": "MrDarKoffee", "name": "Ratge", "description": "Reconstruction of Ratge after being destroyed", "website": "", "subreddit": "", "center": [1677.5, 999.5], "path": [[1646.5, 956.5], [1708.5, 957.5], [1708.5, 1042.5], [1646.5, 1042.5]]},
{"id": "twli2j", "submitted_by": "MemoryAggravating694", "name": "My Beautiful Dark Twisted Fantasy", "description": "Depicts the album My Beautiful Dark Twisted Fantasy, released in 2010 by Kanye West", "website": "", "subreddit": "/r/kanye", "center": [1789.5, 998.5], "path": [[1779.5, 1007.5], [1779.5, 988.5], [1799.5, 988.5], [1799.5, 1009.5]]},
{"id": "twlhuj", "submitted_by": "HijoDeFootspa", "name": "Snoo mascot", "description": "Snoo of r/Philippines wearing a salakot and barong tagalog", "website": "", "subreddit": "/r/Philippines", "center": [332.5, 664.5], "path": [[337.5, 648.5], [334.5, 648.5], [334.5, 650.5], [332.5, 650.5], [332.5, 653.5], [330.5, 653.5], [330.5, 654.5], [329.5, 654.5], [329.5, 655.5], [328.5, 655.5], [328.5, 656.5], [327.5, 656.5], [327.5, 657.5], [326.5, 657.5], [326.5, 658.5], [325.5, 658.5], [325.5, 659.5], [324.5, 659.5], [324.5, 660.5], [323.5, 660.5], [323.5, 661.5], [324.5, 661.5], [324.5, 662.5], [325.5, 662.5], [325.5, 663.5], [325.5, 664.5], [326.5, 664.5], [326.5, 665.5], [326.5, 666.5], [327.5, 666.5], [327.5, 673.5], [329.5, 673.5], [329.5, 677.5], [328.5, 677.5], [331.5, 677.5], [331.5, 674.5], [333.5, 674.5], [333.5, 677.5], [336.5, 677.5], [335.5, 677.5], [335.5, 673.5], [337.5, 673.5], [337.5, 666.5], [338.5, 666.5], [338.5, 664.5], [339.5, 664.5], [339.5, 662.5], [340.5, 662.5], [340.5, 661.5], [341.5, 661.5], [341.5, 660.5], [340.5, 660.5], [340.5, 659.5], [339.5, 659.5], [339.5, 658.5], [338.5, 658.5], [338.5, 657.5], [337.5, 657.5], [337.5, 656.5], [336.5, 656.5], [336.5, 655.5], [335.5, 655.5], [335.5, 654.5], [334.5, 654.5], [334.5, 653.5], [333.5, 653.5], [332.5, 653.5], [332.5, 650.5], [334.5, 650.5], [334.5, 651.5], [337.5, 651.5]]},
@ -1004,7 +996,7 @@
{"id": "000467", "name": "MechWarrior Timber Wolf (Mad Cat)", "description": "A depiction of a Timber Wolf (Mad Cat) from MechWarrior and BattleTech.\n\nBased on the .exe icon for MechWarrior 3, and the explosion background on the MechWarrior 2 box art.", "website": "", "subreddit": "/r/MechWarrior", "center": [1348.5, 533.5], "path": [[1339.5, 522.5], [1339.5, 543.5], [1357.5, 543.5], [1357.5, 522.5]]},
{"id": "000469", "name": "Modrinth", "description": "The logo for Modrinth, the open source modding platform.", "website": "https://modrinth.com", "subreddit": "", "center": [730.5, 642.5], "path": [[727.5, 646.5], [727.5, 645.5], [726.5, 645.5], [726.5, 644.5], [725.5, 644.5], [725.5, 639.5], [726.5, 639.5], [726.5, 638.5], [727.5, 638.5], [727.5, 637.5], [732.5, 637.5], [732.5, 638.5], [733.5, 638.5], [733.5, 639.5], [734.5, 639.5], [734.5, 644.5], [733.5, 644.5], [733.5, 645.5], [732.5, 645.5], [732.5, 646.5], [727.5, 646.5]]},
{"id": "000470", "name": "Gem Galaxies", "description": "Gem Galaxies is a game on ROBLOX inspired by Steven Universe that is dedicated to roleplaying: the symbol that was created is of their diamond insignia.", "website": "https://www.roblox.com/games/273326777/Gem-Galaxies", "subreddit": "", "center": [1255.5, 897.5], "path": [[1255.5, 891.5], [1250.5, 898.5], [1251.5, 899.5], [1255.5, 900.5], [1261.5, 899.5], [1256.5, 892.5]]},
{"id": "000471", "name": "Rocket League", "description": "Rocket League is a vehicular soccer video game developed and published by Psyonix.", "website": "https://www.rocketleague.com/", "subreddit": "/r/rocketleague", "center": [1386.5, 532.5], "path": [[1358.5, 508.5], [1360.5, 506.5], [1363.5, 505.5], [1396.5, 505.5], [1406.5, 505.5], [1406.5, 507.5], [1413.5, 507.5], [1413.5, 510.5], [1414.5, 512.5], [1414.5, 540.5], [1424.5, 540.5], [1424.5, 555.5], [1393.5, 555.5], [1393.5, 557.5], [1389.5, 560.5], [1384.5, 560.5], [1378.5, 556.5], [1369.5, 548.5], [1363.5, 537.5], [1359.5, 527.5], [1358.5, 520.5]]},
{"id": "000471", "name": "Rocket League", "description": "Rocket League is a vehicular soccer video game developed and published by Psyonix. This Rocket League logo was planned and led by the RL Creator called RyanGoldfish.", "website": "https://www.rocketleague.com/", "subreddit": "/r/rocketleague", "center": [1386.5, 532.5], "path": [[1358.5, 508.5], [1360.5, 506.5], [1363.5, 505.5], [1396.5, 505.5], [1406.5, 505.5], [1406.5, 507.5], [1413.5, 507.5], [1413.5, 510.5], [1414.5, 512.5], [1414.5, 540.5], [1424.5, 540.5], [1424.5, 555.5], [1393.5, 555.5], [1393.5, 557.5], [1389.5, 560.5], [1384.5, 560.5], [1378.5, 556.5], [1369.5, 548.5], [1363.5, 537.5], [1359.5, 527.5], [1358.5, 520.5]]},
{"id": "84150e", "name": "Fate/Grand Order", "description": "The representative App Icon for r/Grandorder, made in collaboration with the United Gacha Alliance", "website": "https://fate-go.us/news/", "subreddit": "/r/grandorder", "center": [1650.5, 1785.5], "path": [[1625.5, 1761.5], [1625.5, 1761.5], [1674.5, 1761.5], [1674.5, 1810.5], [1626.5, 1810.5], [1625.5, 1783.5]]},
{"id": "2e9af3", "name": "Gudako", "description": "A main character from the manga series `Learn with Manga! FGO`.\n \nThe manga is a spinoff from the game Fate/Grand Order (FGO for short) and Gudako is the chibified version of the female MC in Fate/Grand Order, Ritsuka Fujimaru.", "website": "https://fate-go.us/manga_fgo/", "subreddit": "/r/grandorder", "center": [1451.5, 404.5], "path": [[1475.5, 381.5], [1475.5, 384.5], [1473.5, 385.5], [1472.5, 387.5], [1471.5, 389.5], [1471.5, 388.5], [1470.5, 386.5], [1467.5, 385.5], [1466.5, 384.5], [1461.5, 384.5], [1457.5, 383.5], [1447.5, 382.5], [1446.5, 376.5], [1437.5, 378.5], [1437.5, 381.5], [1430.5, 381.5], [1423.5, 380.5], [1423.5, 426.5], [1446.5, 426.5], [1446.5, 428.5], [1446.5, 429.5], [1446.5, 430.5], [1453.5, 430.5], [1453.5, 429.5], [1454.5, 429.5], [1454.5, 427.5], [1465.5, 427.5], [1465.5, 429.5], [1466.5, 429.5], [1466.5, 430.5], [1473.5, 430.5], [1473.5, 429.5], [1474.5, 429.5], [1474.5, 426.5], [1479.5, 426.5], [1479.5, 416.5], [1480.5, 416.5], [1480.5, 415.5], [1481.5, 415.5], [1481.5, 400.5], [1480.5, 400.5], [1480.5, 397.5], [1479.5, 397.5], [1478.5, 396.5], [1478.5, 394.5], [1477.5, 394.5], [1477.5, 392.5], [1481.5, 388.5], [1481.5, 381.5], [1479.5, 382.5], [1479.5, 380.5], [1476.5, 380.5]]},
{"id": "0480d3", "name": "BB", "description": "Devilish kouhai and main antagonist from Fate/Extra CCC. As a Moon Cancer, she increased her powers by encroaching in the supercomputer Mooncell. This time she decided to be tame and befriend her surroundings, only fighting to keep her nose in place.", "website": "https://fate-go.us/", "subreddit": "/r/grandorder", "center": [178.5, 786.5], "path": [[162.5, 804.5], [160.5, 802.5], [158.5, 802.5], [157.5, 801.5], [157.5, 800.5], [156.5, 799.5], [156.5, 798.5], [155.5, 797.5], [155.5, 793.5], [154.5, 792.5], [154.5, 783.5], [155.5, 782.5], [155.5, 779.5], [156.5, 778.5], [156.5, 777.5], [157.5, 776.5], [157.5, 775.5], [158.5, 774.5], [158.5, 773.5], [163.5, 768.5], [164.5, 768.5], [165.5, 767.5], [166.5, 767.5], [167.5, 766.5], [168.5, 766.5], [169.5, 765.5], [182.5, 765.5], [183.5, 766.5], [185.5, 766.5], [186.5, 767.5], [187.5, 767.5], [188.5, 768.5], [189.5, 768.5], [195.5, 774.5], [200.5, 774.5], [202.5, 776.5], [202.5, 777.5], [201.5, 778.5], [199.5, 779.5], [197.5, 781.5], [197.5, 784.5], [202.5, 789.5], [202.5, 795.5], [207.5, 798.5], [206.5, 800.5], [205.5, 804.5], [162.5, 804.5]]},
@ -1032,9 +1024,10 @@
{"id": "twrs1a", "submitted_by": "Dartzinho_V", "name": "r/vexillology flag", "description": "The flag/subreddit icon of r/vexillology, a subreddit for those who enjoy learning about flags, the history behind them, and their design characteristics.", "website": "https://www.reddit.com/r/vexillology/", "subreddit": "/r/vexillology", "center": [1341.5, 666.5], "path": [[1333.5, 661.5], [1348.5, 661.5], [1348.5, 671.5], [1333.5, 671.5], [1333.5, 661.5]]},
{"id": "twrs0x", "submitted_by": "SushiSience", "name": "Dirtybiologistan", "description": "Dirtybiologistan, Democratic Republic of Dirtybiology, or more rarely dirty-country, is a micronation created by the French youtuber L\u00e9o Grasset (aka Dirtybiology). The goal of this micronation is explained on a video of his channel how the creation of a country is done.", "website": "https://dirtybiologistan.fandom.com/fr/wiki/Dirtybiologistan", "subreddit": "//r/dirtybiology", "center": [1425.5, 726.5], "path": [[1420.5, 705.5], [1424.5, 705.5], [1431.5, 705.5], [1435.5, 706.5], [1437.5, 708.5], [1440.5, 709.5], [1442.5, 718.5], [1443.5, 738.5], [1442.5, 744.5], [1418.5, 746.5], [1414.5, 742.5], [1413.5, 740.5], [1410.5, 742.5], [1408.5, 740.5], [1407.5, 737.5], [1407.5, 733.5], [1404.5, 732.5], [1403.5, 731.5], [1403.5, 724.5], [1411.5, 723.5], [1411.5, 721.5], [1411.5, 718.5], [1413.5, 714.5], [1414.5, 712.5], [1416.5, 709.5], [1416.5, 706.5], [1417.5, 705.5], [1419.5, 705.5], [1424.5, 705.5]]},
{"id": "twrrvg", "submitted_by": "Yuanls", "name": "Imperial College London", "description": "The blue emblem of Imperial College London, above which rests the Central Library, the Queen's Tower and Queen's Lawn.", "website": "https://imperial.ac.uk", "subreddit": "/r/Imperial", "center": [531.5, 1448.5], "path": [[525.5, 1435.5], [525.5, 1447.5], [524.5, 1447.5], [524.5, 1460.5], [537.5, 1460.5], [537.5, 1433.5], [536.5, 1433.5], [535.5, 1432.5], [535.5, 1431.5], [535.5, 1432.5], [534.5, 1433.5], [533.5, 1434.5], [533.5, 1439.5], [529.5, 1439.5], [529.5, 1435.5], [529.5, 1435.5], [529.5, 1435.5], [529.5, 1435.5]]},
{"id": "twrrav", "submitted_by": "IenjoyPineapplepizza", "name": "NLAW", "description": "The Next generation Light Anti-tank Weapon (NLAW). Lightweight shoulder fired anti tank missile launcher.", "website": "", "subreddit": "/r/noncredibledefense, /r/neoliberal", "center": [837.5, 134.5], "path": [[829.5, 131.5], [845.5, 131.5], [845.5, 136.5], [829.5, 136.5]]},
{"id": "twrrav", "submitted_by": "IenjoyPineapplepizza", "name": "NLAW", "description": "The Next generation Light Anti-tank Weapon (NLAW). Lightweight shoulder-fired Anti-Tank guided missile, notably provided to Ukraine by the United Kingdom during the 2022 Russian invasion.", "website": "", "subreddit": "/r/NonCredibleDefense, /r/neoliberal, /r/Enough_Sanders_Spam", "center": [837.5, 134.5], "path": [[829.5, 131.5], [845.5, 131.5], [845.5, 136.5], [829.5, 136.5]]},
{"id": "twrr46", "submitted_by": "KrumpleTrash", "name": "Tommyinnit", "description": "is an English gaming YouTuber and Twitch streamer known for his Minecraft-related streams and videos, most notably his collaborations with YouTubers and streamers!nYou should totally buy his merch", "website": "https://tommyinnit.store", "subreddit": "/r/Tommyinnit", "center": [233.5, 978.5], "path": [[221.5, 965.5], [221.5, 990.5], [244.5, 990.5], [244.5, 965.5], [221.5, 965.5]]},
{"id": "twhgl7", "name": "Missing Texture", "description": "r/place forgot to install CS:S textures\n\nA contribution to the Source Engine, and all the communities related, like TF2Maps (source of idea), Half Life, etc...\n\nThis lattice represent the lack of texture in the game, and the ERROR represents the lack of prop model.", "website": "", "subreddit": "", "center": [1789.5, 229.5], "path": [[1772.5, 206.5], [1805.5, 206.5], [1805.5, 240.5], [1813.5, 240.5], [1806.5, 251.5], [1804.5, 252.5], [1805.5, 252.5], [1772.5, 252.5], [1772.5, 206.5]]},
{"id": "twhowu","name":"dbrand","description":"dbrand logo and dorito, part of the Central Alliance","website":"https://dbrand.com","subreddit":"/r/dbrand","center":[561.5,948.5],"path":[[551.5,960.5],[551.5,934.5],[564.5,934.5],[564.5,936.5],[572.5,941.5],[572.5,960.5]]},
{"id": "twrr1t", "submitted_by": "Tetlo", "name": "Falcone and Borsellino", "description": "A memorial for the 2 historical judges who fought against the mafia", "website": "", "subreddit": "", "center": [823.5, 223.5], "path": [[781.5, 248.5], [864.5, 247.5], [864.5, 199.5], [782.5, 199.5]]},
{"id": "twrqzc", "submitted_by": "CalmCollectedOmega", "name": "The Sex Cult Logo", "description": "Not an actual Sex Cult, but it's a Logo of a friend group that went through a lot of stuff just to be on the map.", "website": "", "subreddit": "", "center": [544.5, 1822.5], "path": [[539.5, 1816.5], [548.5, 1816.5], [548.5, 1827.5], [539.5, 1827.5], [539.5, 1816.5]]},
{"id": "twrqz6", "submitted_by": "eXernox", "name": "Overwatch (2) logo", "description": "Symbol representing Overwatch/ Overwach 2 FPS video game from Blizzard Entertainment", "website": "", "subreddit": "/r/PlayOverwatch", "center": [701.5, 284.5], "path": [[696.5, 275.5], [689.5, 282.5], [689.5, 288.5], [696.5, 295.5], [702.5, 295.5], [709.5, 288.5], [711.5, 283.5], [714.5, 283.5], [714.5, 275.5], [696.5, 275.5]]},
@ -1045,7 +1038,6 @@
{"id": "twrql4", "submitted_by": "TurqoBlur", "name": "TRIA.Os", "description": "TRIA.Os is a Roblox platforming game made in January 2021.", "website": "", "subreddit": "", "center": [600.5, 961.5], "path": [[593.5, 948.5], [593.5, 974.5], [607.5, 974.5], [607.5, 964.5], [608.5, 964.5], [608.5, 960.5], [609.5, 960.5], [609.5, 954.5], [609.5, 952.5], [608.5, 952.5], [608.5, 951.5], [607.5, 951.5], [607.5, 948.5], [600.5, 948.5]]},
{"id": "twrqi6", "submitted_by": "Fun-Ad3561", "name": "Planetside 2", "description": "Planetside 2 is a free-to-play massively multiplayer online first-person shooter released in 2012.", "website": "https://www.planetside2.com/home", "subreddit": "/r/Planetside", "center": [1881.5, 905.5], "path": [[1869.5, 893.5], [1869.5, 916.5], [1892.5, 916.5], [1892.5, 893.5], [1869.5, 893.5]]},
{"id": "twrqhj", "submitted_by": "HobbylosUwU", "name": "Dream Fanart", "description": "Dream is a pseudonym of an American YouTuber and Twitch streamer who is known primarily for creating Minecraft content.nnDream gained substantial popularity in 2019 and 2020 having uploaded videos based around the game Minecraft. He is well known for his YouTube series Minecraft Manhunt and his speedruns of Minecraft.Content created in his Dream SMP Minecraft server has also attracted considerable attention.[6] As of January 26, 2022, his seven YouTube channels have collectively reached over 39 million subscribers and over 2.9 billion total views. YouTube awarded Dream the Streamy Award for Gaming in 2020 and 2021.", "website": "https://www.youtube.com/c/dream", "subreddit": "/r/dreamwastaken", "center": [162.5, 1049.5], "path": [[136.5, 1015.5], [189.5, 1015.5], [188.5, 1084.5], [136.5, 1084.5]]},
{"id": "twrqc0", "submitted_by": "BlupMcBubbles", "name": "Jupiler Bull", "description": "The logo of the best known and most popular Belgian beer : Jupiler. Also the official sponsor of the national football team, namely the Red Devils, and of the whole Belgian football league!", "website": "https://www.proleague.be/fr/jpl", "subreddit": "", "center": [1308.5, 1346.5], "path": [[1291.5, 1326.5], [1325.5, 1326.5], [1323.5, 1368.5], [1291.5, 1366.5]]},
{"id": "twrq9w", "submitted_by": "Greenthy", "name": "Jelledot", "description": "twitch streamer", "website": "https://www.twitch.tv/jelledot", "subreddit": "", "center": [1958.5, 748.5], "path": [[1954.5, 745.5], [1961.5, 745.5], [1961.5, 751.5], [1954.5, 751.5]]},
{"id": "twrq66", "submitted_by": "ReloadedMichi", "name": "Grundgesetz", "description": "The German constitution", "website": "", "subreddit": "/r/placeDE", "center": [1681.5, 1145.5], "path": [[1670.5, 1127.5], [1691.5, 1127.5], [1691.5, 1163.5], [1670.5, 1163.5]]},
{"id": "twrq52", "submitted_by": "Rat_Skull", "name": "Romanian Flag", "description": "Hiding From The Poles", "website": "", "subreddit": "/r/Romania", "center": [1824.5, 133.5], "path": [[1819.5, 129.5], [1819.5, 136.5], [1828.5, 136.5], [1828.5, 129.5], [1819.5, 129.5], [1819.5, 129.5], [1819.5, 129.5], [1819.5, 129.5], [1819.5, 136.5]]},
@ -1189,7 +1181,7 @@
{"id": "twr9w6", "submitted_by": "XDFloody", "name": "Scoresaber", "description": "ScoreSaber is Beat Saber's largest leaderboard system for custom songs, hosting 60 million scores across 170,000 leaderboards, with more than 1 million users worldwide.", "website": "https://scoresaber.com/", "subreddit": "/r/ScoreSaber", "center": [240.5, 7.5], "path": [[233.5, 0.5], [233.5, 13.5], [247.5, 13.5], [247.5, 0.5]]},
{"id": "twr9pq", "submitted_by": "GaymerQWQ", "name": "OMORI Taskbar", "description": "The icon for the indie psychological horror game OMORI.", "website": "https://www.omori-game.com/en", "subreddit": "/r/OMORI", "center": [920.5, 1986.5], "path": [[910.5, 1998.5], [930.5, 1998.5], [930.5, 1973.5], [910.5, 1973.5]]},
{"id": "twr9bv", "submitted_by": "Sarinyann", "name": "Purple Guy", "description": "It's been so long since the last you've seen your son", "website": "", "subreddit": "", "center": [1909.5, 284.5], "path": [[1901.5, 275.5], [1901.5, 293.5], [1916.5, 293.5], [1916.5, 275.5], [1901.5, 275.5]]},
{"id": "twr97y", "submitted_by": "Cowman72", "name": "Land Value Tax", "description": "\u201cJust Tax Land Lol. LVT\u201dnnLand Value Taxation is a method of raising public revenue by means of an annual charge on the rental value of land.nnAlthough described as a tax, it is not really a tax at all, but a payment for benefits received.nnProperly applied, Land Value Tax supports a whole range of social and economic initiatives, including housing, transport and other infrastructural investments.nnThe LVT project on r/place was created by the r/Georgism community in association with NCD and the Neoliberals.", "website": "", "subreddit": "/r/Georgism", "center": [846.5, 94.5], "path": [[893.5, 89.5], [799.5, 89.5], [799.5, 99.5], [893.5, 99.5]]},
{"id": "twr97y", "submitted_by": "Cowman72", "name": "Land Value Tax", "description": "Just Tax Land Lol. LVT: Land Value Taxation is a method of raising public revenue by means of an annual charge on the rental value of land. Although described as a tax, it is not really a tax at all, but a payment for benefits received. Properly applied, Land Value Tax supports a whole range of social and economic initiatives, including housing, transport and other infrastructural investments. The LVT project on r/place was created by the r/Georgism community in association with NCD and the Neoliberals.", "website": "", "subreddit": "/r/Georgism", "center": [846.5, 94.5], "path": [[893.5, 89.5], [799.5, 89.5], [799.5, 99.5], [893.5, 99.5]]},
{"id": "twr947", "submitted_by": "Exynth1a", "name": "The First Hand", "description": "A hand, made by streamers Elraenn and Por\u00e7ay, modeled after a real life, ancient hand stencil. It is supposed to represent humanity thriving despite the darkness and death around it.", "website": "https://www.twitch.tv/elraenn, https://www.youtube.com/channel/UCUpMmEDtYEoZxYYRa_gh5eQ/videos, https://www.reddit.com/r/place/comments/twcbut/were_trying_to_recreate_one_of_the_first_art/", "subreddit": "", "center": [1036.5, 1478.5], "path": [[1036.5, 1403.5], [1014.5, 1410.5], [988.5, 1423.5], [984.5, 1440.5], [988.5, 1470.5], [995.5, 1495.5], [1007.5, 1533.5], [1025.5, 1560.5], [1047.5, 1570.5], [1065.5, 1543.5], [1079.5, 1516.5], [1084.5, 1468.5], [1082.5, 1435.5], [1071.5, 1419.5], [1054.5, 1408.5], [1036.5, 1402.5]]},
{"id": "twr92j", "submitted_by": "Maksiwood", "name": "YNWA", "description": "The YNWA, motto of Liverpool FC, was made here in Collaboration with Borussia Dortmund, because both clubs were/are under managment of the Legendary Jurgen Klopp.", "website": "", "subreddit": "/r/LiverpoolFC", "center": [1595.5, 1575.5], "path": [[1608.5, 1579.5], [1608.5, 1571.5], [1581.5, 1572.5], [1582.5, 1579.5], [1608.5, 1579.5]]},
{"id": "twr91j", "submitted_by": "NicoEokat", "name": "Flo and Nico in Canary", "description": "We wanted to represent our canarian life as french without putting french flag again", "website": "https://www.youtube.com/watch?v=eSUKpa1Viq0&ab_channel=NicoJo", "subreddit": "", "center": [24.5, 68.5], "path": [[23.5, 66.5], [24.5, 68.5], [22.5, 63.5], [35.5, 64.5], [34.5, 73.5], [13.5, 73.5], [13.5, 64.5], [21.5, 64.5], [22.5, 63.5], [28.5, 63.5], [30.5, 64.5]]},
@ -1209,7 +1201,6 @@
{"id": "twr74y", "submitted_by": "iemand02", "name": "Delft university of technology", "description": "The oldest and largest technical university in the Netherlands. A collaboration between r/TUDelft and r/PlaceNL", "website": "https://www.tudelft.nl/", "subreddit": "/r/TUDelft", "center": [1912.5, 47.5], "path": [[1894.5, 35.5], [1895.5, 37.5], [1895.5, 53.5], [1936.5, 53.5], [1936.5, 44.5], [1905.5, 44.5], [1905.5, 35.5], [1894.5, 35.5]]},
{"id": "twr71f", "submitted_by": "ZexRon", "name": "Lea from CrossCode", "description": "The main protagonist of the action role-playing game CrossCode released in 2018.", "website": "http://cross-code.com", "subreddit": "/r/CrossCode", "center": [898.5, 264.5], "path": [[889.5, 254.5], [879.5, 254.5], [879.5, 262.5], [892.5, 262.5], [893.5, 263.5], [893.5, 264.5], [895.5, 266.5], [893.5, 268.5], [893.5, 270.5], [892.5, 270.5], [892.5, 273.5], [893.5, 273.5], [894.5, 274.5], [895.5, 273.5], [896.5, 274.5], [896.5, 275.5], [897.5, 275.5], [897.5, 278.5], [896.5, 279.5], [896.5, 281.5], [906.5, 281.5], [906.5, 279.5], [905.5, 278.5], [905.5, 275.5], [906.5, 274.5], [907.5, 273.5], [908.5, 274.5], [909.5, 273.5], [910.5, 272.5], [910.5, 270.5], [909.5, 269.5], [909.5, 268.5], [908.5, 267.5], [907.5, 266.5], [908.5, 265.5], [909.5, 264.5], [909.5, 263.5], [910.5, 262.5], [910.5, 257.5], [911.5, 257.5], [911.5, 254.5], [909.5, 254.5], [907.5, 252.5], [896.5, 252.5], [894.5, 254.5], [891.5, 254.5], [891.5, 257.5], [892.5, 257.5], [892.5, 259.5], [891.5, 260.5], [889.5, 258.5]]},
{"id": "twr6z3", "submitted_by": "WackyPinion", "name": "Kuchipatchi", "description": "A sprite of the character Kuchipatchi, from the Tamagotchi series of virtual pet toys. Besides him are a heart icon, indicating he's happy, and also a poop.", "website": "https://tamagotchi.com/", "subreddit": "/r/tamagotchi", "center": [312.5, 750.5], "path": [[302.5, 743.5], [321.5, 743.5], [321.5, 757.5], [302.5, 757.5]]},
{"id": "twr6wr", "submitted_by": "Maksiwood", "name": "The Liverbird", "description": "A mural by members of the subreddit, it shows the iconic liverbird, 6 starts for 6 champion leagues, the wall of champions, the eternal flames and YNWA.", "website": "", "subreddit": "/r/LiverpoolFC", "center": [1228.5, 537.5], "path": [[1207.5, 507.5], [1207.5, 567.5], [1249.5, 567.5], [1249.5, 562.5], [1250.5, 562.5], [1250.5, 507.5], [1207.5, 507.5], [1207.5, 507.5]]},
{"id": "twr6mr", "submitted_by": "Erol123449", "name": ":GrassAutism:", "description": "an emote from a small discord community mainly about Brawlhalla, but also just generally about games and hobbysn", "website": "https://invite.gg/shirosdojo", "subreddit": "/r/Brawlhalla", "center": [1569.5, 1295.5], "path": [[1564.5, 1292.5], [1573.5, 1292.5], [1573.5, 1297.5], [1564.5, 1297.5]]},
{"id": "twr66e", "submitted_by": "davespriteegg", "name": "Vernba (Splatoon OC)", "description": "An inside joke among friends and fans of the Splatoon lore youtuber, Rassicas. It's the head of Rassica's Splatoon Inkling OC named Verna Rassica. when he gets drawn in a more gremlin-like way, like shown here, he's dubbed \"Vernba.\"", "website": "https://www.youtube.com/c/rassicas/", "subreddit": "", "center": [1119.5, 1621.5], "path": [[1105.5, 1631.5], [1105.5, 1621.5], [1106.5, 1621.5], [1107.5, 1621.5], [1108.5, 1620.5], [1109.5, 1619.5], [1110.5, 1618.5], [1110.5, 1611.5], [1129.5, 1611.5], [1128.5, 1612.5], [1127.5, 1613.5], [1126.5, 1615.5], [1126.5, 1616.5], [1127.5, 1617.5], [1127.5, 1618.5], [1128.5, 1619.5], [1129.5, 1620.5], [1130.5, 1620.5], [1131.5, 1621.5], [1132.5, 1622.5], [1132.5, 1624.5], [1131.5, 1625.5], [1131.5, 1631.5], [1105.5, 1631.5]]},
{"id": "twr65b", "submitted_by": "HogoX", "name": "Stu", "description": "A small town celebrity that has won hearts of eva fans and became discord mascot.", "website": "https://www.instagram.com/____stu_____/", "subreddit": "", "center": [646.5, 1398.5], "path": [[640.5, 1396.5], [640.5, 1402.5], [649.5, 1402.5], [649.5, 1398.5], [653.5, 1398.5], [653.5, 1395.5], [646.5, 1395.5], [646.5, 1396.5], [640.5, 1396.5]]},
@ -1231,7 +1222,6 @@
{"id": "twr46e", "submitted_by": "Melter30", "name": "Mittwochsfrosch", "description": "Its the Mittwochsfrosch. It's a way for german subreddits to celebrate wednesday", "website": "", "subreddit": "", "center": [645.5, 855.5], "path": [[629.5, 860.5], [630.5, 860.5], [631.5, 859.5], [631.5, 858.5], [632.5, 857.5], [632.5, 853.5], [633.5, 852.5], [633.5, 851.5], [634.5, 850.5], [635.5, 849.5], [636.5, 848.5], [637.5, 847.5], [637.5, 846.5], [639.5, 846.5], [640.5, 845.5], [641.5, 845.5], [642.5, 844.5], [648.5, 844.5], [648.5, 845.5], [650.5, 845.5], [651.5, 846.5], [654.5, 846.5], [655.5, 847.5], [656.5, 848.5], [657.5, 849.5], [657.5, 850.5], [658.5, 850.5], [658.5, 858.5], [657.5, 858.5], [657.5, 858.5], [657.5, 860.5], [656.5, 859.5], [655.5, 860.5], [654.5, 861.5], [654.5, 861.5], [653.5, 861.5], [653.5, 863.5], [653.5, 865.5], [645.5, 865.5], [646.5, 864.5], [646.5, 863.5], [640.5, 863.5], [640.5, 862.5], [635.5, 862.5], [634.5, 863.5], [633.5, 864.5], [630.5, 864.5], [630.5, 862.5], [629.5, 862.5], [629.5, 861.5]]},
{"id": "twr3x2", "submitted_by": "Linkcool200", "name": "OnlyNekos Logo", "description": "A specialized logo made specifically for r/place, representing the twitch group OnlyNekos, which includes (Going clockwise starting from the top.) Kromia, Totless, Asby, and Krisuna.", "website": "https://www.twitch.tv/team/onlynekos", "subreddit": "", "center": [1597.5, 1448.5], "path": [[1586.5, 1477.5], [1610.5, 1477.5], [1620.5, 1469.5], [1620.5, 1451.5], [1627.5, 1451.5], [1627.5, 1439.5], [1616.5, 1424.5], [1605.5, 1420.5], [1591.5, 1420.5], [1580.5, 1424.5], [1572.5, 1433.5], [1570.5, 1434.5], [1569.5, 1454.5], [1574.5, 1456.5], [1574.5, 1460.5], [1571.5, 1463.5], [1575.5, 1469.5], [1578.5, 1469.5], [1579.5, 1470.5], [1579.5, 1472.5], [1581.5, 1474.5]]},
{"id": "twr3w8", "submitted_by": "yamirzmmdx", "name": "In honour of Syd", "description": "In honour of Syd, a 16 year old fan whom got diagnosed with a brain tumor and is going into surgery on April 13th. LiverpoolFC made it for her, together with The Stanley Parable and other neighbors right next to it it got defended until the last moment. She will never walk alone, all the best to her! <3", "website": "", "subreddit": "/r/LiverpoolFC", "center": [523.5, 535.5], "path": [[520.5, 529.5], [527.5, 529.5], [527.5, 541.5], [519.5, 541.5], [519.5, 529.5], [527.5, 529.5]]},
{"id": "twr3re", "submitted_by": "Sarinyann", "name": "VShojo Girls", "description": "From left to right : ProjektMelody, Nyanners, Silvervale, IronMouse, Froot. A group of English Vtuber", "website": "https://www.vshojo.com", "subreddit": "", "center": [1451.5, 1186.5], "path": [[1415.5, 1172.5], [1414.5, 1200.5], [1488.5, 1200.5], [1489.5, 1172.5], [1487.5, 1172.5], [1415.5, 1172.5], [1414.5, 1172.5], [1414.5, 1200.5]]},
{"id": "twr2zq", "submitted_by": "Basti1910", "name": "Benson", "description": "An Emote of Twitch Streamer Tubbo", "website": "https://twitch.tv/Tubbo", "subreddit": "", "center": [863.5, 1412.5], "path": [[839.5, 1385.5], [839.5, 1439.5], [887.5, 1439.5], [887.5, 1385.5]]},
{"id": "twr2vr", "submitted_by": "ThorwaldHD", "name": "Nina", "description": "Nina a charachter from the dutch tv series called nijnte or more known as miffy", "website": "https://en.wikipedia.org/wiki/Miffy", "subreddit": "/r/PlaceNL", "center": [775.5, 24.5], "path": [[764.5, 11.5], [780.5, 11.5], [788.5, 25.5], [789.5, 35.5], [765.5, 35.5], [765.5, 35.5], [764.5, 24.5], [764.5, 35.5], [764.5, 21.5], [764.5, 16.5]]},
{"id": "twr2qu", "submitted_by": "Melter30", "name": "Mist", "description": "The Iconic Voice Line of Bernd das Brot", "website": "", "subreddit": "", "center": [229.5, 838.5], "path": [[217.5, 844.5], [217.5, 842.5], [218.5, 842.5], [218.5, 834.5], [220.5, 833.5], [239.5, 833.5], [240.5, 842.5], [240.5, 843.5], [222.5, 843.5], [222.5, 844.5], [217.5, 844.5]]},
@ -1246,7 +1236,7 @@
{"id": "twr126", "submitted_by": "MrBonziBuddy", "name": "3 regions of Belgium", "description": "This symbol was created by combining the symbols from the Dutch/Flemish-speaking community (The Black Lion), The French/Wallonian-speaking community (Red Rooster) and German Speaking community (the Blue Flowers) together. All people that worked on the Belgian pixelart on r/place spoke any of those languages but this symbol signifies their unity.", "website": "", "subreddit": "/r/Belgium, /r/Belgium2, /r/Belgica", "center": [1308.5, 1259.5], "path": [[1286.5, 1236.5], [1331.5, 1236.5], [1330.5, 1283.5], [1285.5, 1282.5]]},
{"id": "twr10t", "submitted_by": "Garchomprocks", "name": "Starfleet insignia", "description": "The logo of Starfleet, an organization in the Star Trek media franchise.", "website": "", "subreddit": "/r/startrek", "center": [615.5, 962.5], "path": [[607.5, 976.5], [607.5, 965.5], [608.5, 961.5], [616.5, 945.5], [622.5, 958.5], [624.5, 963.5], [624.5, 974.5], [623.5, 974.5], [618.5, 968.5], [616.5, 968.5], [608.5, 976.5], [607.5, 976.5]]},
{"id": "twr0ua", "submitted_by": "jennaboy", "name": "Technoshrine", "description": "Artwork decicated to the beloved minecraft youtuber Technoblade, featured with his friends amd fellow content creators.", "website": "https://youtube.com/c/Technoblade", "subreddit": "/r/technoblade", "center": [174.5, 918.5], "path": [[153.5, 874.5], [152.5, 874.5], [153.5, 874.5], [215.5, 874.5], [215.5, 874.5], [215.5, 926.5], [215.5, 926.5], [195.5, 926.5], [195.5, 926.5], [195.5, 962.5], [195.5, 962.5], [136.5, 963.5], [136.5, 963.5], [137.5, 899.5], [137.5, 897.5], [137.5, 897.5], [160.5, 896.5], [161.5, 897.5], [161.5, 883.5], [161.5, 883.5], [154.5, 882.5]]},
{"id": "twr0rn", "submitted_by": "JonnyCorry", "name": "r/LiverpoolFC", "description": "An artwork for Liverpool Football Club. Includes the Liverbird - a symbol of the city, the famous 'champions wall', club moto 'You'll Never Walk Alone' and a 97 to remember the 97 victims of the Hillsborough disaster.", "website": "", "subreddit": "/r/LiverpoolFC", "center": [1229.5, 537.5], "path": [[1206.5, 506.5], [1206.5, 510.5], [1206.5, 520.5], [1205.5, 519.5], [1204.5, 519.5], [1203.5, 519.5], [1203.5, 520.5], [1202.5, 520.5], [1202.5, 521.5], [1202.5, 522.5], [1202.5, 523.5], [1202.5, 524.5], [1203.5, 525.5], [1203.5, 526.5], [1204.5, 526.5], [1204.5, 527.5], [1205.5, 527.5], [1205.5, 528.5], [1206.5, 528.5], [1206.5, 567.5], [1206.5, 568.5], [1246.5, 568.5], [1251.5, 568.5], [1251.5, 563.5], [1252.5, 563.5], [1252.5, 562.5], [1253.5, 562.5], [1253.5, 561.5], [1254.5, 561.5], [1254.5, 560.5], [1255.5, 560.5], [1255.5, 555.5], [1254.5, 555.5], [1254.5, 554.5], [1251.5, 554.5], [1251.5, 555.5], [1251.5, 506.5], [1206.5, 506.5]]},
{"id": "twr0rn", "submitted_by": "JonnyCorry", "name": "r/LiverpoolFC", "description": "An artwork for Liverpool Football Club. Includes the Liverbird - a symbol of the city, the famous 'champions wall', club motto 'You'll Never Walk Alone' and a 97 to remember the 97 victims of the Hillsborough disaster.", "website": "", "subreddit": "/r/LiverpoolFC", "center": [1229.5, 537.5], "path": [[1206.5, 506.5], [1206.5, 510.5], [1206.5, 520.5], [1205.5, 519.5], [1204.5, 519.5], [1203.5, 519.5], [1203.5, 520.5], [1202.5, 520.5], [1202.5, 521.5], [1202.5, 522.5], [1202.5, 523.5], [1202.5, 524.5], [1203.5, 525.5], [1203.5, 526.5], [1204.5, 526.5], [1204.5, 527.5], [1205.5, 527.5], [1205.5, 528.5], [1206.5, 528.5], [1206.5, 567.5], [1206.5, 568.5], [1246.5, 568.5], [1251.5, 568.5], [1251.5, 563.5], [1252.5, 563.5], [1252.5, 562.5], [1253.5, 562.5], [1253.5, 561.5], [1254.5, 561.5], [1254.5, 560.5], [1255.5, 560.5], [1255.5, 555.5], [1254.5, 555.5], [1254.5, 554.5], [1251.5, 554.5], [1251.5, 555.5], [1251.5, 506.5], [1206.5, 506.5]]},
{"id": "twr0r3", "submitted_by": "javahello", "name": "Flag of Palau", "description": "Made in collaboration with r/Taiwan and others.", "website": "https://www.reddit.com/r/Palau/comments/ttykuv/palauan_flag_on_rplace/", "subreddit": "/r/Palau", "center": [1207.5, 1267.5], "path": [[1203.5, 1264.5], [1203.5, 1269.5], [1213.5, 1269.5], [1208.5, 1264.5], [1203.5, 1264.5]]},
{"id": "twr0nb", "submitted_by": "yamirzmmdx", "name": "In Klopp We Trust", "description": "In honour of one of the greatest manager and human being.nWe battled a shit streamer invading Algeria and secured victory numerous times. Fuck Peru streamer that took our orginal spot.nCORNER TAKEN QUICKLY, ORIGI!nYNWA.n", "website": "", "subreddit": "/r/LiverpoolFC", "center": [1632.5, 1565.5], "path": [[1594.5, 1539.5], [1594.5, 1579.5], [1700.5, 1579.5], [1700.5, 1570.5], [1684.5, 1570.5], [1684.5, 1573.5], [1685.5, 1574.5], [1668.5, 1573.5], [1668.5, 1557.5], [1620.5, 1557.5], [1620.5, 1539.5], [1594.5, 1539.5]]},
{"id": "twqzsb", "submitted_by": "admiraal_anaal69", "name": "Stromae", "description": "the face of the belgian artist Stromae", "website": "", "subreddit": "/r/belgium", "center": [1308.5, 1793.5], "path": [[1298.5, 1813.5], [1306.5, 1819.5], [1311.5, 1812.5], [1312.5, 1811.5], [1314.5, 1806.5], [1322.5, 1805.5], [1323.5, 1796.5], [1326.5, 1793.5], [1322.5, 1790.5], [1321.5, 1783.5], [1321.5, 1778.5], [1318.5, 1777.5], [1313.5, 1775.5], [1307.5, 1773.5], [1301.5, 1772.5], [1297.5, 1776.5], [1293.5, 1785.5], [1294.5, 1793.5], [1297.5, 1797.5], [1298.5, 1801.5], [1299.5, 1813.5]]},
@ -1255,7 +1245,6 @@
{"id": "twqzg7", "submitted_by": "Enframed", "name": "Oliver Tree", "description": "r/OliverTree's pixel-art rendition of Oliver Tree's Alien Boy EP Coverart.", "website": "", "subreddit": "/r/olivertree", "center": [650.5, 1309.5], "path": [[645.5, 1304.5], [654.5, 1304.5], [654.5, 1313.5], [645.5, 1313.5]]},
{"id": "twqz0o", "submitted_by": "Adarain", "name": "Conlang flag", "description": "The flag for constructed languages. Constructed languages are languages created by people as an artform, as experiments to push the boundaries of what language can and cannot do, or to try to help people from different backgrounds communicate with one another. The flag depicts a stylized version of the Tower of Babel in front of a rising sun.", "website": "https://conlang.org/conlang-flag/", "subreddit": "/r/conlangs", "center": [735.5, 329.5], "path": [[732.5, 326.5], [732.5, 331.5], [738.5, 331.5], [738.5, 326.5], [732.5, 326.5]]},
{"id": "twqyg2", "submitted_by": "OKamers", "name": "Romelu Lukaku and Kevin De Bruyne", "description": "Remake of an iconic picture from the 2014 World Cup in Brazil.", "website": "https://sportmagazine.knack.be/medias/14435/7391149.jpg", "subreddit": "/r/belgium", "center": [1308.5, 1395.5], "path": [[1310.5, 1370.5], [1306.5, 1369.5], [1304.5, 1370.5], [1306.5, 1373.5], [1285.5, 1394.5], [1286.5, 1403.5], [1292.5, 1411.5], [1297.5, 1411.5], [1330.5, 1411.5], [1330.5, 1395.5], [1324.5, 1386.5], [1313.5, 1375.5], [1315.5, 1370.5], [1310.5, 1369.5]]},
{"id": "twqxsf", "submitted_by": "yamirzmmdx", "name": "Liverpool FC", "description": "We've conquered all of EuropenWe're never going to stopnFrom Paris down to TurkeynWe've won the fucking lotnBob Paisley and Bill ShanklynThe fields of Anfield RoadnWe are loyal supportersnAnd we come from Liverpool!nYNWA.", "website": "", "subreddit": "/r/LiverpoolFC", "center": [1229.5, 537.5], "path": [[1207.5, 508.5], [1207.5, 567.5], [1250.5, 567.5], [1250.5, 507.5], [1207.5, 508.5]]},
{"id": "twqxe8", "submitted_by": "Explodingmemes", "name": "Maryland Flag", "description": "The flag of Maryland is famous for its odd composition and colors.", "website": "", "subreddit": "/r/Maryland", "center": [267.5, 19.5], "path": [[232.5, 14.5], [248.5, 14.5], [248.5, 0.5], [296.5, 0.5], [297.5, 35.5], [232.5, 35.5], [232.5, 15.5], [232.5, 14.5]]},
{"id": "twqxc9", "name": "Tails Gets Trolled", "description": "The official logo and iconic Tails Gets Trolled face from the webcomic of the same name.", "website": "http://www.tailsgetstrolled.org", "subreddit": "/r/RealTailsGetsTrolled", "center": [1817.5, 1626.5], "path": [[1808.5, 1612.5], [1808.5, 1639.5], [1825.5, 1639.5], [1825.5, 1612.5]]},
{"id": "twqxab", "submitted_by": "mamasbreads", "name": "Spanish Coat of Arms", "description": "Found on the Spanish flag, the coat of arms is composed of the four medieval kingdoms which formed Spain: Castilla (top-left), Leon (top-right), Aragon (bottom-left), and Navarra (bottom-right). The Spanish crown is on top of the coat of arms, while on either side are the Pillars of Hercules from Greek mythology.", "website": "", "subreddit": "/r/esplace", "center": [1413.5, 296.5], "path": [[1396.5, 279.5], [1396.5, 313.5], [1430.5, 313.5], [1429.5, 279.5]]},
@ -1278,7 +1267,7 @@
{"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": "VeryAwkwardDude", "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": [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": "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": "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]]},
@ -1311,12 +1300,12 @@
{"id": "twqir6", "submitted_by": "Antarioo", "name": "Gekoloniseerd", "description": "A meme by the Dutch reddit community is to colonize or GEKOLONISEERD every comment section of a post about any dutch topic", "website": "", "subreddit": "", "center": [446.5, 24.5], "path": [[384.5, 20.5], [508.5, 20.5], [508.5, 28.5], [384.5, 28.5]]},
{"id": "twqibg", "submitted_by": "Explodingmemes", "name": "Anarcho Communist Flag", "description": "The flag of the political ideology Anarcho Communism, an anarchist political ideology that advocates for the abolition of states and hierarchies.", "website": "", "subreddit": "/r/Anarchism", "center": [35.5, 398.5], "path": [[9.5, 378.5], [9.5, 418.5], [60.5, 418.5], [61.5, 378.5]]},
{"id": "twqi7m", "submitted_by": "Dinkelwecken", "name": "Wei\u00dfe Rose", "description": "The white rose is the symbol of a german student resistance organization against the Nazi regime. Through their work they became a famous german resistance symbol against Totalitarianism and facism. Most members were inacerated and executed.", "website": "https://en.wikipedia.org/wiki/White_Rose", "subreddit": "/r/placeDE", "center": [1893.5, 845.5], "path": [[1890.5, 868.5], [1901.5, 855.5], [1899.5, 850.5], [1908.5, 845.5], [1905.5, 835.5], [1885.5, 832.5], [1880.5, 837.5], [1881.5, 843.5], [1878.5, 847.5], [1886.5, 852.5], [1893.5, 853.5], [1890.5, 856.5], [1890.5, 865.5], [1888.5, 868.5]]},
{"id": "twqhov", "submitted_by": "wallmenis", "name": "Greek flag", "description": "The Greek flag with extra decorations with a bit of suspicious flare", "website": "https://www.reddit.com/r/GreecePlace", "subreddit": "/r/GreecePlace", "center": [1459.5, 1944.5], "path": [[1397.5, 1917.5], [1521.5, 1917.5], [1521.5, 1970.5], [1397.5, 1970.5]]},
{"id": "twqhov", "submitted_by": "wallmenis", "name": "Greek flag", "description": "Greece, officially the Hellenic Republic, is a country in Southeast Europe. It is situated on the southern tip of the Balkans, and is located at the crossroads of Europe, Asia, and Africa.", "website": "https://www.gov.gr/en/sdg", "subreddit": "/r/greece, /r/GreecePlace", "center": [1459.5, 1944.5], "path": [[1397.5, 1917.5], [1521.5, 1917.5], [1521.5, 1970.5], [1397.5, 1970.5]]},
{"id": "twqhcq", "submitted_by": "sealmealdeal", "name": "Happy in spite", "description": "Happy in spite is an artwork made by Ivan Seal, which was used by the Caretaker in 'an empty bliss beyond this world'", "website": "", "subreddit": "/r/TheCaretaker", "center": [275.5, 1896.5], "path": [[269.5, 1890.5], [269.5, 1890.5], [269.5, 1890.5], [269.5, 1890.5], [281.5, 1890.5], [281.5, 1901.5], [269.5, 1901.5]]},
{"id": "twqh82", "submitted_by": "Spiderinmyear", "name": "Blue Kirby", "description": "Kirby is protagonist of the titular Kirby series of video games.", "website": "", "subreddit": "", "center": [467.5, 1505.5], "path": [[464.5, 1496.5], [462.5, 1497.5], [460.5, 1499.5], [459.5, 1501.5], [457.5, 1503.5], [457.5, 1506.5], [458.5, 1507.5], [457.5, 1509.5], [457.5, 1512.5], [476.5, 1512.5], [476.5, 1511.5], [477.5, 1510.5], [477.5, 1506.5], [476.5, 1504.5], [476.5, 1503.5], [474.5, 1501.5], [474.5, 1500.5], [471.5, 1497.5], [469.5, 1496.5], [468.5, 1495.5], [465.5, 1495.5], [464.5, 1496.5]]},
{"id": "twqh4j", "submitted_by": "NowoTone", "name": "Augsburg", "description": "The flag of the German city of Augsburg in Bavaria. Featuring on the left a pine cone (Zirbelnuss), its coat of arms, and the famous town hall by Elias Holl, dating back to 1624 on the right.", "website": "", "subreddit": "", "center": [1319.5, 1955.5], "path": [[1304.5, 1948.5], [1304.5, 1948.5], [1304.5, 1948.5], [1304.5, 1948.5], [1304.5, 1948.5], [1334.5, 1948.5], [1334.5, 1948.5], [1334.5, 1961.5], [1304.5, 1961.5], [1304.5, 1960.5], [1304.5, 1958.5], [1304.5, 1957.5], [1304.5, 1956.5], [1304.5, 1959.5], [1304.5, 1949.5], [1304.5, 1950.5], [1304.5, 1950.5], [1304.5, 1951.5], [1304.5, 1951.5], [1304.5, 1952.5], [1304.5, 1953.5], [1304.5, 1953.5], [1304.5, 1955.5], [1304.5, 1956.5]]},
{"id": "twqgvm", "submitted_by": "JappieNijboer", "name": "Frikandelbroodje", "description": "a famous dutch snack, made by puff pastry, a specific meatroll called the frikandel and curry sauce. It is mostly known and consumed among younger students. 2de gratis bij Albert Heijn!", "website": "https://www.ah.nl/producten/product/wi230720/ah-frikandelbroodje", "subreddit": "/r/placenl", "center": [1690.5, 21.5], "path": [[1673.5, 10.5], [1673.5, 10.5], [1673.5, 10.5], [1689.5, 10.5], [1704.5, 12.5], [1711.5, 13.5], [1714.5, 15.5], [1715.5, 18.5], [1716.5, 21.5], [1715.5, 23.5], [1714.5, 25.5], [1713.5, 27.5], [1711.5, 29.5], [1709.5, 30.5], [1707.5, 31.5], [1705.5, 32.5], [1697.5, 33.5], [1697.5, 32.5], [1689.5, 32.5], [1688.5, 31.5], [1685.5, 31.5], [1684.5, 30.5], [1681.5, 30.5], [1680.5, 29.5], [1676.5, 29.5], [1675.5, 28.5], [1666.5, 28.5], [1663.5, 26.5], [1663.5, 24.5], [1664.5, 23.5], [1663.5, 22.5], [1662.5, 21.5], [1673.5, 10.5]]},
{"id": "twqgmf", "submitted_by": "ItsFrisbeeTho", "name": "Rijksoverheid", "description": "", "website": "https://www.rijksoverheid.nl/", "subreddit": "/r/placeNL", "center": [746.5, 12.5], "path": [[735.5, 0.5], [735.5, 23.5], [757.5, 23.5], [757.5, 0.5], [735.5, 0.5]]},
{"id": "twqgmf", "submitted_by": "ItsFrisbeeTho", "name": "Government of the Netherlands (Rijksoverheid)", "description": "The logo of the Dutch Government. All communication with civilians features this crest.", "website": "https://www.rijksoverheid.nl/", "subreddit": "/r/placeNL", "center": [746.5, 12.5], "path": [[735.5, 0.5], [735.5, 23.5], [757.5, 23.5], [757.5, 0.5], [735.5, 0.5]]},
{"id": "twqglf", "submitted_by": "GiveMeSomeBEANS", "name": "Dutch museum het Rijksmuseum", "description": "popular dutch museum", "website": "https://www.rijksmuseum.nl/nl", "subreddit": "", "center": [1765.5, 17.5], "path": [[1722.5, 34.5], [1808.5, 34.5], [1808.5, 0.5], [1722.5, -0.5]]},
{"id": "twqgh2", "submitted_by": "Klisurovi4", "name": "Bay Ganyo", "description": "A fictional character created by the Bulgarian author Aleko Konstantinov. He is a typical anti-hero, a stereotype of the nuneducated, profit-driven Bulgarian and the average Balkan person in general at the time.", "website": "", "subreddit": "/r/Bulgaria", "center": [707.5, 384.5], "path": [[706.5, 377.5], [705.5, 378.5], [704.5, 379.5], [703.5, 380.5], [702.5, 381.5], [702.5, 383.5], [701.5, 384.5], [701.5, 387.5], [702.5, 388.5], [703.5, 389.5], [704.5, 390.5], [705.5, 391.5], [709.5, 391.5], [710.5, 390.5], [711.5, 389.5], [712.5, 388.5], [713.5, 387.5], [713.5, 384.5], [712.5, 383.5], [712.5, 381.5], [711.5, 380.5], [710.5, 379.5], [710.5, 379.5], [709.5, 378.5], [708.5, 377.5], [706.5, 377.5]]},
{"id": "twqgd6", "submitted_by": "bart7782", "name": "Government of the Netherlands (Rijksoverheid)", "description": "Logo of the Dutch Government", "website": "", "subreddit": "/r/placenl", "center": [747.5, 12.5], "path": [[736.5, 23.5], [736.5, 0.5], [757.5, 0.5], [757.5, 23.5], [736.5, 23.5]]},
@ -1432,12 +1421,11 @@
{"id": "twq3fd", "submitted_by": "Sarinyann", "name": "Etoiles' Emote", "description": "Emote twitch from the French streamer Etoiles", "website": "https://www.twitch.tv/etoiles?lang=fr", "subreddit": "", "center": [263.5, 1575.5], "path": [[250.5, 1554.5], [251.5, 1554.5], [251.5, 1552.5], [267.5, 1552.5], [267.5, 1553.5], [272.5, 1553.5], [277.5, 1553.5], [277.5, 1598.5], [250.5, 1598.5], [250.5, 1554.5]]},
{"id": "twq3cd", "submitted_by": "Da_Chicken303", "name": "Conlangs", "description": "The symbol of the conlang community. Conlangs are languages created artificially and not as a result of natural means.", "website": "", "subreddit": "/r/Conlangs", "center": [736.5, 329.5], "path": [[733.5, 326.5], [738.5, 326.5], [738.5, 331.5], [733.5, 331.5], [733.5, 331.5]]},
{"id": "twq3c8", "submitted_by": "Klisurovi4", "name": "Bulgarian Alphabet", "description": "The first three letters of the Bulgarian alphabet", "website": "", "subreddit": "/r/Bulgaria", "center": [545.5, 384.5], "path": [[529.5, 389.5], [529.5, 378.5], [560.5, 378.5], [561.5, 389.5]]},
{"id": 1914, "name": "World war 1 memorial", "description": "In collaboration with r/placeDE, the Belgian Place crew created another artwork where they made a memorial for World War 1.", "website": "", "subreddit": "/r/placebe", "center": [1309.5, 1150.5], "path": [[1286.5, 1124.5], [1286.5, 1172.5], [1293.5, 1175.5], [1300.5, 1177.5], [1307.5, 1178.5], [1308.5, 1177.5], [1315.5, 1177.5], [1316.5, 1177.5], [1316.5, 1178.5], [1320.5, 1178.5], [1320.5, 1177.5], [1322.5, 1177.5], [1322.5, 1176.5], [1324.5, 1176.5], [1324.5, 1175.5], [1326.5, 1175.5], [1326.5, 1174.5], [1330.5, 1174.5], [1330.5, 1173.5], [1333.5, 1173.5], [1332.5, 1125.5]]},
{"id": "001914", "name": "World war 1 memorial", "description": "In collaboration with r/placeDE, the Belgian Place crew created another artwork where they made a memorial for World War 1.", "website": "", "subreddit": "/r/placebe", "center": [1309.5, 1150.5], "path": [[1286.5, 1124.5], [1286.5, 1172.5], [1293.5, 1175.5], [1300.5, 1177.5], [1307.5, 1178.5], [1308.5, 1177.5], [1315.5, 1177.5], [1316.5, 1177.5], [1316.5, 1178.5], [1320.5, 1178.5], [1320.5, 1177.5], [1322.5, 1177.5], [1322.5, 1176.5], [1324.5, 1176.5], [1324.5, 1175.5], [1326.5, 1175.5], [1326.5, 1174.5], [1330.5, 1174.5], [1330.5, 1173.5], [1333.5, 1173.5], [1332.5, 1125.5]]},
{"id": "twq34c", "submitted_by": "RUB_23", "name": "The portuguese tiles", "description": "Here you can see 3 portuguese items, a Galo de Barcelos, a Pastel de Nata and a Delta Coffe with traditional portuguese tiles in the background", "website": "", "subreddit": "/r/portugal", "center": [894.5, 391.5], "path": [[865.5, 372.5], [922.5, 371.5], [922.5, 411.5], [865.5, 411.5]]},
{"id": "twq32o", "submitted_by": "rollam", "name": "Omleiding-deviation signs", "description": "Confusing and contradicting deviation signs are a staple of the Belgian driving experience", "website": "", "subreddit": "", "center": [1308.5, 1221.5], "path": [[1287.5, 1229.5], [1291.5, 1233.5], [1305.5, 1236.5], [1310.5, 1236.5], [1326.5, 1233.5], [1328.5, 1215.5], [1324.5, 1210.5], [1307.5, 1205.5], [1290.5, 1210.5], [1288.5, 1221.5]]},
{"id": "twq2zm", "submitted_by": "_q-p_", "name": "Nichijou", "description": "Popular slice-of-life manga/anime created by Arawi Keiichi and animated by Kyoto Animation. Depicted from left to right are three of the six main characters: Aioi Yukko, Mio Naganohara, and Mai Minakami", "website": "", "subreddit": "/r/Nichijou", "center": [1413.5, 1252.5], "path": [[1387.5, 1244.5], [1387.5, 1260.5], [1438.5, 1260.5], [1438.5, 1244.5]]},
{"id": "twq2wt", "submitted_by": "Viperense", "name": "RWBY", "description": "RWBY is an animated show produced by Rooster Teeth", "website": "https://roosterteeth.com/series/rwby", "subreddit": "/r/RWBY", "center": [474.5, 721.5], "path": [[450.5, 714.5], [450.5, 728.5], [497.5, 728.5], [497.5, 714.5], [472.5, 714.5]]},
{"id": "twq2wp", "submitted_by": "MrEduxator", "name": "Senzawa", "description": "A Vtuber who's created songs that you've most likely heard, but don't know the author too. Like that one time she rapped a furry copypasta. Oh, and let's just say she's reincarnated now as a certain... Shark.", "website": "https://www.youtube.com/c/senzawa", "subreddit": "", "center": [1856.5, 811.5], "path": [[1867.5, 793.5], [1864.5, 793.5], [1864.5, 792.5], [1846.5, 792.5], [1846.5, 794.5], [1845.5, 794.5], [1845.5, 830.5], [1867.5, 831.5], [1867.5, 793.5]]},
{"id": "twq2p1", "submitted_by": "N8dawgggg", "name": "Tampa Bay Rays", "description": "The Professional Baseball team the Rays TB logo, for Tampa Bay.", "website": "https://www.mlb.com/rays", "subreddit": "/r/tampabayrays", "center": [1767.5, 271.5], "path": [[1759.5, 279.5], [1759.5, 263.5], [1776.5, 263.5], [1776.5, 275.5], [1774.5, 275.5], [1774.5, 279.5]]},
{"id": "twq2ow", "submitted_by": "minecrafter2301", "name": "RvNxMango polar bear", "description": "rvnxPolar is a subscriber emote from the Twitch channel of german streamer and YouTube creator RvNxMango, who was granted a spot on the german flag for working with r/placeDE", "website": "https://www.twitch.tv/rvnxmango", "subreddit": "", "center": [215.5, 1144.5], "path": [[206.5, 1163.5], [200.5, 1163.5], [200.5, 1162.5], [199.5, 1162.5], [199.5, 1161.5], [198.5, 1161.5], [198.5, 1157.5], [197.5, 1157.5], [197.5, 1147.5], [196.5, 1147.5], [196.5, 1146.5], [195.5, 1146.5], [195.5, 1145.5], [194.5, 1145.5], [194.5, 1142.5], [195.5, 1142.5], [195.5, 1139.5], [196.5, 1139.5], [196.5, 1134.5], [199.5, 1134.5], [199.5, 1133.5], [200.5, 1133.5], [200.5, 1132.5], [201.5, 1132.5], [201.5, 1131.5], [203.5, 1131.5], [203.5, 1130.5], [205.5, 1130.5], [205.5, 1129.5], [208.5, 1129.5], [208.5, 1128.5], [210.5, 1128.5], [210.5, 1127.5], [213.5, 1127.5], [213.5, 1126.5], [219.5, 1126.5], [219.5, 1127.5], [224.5, 1127.5], [224.5, 1128.5], [228.5, 1128.5], [228.5, 1129.5], [230.5, 1129.5], [230.5, 1130.5], [231.5, 1130.5], [231.5, 1131.5], [232.5, 1131.5], [232.5, 1133.5], [233.5, 1133.5], [233.5, 1134.5], [234.5, 1134.5], [234.5, 1136.5], [235.5, 1136.5], [235.5, 1144.5], [234.5, 1144.5], [234.5, 1149.5], [233.5, 1149.5], [233.5, 1150.5], [233.5, 1154.5], [232.5, 1154.5], [232.5, 1155.5], [232.5, 1156.5], [231.5, 1156.5], [231.5, 1157.5], [226.5, 1157.5], [226.5, 1158.5], [225.5, 1158.5], [225.5, 1159.5], [224.5, 1159.5], [224.5, 1160.5], [223.5, 1160.5], [223.5, 1161.5], [217.5, 1161.5], [217.5, 1160.5], [216.5, 1160.5], [216.5, 1159.5], [215.5, 1159.5], [215.5, 1158.5], [214.5, 1158.5], [214.5, 1157.5], [213.5, 1157.5], [213.5, 1156.5], [213.5, 1155.5], [211.5, 1156.5], [211.5, 1157.5], [210.5, 1157.5], [210.5, 1159.5], [209.5, 1159.5], [209.5, 1160.5], [208.5, 1160.5], [208.5, 1161.5], [207.5, 1161.5], [207.5, 1161.5], [207.5, 1162.5], [206.5, 1162.5], [206.5, 1163.5]]},
{"id": "twq2j7", "submitted_by": "Klisurovi4", "name": "Tarator", "description": "A bowl of tarator, a yoghurt based cold soup. Very popular in Bulgaria", "website": "", "subreddit": "/r/Bulgaria", "center": [520.5, 381.5], "path": [[515.5, 377.5], [514.5, 378.5], [513.5, 379.5], [513.5, 381.5], [515.5, 383.5], [515.5, 384.5], [516.5, 385.5], [523.5, 385.5], [524.5, 384.5], [524.5, 383.5], [525.5, 382.5], [526.5, 381.5], [526.5, 379.5], [525.5, 378.5], [524.5, 377.5], [515.5, 377.5]]},
@ -1465,9 +1453,8 @@
{"id": "twpzld", "submitted_by": "MCYCShadow", "name": "TrackMania 2020", "description": "The current, modern logo of TrackMania, introduced with the latest edition in the franchise.", "website": "https://www.ubisoft.com/de-de/game/trackmania/trackmania", "subreddit": "/r/trackmania", "center": [1596.5, 521.5], "path": [[1591.5, 499.5], [1591.5, 543.5], [1600.5, 543.5], [1600.5, 499.5], [1591.5, 499.5]]},
{"id": "twpzey", "submitted_by": "DanTUP1", "name": "r/Citieswar (Game)", "description": "A browser game that takes place on google maps where players battle out in control of real life territory and cities.", "website": "https://www.citieswar.com/login", "subreddit": "/r/citieswar", "center": [426.5, 1638.5], "path": [[402.5, 1634.5], [402.5, 1641.5], [451.5, 1641.5], [450.5, 1634.5]]},
{"id": "twpzb0", "submitted_by": "MOZPORYL", "name": "Iran text", "description": "It was supposed to say Iran but it was vandalized at the last moment", "website": "", "subreddit": "", "center": [60.5, 307.5], "path": [[50.5, 305.5], [69.5, 305.5], [69.5, 309.5], [50.5, 309.5]]},
{"id": "twpz8n", "submitted_by": "MaistroMace", "name": "r/place", "description": "The subreddit used by the Dutch community that participated", "website": "", "subreddit": "/r/placenl", "center": [338.5, 25.5], "path": [[302.5, 18.5], [302.5, 31.5], [374.5, 31.5], [374.5, 18.5], [302.5, 18.5]]},
{"id": "twpz3s", "submitted_by": "Spatless", "name": "Ninten", "description": "Main protagonist of Earthbound Beginnings AKA Mother 1", "website": "", "subreddit": "/r/earthbound", "center": [707.5, 302.5], "path": [[703.5, 306.5], [702.5, 306.5], [702.5, 308.5], [703.5, 308.5], [703.5, 309.5], [704.5, 309.5], [704.5, 310.5], [711.5, 310.5], [711.5, 309.5], [712.5, 309.5], [712.5, 308.5], [712.5, 307.5], [713.5, 307.5], [712.5, 307.5], [712.5, 306.5], [711.5, 306.5], [711.5, 305.5], [710.5, 305.5], [710.5, 304.5], [710.5, 303.5], [711.5, 303.5], [711.5, 302.5], [712.5, 302.5], [712.5, 301.5], [713.5, 301.5], [714.5, 301.5], [714.5, 300.5], [712.5, 300.5], [713.5, 299.5], [713.5, 298.5], [714.5, 298.5], [715.5, 298.5], [714.5, 298.5], [713.5, 298.5], [713.5, 297.5], [713.5, 296.5], [712.5, 296.5], [712.5, 295.5], [711.5, 295.5], [710.5, 295.5], [704.5, 295.5], [703.5, 295.5], [703.5, 296.5], [702.5, 296.5], [702.5, 299.5], [701.5, 299.5], [701.5, 300.5], [701.5, 300.5], [702.5, 300.5], [702.5, 301.5], [703.5, 301.5], [703.5, 302.5], [704.5, 302.5], [704.5, 303.5], [705.5, 303.5], [705.5, 304.5], [705.5, 305.5], [704.5, 305.5], [704.5, 306.5], [703.5, 306.5]]},
{"id": "twpyy2", "submitted_by": "Galieo337", "name": "VShojo Girls", "description": "Four of the Vshojo Girls: ProjektMelody, Nyanners, Silvervale, ironmouse, and Froot.", "website": "", "subreddit": "/r/vshojo", "center": [1453.5, 1185.5], "path": [[1416.5, 1172.5], [1416.5, 1200.5], [1489.5, 1199.5], [1490.5, 1171.5]]},
{"id": "twpyy2", "submitted_by": "Galieo337", "name": "VShojo Girls", "description": "Four of the Vshojo Girls: ProjektMelody, Nyanners, Silvervale, ironmouse, and Froot.", "website": "https://www.vshojo.com/", "subreddit": "/r/vshojo, /r/VirtualYoutubers", "center": [1452.5, 1185.5], "path": [[1414.5, 1172.5], [1414.5, 1200.5], [1489.5, 1200.5], [1489.5, 1172.5], [1488.5, 1172.5], [1488.5, 1170.5], [1487.5, 1170.5], [1487.5, 1169.5], [1486.5, 1169.5], [1486.5, 1168.5], [1484.5, 1168.5], [1484.5, 1169.5], [1483.5, 1169.5], [1483.5, 1170.5], [1482.5, 1170.5], [1482.5, 1169.5], [1480.5, 1169.5], [1480.5, 1170.5], [1480.5, 1169.5], [1477.5, 1169.5], [1477.5, 1170.5], [1477.5, 1169.5], [1475.5, 1169.5], [1475.5, 1170.5], [1474.5, 1170.5], [1474.5, 1169.5], [1473.5, 1169.5], [1473.5, 1168.5], [1471.5, 1168.5], [1471.5, 1169.5], [1467.5, 1169.5], [1467.5, 1170.5], [1468.5, 1171.5], [1467.5, 1171.5], [1465.5, 1169.5], [1464.5, 1170.5], [1463.5, 1169.5], [1462.5, 1170.5], [1461.5, 1169.5], [1459.5, 1169.5], [1457.5, 1171.5], [1442.5, 1171.5], [1441.5, 1170.5], [1440.5, 1171.5], [1438.5, 1171.5], [1436.5, 1169.5], [1435.5, 1169.5], [1433.5, 1171.5], [1433.5, 1172.5], [1414.5, 1172.5]]},
{"id": "twpyva", "submitted_by": "FitteTryne6969", "name": "Logo of Optifine", "description": "Optifine is a performance enhancing Minecraft mod.", "website": "http://optifine.net", "subreddit": "/r/Optifine", "center": [473.5, 1576.5], "path": [[460.5, 1562.5], [485.5, 1562.5], [485.5, 1589.5], [460.5, 1589.5]]},
{"id": "twpyua", "submitted_by": "MOZPORYL", "name": "Map of Iran", "description": "The map of Iran with a heart in the middle of it", "website": "", "subreddit": "", "center": [88.5, 293.5], "path": [[86.5, 277.5], [90.5, 282.5], [97.5, 283.5], [99.5, 287.5], [99.5, 293.5], [101.5, 296.5], [101.5, 299.5], [102.5, 302.5], [100.5, 307.5], [91.5, 307.5], [90.5, 305.5], [89.5, 305.5], [88.5, 306.5], [81.5, 306.5], [78.5, 300.5], [77.5, 295.5], [75.5, 291.5], [74.5, 290.5], [74.5, 285.5], [72.5, 280.5], [74.5, 280.5], [77.5, 281.5], [80.5, 279.5], [83.5, 279.5], [83.5, 277.5]]},
{"id": "twpyr8", "submitted_by": "rollam", "name": "Ambiorix statue", "description": "Belgic king that fought against Caesar in his conquest of Gaul, model based of statue in Tongeren", "website": "", "subreddit": "", "center": [1308.5, 1638.5], "path": [[1303.5, 1603.5], [1288.5, 1643.5], [1292.5, 1669.5], [1309.5, 1672.5], [1320.5, 1663.5], [1330.5, 1628.5], [1312.5, 1596.5]]},
@ -1495,13 +1482,11 @@
{"id": "twpw13", "submitted_by": "Xros90", "name": "San Jose State University", "description": "San Jose State University logo, made by students!", "website": "", "subreddit": "/r/SJSU", "center": [356.5, 1558.5], "path": [[344.5, 1551.5], [368.5, 1551.5], [368.5, 1564.5], [344.5, 1564.5], [344.5, 1556.5], [344.5, 1556.5], [344.5, 1556.5]]},
{"id": "twpvxt", "submitted_by": "Juanco93", "name": "Gate of Europe aka KIO Towers", "description": "These are twin office buildings near the Plaza de Castilla in Madrid. They were built from 1989 to 1996, and are the first inclined skyscrapers in the world.", "website": "https://www.designingbuildings.co.uk/wiki/Gate_of_Europe", "subreddit": "/r/esplace", "center": [1352.5, 301.5], "path": [[1339.5, 308.5], [1339.5, 294.5], [1366.5, 294.5], [1366.5, 307.5], [1339.5, 308.5]]},
{"id": "twpvr8", "submitted_by": "bulba_", "name": "Cookie Cat", "description": "A neapolitan cat shaped ice cream sandwich, that resembles a cookie cat from Steven Universe.", "website": "https://steven-universe.fandom.com", "subreddit": "/r/StevenUniverse", "center": [1516.5, 915.5], "path": [[1508.5, 911.5], [1525.5, 911.5], [1524.5, 919.5], [1508.5, 920.5]]},
{"id": "twpvep", "submitted_by": "rollam", "name": "Jupiler beer logo", "description": "Logo of the most popular beer in Belgium, this logo is often found on the flag", "website": "", "subreddit": "", "center": [1308.5, 1345.5], "path": [[1294.5, 1335.5], [1294.5, 1349.5], [1306.5, 1363.5], [1310.5, 1363.5], [1321.5, 1353.5], [1323.5, 1335.5], [1311.5, 1331.5], [1307.5, 1328.5], [1304.5, 1331.5], [1301.5, 1334.5]]},
{"id": "twpv8e", "submitted_by": "Jaiz412", "name": "Luxembourg", "description": "On the left is The national flag of Luxembourg with iconic parts as pixel art. A Belgian flag was included to commemorate friendship and alliance.nOn the right is the the luxembourgish coat of arms.", "website": "", "subreddit": "/r/Luxembourg", "center": [747.5, 254.5], "path": [[781.5, 238.5], [781.5, 269.5], [754.5, 269.5], [754.5, 262.5], [694.5, 262.5], [694.5, 250.5], [708.5, 250.5], [708.5, 249.5], [751.5, 249.5], [751.5, 238.5]]},
{"id": "twpv5v", "submitted_by": "codec_gamer", "name": "Esmunky", "description": "Spanish Genshin Creator Content", "website": "https://www.twitch.tv/esmunky", "subreddit": "/r/PochoImpact", "center": [1527.5, 1683.5], "path": [[1521.5, 1678.5], [1532.5, 1678.5], [1532.5, 1688.5], [1522.5, 1687.5], [1522.5, 1688.5], [1522.5, 1680.5], [1520.5, 1685.5]]},
{"id": "twpv3z", "submitted_by": "Kelk1_", "name": "Efrei", "description": "A french computer science school.", "website": "https://efrei.fr", "subreddit": "/r/efrei", "center": [1229.5, 392.5], "path": [[1205.5, 383.5], [1221.5, 383.5], [1222.5, 391.5], [1263.5, 391.5], [1264.5, 398.5], [1205.5, 397.5]]},
{"id": "twpv1u", "submitted_by": "Pinchface05", "name": "Saki", "description": "A tiny drawing of Saki, the persona of u/vaarikass, an Estonian comic artist.", "website": "", "subreddit": "/r/vaarikass", "center": [1939.5, 266.5], "path": [[1938.5, 263.5], [1938.5, 265.5], [1937.5, 265.5], [1937.5, 268.5], [1941.5, 268.5], [1941.5, 265.5], [1940.5, 265.5], [1940.5, 263.5], [1939.5, 264.5]]},
{"id": "twpv0d", "submitted_by": "TerrariaTree3852s", "name": "Rhythm Heaven", "description": "A Rhythm Heaven logo, a Perfect icon, and the Barista", "website": "", "subreddit": "/r/rhythmheaven", "center": [1990.5, 347.5], "path": [[1999.5, 355.5], [1999.5, 338.5], [1983.5, 338.5], [1983.5, 349.5], [1977.5, 350.5], [1977.5, 355.5]]},
{"id": "twpuyt", "submitted_by": "Pupples1", "name": "Jupiler Logo", "description": "Logo of the highest selling beer in Belgium, Jupiler.", "website": "https://en.wikipedia.org/wiki/Jupiler", "subreddit": "", "center": [1308.5, 1344.5], "path": [[1313.5, 1321.5], [1309.5, 1321.5], [1307.5, 1322.5], [1306.5, 1323.5], [1306.5, 1324.5], [1305.5, 1325.5], [1305.5, 1326.5], [1304.5, 1327.5], [1304.5, 1332.5], [1303.5, 1332.5], [1302.5, 1333.5], [1301.5, 1334.5], [1298.5, 1334.5], [1297.5, 1335.5], [1294.5, 1335.5], [1294.5, 1349.5], [1295.5, 1350.5], [1295.5, 1352.5], [1296.5, 1353.5], [1296.5, 1353.5], [1297.5, 1354.5], [1298.5, 1355.5], [1298.5, 1355.5], [1298.5, 1356.5], [1297.5, 1357.5], [1297.5, 1360.5], [1299.5, 1360.5], [1300.5, 1358.5], [1301.5, 1358.5], [1306.5, 1362.5], [1306.5, 1363.5], [1310.5, 1363.5], [1323.5, 1349.5], [1323.5, 1335.5], [1320.5, 1335.5], [1319.5, 1334.5], [1316.5, 1334.5], [1315.5, 1333.5], [1314.5, 1332.5], [1309.5, 1329.5], [1307.5, 1329.5], [1307.5, 1327.5], [1310.5, 1325.5], [1315.5, 1325.5], [1315.5, 1322.5], [1314.5, 1321.5], [1313.5, 1321.5]]},
{"id": "twpuyh", "submitted_by": "EnvironmentalAsk2095", "name": "connor6Froggy", "description": "An emote from ConnorEatsPants' twitch, based on Spike from the Mario series", "website": "", "subreddit": "/r/ConnorEatsPants", "center": [1823.5, 269.5], "path": [[1805.5, 298.5], [1816.5, 298.5], [1816.5, 297.5], [1817.5, 297.5], [1818.5, 297.5], [1818.5, 296.5], [1819.5, 296.5], [1820.5, 295.5], [1820.5, 293.5], [1821.5, 292.5], [1825.5, 292.5], [1826.5, 293.5], [1826.5, 295.5], [1827.5, 296.5], [1828.5, 297.5], [1829.5, 297.5], [1830.5, 298.5], [1840.5, 298.5], [1844.5, 297.5], [1843.5, 286.5], [1850.5, 282.5], [1850.5, 272.5], [1848.5, 267.5], [1847.5, 266.5], [1840.5, 255.5], [1837.5, 247.5], [1834.5, 243.5], [1835.5, 238.5], [1834.5, 236.5], [1831.5, 235.5], [1826.5, 231.5], [1822.5, 231.5], [1814.5, 238.5], [1813.5, 243.5], [1809.5, 250.5], [1808.5, 256.5], [1800.5, 265.5], [1795.5, 281.5], [1799.5, 285.5], [1803.5, 287.5], [1803.5, 292.5], [1803.5, 296.5], [1804.5, 297.5], [1805.5, 298.5], [1803.5, 299.5], [1805.5, 298.5]]},
{"id": "twpurr", "submitted_by": "danieru_desu", "name": "Mik-Mik packet", "description": "The packaging design of Mik-Mik Sweetened Milk powder manufactured by Jocker's Food Industry, which has been a childhood snack for Filipinos since the 90's.", "website": "", "subreddit": "/r/Philippines", "center": [432.5, 1617.5], "path": [[408.5, 1600.5], [408.5, 1633.5], [455.5, 1633.5], [455.5, 1600.5]]},
{"id": "twpuro", "submitted_by": "felipro333", "name": "Spanish Flag", "description": "Flag of Spain, created by the reddit comunity, not the dumb twitch streamers that only wanted to attack places. It includes a lot of pixel art of various pieces of culture and history of Spain", "website": "", "subreddit": "/r/esplace", "center": [1206.5, 294.5], "path": [[864.5, 280.5], [1546.5, 279.5], [1503.5, 312.5], [866.5, 307.5]]},
@ -1554,7 +1539,6 @@
{"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": "twpnor", "submitted_by": "De_Nielsch", "name": "left side of dutch region", "description": "right half of the dutch region filled with iconic images from the netherlands", "website": "", "subreddit": "/r/placeNL", "center": [645.5, 20.5], "path": [[369.5, 0.5], [928.5, 0.5], [928.5, 69.5], [886.5, 69.5], [886.5, 34.5], [297.5, 34.5], [297.5, 14.5], [368.5, 14.5], [368.5, 0.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]]},
{"id": "twpn9r", "submitted_by": "Jern92", "name": "Our Flag Means Death", "description": "One of the biggest hits of 2022, OFMD tells the tale of Stede Bonnet, a pampered aristocrat turned pirate, and Blackbeard, the most fearsome pirate of all time.", "website": "", "subreddit": "/r/OurFlagMeansDeath", "center": [1912.5, 905.5], "path": [[1900.5, 892.5], [1900.5, 917.5], [1923.5, 917.5], [1923.5, 892.5], [1900.5, 892.5]]},
{"id": "twpn68", "submitted_by": "aafikk", "name": "Schr\u00f6dinger equation", "description": "The famous equation that is the basis of quantum physics. This one is time independent and written in the most compact form.", "website": "https://en.wikipedia.org/wiki/Schr%C3%B6dinger_equation", "subreddit": "/r/physics", "center": [606.5, 1099.5], "path": [[588.5, 1090.5], [588.5, 1105.5], [624.5, 1105.5], [624.5, 1093.5], [592.5, 1093.5], [592.5, 1090.5]]},
@ -1578,7 +1562,7 @@
{"id": "twpk8j", "submitted_by": "atlet0_", "name": "The Magnus Archives", "description": "TMA is a horror fiction anthology podcast founded by Rusty Quill examining what lurks in the archives of the Magnus Institute, an organisation dedicated to researching the esoteric and the weird. You can listen to it for free on YT, Spotify, and more!", "website": "https://youtube.com/playlist?list=PLSbuB1AyaJk8zTF3nE2KRxuixG_A5gBKJ", "subreddit": "/r/TheMagnusArchives", "center": [1980.5, 185.5], "path": [[1960.5, 176.5], [1999.5, 176.5], [1999.5, 194.5], [1960.5, 194.5], [1960.5, 176.5]]},
{"id": "twpk1e", "submitted_by": "gamrin", "name": "Fiets in de gracht (Bike in the canal)", "description": "Welcome to the Netherlands. Getting around by bike is often the easies way of transporting yourself. This also means that getting your bike stolen is extremely common. If you've lost your bike, and it wasn't worth reselling, you can probably find it in the canal.", "website": "https://www.reddit.com/r/thenetherlands/comments/a2b698/fiets_in_de_gracht_gegooid_wat_nu/", "subreddit": "/r/PlaceNL", "center": [1596.5, 27.5], "path": [[1581.5, 34.5], [1581.5, 25.5], [1589.5, 18.5], [1593.5, 18.5], [1601.5, 18.5], [1609.5, 27.5], [1613.5, 27.5], [1613.5, 34.5]]},
{"id": "twpk18", "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": [1829.5, 1583.5], "path": [[1786.5, 1555.5], [1875.5, 1555.5], [1875.5, 1561.5], [1872.5, 1561.5], [1873.5, 1611.5], [1786.5, 1611.5]]},
{"id": "twpjyu", "submitted_by": "tocarnabuci", "name": "F-35 Chan", "description": "NonCredibleDefense's Emblem and Mascot", "website": "", "subreddit": "/r/NonCredibleDefense", "center": [875.5, 116.5], "path": [[869.5, 126.5], [871.5, 126.5], [871.5, 125.5], [873.5, 125.5], [873.5, 126.5], [875.5, 126.5], [875.5, 127.5], [877.5, 127.5], [877.5, 126.5], [877.5, 125.5], [882.5, 125.5], [882.5, 123.5], [880.5, 123.5], [880.5, 122.5], [881.5, 121.5], [882.5, 120.5], [884.5, 120.5], [885.5, 119.5], [885.5, 117.5], [884.5, 116.5], [883.5, 115.5], [882.5, 114.5], [881.5, 113.5], [880.5, 112.5], [879.5, 111.5], [879.5, 108.5], [878.5, 107.5], [878.5, 102.5], [877.5, 101.5], [876.5, 102.5], [876.5, 104.5], [875.5, 105.5], [875.5, 106.5], [870.5, 106.5], [869.5, 108.5], [869.5, 107.5], [868.5, 108.5], [868.5, 111.5], [869.5, 112.5], [869.5, 113.5], [870.5, 114.5], [869.5, 115.5], [868.5, 117.5], [868.5, 119.5], [870.5, 119.5], [870.5, 121.5], [869.5, 121.5], [869.5, 121.5], [869.5, 120.5], [869.5, 125.5]]},
{"id": "twpjyu", "submitted_by": "tocarnabuci", "name": "F-35 Chan", "description": "NonCredibleDefense's Emblem and Mascot. Originally stems from Anyan's 'Flight Highschool' manga comic series.", "website": "https://flight-highschool.tumblr.com/", "subreddit": "/r/NonCredibleDefense", "center": [875.5, 116.5], "path": [[869.5, 126.5], [871.5, 126.5], [871.5, 125.5], [873.5, 125.5], [873.5, 126.5], [875.5, 126.5], [875.5, 127.5], [877.5, 127.5], [877.5, 126.5], [877.5, 125.5], [882.5, 125.5], [882.5, 123.5], [880.5, 123.5], [880.5, 122.5], [881.5, 121.5], [882.5, 120.5], [884.5, 120.5], [885.5, 119.5], [885.5, 117.5], [884.5, 116.5], [883.5, 115.5], [882.5, 114.5], [881.5, 113.5], [880.5, 112.5], [879.5, 111.5], [879.5, 108.5], [878.5, 107.5], [878.5, 102.5], [877.5, 101.5], [876.5, 102.5], [876.5, 104.5], [875.5, 105.5], [875.5, 106.5], [870.5, 106.5], [869.5, 108.5], [869.5, 107.5], [868.5, 108.5], [868.5, 111.5], [869.5, 112.5], [869.5, 113.5], [870.5, 114.5], [869.5, 115.5], [868.5, 117.5], [868.5, 119.5], [870.5, 119.5], [870.5, 121.5], [869.5, 121.5], [869.5, 121.5], [869.5, 120.5], [869.5, 125.5]]},
{"id": "twpjww", "submitted_by": "De_Nielsch", "name": "train of provinces", "description": "a NS train that shows all the flags from the dutch provinces", "website": "", "subreddit": "/r/placeNL", "center": [1238.5, 8.5], "path": [[1112.5, 2.5], [1365.5, 2.5], [1370.5, 9.5], [1368.5, 11.5], [1364.5, 13.5], [1110.5, 13.5], [1107.5, 10.5], [1110.5, 4.5]]},
{"id": "twpjtj", "submitted_by": "Alexjuhhh", "name": "KLM Cityhopper", "description": "The KLM cityhopper is used for small flights between countrys", "website": "", "subreddit": "/r/placeNL", "center": [1631.5, 17.5], "path": [[1603.5, 7.5], [1658.5, 7.5], [1658.5, 27.5], [1611.5, 26.5], [1602.5, 19.5]]},
{"id": "twpjtb", "submitted_by": "CozyGalaxies", "name": "Hilda and Alfur", "description": "The characters Hilda and Alfur from Hilda", "website": "https://hildatheseries.com/", "subreddit": "/r/HildaTheSeries", "center": [1481.5, 905.5], "path": [[1472.5, 898.5], [1472.5, 911.5], [1490.5, 911.5], [1490.5, 898.5], [1472.5, 898.5]]},
@ -1594,7 +1578,6 @@
{"id": "twpihd", "submitted_by": "RedditLightmode", "name": "Province Flag Train", "description": "An NS (NS = National Railways) train featuring the flags of the 12 provinces of the Netherlands.nnFrom left to right:n- Groningenn- Drenthen- Gelderlandn- Frieslandn- Limburgn- Noord-Brabantn- Overijsseln- Noord-Hollandn- Utrechtn- Zeelandn- Zuid-Hollandn- Flevoland", "website": "", "subreddit": "/r/PlaceNL", "center": [1238.5, 7.5], "path": [[1112.5, 2.5], [1365.5, 2.5], [1365.5, 3.5], [1366.5, 3.5], [1366.5, 4.5], [1367.5, 4.5], [1367.5, 5.5], [1368.5, 5.5], [1368.5, 6.5], [1369.5, 6.5], [1369.5, 7.5], [1369.5, 8.5], [1370.5, 8.5], [1370.5, 10.5], [1369.5, 10.5], [1369.5, 11.5], [1365.5, 11.5], [1365.5, 12.5], [1362.5, 12.5], [1362.5, 13.5], [1361.5, 13.5], [1361.5, 12.5], [1359.5, 12.5], [1359.5, 13.5], [1358.5, 13.5], [1358.5, 12.5], [1350.5, 12.5], [1350.5, 13.5], [1349.5, 13.5], [1349.5, 12.5], [1347.5, 12.5], [1347.5, 13.5], [1346.5, 13.5], [1346.5, 12.5], [1343.5, 12.5], [1343.5, 13.5], [1342.5, 13.5], [1342.5, 12.5], [1340.5, 12.5], [1340.5, 13.5], [1339.5, 13.5], [1339.5, 12.5], [1331.5, 12.5], [1331.5, 13.5], [1330.5, 13.5], [1330.5, 12.5], [1328.5, 12.5], [1328.5, 13.5], [1327.5, 13.5], [1327.5, 12.5], [1324.5, 12.5], [1324.5, 13.5], [1323.5, 13.5], [1323.5, 12.5], [1321.5, 12.5], [1321.5, 13.5], [1320.5, 13.5], [1320.5, 12.5], [1312.5, 12.5], [1312.5, 13.5], [1311.5, 13.5], [1311.5, 12.5], [1309.5, 12.5], [1309.5, 13.5], [1308.5, 13.5], [1308.5, 12.5], [1305.5, 12.5], [1305.5, 13.5], [1304.5, 13.5], [1304.5, 12.5], [1302.5, 12.5], [1302.5, 13.5], [1301.5, 13.5], [1301.5, 12.5], [1293.5, 12.5], [1293.5, 13.5], [1292.5, 13.5], [1292.5, 12.5], [1290.5, 12.5], [1290.5, 13.5], [1289.5, 13.5], [1289.5, 12.5], [1286.5, 12.5], [1286.5, 13.5], [1285.5, 13.5], [1285.5, 12.5], [1283.5, 12.5], [1283.5, 13.5], [1283.5, 12.5], [1282.5, 12.5], [1282.5, 11.5], [1281.5, 11.5], [1281.5, 10.5], [1277.5, 10.5], [1277.5, 11.5], [1276.5, 11.5], [1276.5, 12.5], [1275.5, 12.5], [1275.5, 13.5], [1274.5, 13.5], [1274.5, 12.5], [1272.5, 12.5], [1272.5, 13.5], [1271.5, 13.5], [1271.5, 12.5], [1268.5, 12.5], [1268.5, 13.5], [1267.5, 13.5], [1267.5, 12.5], [1265.5, 12.5], [1264.5, 13.5], [1264.5, 12.5], [1252.5, 12.5], [1252.5, 13.5], [1252.5, 12.5], [1249.5, 12.5], [1249.5, 13.5], [1248.5, 13.5], [1248.5, 12.5], [1246.5, 12.5], [1246.5, 13.5], [1245.5, 13.5], [1245.5, 12.5], [1238.5, 12.5], [1237.5, 12.5], [1237.5, 13.5], [1236.5, 13.5], [1236.5, 12.5], [1234.5, 12.5], [1234.5, 13.5], [1233.5, 13.5], [1233.5, 12.5], [1230.5, 12.5], [1230.5, 13.5], [1229.5, 13.5], [1229.5, 12.5], [1227.5, 12.5], [1227.5, 13.5], [1226.5, 13.5], [1226.5, 12.5], [1218.5, 12.5], [1218.5, 13.5], [1217.5, 13.5], [1217.5, 12.5], [1215.5, 12.5], [1215.5, 13.5], [1214.5, 13.5], [1214.5, 12.5], [1211.5, 12.5], [1211.5, 13.5], [1210.5, 13.5], [1210.5, 12.5], [1208.5, 12.5], [1208.5, 13.5], [1207.5, 13.5], [1207.5, 12.5], [1199.5, 12.5], [1199.5, 13.5], [1198.5, 13.5], [1198.5, 12.5], [1196.5, 12.5], [1196.5, 13.5], [1195.5, 13.5], [1195.5, 12.5], [1192.5, 12.5], [1192.5, 13.5], [1191.5, 13.5], [1191.5, 12.5], [1189.5, 12.5], [1189.5, 13.5], [1188.5, 13.5], [1188.5, 12.5], [1180.5, 12.5], [1180.5, 13.5], [1179.5, 13.5], [1179.5, 12.5], [1177.5, 12.5], [1177.5, 13.5], [1176.5, 13.5], [1176.5, 12.5], [1173.5, 12.5], [1173.5, 13.5], [1172.5, 13.5], [1172.5, 12.5], [1170.5, 12.5], [1170.5, 13.5], [1169.5, 13.5], [1169.5, 12.5], [1161.5, 12.5], [1161.5, 13.5], [1160.5, 13.5], [1160.5, 12.5], [1158.5, 12.5], [1158.5, 13.5], [1157.5, 13.5], [1157.5, 12.5], [1154.5, 12.5], [1154.5, 13.5], [1153.5, 13.5], [1153.5, 12.5], [1151.5, 12.5], [1151.5, 13.5], [1150.5, 13.5], [1150.5, 12.5], [1142.5, 12.5], [1142.5, 13.5], [1141.5, 13.5], [1141.5, 12.5], [1139.5, 12.5], [1139.5, 13.5], [1138.5, 13.5], [1138.5, 12.5], [1136.5, 12.5], [1136.5, 13.5], [1135.5, 13.5], [1135.5, 12.5], [1133.5, 12.5], [1132.5, 13.5], [1132.5, 12.5], [1122.5, 12.5], [1122.5, 13.5], [1121.5, 13.5], [1121.5, 12.5], [1119.5, 12.5], [1119.5, 13.5], [1118.5, 13.5], [1118.5, 12.5], [1116.5, 12.5], [1116.5, 13.5], [1110.5, 13.5], [1110.5, 12.5], [1109.5, 12.5], [1109.5, 11.5], [1108.5, 11.5], [1108.5, 10.5], [1107.5, 10.5], [1108.5, 10.5], [1108.5, 9.5], [1108.5, 8.5], [1109.5, 8.5], [1109.5, 6.5], [1110.5, 6.5], [1110.5, 4.5], [1111.5, 4.5], [1111.5, 3.5], [1112.5, 3.5], [1112.5, 2.5]]},
{"id": "twpih9", "submitted_by": "BlueGamesGER", "name": "Pfand System", "description": "In Germany, there is a bottle return system. When you buy certain products, you pay a deposit (Pfand) for the container. After returning the bottle to an accepting shop you get the deposit back.", "website": "", "subreddit": "", "center": [755.5, 1147.5], "path": [[744.5, 1131.5], [744.5, 1162.5], [765.5, 1162.5], [765.5, 1131.5]]},
{"id": "twpige", "submitted_by": "gamrin", "name": "Willen van Oranje (Stille Willem)", "description": "William the Silent (24 April 1533 \u2013 10 July 1584), also known as William the Taciturn (translated from Dutch: Willem de Zwijger),[1][2] or, more commonly in the Netherlands,[3][4] William of Orange (Dutch: Willem van Oranje), was the main leader of the Dutch Revolt against the Spanish Habsburgs that set off the Eighty Years' War (1568\u20131648) and resulted in the formal independence of the United Provinces in 1581.", "website": "https://en.wikipedia.org/wiki/William_the_Silent", "subreddit": "/r/PlaceNL", "center": [1893.5, 19.5], "path": [[1881.5, 3.5], [1881.5, 34.5], [1905.5, 34.5], [1905.5, 3.5]]},
{"id": "twpicx", "submitted_by": "th3_fish_", "name": "QR code", "description": "QR code leading to a video about veganism", "website": "https://www.youtube.com/watch?v=C1vW9iSpLLk", "subreddit": "/r/vegan_place", "center": [1381.5, 1933.5], "path": [[1365.5, 1917.5], [1397.5, 1917.5], [1397.5, 1949.5], [1365.5, 1949.5]]},
{"id": "twpibv", "submitted_by": "imthegreenbean", "name": "/r/math", "description": "Who doesn't like math? This display contains: a level 4 Hilbert curve (originally in the top left quadrant but moved due to border dispute with the Ukraine flag); Euler's identity; gliders from Conway's Game of Life, colored to match the logo of the math YouTube channel 3Blue1Brown; an icosahedron, the largest convex Platonic solid; the Greek letter phi, representing the golden ratio and the Euler totient function; the first few digits of pi, and a ton of dope rainbows", "website": "https://www.reddit.com/r/math/comments/twi1ge/", "subreddit": "/r/math", "center": [1651.5, 310.5], "path": [[1628.5, 281.5], [1641.5, 281.5], [1641.5, 284.5], [1672.5, 284.5], [1672.5, 339.5], [1632.5, 339.5], [1632.5, 313.5], [1630.5, 311.5], [1628.5, 311.5], [1628.5, 304.5], [1631.5, 300.5], [1631.5, 297.5], [1628.5, 295.5], [1628.5, 282.5]]},
{"id": "twpi0p", "submitted_by": "ironbody", "name": "NTI Gymnasiet", "description": "Logo of the swedish high school NTI Gymnasiet", "website": "https://www.ntigymnasiet.se", "subreddit": "", "center": [1787.5, 568.5], "path": [[1775.5, 559.5], [1799.5, 559.5], [1799.5, 576.5], [1775.5, 576.5]]},
{"id": "twphlq", "submitted_by": "A_Fine_Potato", "name": "Rem & Ram from Re:Zero", "description": "2 characters from the anime", "website": "", "subreddit": "", "center": [1882.5, 809.5], "path": [[1867.5, 799.5], [1897.5, 800.5], [1897.5, 819.5], [1867.5, 819.5]]},
@ -1624,10 +1607,8 @@
{"id": "tws5ij", "submitted_by": "lancia58", "name": "IDOLI 22", "description": "An italian streamer community, named by IDOLI. Who knows what '22' stands for.", "website": "https://www.twitch.tv/paoloidolo", "subreddit": "/r/IDOLAZZI", "center": [1533.5, 1772.5], "path": [[1525.5, 1767.5], [1540.5, 1767.5], [1540.5, 1776.5], [1525.5, 1776.5]]},
{"id": "tws5em", "submitted_by": "BlupMcBubbles", "name": "Belgian Red Devils", "description": "The blason of the national football team : the Red Devils. And two of their most famous players who celebrate a goal, Lukaku (left) and De Bruyne (right).", "website": "", "subreddit": "", "center": [1310.5, 1415.5], "path": [[1286.5, 1369.5], [1333.5, 1369.5], [1332.5, 1463.5], [1287.5, 1461.5]]},
{"id": "tws5a3", "submitted_by": "Kreicliff", "name": "Article 13/17", "description": "A reminder of the demonstrations and fight against the hardly criticised article 13 (later 17), which let to a uploadfilter based copyright system in the EU.", "website": "https://en.wikipedia.org/wiki/Directive_on_Copyright_in_the_Digital_Single_Market", "subreddit": "/r/placeDE", "center": [258.5, 1138.5], "path": [[244.5, 1147.5], [271.5, 1147.5], [272.5, 1129.5], [243.5, 1130.5]]},
{"id": "tws588", "submitted_by": "_____UnKnO", "name": "CHARA", "description": "CHARA undertalenncolab with popheads", "website": "https://undertale.com/", "subreddit": "/r/Charadefensesquad", "center": [1466.5, 522.5], "path": [[1462.5, 510.5], [1471.5, 510.5], [1472.5, 529.5], [1471.5, 534.5], [1461.5, 534.5], [1460.5, 511.5]]},
{"id": "tws55y", "submitted_by": "Intelligent_Donut_95", "name": "Philadelphia 76ers", "description": "A NBA team located in Philadelphia, Pennsylvania.", "website": "", "subreddit": "/r/sixers", "center": [90.5, 593.5], "path": [[80.5, 579.5], [99.5, 579.5], [99.5, 607.5], [80.5, 607.5]]},
{"id": "tws53k", "submitted_by": "IenjoyPineapplepizza", "name": "Louvre", "description": "The world's most-visited museum, and a historic landmark in Paris, France. It is the home of some of the best-known works of art, including the Mona Lisa and the Venus de Milo.", "website": "https://en.wikipedia.org/wiki/Louvre", "subreddit": "/r/placefrance", "center": [35.5, 1720.5], "path": [[2.5, 1665.5], [11.5, 1657.5], [92.5, 1730.5], [62.5, 1760.5], [0.5, 1760.5]]},
{"id": "tws51a", "submitted_by": "CelerySilent7734", "name": "Vshojo girls", "description": "Vtubers from vshojo, going from left to right the vtubers are, Projekt Melody, Nyatasha Nyanners, Silvervale, Ironmouse, Froot.", "website": "", "subreddit": "/r/VirtualYoutubers", "center": [1452.5, 1185.5], "path": [[1415.5, 1199.5], [1415.5, 1172.5], [1433.5, 1172.5], [1434.5, 1172.5], [1434.5, 1171.5], [1435.5, 1170.5], [1436.5, 1170.5], [1436.5, 1171.5], [1437.5, 1171.5], [1437.5, 1172.5], [1440.5, 1172.5], [1441.5, 1172.5], [1441.5, 1171.5], [1442.5, 1171.5], [1442.5, 1172.5], [1444.5, 1172.5], [1444.5, 1171.5], [1444.5, 1172.5], [1445.5, 1172.5], [1449.5, 1172.5], [1449.5, 1168.5], [1449.5, 1171.5], [1450.5, 1171.5], [1450.5, 1170.5], [1450.5, 1171.5], [1451.5, 1171.5], [1451.5, 1172.5], [1457.5, 1172.5], [1458.5, 1172.5], [1458.5, 1170.5], [1459.5, 1170.5], [1461.5, 1170.5], [1460.5, 1171.5], [1461.5, 1169.5], [1460.5, 1168.5], [1459.5, 1167.5], [1460.5, 1166.5], [1461.5, 1165.5], [1467.5, 1171.5], [1468.5, 1171.5], [1468.5, 1170.5], [1469.5, 1170.5], [1469.5, 1169.5], [1468.5, 1168.5], [1470.5, 1170.5], [1471.5, 1170.5], [1472.5, 1170.5], [1472.5, 1169.5], [1473.5, 1169.5], [1473.5, 1170.5], [1474.5, 1170.5], [1474.5, 1171.5], [1474.5, 1172.5], [1475.5, 1173.5], [1477.5, 1172.5], [1476.5, 1170.5], [1476.5, 1169.5], [1485.5, 1169.5], [1486.5, 1170.5], [1487.5, 1171.5], [1488.5, 1172.5], [1488.5, 1192.5], [1484.5, 1192.5], [1483.5, 1192.5], [1483.5, 1193.5], [1483.5, 1194.5], [1484.5, 1196.5], [1484.5, 1199.5], [1450.5, 1199.5]]},
{"id": "tws4w3", "submitted_by": "Bendystrawz12", "name": "Project Moon Logo", "description": "A miniature version of the logo of South Korean game studio Project Moon, creators of Library of Ruina and Lobotomy Corporation.", "website": "https://projectmoon.studio/eng/main/", "subreddit": "/r/libraryofruina", "center": [1350.5, 110.5], "path": [[1346.5, 106.5], [1354.5, 106.5], [1354.5, 112.5], [1352.5, 115.5], [1347.5, 115.5], [1345.5, 114.5]]},
{"id": "tws4tx", "submitted_by": "heyhowzitgoinn", "name": "Ben 10", "description": "Ben Tennyson's Omnitrix (green) from the tv series Ben 10, next to it is Aledo's corrupted Omnitrix (red). nIT'S HERO TIME!", "website": "", "subreddit": "/r/Ben10", "center": [1180.5, 411.5], "path": [[1192.5, 417.5], [1173.5, 417.5], [1168.5, 416.5], [1167.5, 405.5], [1192.5, 405.5]]},
{"id": "tws4iq", "submitted_by": "urammar", "name": "Momentum Mod", "description": "Momentum Mod is a first-person platforming game built on Valve\u2019s Source Engine that centralizes movement-oriented game modes from various games like Counter-Strike, Team Fortress, Half-Life, and Titanfall. The purple checkered pattern is an homage to missing textures in source games, and the large flank is their logo.", "website": "https://store.steampowered.com/app/669270/Momentum_Mod/", "subreddit": "/r/MomentumMod", "center": [1454.5, 118.5], "path": [[1437.5, 92.5], [1462.5, 92.5], [1464.5, 100.5], [1476.5, 106.5], [1477.5, 120.5], [1466.5, 131.5], [1465.5, 139.5], [1460.5, 140.5], [1460.5, 145.5], [1437.5, 144.5]]},
@ -1652,7 +1633,6 @@
{"id": "tws2ao", "submitted_by": "zahrla", "name": "Lofi Girl", "description": "The Lofi Girl was created by Juan Pablo Machado, a Colombian who was a student in an art school (\u00c9mile Cohl) in the city of Lyon, France.", "website": "https://www.youtube.com/watch?v=5qap5aO4i9A", "subreddit": "/r/placefrance", "center": [208.5, 1672.5], "path": [[221.5, 1644.5], [219.5, 1643.5], [214.5, 1641.5], [213.5, 1641.5], [211.5, 1641.5], [208.5, 1644.5], [205.5, 1645.5], [200.5, 1647.5], [197.5, 1648.5], [196.5, 1649.5], [195.5, 1650.5], [195.5, 1652.5], [194.5, 1653.5], [193.5, 1656.5], [193.5, 1661.5], [194.5, 1662.5], [196.5, 1662.5], [198.5, 1663.5], [197.5, 1666.5], [198.5, 1666.5], [198.5, 1668.5], [196.5, 1668.5], [196.5, 1670.5], [196.5, 1671.5], [197.5, 1671.5], [197.5, 1672.5], [199.5, 1673.5], [200.5, 1674.5], [200.5, 1675.5], [196.5, 1675.5], [196.5, 1676.5], [194.5, 1676.5], [194.5, 1672.5], [193.5, 1672.5], [193.5, 1671.5], [192.5, 1671.5], [192.5, 1670.5], [191.5, 1670.5], [191.5, 1669.5], [189.5, 1669.5], [189.5, 1668.5], [182.5, 1668.5], [182.5, 1667.5], [181.5, 1667.5], [181.5, 1666.5], [179.5, 1666.5], [173.5, 1666.5], [173.5, 1667.5], [172.5, 1667.5], [172.5, 1668.5], [171.5, 1668.5], [171.5, 1671.5], [170.5, 1671.5], [170.5, 1682.5], [170.5, 1683.5], [170.5, 1684.5], [177.5, 1687.5], [181.5, 1688.5], [182.5, 1690.5], [182.5, 1692.5], [183.5, 1693.5], [183.5, 1694.5], [184.5, 1695.5], [192.5, 1695.5], [192.5, 1696.5], [234.5, 1696.5], [234.5, 1640.5], [228.5, 1640.5], [226.5, 1641.5], [222.5, 1642.5], [220.5, 1644.5], [220.5, 1644.5], [220.5, 1644.5], [220.5, 1643.5], [220.5, 1644.5], [217.5, 1643.5], [214.5, 1641.5], [220.5, 1644.5], [221.5, 1647.5], [221.5, 1644.5]]},
{"id": "tws2an", "submitted_by": "Annoyng_dog", "name": "r/shark_park shark", "description": "a small shark made by members of r/shark_park", "website": "https://discord.gg/pissing", "subreddit": "/r/shark_park", "center": [249.5, 669.5], "path": [[242.5, 669.5], [242.5, 669.5], [242.5, 669.5], [242.5, 670.5], [243.5, 671.5], [244.5, 671.5], [245.5, 671.5], [246.5, 671.5], [247.5, 671.5], [248.5, 672.5], [249.5, 673.5], [249.5, 672.5], [249.5, 671.5], [251.5, 671.5], [251.5, 671.5], [252.5, 670.5], [253.5, 670.5], [254.5, 669.5], [255.5, 670.5], [256.5, 671.5], [257.5, 671.5], [256.5, 670.5], [256.5, 669.5], [255.5, 669.5], [255.5, 668.5], [255.5, 667.5], [256.5, 667.5], [256.5, 666.5], [257.5, 665.5], [256.5, 665.5], [255.5, 666.5], [254.5, 667.5], [254.5, 668.5], [253.5, 668.5], [252.5, 668.5], [251.5, 668.5], [250.5, 668.5], [250.5, 667.5], [250.5, 666.5], [250.5, 665.5], [249.5, 666.5], [248.5, 667.5], [247.5, 668.5], [246.5, 668.5], [246.5, 668.5], [244.5, 668.5], [243.5, 668.5], [242.5, 669.5]]},
{"id": "tws27c", "submitted_by": "CarbonIsHere", "name": "TheFantasio974 and Bob Lennon", "description": "TheFantasio974 and Bob Lennon are two of the most well know Minecraft YouTubers from France", "website": "", "subreddit": "", "center": [11.5, 1105.5], "path": [[6.5, 1096.5], [6.5, 1113.5], [15.5, 1113.5], [15.5, 1096.5], [6.5, 1096.5]]},
{"id": "tws26c", "submitted_by": "Excellent_Finger", "name": "Lamont", "description": "Streamer, cuckold and a balding loser erobb221.nIf she 15...", "website": "", "subreddit": "/r/emoney", "center": [639.5, 926.5], "path": [[622.5, 909.5], [622.5, 943.5], [655.5, 943.5], [655.5, 909.5], [622.5, 909.5]]},
{"id": "tws24f", "submitted_by": "gwenby", "name": "moonmoon", "description": "A depiction of moon2Smug, a popular emote on Twitch from the streamer moonmoon.", "website": "https://www.twitch.tv/moonmoon", "subreddit": "/r/MOONMOON_OW", "center": [1666.5, 927.5], "path": [[1646.5, 898.5], [1686.5, 898.5], [1687.5, 956.5], [1646.5, 956.5]]},
{"id": "tws1r7", "submitted_by": "_SmallLuck_", "name": "Your Turn to Die", "description": "YTTD is a negotiation/adventure game by Nankidai about a deadly game, where the participants choose who dies.", "website": "", "subreddit": "/r/YTTD", "center": [1857.5, 137.5], "path": [[1837.5, 118.5], [1837.5, 157.5], [1876.5, 157.5], [1877.5, 118.5], [1858.5, 118.5]]},
{"id": "tws1ov", "submitted_by": "tiaxanderson", "name": "Japanese flag and Alfred J. Quack", "description": "Alfred J. Quack (Alfred J. Kwak) is a Dutch produced and in Japan animated comedy-drama from 1989 to 1990 that was dubbed in 22 languages (Little Duck's Big Love Story in Japanese). This was added to the Japanese flag when r/PlaceNL moved it over a little", "website": "", "subreddit": "", "center": [735.5, 1959.5], "path": [[708.5, 1953.5], [713.5, 1948.5], [760.5, 1948.5], [760.5, 1970.5], [716.5, 1970.5], [711.5, 1966.5], [707.5, 1958.5]]},
@ -1750,7 +1730,7 @@
{"id": "twtwwo", "submitted_by": "Glad-Introduction-22", "name": "Territorial.io logo", "description": "Territorial.io, made by David Tschacher, is an online indie .io game about conquering land and fighting other people in various game modes. It has a Instagram account and a Discord server with nearly 15k people.", "website": "https://territorial.io", "subreddit": "/r/territorial_io", "center": [306.5, 1887.5], "path": [[301.5, 1882.5], [310.5, 1882.5], [310.5, 1891.5], [301.5, 1891.5]]},
{"id": "twtwq6", "submitted_by": "Deano3607", "name": "Castle Crashers", "description": "Castle Crashers is a 2D indie-game style hack-and-slash video game", "website": "https://store.steampowered.com/app/204360/Castle_Crashers/", "subreddit": "/r/castlecrashers", "center": [1900.5, 88.5], "path": [[1879.5, 73.5], [1921.5, 73.5], [1921.5, 103.5], [1879.5, 103.5], [1879.5, 73.5]]},
{"id": "twtwky", "submitted_by": "AURAequine", "name": "Tiny Non-Pony (Spike)", "description": "A tiny MLP:FiM dragon character, this one is Spike.", "website": "", "subreddit": "", "center": [914.5, 1776.5], "path": [[915.5, 1775.5], [914.5, 1775.5], [913.5, 1776.5], [914.5, 1777.5], [915.5, 1777.5]]},
{"id": "twtwc9", "submitted_by": "ItsFrisbeeTho", "name": "Noisestorm - Crab Rave", "description": "Noisestorm - Crab RavenApril 1st, 2018", "website": "https://www.youtube.com/watch?v=LDU_Txk06tM", "subreddit": "", "center": [359.5, 1907.5], "path": [[341.5, 1898.5], [341.5, 1915.5], [377.5, 1915.5], [377.5, 1898.5], [341.5, 1898.5]]},
{"id": "twtwc9", "submitted_by": "ItsFrisbeeTho", "name": "Noisestorm - Crab Rave", "description": "Crab Rave, it was both a meme and a song that gained popularity during 2018 because of its memeable and catchy tunes. It was released in Monstercat Instinct and was composed by Noisestorm. This Pixelart was an idea from someone in the official Discord server of Monstercat named Ava🌸💜", "website": "https://www.youtube.com/watch?v=LDU_Txk06tM", "subreddit": "/r/monstercat", "center": [359.5, 1907.5], "path": [[341.5, 1898.5], [341.5, 1915.5], [377.5, 1915.5], [377.5, 1898.5], [341.5, 1898.5]]},
{"id": "twtvnc", "submitted_by": "Deano3607", "name": "Escape From Tarkov - Killa", "description": "Escape from Tarkov is a hardcore and realistic online first-person action RPG/Simulator with MMO features and a story-driven walkthrough.nThe drawing shows Killa, a boss within the game who holds out at a local shopping mall.", "website": "https://www.escapefromtarkov.com/", "subreddit": "/r/escapefromtarkov", "center": [1975.5, 464.5], "path": [[1953.5, 469.5], [1953.5, 458.5], [1956.5, 451.5], [1958.5, 447.5], [1963.5, 443.5], [1968.5, 441.5], [1981.5, 441.5], [1987.5, 443.5], [1991.5, 447.5], [1995.5, 453.5], [1997.5, 457.5], [1998.5, 461.5], [1998.5, 480.5], [1978.5, 481.5], [1977.5, 490.5], [1966.5, 490.5], [1965.5, 486.5], [1961.5, 481.5], [1957.5, 477.5], [1956.5, 474.5], [1955.5, 471.5]]},
{"id": "twtvld", "submitted_by": "SlimsyMuffin", "name": "Racket Logo", "description": "The logo for the programming language racket. A functional programming language based on lisp, originally called PLT scheme.", "website": "https://racket-lang.org/", "subreddit": "/r/racket", "center": [324.5, 1477.5], "path": [[327.5, 1463.5], [331.5, 1463.5], [338.5, 1467.5], [340.5, 1471.5], [340.5, 1477.5], [340.5, 1478.5], [342.5, 1478.5], [342.5, 1483.5], [338.5, 1483.5], [338.5, 1490.5], [315.5, 1490.5], [315.5, 1485.5], [306.5, 1485.5], [306.5, 1477.5], [308.5, 1470.5], [313.5, 1466.5], [327.5, 1463.5]]},
{"id": "twtvik", "submitted_by": "em_tsuj_sti", "name": "Terz42", "description": "A head administrator on the placeDE Discord. He was mostly responsible for managing the placement of the various pixelarts on the German flag", "website": "https://discord.gg/placeDE", "subreddit": "/r/placeDE", "center": [1855.5, 1129.5], "path": [[1838.5, 1123.5], [1871.5, 1123.5], [1871.5, 1135.5], [1838.5, 1135.5]]},
@ -1758,7 +1738,7 @@
{"id": "twtvc2", "submitted_by": "Ferreyd", "name": "CNES Logo", "description": "Centre National d'\u00c9tudes Spatiales (National Center for Space Studies) is the French space agency, one of main contributors for European Space Agency", "website": "https://cnes.fr/en", "subreddit": "/r/cnes", "center": [1140.5, 763.5], "path": [[1138.5, 751.5], [1137.5, 756.5], [1131.5, 761.5], [1133.5, 769.5], [1138.5, 772.5], [1144.5, 772.5], [1149.5, 767.5], [1148.5, 760.5], [1143.5, 756.5], [1141.5, 756.5], [1140.5, 751.5]]},
{"id": "twtv11", "submitted_by": "Intelligent_Ad9470", "name": "Twenty One Pilots", "description": "Twenty One Pilots logo with Ned created by the community of T\u00d8P. Ned is a fictional character created by lead singer Tyler Joseph. As stated in an interview, Ned represents Tyler's creativity.", "website": "", "subreddit": "/r/twentyonepilots", "center": [307.5, 1656.5], "path": [[290.5, 1635.5], [290.5, 1678.5], [324.5, 1678.5], [324.5, 1635.5], [315.5, 1635.5], [315.5, 1635.5], [314.5, 1635.5], [312.5, 1634.5], [311.5, 1631.5], [310.5, 1633.5], [304.5, 1633.5], [303.5, 1631.5], [302.5, 1633.5], [302.5, 1634.5], [301.5, 1634.5], [300.5, 1634.5], [300.5, 1635.5], [290.5, 1635.5]]},
{"id": "twtuvd", "submitted_by": "Pflaumenpueree", "name": "ace pride heart", "description": "An ace pride heart that was added over the Ace Attorney drawing as a pun.", "website": "", "subreddit": "/r/plAceAttorney, /r/asexuality, /r/asexual", "center": [1316.5, 85.5], "path": [[1314.5, 83.5], [1313.5, 84.5], [1313.5, 85.5], [1316.5, 88.5], [1319.5, 85.5], [1319.5, 84.5], [1318.5, 83.5], [1317.5, 83.5], [1316.5, 84.5], [1315.5, 83.5], [1314.5, 83.5]]},
{"id": "twtuv4", "submitted_by": "blueb33", "name": "Bluey", "description": "Bluey is a popular and very wholesome Australian children's show featuring a Blue Heeler family.", "website": "https://iview.abc.net.au/show/bluey/", "subreddit": "/r/bluey", "center": [562.5, 525.5], "path": [[561.5, 509.5], [556.5, 505.5], [555.5, 537.5], [550.5, 536.5], [550.5, 539.5], [569.5, 540.5], [568.5, 508.5], [565.5, 506.5], [562.5, 511.5], [557.5, 508.5], [559.5, 507.5], [557.5, 506.5]]},
{"id": "twtuv4", "submitted_by": "blueb33", "name": "Bluey", "description": "The blue anthropomorphic dog called 'Bluey' from 'Bluey', a popular and very wholesome Australian children's show featuring a blue heeler family.", "website": "https://www.bluey.tv/", "subreddit": "/r/bluey", "center": [562.5, 525.5], "path": [[561.5, 509.5], [556.5, 505.5], [555.5, 537.5], [550.5, 536.5], [550.5, 539.5], [569.5, 540.5], [568.5, 508.5], [565.5, 506.5], [562.5, 511.5], [557.5, 508.5], [559.5, 507.5], [557.5, 506.5]]},
{"id": "twtusp", "submitted_by": "zedetsa", "name": "Tintin's moon rocket", "description": "A rocket used by Belgium's Tintin to get to the moon. Seen in the 1953 comic 'Destination Moon'. The background is art deco and inspired by The Great Gatsby. There were plans to change it to an art nouveau background since that's more a Belgian thing, but there was not enough time.", "website": "", "subreddit": "/r/belgium", "center": [1306.5, 801.5], "path": [[1282.5, 774.5], [1332.5, 774.5], [1330.5, 828.5], [1281.5, 830.5]]},
{"id": "twtule", "submitted_by": "-Katran-", "name": "Borussia Dortmund (BVB 09)", "description": "A mural for the German football club Borussia Dortmund including their badge, the DFB-Pokal they won last year, and their Captain Marco Reus. It survived thanks to our friends Liverpool FC and CraftGalaxy. Echte Liebe.", "website": "https://www.bvb.de/", "subreddit": "/r/borussiadortmund", "center": [1581.5, 1565.5], "path": [[1576.5, 1553.5], [1594.5, 1553.5], [1594.5, 1572.5], [1582.5, 1572.5], [1581.5, 1572.5], [1581.5, 1578.5], [1570.5, 1578.5], [1570.5, 1572.5], [1565.5, 1572.5], [1565.5, 1571.5], [1567.5, 1571.5], [1567.5, 1560.5], [1576.5, 1560.5], [1576.5, 1553.5]]},
{"id": "twtued", "submitted_by": "Oponik", "name": "JavaScript logo", "description": "May it be back end or front end, It's still cringe", "website": "", "subreddit": "/r/javascript", "center": [306.5, 713.5], "path": [[302.5, 709.5], [310.5, 709.5], [310.5, 717.5], [302.5, 717.5], [302.5, 709.5]]},
@ -1775,7 +1755,7 @@
{"id": "twts9o", "submitted_by": "Smithers888", "name": "Strip Poker Night at the Inventory", "description": "A browser-based strip poker game against various fictional characters from a wide range of franchises.", "website": "https://spnati.net/", "subreddit": "/r/spnati", "center": [986.5, 1752.5], "path": [[974.5, 1743.5], [974.5, 1761.5], [998.5, 1761.5], [998.5, 1743.5]]},
{"id": "twts6g", "submitted_by": "Glitchious404", "name": "BASIL", "description": "BASIL is a major supporting character in OMORI.", "website": "https://www.omori-game.com/en", "subreddit": "/r/OMORI", "center": [880.5, 272.5], "path": [[889.5, 281.5], [871.5, 281.5], [871.5, 275.5], [870.5, 274.5], [869.5, 273.5], [868.5, 272.5], [867.5, 271.5], [866.5, 270.5], [867.5, 269.5], [867.5, 268.5], [868.5, 267.5], [869.5, 266.5], [870.5, 265.5], [871.5, 264.5], [873.5, 264.5], [874.5, 263.5], [876.5, 263.5], [877.5, 262.5], [884.5, 262.5], [885.5, 263.5], [887.5, 263.5], [888.5, 264.5], [889.5, 264.5], [890.5, 265.5], [891.5, 266.5], [892.5, 267.5], [893.5, 268.5], [893.5, 269.5], [892.5, 270.5], [892.5, 273.5], [891.5, 274.5], [890.5, 275.5], [890.5, 281.5]]},
{"id": "twts4t", "submitted_by": "donrip", "name": "White-Red-Whie flag of Belarus", "description": "White-Red-White flag of Belarus. Introduced in 1918. Officially used from 1991 till 1995. After that is used as a Symbol of Belarusian resistance. Got second live with Belarusian revolution in 2020", "website": "", "subreddit": "/r/belarus", "center": [1947.5, 164.5], "path": [[1955.5, 151.5], [1947.5, 157.5], [1942.5, 164.5], [1940.5, 172.5], [1940.5, 174.5], [1948.5, 173.5], [1948.5, 160.5], [1954.5, 160.5], [1954.5, 151.5]]},
{"id": "twtrjr", "submitted_by": "Ok_Penalty_1912", "name": "Erdbeermarmeladenbrot mit Honig", "description": "Tom and the Slice of Bread with Strawberry Jam and Honey (German title;Tom und das Erdbeermarmeladebrot mit Honig) is a German animated television series for children ages 3\u20138 years, created by Andreas Hykade. It centers around Tom making his favorite dish, the Slice of Bread with Strawberry Jam and Honey.", "website": "https://en.wikipedia.org/wiki/Tom_und_das_Erdbeermarmeladebrot_mit_Honig", "subreddit": "/r/placede", "center": [1349.5, 858.5], "path": [[1339.5, 855.5], [1339.5, 863.5], [1340.5, 863.5], [1340.5, 864.5], [1341.5, 864.5], [1341.5, 865.5], [1343.5, 865.5], [1344.5, 865.5], [1344.5, 866.5], [1353.5, 866.5], [1353.5, 865.5], [1354.5, 865.5], [1354.5, 864.5], [1358.5, 864.5], [1358.5, 863.5], [1359.5, 863.5], [1359.5, 859.5], [1358.5, 859.5], [1358.5, 854.5], [1357.5, 854.5], [1357.5, 853.5], [1356.5, 853.5], [1356.5, 852.5], [1354.5, 852.5], [1354.5, 851.5], [1353.5, 851.5], [1353.5, 850.5], [1352.5, 850.5], [1352.5, 850.5], [1352.5, 849.5], [1351.5, 849.5], [1350.5, 849.5], [1350.5, 848.5], [1348.5, 848.5], [1348.5, 849.5], [1346.5, 849.5], [1346.5, 850.5], [1345.5, 850.5], [1345.5, 851.5], [1344.5, 851.5], [1344.5, 852.5], [1343.5, 852.5], [1343.5, 853.5], [1342.5, 852.5], [1343.5, 853.5], [1341.5, 853.5], [1341.5, 854.5], [1341.5, 855.5], [1340.5, 854.5], [1340.5, 855.5], [1339.5, 855.5]]},
{"id": "twtrjr", "submitted_by": "Ok_Penalty_1912", "name": "Erdbeermarmeladebrot mit Honig", "description": "Tom and the Slice of Bread with Strawberry Jam and Honey (German title;Tom und das Erdbeermarmeladebrot mit Honig) is a German animated television series for children ages 3\u20138 years, created by Andreas Hykade. It centers around Tom making his favorite dish, the Slice of Bread with Strawberry Jam and Honey.", "website": "https://en.wikipedia.org/wiki/Tom_und_das_Erdbeermarmeladebrot_mit_Honig", "subreddit": "/r/placede", "center": [1349.5, 858.5], "path": [[1339.5, 855.5], [1339.5, 863.5], [1340.5, 863.5], [1340.5, 864.5], [1341.5, 864.5], [1341.5, 865.5], [1343.5, 865.5], [1344.5, 865.5], [1344.5, 866.5], [1353.5, 866.5], [1353.5, 865.5], [1354.5, 865.5], [1354.5, 864.5], [1358.5, 864.5], [1358.5, 863.5], [1359.5, 863.5], [1359.5, 859.5], [1358.5, 859.5], [1358.5, 854.5], [1357.5, 854.5], [1357.5, 853.5], [1356.5, 853.5], [1356.5, 852.5], [1354.5, 852.5], [1354.5, 851.5], [1353.5, 851.5], [1353.5, 850.5], [1352.5, 850.5], [1352.5, 850.5], [1352.5, 849.5], [1351.5, 849.5], [1350.5, 849.5], [1350.5, 848.5], [1348.5, 848.5], [1348.5, 849.5], [1346.5, 849.5], [1346.5, 850.5], [1345.5, 850.5], [1345.5, 851.5], [1344.5, 851.5], [1344.5, 852.5], [1343.5, 852.5], [1343.5, 853.5], [1342.5, 852.5], [1343.5, 853.5], [1341.5, 853.5], [1341.5, 854.5], [1341.5, 855.5], [1340.5, 854.5], [1340.5, 855.5], [1339.5, 855.5]]},
{"id": "twtrjn", "submitted_by": "jpepo", "name": "Volt Europa", "description": "Volt is a pro-European and European federalist political movement that also serves as the pan-European structure for subsidiary parties in several EU member states.", "website": "https://www.volteuropa.org/", "subreddit": "/r/VoltEuropa", "center": [1416.5, 1346.5], "path": [[1396.5, 1338.5], [1396.5, 1353.5], [1436.5, 1353.5], [1436.5, 1338.5], [1396.5, 1338.5]]},
{"id": "twtriv", "submitted_by": "Pflaumenpueree", "name": "small bi pride flag", "description": "A small bi pride flag that was added under Maya Few from Ace Attorney", "website": "", "subreddit": "/r/bisexuality, /r/bisexual", "center": [1415.5, 111.5], "path": [[1413.5, 110.5], [1413.5, 112.5], [1416.5, 112.5], [1416.5, 110.5], [1413.5, 110.5], [1413.5, 112.5]]},
{"id": "twtri9", "submitted_by": "em_tsuj_sti", "name": "USS Ente", "description": "A space duck (Ente), similar in size to the USS Enterprisen. Created by Coldmirror a german radio and tv moderator and parody producer and dubber on Youtube.", "website": "https://www.youtube.com/user/coldmirror", "subreddit": "/r/Coldmirror", "center": [369.5, 1133.5], "path": [[359.5, 1142.5], [376.5, 1142.5], [380.5, 1138.5], [380.5, 1133.5], [381.5, 1129.5], [379.5, 1124.5], [373.5, 1121.5], [366.5, 1122.5], [365.5, 1124.5], [365.5, 1131.5], [359.5, 1131.5], [358.5, 1130.5], [354.5, 1130.5], [354.5, 1132.5], [355.5, 1133.5]]},
@ -1812,7 +1792,6 @@
{"id": "twtoc3", "submitted_by": "Dieau", "name": "42 Network", "description": "World's greatest programming school, totally free, with 42 campuses worldwide.nRTFM!n", "website": "https://42.fr/en/homepage/", "subreddit": "", "center": [1476.5, 223.5], "path": [[1469.5, 226.5], [1469.5, 226.5], [1479.5, 219.5], [1458.5, 205.5], [1460.5, 241.5], [1496.5, 241.5], [1496.5, 207.5], [1458.5, 206.5]]},
{"id": "twtobt", "submitted_by": "Deano3607", "name": "Formula 1 - Alfa Romeo Racing", "description": "Alfa Romeo Racing Team", "website": "", "subreddit": "", "center": [458.5, 810.5], "path": [[449.5, 796.5], [466.5, 796.5], [466.5, 824.5], [449.5, 824.5]]},
{"id": "twto6q", "submitted_by": "urammar", "name": "Douglas Adams", "description": "This is the artwork of r/douglasadams, a subreddit in honor of the work of the author of the hitchhiker's guide to the galaxy.nnHere we see the sperm whale and bowl of petunias that are improbably summoned to their death many kilometers above a planet, with humorous exchange.nnAlso, the words don't panic, written in large friendly letters, which is supposed to be written on the book 'in universe'.nnAnd finally, the number 42, the mis-calculated answer to the question of what is the point of life, the universe, and everything, by the giant computer 'Earth'.", "website": "", "subreddit": "/r/douglasadams", "center": [1414.5, 231.5], "path": [[1390.5, 217.5], [1390.5, 244.5], [1437.5, 244.5], [1437.5, 217.5]]},
{"id": "twto5h", "submitted_by": "jpepo", "name": "Flag of South Korea", "description": "", "website": "https://en.wikipedia.org/wiki/Flag_of_South_Korea", "subreddit": "", "center": [1221.5, 687.5], "path": [[1201.5, 674.5], [1201.5, 699.5], [1240.5, 699.5], [1240.5, 674.5], [1201.5, 674.5]]},
{"id": "twtnt2", "submitted_by": "Deano3607", "name": "Formula 1 - Red Bull Racing", "description": "Red Bull Racing Team", "website": "", "subreddit": "", "center": [477.5, 782.5], "path": [[467.5, 769.5], [486.5, 769.5], [486.5, 796.5], [467.5, 795.5]]},
{"id": "twtnrs", "submitted_by": "leopassionleo", "name": "Tribute to Zafinho", "description": "French twitter users paid tribute to the late Zafinho", "website": "https://twitter.com/zafinho", "subreddit": "", "center": [932.5, 1500.5], "path": [[916.5, 1494.5], [947.5, 1494.5], [947.5, 1506.5], [916.5, 1506.5]]},
{"id": "twtnnm", "submitted_by": "Kikoori", "name": "ISEN", "description": "French IT engineering school", "website": "https://www.isen.fr/", "subreddit": "", "center": [1867.5, 46.5], "path": [[1859.5, 44.5], [1859.5, 44.5], [1875.5, 44.5], [1875.5, 48.5], [1859.5, 48.5], [1859.5, 44.5]]},
@ -2071,7 +2050,7 @@
{"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": "ReverseDmitry", "name": "HalfOfAKebab memorial", "description": "A memorial for HalfOfAKebab, a deceased founder of Omniarchive, a Minecraft archival community.", "website": "https://omniarchive.org/", "subreddit": "/r/Omniarchive", "center": [957.5, 488.5], "path": [[953.5, 482.5], [960.5, 482.5], [960.5, 493.5], [953.5, 493.5], [953.5, 482.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": "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]]},
@ -2124,7 +2103,6 @@
{"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": "twsiey", "submitted_by": "Majishan123", "name": "Liverpool FC banner", "description": "The banner created and maintained by the faithful members of the Liverpool r/place discord server after being kicked out of their homes by a Peruvian thug of a streamer.", "website": "", "subreddit": "/r/LiverpoolFC", "center": [1226.5, 538.5], "path": [[1207.5, 507.5], [1235.5, 542.5], [1249.5, 508.5], [1249.5, 567.5], [1208.5, 567.5], [1206.5, 508.5], [1249.5, 507.5], [1238.5, 555.5], [1207.5, 567.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]]},
@ -2162,7 +2140,6 @@
{"id": "twscjm", "submitted_by": "aarontbarratt", "name": "Discworld", "description": "Dedication to Sir Terry Pratchett, creator of the much loved discworld series", "website": "https://www.terrypratchettbooks.com/", "subreddit": "/r/discworld", "center": [1879.5, 881.5], "path": [[1870.5, 870.5], [1887.5, 870.5], [1887.5, 892.5], [1870.5, 892.5]]},
{"id": "twscjl", "submitted_by": "Odd-Scientist7021", "name": "Band-Maid", "description": "Band-Maid is a Japanese rock band formed in 2013", "website": "https://bandmaid.tokyo", "subreddit": "/r/BandMaid", "center": [1147.5, 496.5], "path": [[1133.5, 481.5], [1132.5, 502.5], [1126.5, 503.5], [1126.5, 508.5], [1172.5, 509.5], [1171.5, 504.5], [1167.5, 504.5], [1165.5, 480.5], [1161.5, 480.5], [1162.5, 504.5], [1153.5, 503.5], [1153.5, 483.5], [1147.5, 481.5], [1142.5, 480.5]]},
{"id": "twscfh", "submitted_by": "Hey_Bals", "name": "Machado de Assis", "description": "Pixel art of Machado de Assis, Brazil's greatest writer.", "website": "", "subreddit": "/r/brasil", "center": [917.5, 606.5], "path": [[918.5, 593.5], [907.5, 593.5], [907.5, 619.5], [927.5, 619.5], [926.5, 594.5]]},
{"id": "twscbm", "submitted_by": "bever91", "name": "Jupiler logo", "description": "The logo of the Belgian beer Jupiler", "website": "https://jupiler.be/nl", "subreddit": "/r/belgium", "center": [1308.5, 1345.5], "path": [[1306.5, 1363.5], [1310.5, 1363.5], [1323.5, 1349.5], [1323.5, 1335.5], [1307.5, 1329.5], [1307.5, 1326.5], [1307.5, 1324.5], [1315.5, 1322.5], [1311.5, 1321.5], [1309.5, 1322.5], [1307.5, 1322.5], [1306.5, 1324.5], [1305.5, 1327.5], [1304.5, 1332.5], [1303.5, 1333.5], [1303.5, 1332.5], [1302.5, 1334.5], [1298.5, 1334.5], [1294.5, 1335.5], [1294.5, 1349.5], [1294.5, 1350.5], [1295.5, 1352.5], [1298.5, 1356.5], [1297.5, 1360.5], [1299.5, 1360.5], [1300.5, 1358.5], [1301.5, 1359.5], [1306.5, 1362.5], [1310.5, 1363.5], [1306.5, 1363.5], [1306.5, 1362.5], [1307.5, 1363.5], [1308.5, 1363.5], [1310.5, 1363.5], [1300.5, 1358.5], [1299.5, 1360.5], [1297.5, 1360.5], [1297.5, 1357.5], [1298.5, 1356.5]]},
{"id": "twsbzr", "submitted_by": "Moxinilian", "name": "Chess board of the chess club", "description": "Chess board of the chess club of ENS Rennes", "website": "https://www.ens-rennes.fr", "subreddit": "", "center": [297.5, 1590.5], "path": [[294.5, 1585.5], [300.5, 1585.5], [300.5, 1594.5], [294.5, 1594.5]]},
{"id": "twsbxy", "submitted_by": "Infernio", "name": "Catradora", "description": "Catradora is the ship name for Catra (left) and Adora (right) from the 2018 Netflix series She-Ra and the Princesses of Power. They are shown here in their season 1 designs, with Adora in She-Ra form. The background is a lesbian pride flag.", "website": "", "subreddit": "/r/catradora", "center": [1584.5, 424.5], "path": [[1570.5, 421.5], [1597.5, 421.5], [1597.5, 427.5], [1570.5, 427.5]]},
{"id": "twsbxs", "submitted_by": "Nikkilak", "name": "Militank", "description": "This lactating Pokemon was created by the streamer Ravs and his community in collaboration with the Belgium community.", "website": "https://www.twitch.tv/ravs_", "subreddit": "/r/Yogscast", "center": [1320.5, 1759.5], "path": [[1316.5, 1747.5], [1308.5, 1749.5], [1308.5, 1770.5], [1331.5, 1772.5], [1331.5, 1748.5]]},
@ -2172,7 +2149,6 @@
{"id": "twsbq3", "submitted_by": "Etern1tyDark", "name": "Little D", "description": "The mascot and initial character from the mobile rhythm game Dynamix.", "website": "https://dynamixc4cat.fandom.com/wiki/Main_Page", "subreddit": "/r/DynamixApp", "center": [1260.5, 1882.5], "path": [[1254.5, 1876.5], [1253.5, 1887.5], [1266.5, 1887.5], [1266.5, 1877.5]]},
{"id": "twsb2h", "submitted_by": "aarontbarratt", "name": "MF DOOM", "description": "Legenary underground rapper. Your favourite rappers favourite rapper", "website": "https://www.youtube.com/watch?v=zQ0yXh_ADlQ&list=PL9dk_xtWpAkKs1-EKcvq-nKwdaaS-3czd", "subreddit": "/r/mfdoom", "center": [1597.5, 894.5], "path": [[1589.5, 880.5], [1589.5, 880.5], [1605.5, 880.5], [1606.5, 907.5], [1588.5, 907.5], [1589.5, 880.5]]},
{"id": "twsazy", "submitted_by": "SnooHabits8177", "name": "lil guy", "description": "look at the little guy", "website": "", "subreddit": "", "center": [306.5, 720.5], "path": [[303.5, 721.5], [303.5, 718.5], [309.5, 718.5], [309.5, 721.5]]},
{"id": "twsaz6", "submitted_by": "VinnieChengYT", "name": "Bluey", "description": "The blue anthropomorphic dog character Bluey from the Australian TV Show of the same name", "website": "https://www.bluey.tv", "subreddit": "/r/bluey", "center": [561.5, 525.5], "path": [[554.5, 510.5], [557.5, 506.5], [561.5, 511.5], [567.5, 506.5], [568.5, 511.5], [568.5, 540.5], [549.5, 540.5], [551.5, 535.5], [553.5, 537.5], [554.5, 536.5], [554.5, 520.5], [554.5, 514.5]]},
{"id": "twsafs", "submitted_by": "Hario337", "name": "Doctor Who TARDIS", "description": "A Time Machine disguised as a police box. The TARDIS represents Doctor Who, British TV icon since 1963.nThough it's unclear which regeneration of the Doctor stands in the doorway, we can see that they wear a fez and hold their iconic Sonic Screwdriver.", "website": "https://www.doctorwho.tv/", "subreddit": "/r/doctorwho", "center": [652.5, 493.5], "path": [[643.5, 505.5], [663.5, 505.5], [663.5, 484.5], [658.5, 484.5], [652.5, 480.5], [650.5, 477.5], [647.5, 481.5], [642.5, 483.5], [642.5, 505.5]]},
{"id": "twsact", "submitted_by": "Daenyth", "name": "dusolulu", "description": "A conpidgin inspired by Viossa", "website": "", "subreddit": "/r/dusolulu", "center": [765.5, 293.5], "path": [[761.5, 289.5], [768.5, 289.5], [768.5, 297.5], [761.5, 297.5]]},
{"id": "twsa89", "submitted_by": "SlothBM", "name": "Fleur", "description": "The logo of a French streamer (Ponce)", "website": "https://www.twitch.tv/ponce", "subreddit": "", "center": [1950.5, 18.5], "path": [[1946.5, 1.5], [1959.5, 1.5], [1961.5, 34.5], [1940.5, 34.5], [1941.5, 1.5], [1940.5, 1.5]]},
@ -2187,7 +2163,7 @@
{"id": "twuslv", "submitted_by": "_caraje_", "name": "alexelcapo", "description": "Alexelcapo is a Spanish Streamer", "website": "https://www.twitch.tv/alexelcapo", "subreddit": "", "center": [1500.5, 1022.5], "path": [[1476.5, 999.5], [1476.5, 1044.5], [1526.5, 1044.5], [1524.5, 1001.5], [1476.5, 999.5]]},
{"id": "twusgb", "submitted_by": "PratzStrike", "name": "Albion Online", "description": "Albion Online is a free to play fantasy MMO.", "website": "https://albiononline.com/en/home", "subreddit": "/r/albiononline", "center": [1549.5, 75.5], "path": [[1537.5, 64.5], [1537.5, 86.5], [1561.5, 86.5], [1561.5, 64.5], [1537.5, 64.5]]},
{"id": "twus76", "submitted_by": "jobbo321", "name": "KLM Plane", "description": "This plane is a reference to KLM Royal Dutch Airlines, the largest airline of the Netherlands. It is the oldest operating airline in the world.", "website": "https://en.wikipedia.org/wiki/KLM", "subreddit": "/r/placeNL", "center": [1633.5, 17.5], "path": [[1607.5, 21.5], [1621.5, 26.5], [1636.5, 23.5], [1646.5, 21.5], [1647.5, 18.5], [1657.5, 18.5], [1656.5, 16.5], [1656.5, 9.5], [1652.5, 6.5], [1637.5, 12.5], [1622.5, 16.5], [1611.5, 6.5], [1612.5, 14.5], [1613.5, 17.5], [1603.5, 16.5], [1616.5, 20.5], [1608.5, 21.5]]},
{"id": "twurz5", "submitted_by": "louieh35", "name": "9b9t", "description": "9b9t is a 2b2t clone (a multiplayer Minecraft anarchy server)", "website": "https://www.discord.gg/9b9t", "subreddit": "", "center": [205.5, 147.5], "path": [[188.5, 125.5], [221.5, 125.5], [221.5, 169.5], [188.5, 169.5]]},
{"id": "twurz5", "submitted_by": "chocomint1", "name": "9b9t", "description": "The logo for 9b9t. \n9b9t is an anarchy Minecraft server, created to provide what 2b2t could not. \nThe server (as of April 2022) has had 461,930 unique players connect to it and consumes over 7 TB of disk space.", "website": "https://9b9t.com", "subreddit": "r/9b9t", "center": [205.5, 147.5], "path": [[188.5, 125.5], [221.5, 125.5], [221.5, 169.5], [188.5, 169.5]]},
{"id": "twurpi", "submitted_by": "BonsaiCat__", "name": "Shimeji Simulation", "description": "Shimeji Simulation is a Japanese four-panel surreal comedy manga series written and illustrated by Tsukumizu.", "website": "https://myanimelist.net/manga/117851/Shimeji_Simulation", "subreddit": "/r/ShimejiSimulation", "center": [832.5, 1307.5], "path": [[812.5, 1301.5], [852.5, 1301.5], [852.5, 1312.5], [812.5, 1312.5], [812.5, 1301.5]]},
{"id": "twurgh", "submitted_by": "Skrynbox", "name": "No mana's logo", "description": "Old logo of no mana.nNo mana is a Californian electronic music producer, DJ, and musician. He mainly produces progressive house music and other genres of electronic music.", "website": "https://ihavenomanas.com/", "subreddit": "/r/nomana", "center": [726.5, 1743.5], "path": [[716.5, 1735.5], [735.5, 1735.5], [735.5, 1751.5], [716.5, 1751.5]]},
{"id": "twur7u", "submitted_by": "SgtGawsty", "name": "Gorgc Okayeg", "description": "A Hoboeg emote made for the dota community's favourite hobo : Gorgc n", "website": "https://www.twitch.tv/gorgc", "subreddit": "/r/gorgc", "center": [1618.5, 1022.5], "path": [[1591.5, 1000.5], [1645.5, 1000.5], [1645.5, 1043.5], [1591.5, 1043.5], [1591.5, 1000.5]]},
@ -2385,7 +2361,6 @@
{"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": "twwgb1", "submitted_by": "AgentCheese9", "name": "Nachtwacht (Nightwatch)", "description": "A huge pixelart version of the famous dutch painting from placeNL", "website": "", "subreddit": "/r/placeNL", "center": [627.5, 1898.5], "path": [[540.5, 1876.5], [541.5, 1945.5], [715.5, 1947.5], [714.5, 1852.5], [540.5, 1850.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]]},
@ -2421,7 +2396,7 @@
{"id": "twwdjt", "submitted_by": "yoladol", "name": "Blue Arara (Arara Azul)", "description": "Also known as Blu from Rio, it's a bird commonly found in the interior regions of the country. It has a very beautiful and vibrant blue plumage with some yellow marks.", "website": "", "subreddit": "", "center": [920.5, 576.5], "path": [[921.5, 567.5], [919.5, 569.5], [919.5, 572.5], [918.5, 575.5], [915.5, 577.5], [915.5, 579.5], [911.5, 583.5], [914.5, 583.5], [920.5, 581.5], [923.5, 578.5], [925.5, 569.5]]},
{"id": "twwdi1", "submitted_by": "4sealsinatrenchcoat", "name": "UConn - Jonathan the Husky", "description": "The University of Connecticut (UConn) is a research university in Storrs, Connecticut. Pictured in r/place is their mascot, Jonathan the Husky.", "website": "https://uconn.edu/", "subreddit": "/r/UCONN", "center": [1930.5, 905.5], "path": [[1940.5, 892.5], [1940.5, 917.5], [1919.5, 917.5], [1919.5, 892.5]]},
{"id": "twwdg7", "submitted_by": "Thousand_Eyes", "name": "Shibby Says", "description": "a hypno kink server of a very prominant hypnotist", "website": "", "subreddit": "/r/ShibbySays", "center": [1228.5, 476.5], "path": [[1199.5, 447.5], [1257.5, 447.5], [1259.5, 506.5], [1198.5, 505.5]]},
{"id": "twwd04", "submitted_by": "Ivsucram", "name": "Cacha\u00e7a 51", "description": "Cacha\u00e7a 51 is a famous (and strong) alcoholic liquor in Brazil. It is used in the famous Caipirinha drink.", "website": "https://pt.wikipedia.org/wiki/Caninha_51", "subreddit": "/r/brasil", "center": [1224.5, 599.5], "path": [[1223.5, 567.5], [1226.5, 568.5], [1227.5, 571.5], [1227.5, 579.5], [1229.5, 581.5], [1231.5, 582.5], [1232.5, 585.5], [1232.5, 621.5], [1230.5, 623.5], [1217.5, 623.5], [1215.5, 621.5], [1215.5, 604.5], [1215.5, 584.5], [1220.5, 580.5], [1220.5, 573.5], [1221.5, 567.5]]},
{"id": "twwd04", "submitted_by": "Ivsucram", "name": "Cacha\u00e7a 51", "description": "Cacha\u00e7a 51 is a famous (and strong) alcoholic liquor in Brazil, distilled from sugarcane. It is used in the famous Caipirinha drink.", "website": "https://pt.wikipedia.org/wiki/Caninha_51", "subreddit": "/r/brasil", "center": [1224.5, 599.5], "path": [[1223.5, 567.5], [1226.5, 568.5], [1227.5, 571.5], [1227.5, 579.5], [1229.5, 581.5], [1231.5, 582.5], [1232.5, 585.5], [1232.5, 621.5], [1230.5, 623.5], [1217.5, 623.5], [1215.5, 621.5], [1215.5, 604.5], [1215.5, 584.5], [1220.5, 580.5], [1220.5, 573.5], [1221.5, 567.5]]},
{"id": "twwcof", "submitted_by": "saturnoxii", "name": "Knekro", "description": "Spanish streamer Knekro represented by kneClown, a popular emote in the channel.", "website": "https://www.twitch.tv/knekro", "subreddit": "", "center": [1350.5, 1932.5], "path": [[1334.5, 1947.5], [1334.5, 1917.5], [1365.5, 1916.5], [1365.5, 1948.5], [1334.5, 1948.5]]},
{"id": "twwcf1", "submitted_by": "Sipior04", "name": "Sora", "description": "The Kigdom Hearts series protagonist, wielding the one and only (actually no) KeybladenAlso a crown logo representing him in the series, a hearts and a paopu fruit, star-shaped", "website": "https://www.kingdomhearts.com", "subreddit": "", "center": [1264.5, 686.5], "path": [[1241.5, 673.5], [1287.5, 673.5], [1287.5, 699.5], [1241.5, 699.5], [1241.5, 673.5]]},
{"id": "twwcdv", "submitted_by": "3meraldK", "name": "Cebula Polskiego Mappingu", "description": "Representation of the Polish mapping community.", "website": "", "subreddit": "", "center": [1163.5, 1295.5], "path": [[1148.5, 1286.5], [1166.5, 1286.5], [1166.5, 1287.5], [1179.5, 1287.5], [1179.5, 1300.5], [1163.5, 1300.5], [1163.5, 1312.5], [1153.5, 1305.5], [1153.5, 1298.5], [1148.5, 1298.5], [1148.5, 1286.5]]},
@ -2550,7 +2525,7 @@
{"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": "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": 227, "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]]},
{"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]]},
{"id": "twvys1", "submitted_by": "Sonianjeriku", "name": "Haruka Karibou", "description": "A indie Vtuber", "website": "", "subreddit": "/r/VirtualYoutubers", "center": [652.5, 1084.5], "path": [[667.5, 1069.5], [637.5, 1069.5], [638.5, 1098.5], [667.5, 1099.5]]},
{"id": "twvyr0", "submitted_by": "jpepo", "name": "Flag of El Salvador", "description": "", "website": "https://en.wikipedia.org/wiki/Flag_of_El_Salvador", "subreddit": "", "center": [1119.5, 1393.5], "path": [[1084.5, 1372.5], [1084.5, 1413.5], [1154.5, 1413.5], [1154.5, 1372.5], [1084.5, 1372.5]]},
{"id": "twvyju", "submitted_by": "Kosh_Ascadian", "name": "Georgian Flag", "description": "Flag of the country of Georgia. Originally a banner of the medieval Kingdom of Georgia, readopted as the official state flag in 2004.", "website": "https://en.wikipedia.org/wiki/Georgia_(country)", "subreddit": "/r/Sakartvelo", "center": [1802.5, 486.5], "path": [[1782.5, 476.5], [1822.5, 476.5], [1822.5, 496.5], [1782.5, 496.5]]},
@ -2646,7 +2621,6 @@
{"id": "twvqqc", "submitted_by": "pi_squared_over6", "name": "Dimple", "description": "Character from TV show Mob Psycho 100", "website": "https://mob-psycho-100.fandom.com/wiki/Dimple", "subreddit": "/r/Mobpsycho100", "center": [1957.5, 1549.5], "path": [[1954.5, 1553.5], [1954.5, 1545.5], [1960.5, 1544.5], [1960.5, 1553.5]]},
{"id": "twvqnq", "submitted_by": "minecrafter2301", "name": "Hunter \u00d7 Hunter", "description": "Logo of the well known anime and manga series Hunter \u00d7 Hunter, made by the r/HunterXHunter subreddit", "website": "", "subreddit": "/r/HunterXHunter", "center": [1599.5, 682.5], "path": [[1581.5, 676.5], [1581.5, 688.5], [1617.5, 688.5], [1617.5, 676.5], [1581.5, 676.5]]},
{"id": "twvqjn", "submitted_by": "Shadowking78", "name": "Leif", "description": "Leif, one of the main members of Team Snakemouth in Bug Fables: The Everlasting Sapling", "website": "https://bugfables.dangenentertainment.com/", "subreddit": "/r/BugFables", "center": [1495.5, 80.5], "path": [[1494.5, 94.5], [1494.5, 89.5], [1498.5, 90.5], [1498.5, 91.5], [1501.5, 71.5], [1498.5, 68.5], [1496.5, 70.5], [1492.5, 70.5], [1490.5, 73.5], [1492.5, 79.5], [1490.5, 76.5], [1493.5, 78.5], [1492.5, 85.5], [1489.5, 85.5], [1489.5, 90.5], [1489.5, 91.5], [1492.5, 91.5], [1492.5, 94.5], [1494.5, 94.5]]},
{"id": "twvqj7", "submitted_by": "machadoaboutanything", "name": "Croatia", "description": "The flag of Croatia, a country at the crossroads of Central and Southeast Europe.", "website": "", "subreddit": "/r/Croatia", "center": [98.5, 731.5], "path": [[72.5, 716.5], [124.5, 716.5], [124.5, 746.5], [72.5, 747.5]]},
{"id": "twvqf7", "submitted_by": "AwayNefariousness442", "name": "big blue monkey", "description": "Primadon, one of the bosses in Deepwoken, is a giant blue ape with some characteristics of marine life like frogs and fish.nHe originates from the ocean.", "website": "", "subreddit": "", "center": [355.5, 1375.5], "path": [[344.5, 1388.5], [363.5, 1388.5], [364.5, 1387.5], [366.5, 1387.5], [367.5, 1386.5], [368.5, 1385.5], [368.5, 1379.5], [367.5, 1379.5], [367.5, 1367.5], [366.5, 1366.5], [366.5, 1365.5], [365.5, 1364.5], [365.5, 1363.5], [364.5, 1362.5], [363.5, 1361.5], [362.5, 1360.5], [359.5, 1360.5], [359.5, 1359.5], [358.5, 1358.5], [357.5, 1358.5], [357.5, 1357.5], [352.5, 1357.5], [352.5, 1360.5], [351.5, 1360.5], [351.5, 1361.5], [350.5, 1361.5], [349.5, 1362.5], [348.5, 1362.5], [347.5, 1363.5], [346.5, 1364.5], [345.5, 1365.5], [345.5, 1366.5], [344.5, 1367.5], [344.5, 1372.5], [343.5, 1373.5], [343.5, 1380.5], [342.5, 1380.5], [342.5, 1381.5], [341.5, 1382.5], [341.5, 1383.5], [341.5, 1385.5], [342.5, 1385.5], [342.5, 1386.5], [343.5, 1387.5], [345.5, 1388.5], [344.5, 1388.5]]},
{"id": "twvq8o", "submitted_by": "WaterBoiledPizza", "name": "Life", "description": "A Twitch emote of a peepo looking a sunset by the sea. Made by FabulousPotato69", "website": "https://7tv.app/emotes/61ebede31a1b2a6e7324d897", "subreddit": "", "center": [1701.5, 1084.5], "path": [[1694.5, 1075.5], [1707.5, 1075.5], [1707.5, 1093.5], [1694.5, 1093.5]]},
{"id": "twvq6p", "submitted_by": "Medical_Holiday9110", "name": "Fortnite logo", "description": "It was often shot by Counter-Strike shooter. You may know why :)", "website": "", "subreddit": "/r/fortnite", "center": [51.5, 102.5], "path": [[44.5, 93.5], [45.5, 110.5], [58.5, 110.5], [58.5, 94.5]]},
@ -2675,7 +2649,7 @@
{"id": "twvo5v", "submitted_by": "No_Sheepherder1258", "name": "Montreal Stadium", "description": "", "website": "", "subreddit": "/r/quebec", "center": [1046.5, 985.5], "path": [[1026.5, 999.5], [1026.5, 966.5], [1047.5, 967.5], [1082.5, 998.5], [1026.5, 998.5]]},
{"id": "twvnzm", "submitted_by": "jepsonjaguar", "name": "San Francisco 49ers Logo", "description": "The logo for the 5x Super Bowl Champions, the 49'ers located in San Francisco", "website": "", "subreddit": "", "center": [1830.5, 43.5], "path": [[1816.5, 33.5], [1817.5, 52.5], [1846.5, 53.5], [1842.5, 34.5]]},
{"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.", "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": "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": "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]]},
@ -2702,7 +2676,7 @@
{"id": "twvkxq", "submitted_by": "C0rrelationCausation", "name": "New Mexico Flag", "description": "This is a depiction of the flag of the US state of New Mexico. The red Zia symbol is a symbol of the Zia pueblo. The red and green chile are an homage to the state question and answer. (Red or Green? Christmas.) The chile is native to New Mexico and is commonly referred to as Hatch green chile or New Mexico chile. Both red and green chile are a major and unique part of New Mexican cuisine distinguishing it from other Mexican and southwest US cuisines.", "website": "", "subreddit": "/r/NewMexico", "center": [1445.5, 887.5], "path": [[1449.5, 869.5], [1437.5, 870.5], [1437.5, 877.5], [1438.5, 882.5], [1439.5, 891.5], [1439.5, 898.5], [1440.5, 903.5], [1444.5, 905.5], [1449.5, 905.5], [1453.5, 903.5], [1453.5, 896.5], [1453.5, 888.5], [1452.5, 881.5], [1450.5, 878.5], [1449.5, 870.5], [1450.5, 875.5], [1450.5, 870.5]]},
{"id": "twvkui", "submitted_by": "WADR42", "name": "Dungeons and Daddies", "description": "A DnD podcast about four dads lost in the forgotten realms on a quest to rescue their sons. Starring Freddie Wong, Matt Arnold, Will Campos, Beth May, and Anthony Burch as your Daddy Master.", "website": "https://www.dungeonsanddaddies.com/", "subreddit": "/r/DungeonsAndDaddies", "center": [502.5, 1546.5], "path": [[490.5, 1542.5], [514.5, 1542.5], [514.5, 1549.5], [490.5, 1549.5]]},
{"id": "twvks0", "submitted_by": "DMgaming100", "name": "Compliance Logo", "description": "Compliance is a Minecraft texturepack available in 32x and 64x resolutions, aiming to provide higher-resolution textures while staying true to the vanilla Minecraft textures", "website": "https://compliancepack.net/", "subreddit": "/r/compliancepack", "center": [1428.5, 119.5], "path": [[1426.5, 128.5], [1429.5, 128.5], [1429.5, 127.5], [1431.5, 127.5], [1431.5, 126.5], [1433.5, 126.5], [1433.5, 125.5], [1435.5, 125.5], [1435.5, 124.5], [1436.5, 124.5], [1436.5, 113.5], [1435.5, 113.5], [1435.5, 112.5], [1433.5, 112.5], [1433.5, 111.5], [1431.5, 111.5], [1431.5, 110.5], [1429.5, 110.5], [1429.5, 109.5], [1426.5, 109.5], [1426.5, 110.5], [1424.5, 110.5], [1424.5, 111.5], [1422.5, 111.5], [1422.5, 112.5], [1420.5, 112.5], [1420.5, 113.5], [1419.5, 113.5], [1419.5, 124.5], [1420.5, 124.5], [1420.5, 125.5], [1422.5, 125.5], [1422.5, 126.5], [1424.5, 126.5], [1424.5, 127.5], [1426.5, 127.5]]},
{"id": "twvk4u", "submitted_by": "jpepo", "name": "Flag of Croatia", "description": "", "website": "https://en.wikipedia.org/wiki/Flag_of_Croatia", "subreddit": "", "center": [98.5, 732.5], "path": [[72.5, 716.5], [72.5, 748.5], [124.5, 748.5], [124.5, 716.5], [72.5, 716.5]]},
{"id": "twvk4u", "submitted_by": "jpepo", "name": "Flag of Croatia", "description": "The flag of Croatia, a country at the crossroads of Central and Southeast Europe.", "website": "https://en.wikipedia.org/wiki/Flag_of_Croatia", "subreddit": "", "center": [98.5, 732.5], "path": [[72.5, 716.5], [72.5, 748.5], [124.5, 748.5], [124.5, 716.5], [72.5, 716.5]]},
{"id": "twvk0l", "submitted_by": "Myamurr", "name": "Orks/Orkz", "description": "Stylized symbol representing the Ork race, an alien species from the Warhammer 40,000 franchise. Big, green, and possessing parodied cockney accents, these creature live to have fun by fighting whether through melee or firepower, or as they like to call it: stabby and shooty. They can will almost anything into reality if they all believe hard enough (e.g. vehicles painted red go faster, bombs painted yellow explode larger). Most known on the internet for the phrases WAAAGH! and DAKKA DAKKA DAKKA!", "website": "https://wh40k.lexicanum.com/wiki/Ork", "subreddit": "/r/orks", "center": [978.5, 393.5], "path": [[967.5, 378.5], [967.5, 408.5], [988.5, 408.5], [988.5, 378.5], [967.5, 378.5]]},
{"id": "twvjti", "submitted_by": "PratzStrike", "name": "Enterprise from Azur Lane", "description": "Pixel art of USS Enterprise, from the Yostar/Manjuu mobile gacha game Azur Lane.", "website": "https://azurlane.yo-star.com/", "subreddit": "/r/AzureLane", "center": [1674.5, 1750.5], "path": [[1686.5, 1738.5], [1686.5, 1761.5], [1662.5, 1761.5], [1662.5, 1738.5], [1686.5, 1738.5]]},
{"id": "twvjt7", "submitted_by": "PC_Man18", "name": "Texas Tech University Double T", "description": "This is the logo for Texas Tech University.", "website": "https://ttu.edu", "subreddit": "/r/texastech", "center": [896.5, 1393.5], "path": [[888.5, 1385.5], [904.5, 1385.5], [904.5, 1400.5], [888.5, 1400.5]]},
@ -2790,7 +2764,7 @@
{"id": "twvb0w", "submitted_by": "MistyMountainMC", "name": "GPO", "description": "The General Post Office (GPO) of Ireland, Located in Dublin it was a major landmark in the Irish revolution wars", "website": "https://en.wikipedia.org/wiki/General_Post_Office,_Dublin", "subreddit": "/r/ireland", "center": [1299.5, 138.5], "path": [[1277.5, 152.5], [1277.5, 135.5], [1286.5, 135.5], [1286.5, 121.5], [1314.5, 121.5], [1314.5, 136.5], [1321.5, 136.5], [1321.5, 152.5], [1277.5, 152.5]]},
{"id": "twvb0p", "submitted_by": "mariogeorge59", "name": "Egyptian Unity symbol", "description": "The symbol of the crescent embracing the cross was the banner of the 1919 revolution against British control of Egypt, it represents unity between the Christians and Muslims of Egypt against sectarian strife.", "website": "", "subreddit": "", "center": [95.5, 159.5], "path": [[93.5, 148.5], [96.5, 148.5], [96.5, 150.5], [95.5, 150.5], [94.5, 151.5], [93.5, 152.5], [92.5, 153.5], [92.5, 154.5], [92.5, 155.5], [94.5, 155.5], [96.5, 155.5], [96.5, 153.5], [96.5, 152.5], [99.5, 152.5], [99.5, 155.5], [102.5, 155.5], [102.5, 157.5], [102.5, 158.5], [105.5, 158.5], [105.5, 162.5], [104.5, 163.5], [103.5, 164.5], [102.5, 166.5], [102.5, 165.5], [100.5, 167.5], [99.5, 167.5], [99.5, 168.5], [97.5, 168.5], [96.5, 168.5], [95.5, 167.5], [96.5, 167.5], [95.5, 167.5], [95.5, 168.5], [96.5, 167.5], [94.5, 167.5], [92.5, 166.5], [92.5, 166.5], [90.5, 165.5], [89.5, 164.5], [87.5, 159.5], [87.5, 156.5], [88.5, 153.5], [88.5, 154.5], [90.5, 152.5], [92.5, 149.5], [95.5, 148.5], [94.5, 151.5], [93.5, 155.5]]},
{"id": "twvav0", "submitted_by": "thelolo_007", "name": "Flapjack (The Owl House)", "description": "Flapjack is a cardinal-like palisman belonging to Hunter in Disney's 'The Owl House'.", "website": "", "subreddit": "/r/TheOwlHouse", "center": [485.5, 925.5], "path": [[484.5, 928.5], [486.5, 928.5], [486.5, 927.5], [487.5, 927.5], [487.5, 926.5], [486.5, 926.5], [486.5, 922.5], [487.5, 922.5], [486.5, 922.5], [486.5, 921.5], [486.5, 922.5], [484.5, 922.5], [484.5, 923.5], [483.5, 923.5], [483.5, 925.5], [482.5, 925.5], [483.5, 925.5], [483.5, 927.5], [484.5, 927.5], [484.5, 928.5]]},
{"id": "twvar6", "submitted_by": "Ecoz1", "name": "Young World Federalists", "description": "A collection of world federalists, and other globalists, who want to unite the world.", "website": "https://www.ywf.world/", "subreddit": "/r/globaltribe", "center": [839.5, 146.5], "path": [[847.5, 156.5], [835.5, 156.5], [834.5, 150.5], [825.5, 138.5], [847.5, 138.5]]},
{"id": "twvar6", "submitted_by": "tocarnabuci", "name": "International Flag of Planet Earth", "description": "The IFOPE-O is a non-profit non-partisan organization representing the proposal of the International Flag of Planet Earth. YWF stands for Young World Federalists and is a global movement to unite humanity under a democratic world federation.", "website": "https://www.ywf.world/", "subreddit": "/r/globaltribe", "center": [839.5, 146.5], "path": [[847.5, 156.5], [835.5, 156.5], [834.5, 150.5], [825.5, 138.5], [847.5, 138.5]]},
{"id": "twvalm", "submitted_by": "isoraqathedh", "name": "jan pi Toki Pona", "description": "A personification of Toki Pona.", "website": "https://tokipona.org/", "subreddit": "/r/tokipona", "center": [1717.5, 234.5], "path": [[1708.5, 236.5], [1706.5, 236.5], [1706.5, 235.5], [1707.5, 234.5], [1713.5, 228.5], [1713.5, 226.5], [1712.5, 225.5], [1712.5, 223.5], [1710.5, 225.5], [1710.5, 224.5], [1709.5, 222.5], [1712.5, 218.5], [1712.5, 215.5], [1715.5, 215.5], [1717.5, 214.5], [1721.5, 213.5], [1723.5, 216.5], [1723.5, 219.5], [1720.5, 222.5], [1720.5, 226.5], [1722.5, 226.5], [1722.5, 227.5], [1725.5, 228.5], [1727.5, 227.5], [1728.5, 226.5], [1730.5, 231.5], [1729.5, 233.5], [1730.5, 242.5], [1727.5, 245.5], [1720.5, 248.5], [1717.5, 248.5], [1703.5, 248.5], [1702.5, 236.5], [1705.5, 236.5]]},
{"id": "twvajy", "submitted_by": "minion0470", "name": "rendog", "description": "Minecraft YouTuber.", "website": "https://www.youtube.com/user/rendog", "subreddit": "/r/hermitcraft", "center": [883.5, 627.5], "path": [[879.5, 624.5], [886.5, 624.5], [886.5, 630.5], [879.5, 630.5]]},
{"id": "twvahv", "submitted_by": "zabdielemm", "name": "Conterpoto", "description": "Conterstine (twitch streamer ) emote", "website": "https://www.twitch.tv/conterstine", "subreddit": "", "center": [1784.5, 1405.5], "path": [[1766.5, 1387.5], [1766.5, 1422.5], [1802.5, 1422.5], [1802.5, 1387.5], [1802.5, 1387.5], [1802.5, 1387.5]]},
@ -2803,8 +2777,8 @@
{"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]]},
{"id": "twv974", "submitted_by": "Typical-Dish-3187", "name": "Xibalbist\u00e1n Flag", "description": "Flag of the micronation created by the Xibalboys, a small but dedicated group of friends.nFunded by Alejandro, Isi, Llibert and Chuko", "website": "https://xibalbistan.com", "subreddit": "", "center": [851.5, 1818.5], "path": [[846.5, 1814.5], [846.5, 1821.5], [855.5, 1821.5], [855.5, 1814.5], [855.5, 1814.5], [855.5, 1814.5], [853.5, 1814.5]]},
{"id": "twv91e", "submitted_by": "Echon97", "name": "J. R. R. Tolkien & LOTR", "description": "The icon of the Tolkien estate, author of the Lord of the Rings and the Hobbit.", "website": "", "subreddit": "/r/lotr", "center": [1836.5, 453.5], "path": [[1824.5, 431.5], [1824.5, 475.5], [1847.5, 475.5], [1847.5, 431.5]]},
{"id": 185, "name": "Burgy and MiniKirb", "description": "Right: Burgy (a fusion of Kirby and a burger) is fan art made by James Turner, adapted by the Celeste Speedrunning Community and derived into many sub-fanarts.nLeft: MiniKirb is a Kirby with a top-hat. It was adopted by Team Burgy in soon after the expansion. nThe art was defended a lot by the r/Leafs subreddit.nnnn", "website": "", "subreddit": "/r/Burgy", "center": [1929.5, 339.5], "path": [[1919.5, 335.5], [1918.5, 334.5], [1918.5, 344.5], [1934.5, 344.5], [1940.5, 341.5], [1940.5, 334.5], [1918.5, 334.5]]},
{"id": 4, "name": "Delutaya chibi", "description": "A small depiction of the indie Vtuber Delutaya.", "website": "https://www.youtube.com/channel/UC7YXqPO3eUnxbJ6rN0z2z1Q", "subreddit": "/r/Delutaya", "center": [1488.5, 1069.5], "path": [[1486.5, 1064.5], [1484.5, 1066.5], [1484.5, 1071.5], [1485.5, 1074.5], [1491.5, 1074.5], [1492.5, 1071.5], [1492.5, 1066.5], [1490.5, 1064.5]]},
{"id": "000185", "name": "Burgy and MiniKirb", "description": "Right: Burgy (a fusion of Kirby and a burger) is fan art made by James Turner, adapted by the Celeste Speedrunning Community and derived into many sub-fanarts.nLeft: MiniKirb is a Kirby with a top-hat. It was adopted by Team Burgy in soon after the expansion. nThe art was defended a lot by the r/Leafs subreddit.nnnn", "website": "", "subreddit": "/r/Burgy", "center": [1929.5, 339.5], "path": [[1919.5, 335.5], [1918.5, 334.5], [1918.5, 344.5], [1934.5, 344.5], [1940.5, 341.5], [1940.5, 334.5], [1918.5, 334.5]]},
{"id": "000004", "name": "Delutaya chibi", "description": "A small depiction of the indie Vtuber Delutaya.", "website": "https://www.youtube.com/channel/UC7YXqPO3eUnxbJ6rN0z2z1Q", "subreddit": "/r/Delutaya", "center": [1488.5, 1069.5], "path": [[1486.5, 1064.5], [1484.5, 1066.5], [1484.5, 1071.5], [1485.5, 1074.5], [1491.5, 1074.5], [1492.5, 1071.5], [1492.5, 1066.5], [1490.5, 1064.5]]},
{"id": "twv8sr", "submitted_by": "greese1", "name": "Rainbow Fish", "description": "rainbow fish", "website": "", "subreddit": "/r/PlaceFishCult", "center": [469.5, 894.5], "path": [[467.5, 893.5], [467.5, 895.5], [470.5, 895.5], [470.5, 893.5]]},
{"id": "twv8ov", "submitted_by": "jepsonjaguar", "name": "Unfinished Monalisa", "description": "The unfinished portrait of the famous Mona Lisa created by Leonardo Da Vinci. It was present in the 2017 r/place but was griefed and not finished in the 2022 version.", "website": "", "subreddit": "", "center": [1528.5, 1326.5], "path": [[1490.5, 1293.5], [1490.5, 1364.5], [1556.5, 1361.5], [1574.5, 1290.5], [1520.5, 1292.5]]},
{"id": "twv8ol", "submitted_by": "ZeBadmedic42", "name": "Rust", "description": "Rust is a multiplayer-only survival video game developed by Facepunch Studio", "website": "https://rust.facepunch.com/", "subreddit": "/r/playrust", "center": [532.5, 1005.5], "path": [[524.5, 993.5], [540.5, 993.5], [540.5, 1017.5], [524.5, 1018.5], [524.5, 1006.5], [524.5, 994.5], [525.5, 995.5]]},
@ -2840,7 +2814,6 @@
{"id": "twv4xj", "submitted_by": "frtnyt2", "name": "Elephant Necati", "description": "Fil (Elephant) Necati, is a character of the Turkish cartoon Kral Sakir, which is made by Cartoon Network.", "website": "", "subreddit": "", "center": [1642.5, 360.5], "path": [[1612.5, 353.5], [1614.5, 350.5], [1617.5, 349.5], [1626.5, 339.5], [1666.5, 340.5], [1666.5, 346.5], [1673.5, 347.5], [1671.5, 361.5], [1666.5, 360.5], [1660.5, 365.5], [1655.5, 365.5], [1656.5, 373.5], [1647.5, 380.5], [1644.5, 381.5], [1643.5, 391.5], [1648.5, 397.5], [1634.5, 397.5], [1635.5, 391.5], [1634.5, 389.5], [1633.5, 385.5], [1633.5, 383.5], [1634.5, 381.5], [1630.5, 379.5], [1628.5, 379.5], [1626.5, 378.5], [1626.5, 373.5], [1621.5, 366.5], [1620.5, 360.5], [1613.5, 359.5]]},
{"id": "twv4r8", "submitted_by": "ChadRemEnjoyer", "name": "The defense against the Tunisien rogues", "description": "In the last few hours of r/place, r/Lost, r/Senzawa, r/Place_the_wave, r/Vivy and r/Tunisia fought and helped to defend r/Re_zero against rogue Tunisiens who planned to take over the entire area. The defense was ultimately a success, and they all saw the end of r/place together as comrades.", "website": "", "subreddit": "/r/Place_the_wave, /r/Senzawa, /r/Lost, /r/Tunisia, /r/Re_zero, /r/Vivy, ", "center": [1931.5, 803.5], "path": [[1845.5, 792.5], [1845.5, 831.5], [2000.5, 828.5], [2001.5, 769.5], [1920.5, 769.5], [1920.5, 793.5], [1845.5, 792.5], [1851.5, 796.5], [1852.5, 796.5]]},
{"id": "twv4ew", "submitted_by": "John567852", "name": "The ori-taiwan heart", "description": "The heart that shows the friendship between taiwan and ori, they've helped eachother to stand in this canvas.", "website": "", "subreddit": "/r/OriAndTheBlindForest, /r/taiwan", "center": [966.5, 542.5], "path": [[961.5, 543.5], [961.5, 540.5], [962.5, 540.5], [962.5, 539.5], [963.5, 539.5], [963.5, 538.5], [964.5, 538.5], [964.5, 539.5], [967.5, 539.5], [967.5, 538.5], [968.5, 538.5], [968.5, 539.5], [969.5, 539.5], [969.5, 540.5], [970.5, 540.5], [970.5, 543.5], [969.5, 543.5], [969.5, 544.5], [968.5, 544.5], [968.5, 545.5], [967.5, 545.5], [967.5, 546.5], [966.5, 546.5], [966.5, 547.5], [965.5, 547.5], [965.5, 546.5], [964.5, 546.5], [964.5, 545.5], [963.5, 545.5], [963.5, 544.5], [962.5, 544.5], [962.5, 543.5], [961.5, 543.5], [961.5, 542.5], [961.5, 541.5], [961.5, 540.5]]},
{"id": "twv4eg", "submitted_by": "JimboTheAardvark", "name": "51 Cacha\u00e7a", "description": "A bottle of 51, a brand of cacha\u00e7a (sugarcane distilled alcoholic drink)", "website": "", "subreddit": "", "center": [1223.5, 599.5], "path": [[1221.5, 568.5], [1226.5, 568.5], [1226.5, 579.5], [1231.5, 583.5], [1232.5, 620.5], [1230.5, 623.5], [1215.5, 623.5], [1215.5, 586.5], [1219.5, 580.5], [1221.5, 568.5], [1221.5, 567.5], [1223.5, 570.5]]},
{"id": "twv4ar", "submitted_by": "Despacitugo", "name": "The Binding of Isaac", "description": "Isaac from the roguelite game The Binding of Isaac: Rebirth. This is his apparence after he picked the items Godhead and Mom's Heels. He also has two Mini-Isaac at his sides, who have the apparence of Judas and a purple imp.", "website": "", "subreddit": "/r/bindingofisaac", "center": [85.5, 329.5], "path": [[68.5, 334.5], [67.5, 330.5], [72.5, 326.5], [71.5, 320.5], [75.5, 313.5], [85.5, 310.5], [92.5, 311.5], [94.5, 313.5], [96.5, 316.5], [97.5, 319.5], [97.5, 324.5], [96.5, 326.5], [95.5, 328.5], [101.5, 328.5], [102.5, 327.5], [104.5, 333.5], [102.5, 336.5], [103.5, 337.5], [101.5, 340.5], [99.5, 341.5], [96.5, 341.5], [94.5, 345.5], [71.5, 345.5], [71.5, 338.5], [68.5, 336.5], [67.5, 335.5], [68.5, 334.5], [67.5, 334.5], [68.5, 334.5], [68.5, 334.5]]},
{"id": "twv497", "submitted_by": "th3_fish_", "name": "Raspberry", "description": "Symbol of Twitch streamer Tsumyka's discord server", "website": "https://www.twitch.tv/tsumyka", "subreddit": "", "center": [1988.5, 905.5], "path": [[1986.5, 915.5], [1988.5, 915.5], [1989.5, 914.5], [1990.5, 913.5], [1992.5, 913.5], [1993.5, 912.5], [1993.5, 911.5], [1994.5, 910.5], [1995.5, 910.5], [1996.5, 909.5], [1996.5, 908.5], [1995.5, 907.5], [1996.5, 906.5], [1996.5, 900.5], [1995.5, 899.5], [1994.5, 899.5], [1993.5, 898.5], [1991.5, 898.5], [1990.5, 897.5], [1989.5, 896.5], [1989.5, 895.5], [1988.5, 894.5], [1987.5, 894.5], [1988.5, 895.5], [1988.5, 896.5], [1987.5, 897.5], [1986.5, 897.5], [1985.5, 898.5], [1984.5, 898.5], [1983.5, 899.5], [1982.5, 899.5], [1981.5, 900.5], [1980.5, 900.5], [1979.5, 900.5], [1978.5, 901.5], [1977.5, 901.5], [1976.5, 902.5], [1978.5, 902.5], [1978.5, 904.5], [1979.5, 905.5], [1980.5, 906.5], [1980.5, 907.5], [1980.5, 908.5], [1981.5, 909.5], [1981.5, 910.5], [1982.5, 911.5], [1983.5, 912.5], [1984.5, 912.5], [1985.5, 913.5], [1985.5, 914.5], [1986.5, 915.5]]},
{"id": "twv46f", "submitted_by": "SourCreamMuffin", "name": "ENIB Logo", "description": "Logo of the \u00c9cole Nationale d'Ing\u00e9nieurs de Brest. An engineering school located in Brest, France.", "website": "https://www.enib.fr/fr/", "subreddit": "", "center": [1832.5, 1463.5], "path": [[1822.5, 1460.5], [1842.5, 1460.5], [1842.5, 1465.5], [1822.5, 1465.5], [1822.5, 1460.5]]},
@ -2884,7 +2857,7 @@
{"id": "twv00c", "submitted_by": "yayesye", "name": "Vanis.io logo", "description": "Vanis.io is a web-based action MMO where you divide into pieces and eat other players.", "website": "https://vanis.io/", "subreddit": "", "center": [988.5, 413.5], "path": [[977.5, 409.5], [977.5, 417.5], [987.5, 417.5], [988.5, 418.5], [997.5, 418.5], [998.5, 417.5], [998.5, 409.5], [997.5, 408.5], [989.5, 408.5], [988.5, 409.5]]},
{"id": "twuzvt", "submitted_by": "Lapidification", "name": "ISAB", "description": "ISAB (I Suck At Battles) is a Youtuber who mainly plays games in the Bloons Tower Defense series.", "website": "https://www.youtube.com/c/BTDIsab", "subreddit": "/r/isab", "center": [882.5, 1880.5], "path": [[871.5, 1874.5], [892.5, 1874.5], [892.5, 1885.5], [871.5, 1885.5], [871.5, 1874.5]]},
{"id": "twuzst", "submitted_by": "10PMSEN", "name": "Georgian(country) Flag", "description": "", "website": "", "subreddit": "/r/Sakartvelo", "center": [1802.5, 486.5], "path": [[1782.5, 476.5], [1822.5, 476.5], [1822.5, 496.5], [1782.5, 496.5], [1782.5, 476.5]]},
{"id": 0, "name": "Ecuador", "description": "South America Country.", "website": "https://es.wikipedia.org/wiki/Ecuador", "subreddit": "/r/ecuador", "center": [1607.5, 587.5], "path": [[1549.5, 568.5], [1574.5, 569.5], [1577.5, 569.5], [1577.5, 578.5], [1577.5, 579.5], [1678.5, 580.5], [1678.5, 598.5], [1549.5, 598.5]]},
{"id": "000000", "name": "Ecuador", "description": "South America Country.", "website": "https://es.wikipedia.org/wiki/Ecuador", "subreddit": "/r/ecuador", "center": [1607.5, 587.5], "path": [[1549.5, 568.5], [1574.5, 569.5], [1577.5, 569.5], [1577.5, 578.5], [1577.5, 579.5], [1678.5, 580.5], [1678.5, 598.5], [1549.5, 598.5]]},
{"id": "twuzgw", "submitted_by": "greese1", "name": "the original four fish", "description": "the original four fish", "website": "", "subreddit": "/r/PlaceFishCult", "center": [477.5, 897.5], "path": [[472.5, 893.5], [482.5, 893.5], [482.5, 901.5], [472.5, 901.5]]},
{"id": "twuzbz", "submitted_by": "WackyPinion", "name": "Bubsy", "description": "Bubsy the Bobcat, star of a series of platform games and mascot of video game publisher Accolade.", "website": "", "subreddit": "/r/the_Bubsy", "center": [1719.5, 558.5], "path": [[1713.5, 549.5], [1713.5, 567.5], [1725.5, 567.5], [1726.5, 549.5]]},
{"id": "twuzax", "submitted_by": "CommercialSoup8914", "name": "Marker", "description": "This pixel art is a mini version of the character, 'marker' from the object show BFDI/BFB. This character has been rebuilt around and around the canvas due to multiple griefs against it, until it stands now in this place.", "website": "", "subreddit": "/r/MarkerBFDI", "center": [782.5, 1717.5], "path": [[779.5, 1713.5], [779.5, 1720.5], [785.5, 1720.5], [785.5, 1713.5], [779.5, 1713.5]]},
@ -2908,7 +2881,6 @@
{"id": "twux26", "submitted_by": "scorpion24100", "name": "Ableton Live 11", "description": "Ableton 11 is a DAW (digital audio workstation) used for producing music and other audio related projects.", "website": "https://www.ableton.com/en/live/", "subreddit": "/r/ableton", "center": [745.5, 1985.5], "path": [[733.5, 1974.5], [733.5, 1996.5], [756.5, 1996.5], [756.5, 1974.5]]},
{"id": "twuwv0", "submitted_by": "cissedo", "name": "Bomberman", "description": "Hero of the Bomberman video game series.", "website": "", "subreddit": "/r/bomberman", "center": [417.5, 1812.5], "path": [[416.5, 1801.5], [415.5, 1802.5], [414.5, 1803.5], [413.5, 1804.5], [412.5, 1805.5], [412.5, 1811.5], [413.5, 1812.5], [412.5, 1813.5], [411.5, 1814.5], [410.5, 1815.5], [410.5, 1817.5], [412.5, 1817.5], [412.5, 1818.5], [411.5, 1819.5], [411.5, 1821.5], [423.5, 1821.5], [423.5, 1819.5], [422.5, 1818.5], [423.5, 1817.5], [424.5, 1816.5], [424.5, 1814.5], [423.5, 1814.5], [422.5, 1813.5], [421.5, 1812.5], [422.5, 1811.5], [422.5, 1804.5], [421.5, 1804.5], [420.5, 1803.5], [419.5, 1802.5], [418.5, 1801.5], [416.5, 1801.5]]},
{"id": "twuwsf", "submitted_by": "Sorrells_", "name": "Haskell Logo", "description": "The logo of the functional programming language Haskell", "website": "https://www.haskell.org/", "subreddit": "/r/haskell", "center": [1554.5, 1286.5], "path": [[1550.5, 1282.5], [1558.5, 1282.5], [1558.5, 1289.5], [1550.5, 1289.5]]},
{"id": "twuwh2", "submitted_by": "Will2Meme", "name": "Michiru (BNA)", "description": "BNA or Brand New Animal is anime about furries and no one can say otherwise.", "website": "", "subreddit": "/r/brandnewanimal", "center": [1374.5, 1956.5], "path": [[1365.5, 1949.5], [1382.5, 1949.5], [1382.5, 1963.5], [1365.5, 1963.5]]},
{"id": "twuwa9", "submitted_by": "thegangstaghost", "name": "FREE THAIBOY!", "description": "FREE THAIBOY is a phrase that gained popularity in the drain gang community after Swedish-Thai rapper Thaiboy digital wasnt allowed to perform in Canada", "website": "", "subreddit": "/r/sadboys", "center": [1596.5, 416.5], "path": [[1569.5, 412.5], [1623.5, 412.5], [1623.5, 420.5], [1569.5, 420.5]]},
{"id": "twuw64", "submitted_by": "PratzStrike", "name": "Haruka Karibu", "description": "This is pixel art of the Vtuber Twitch streamer Haruka Karibu's emote haruchiLove.", "website": "https://www.twitch.tv/harukakaribu", "subreddit": "", "center": [652.5, 1084.5], "path": [[637.5, 1099.5], [637.5, 1069.5], [667.5, 1069.5], [667.5, 1099.5], [637.5, 1099.5]]},
{"id": "twuvno", "submitted_by": "ShadowPuppet99", "name": "Watson Amelia", "description": "Hololive EN 1st Generation (Myth) Vtuber Watson Amelia. Smol and has a Moustache.", "website": "https://www.youtube.com/channel/UCyl1z3jo3XHR1riLFKG5UAg", "subreddit": "/r/Hololive", "center": [1339.5, 938.5], "path": [[1337.5, 929.5], [1332.5, 935.5], [1336.5, 948.5], [1342.5, 948.5], [1346.5, 935.5], [1341.5, 929.5]]},
@ -2933,7 +2905,7 @@
{"id": "twut2n", "submitted_by": "53-45-58-4D-41-4E", "name": "Paymoneywubby", "description": "Wubby, Alluxx, HP and CheetonRIP Cheeto", "website": "", "subreddit": "/r/paymoneywubby", "center": [92.5, 428.5], "path": [[59.5, 420.5], [125.5, 420.5], [125.5, 436.5], [59.5, 436.5]]},
{"id": "twusxr", "submitted_by": "Oponik", "name": "Kaheru", "description": "This pixel art is for an individual orange Filipino v-tuber, Kaheru. Made by r/Philippines", "website": "https://www.youtube.com/channel/UCIoRFfQdwgErIokdU4Zb-Sg", "subreddit": "/r/Philippines", "center": [447.5, 1670.5], "path": [[442.5, 1674.5], [443.5, 1673.5], [442.5, 1672.5], [442.5, 1670.5], [443.5, 1666.5], [444.5, 1665.5], [450.5, 1665.5], [450.5, 1667.5], [451.5, 1667.5], [451.5, 1669.5], [452.5, 1671.5], [452.5, 1673.5], [452.5, 1674.5], [452.5, 1675.5], [442.5, 1675.5]]},
{"id": "twuste", "submitted_by": "casey9412", "name": "Etherea", "description": "Logo of a music production discord server", "website": "https://discord.gg/CEBZ2dFe3A", "subreddit": "", "center": [880.5, 1781.5], "path": [[872.5, 1773.5], [888.5, 1773.5], [888.5, 1789.5], [872.5, 1789.5]]},
{"id": "vgn1", "submitted_by": "HydroNitrogen", "name": "QR: \"A meat eaters case against veganism\"", "description": "This QR code, placed by a collaboration of various vegan communities, linked to a YouTube video \"A meat eaters case for veganism\" from CosmicSkeptic.", "website": "https://www.youtube.com/watch?v=C1vW9iSpLLk", "subreddit": "/r/vegan", "center": [1381.5, 1933.5], "path": [[1364.5, 1916.5], [1398.5, 1916.5], [1398.5, 1950.5], [1364.5, 1950.5]]},
{"id": "vgn1", "submitted_by": "HydroNitrogen", "name": "QR: \"A meat eaters case against veganism\"", "description": "This QR code, placed by a collaboration of various vegan communities, linked to a YouTube video \"A meat eaters case for veganism\" from CosmicSkeptic.", "website": "https://www.youtube.com/watch?v=C1vW9iSpLLk", "subreddit": "/r/vegan", "center": [1381.5, 1933.5], "path": [[1365.5, 1917.5], [1397.5, 1917.5], [1397.5, 1949.5], [1365.5, 1949.5], [1365.5, 1917.5]]},
{"id": "vgn2", "submitted_by": "HydroNitrogen", "name": "Large watchdominion.org banner", "description": "The larger one of two watchdominion.org banners, placed by a collaboration of various vegan communities. Dominion is a 2018 documentary about animal treatment in modern agriculture.", "website": "https://watchdominion.org/", "subreddit": "/r/vegan", "center": [1829.5, 1583.5], "path": [[1785.5, 1554.5], [1876.5, 1554.5], [1876.5, 1562.5], [1873.5, 1562.5], [1873.5, 1612.5], [1785.5, 1612.5]]},
{"id": "vgn3", "submitted_by": "HydroNitrogen", "name": "Small watchdominion.org banner", "description": "The smaller one of two watchdominion.org banners, placed by a collaboration of various vegan communities. Dominion is a 2018 documentary about animal treatment in modern agriculture.", "website": "https://watchdominion.org/", "subreddit": "/r/vegan", "center": [1969.5, 902.5], "path": [[1938.5, 886.5], [2000.5, 886.5], [2000.5, 917.5], [1938.5, 917.5]]},
{"id": "twxzts", "submitted_by": "jenyto", "name": "Moogle", "description": "An recurring race in the Final Fantasy series. First appeared in FF3.", "website": "", "subreddit": "/r/finalfantasy", "center": [1278.5, 502.5], "path": [[1270.5, 509.5], [1270.5, 491.5], [1285.5, 491.5], [1285.5, 512.5], [1270.5, 512.5], [1270.5, 510.5]]},
@ -2960,7 +2932,7 @@
{"id": "twxxvg", "submitted_by": "BabyBabaBofski", "name": "Terraria gender change potion", "description": "This is a gender change potion from terraria", "website": "https://terraria.fandom.com/wiki/Gender_Change_Potion", "subreddit": "/r/transplace", "center": [685.5, 469.5], "path": [[682.5, 465.5], [682.5, 465.5], [683.5, 464.5], [683.5, 461.5], [685.5, 461.5], [684.5, 461.5], [686.5, 461.5], [686.5, 462.5], [686.5, 464.5], [686.5, 464.5], [687.5, 467.5], [688.5, 469.5], [689.5, 471.5], [690.5, 472.5], [689.5, 474.5], [687.5, 475.5], [684.5, 475.5], [683.5, 475.5], [682.5, 475.5], [681.5, 474.5], [680.5, 473.5], [680.5, 472.5], [680.5, 471.5], [682.5, 468.5], [682.5, 467.5], [683.5, 462.5], [684.5, 464.5]]},
{"id": "twxxn7", "submitted_by": "roedesse", "name": "Chich\u00e9n Itz\u00e1", "description": "A depiction of half of the old maya city of Chich\u00e9n Itz\u00e1", "website": "", "subreddit": "/r/Mexico", "center": [795.5, 511.5], "path": [[787.5, 494.5], [787.5, 521.5], [811.5, 521.5], [810.5, 520.5], [810.5, 519.5], [795.5, 504.5], [793.5, 504.5], [792.5, 503.5], [792.5, 500.5], [793.5, 500.5], [793.5, 496.5], [792.5, 496.5], [792.5, 494.5], [787.5, 494.5]]},
{"id": "twxxcw", "submitted_by": "PenguGame", "name": "Shape", "description": "A 5 letter word ( meant to say 'Shape') which represents the soon-to-be-vtuber Shape / polyshape", "website": "https://www.youtube.com/c/shape-polygon", "subreddit": "", "center": [1462.5, 900.5], "path": [[1453.5, 898.5], [1471.5, 898.5], [1471.5, 902.5], [1453.5, 902.5], [1453.5, 898.5]]},
{"id": 179, "name": "Camellia Logo (Covered)", "description": "Camellia (also known as Cametek) is a musician that mainly produces Electronic Dance Music. He is also known as the King of Rhythm Games.", "website": "https://linktr.ee/cametek", "subreddit": "", "center": [703.5, 1507.5], "path": [[660.5, 1491.5], [660.5, 1522.5], [745.5, 1522.5], [745.5, 1491.5]]},
{"id": "000179", "name": "Camellia Logo (Covered)", "description": "Camellia (also known as Cametek) is a musician that mainly produces Electronic Dance Music. He is also known as the King of Rhythm Games.", "website": "https://linktr.ee/cametek", "subreddit": "", "center": [703.5, 1507.5], "path": [[660.5, 1491.5], [660.5, 1522.5], [745.5, 1522.5], [745.5, 1491.5]]},
{"id": "twxx81", "submitted_by": "Xulomali_HD", "name": "Arkeanos", "description": "It is a part of the Spanish community in which the *Arkeanos* team invaded to endure in the history of reddit.nn*Siempre con el Jefecito*", "website": "https://www.youtube.com/channel/UCggHFGmLDDStxyM-uy9DYnQ", "subreddit": "/r/nexxuzhd", "center": [1666.5, 98.5], "path": [[1717.5, 48.5], [1717.5, 147.5], [1615.5, 147.5], [1615.5, 48.5]]},
{"id": "twxx76", "submitted_by": "DarkStar69_", "name": "Lysium", "description": "This art represents the GTA RP Streamer Lysium.", "website": "https://www.twitch.tv/lysium", "subreddit": "", "center": [1466.5, 680.5], "path": [[1443.5, 672.5], [1443.5, 687.5], [1489.5, 687.5], [1489.5, 672.5]]},
{"id": "twxx6w", "submitted_by": "StuckeyIRL", "name": "UMBC Shield Logo", "description": "A college in Baltimore MD, USA. The shield is representative of the Maryland flag.", "website": "https://umbc.edu/", "subreddit": "/r/UMBC", "center": [1815.5, 714.5], "path": [[1815.5, 717.5], [1814.5, 717.5], [1814.5, 716.5], [1813.5, 716.5], [1813.5, 715.5], [1812.5, 715.5], [1812.5, 713.5], [1813.5, 713.5], [1813.5, 712.5], [1816.5, 712.5], [1816.5, 713.5], [1817.5, 713.5], [1817.5, 715.5], [1816.5, 715.5], [1816.5, 716.5], [1815.5, 716.5], [1815.5, 717.5]]},
@ -3023,7 +2995,6 @@
{"id": "twxqta", "submitted_by": "roedesse", "name": "Aztec Sun Stone", "description": "The Aztec Calendar or Sun Stone, a depiction of this old civilization's sculpture on shades of green", "website": "", "subreddit": "/r/Mexico", "center": [602.5, 1234.5], "path": [[640.5, 1176.5], [637.5, 1173.5], [600.5, 1173.5], [582.5, 1183.5], [570.5, 1194.5], [557.5, 1212.5], [554.5, 1225.5], [555.5, 1245.5], [557.5, 1258.5], [567.5, 1276.5], [580.5, 1289.5], [590.5, 1296.5], [603.5, 1296.5], [609.5, 1291.5], [619.5, 1291.5], [624.5, 1295.5], [635.5, 1290.5], [638.5, 1288.5], [640.5, 1286.5]]},
{"id": "twxqsu", "submitted_by": "DarkStar69_", "name": "Ming", "description": "Ming is a Twitch Streamer that streams GTA RP for the NoPixel Server.", "website": "https://www.twitch.tv/ming", "subreddit": "", "center": [982.5, 892.5], "path": [[965.5, 887.5], [998.5, 887.5], [998.5, 897.5], [965.5, 897.5]]},
{"id": "twxqrm", "submitted_by": "Jova38", "name": "999 (Zero Escape: Nine Hours, Nine Persons, Nine Doors)", "description": "Three 9's in a row representing 999, a game from the Zero Escape series.", "website": "", "subreddit": "/r/ZeroEscape", "center": [1957.5, 169.5], "path": [[1950.5, 162.5], [1950.5, 175.5], [1964.5, 175.5], [1964.5, 162.5]]},
{"id": "twxqoq", "submitted_by": "putrid-creature", "name": "swag", "description": "a putrid, smelly, scamming jackass who nobody actually likes", "website": "", "subreddit": "/r/emoney", "center": [639.5, 926.5], "path": [[622.5, 909.5], [622.5, 943.5], [655.5, 943.5], [655.5, 909.5]]},
{"id": "twxqik", "submitted_by": "LilMixelle", "name": "Debian GNU/Linux", "description": "The twirl logo of Debian GNU/Linux.", "website": "https://www.debian.org/", "subreddit": "/r/placetux", "center": [34.5, 697.5], "path": [[36.5, 691.5], [31.5, 693.5], [30.5, 701.5], [34.5, 703.5], [39.5, 696.5]]},
{"id": "twxqh1", "submitted_by": "Tevedeh", "name": "Iowa State University", "description": "A public land grant university in Ames, Iowa", "website": "", "subreddit": "/r/iastate", "center": [1641.5, 628.5], "path": [[1628.5, 620.5], [1628.5, 636.5], [1653.5, 636.5], [1653.5, 620.5]]},
{"id": "twxqdd", "submitted_by": "AsrielPlay52", "name": "Arasaka Corp/Cyberpunk 2077", "description": "Depiction of Arasaka Cooperation, a fictional company from the TTRPG series Cyberpunk with the text from the game Cyberpunk 2077", "website": "https://www.cyberpunk.net/", "subreddit": "/r/cyberpunkgame", "center": [997.5, 1731.5], "path": [[987.5, 1742.5], [1007.5, 1742.5], [1007.5, 1720.5], [987.5, 1720.5]]},
@ -3199,7 +3170,6 @@
{"id": "twx5u4", "submitted_by": "afrangry", "name": "Leet", "description": "Leet (or 1337), also known as eleet or leetspeak, is a system of modified spellings used primarily on the Internet. It often uses character replacements in ways that play on the similarity of their glyphs via reflection or other resemblance.", "website": "", "subreddit": "/r/leet", "center": [1641.5, 774.5], "path": [[1626.5, 767.5], [1626.5, 781.5], [1656.5, 781.5], [1656.5, 767.5], [1626.5, 767.5]]},
{"id": "twx5ss", "submitted_by": "Ivsucram", "name": "Ipanema sidewalks", "description": "Pattern usually depicts in popular brazilian sidewalks, as the Ipanema's sidewalk, in Rio de Janeiro, Brazil.", "website": "https://invexo.com.br/blog/calcadao-de-ipanema/", "subreddit": "/r/brasil", "center": [1190.5, 573.5], "path": [[1208.5, 568.5], [1199.5, 577.5], [1188.5, 583.5], [1172.5, 568.5], [1208.5, 568.5]]},
{"id": "twx51k", "submitted_by": "Win090949", "name": "Thai flag #2", "description": "Flag of Thailand with Thai Tea and Democracy Monument", "website": "", "subreddit": "/r/thaithai", "center": [503.5, 1807.5], "path": [[490.5, 1800.5], [516.5, 1800.5], [516.5, 1814.5], [490.5, 1814.5]]},
{"id": "twx4zt", "submitted_by": "Typhoonflame", "name": "SIms Crystal", "description": "The green Sims crystal- the franchise's logo", "website": "", "subreddit": "/r/thesims", "center": [519.5, 1787.5], "path": [[538.5, 1829.5], [548.5, 1828.5], [538.5, 1849.5], [549.5, 1848.5], [538.5, 1848.5], [549.5, 1847.5], [548.5, 1833.5], [537.5, 1847.5]]},
{"id": "twx4pd", "submitted_by": "FluffiestLeafeon", "name": "University of California, Berkeley", "description": "A piece depicting the University's logo, The Campanile clock tower on campus built in 1914, and the 41-11 score commemorating their 2021 Football win over their rival, Stanford", "website": "https://www.berkeley.edu/", "subreddit": "/r/berkeley", "center": [374.5, 285.5], "path": [[357.5, 273.5], [391.5, 273.5], [391.5, 297.5], [357.5, 297.5], [357.5, 273.5], [371.5, 273.5]]},
{"id": "twx4lh", "submitted_by": "funnymansthrowaway", "name": "Kazuma Kiryu", "description": "From the Yakuza game series the re-occurring protagonist from games 0 - 6 Kazuma Kiryu was drawn in collaboration efforts with the surrounding Mon(ster)Hou(se) team and Ethoslabs team after hours of discussion and positioning and drawing ideas", "website": "", "subreddit": "/r/yakuzagames", "center": [1824.5, 1313.5], "path": [[1826.5, 1293.5], [1832.5, 1299.5], [1832.5, 1311.5], [1830.5, 1318.5], [1830.5, 1319.5], [1835.5, 1319.5], [1838.5, 1319.5], [1841.5, 1321.5], [1841.5, 1328.5], [1809.5, 1328.5], [1809.5, 1324.5], [1808.5, 1324.5], [1809.5, 1323.5], [1810.5, 1322.5], [1811.5, 1321.5], [1812.5, 1322.5], [1813.5, 1323.5], [1814.5, 1322.5], [1814.5, 1293.5], [1817.5, 1293.5], [1818.5, 1292.5], [1824.5, 1292.5], [1825.5, 1292.5]]},
{"id": "twx4fx", "submitted_by": "Fidlesticks_1", "name": "Debian", "description": "Debian is one of the most stable linux distros", "website": "https://www.debian.org/", "subreddit": "/r/debian", "center": [34.5, 697.5], "path": [[33.5, 703.5], [30.5, 699.5], [30.5, 695.5], [33.5, 692.5], [36.5, 692.5], [38.5, 694.5], [38.5, 698.5], [34.5, 701.5]]},
@ -3272,7 +3242,7 @@
{"id": "twwv8w", "submitted_by": "oneghostdog", "name": "Vegas Golden Knights", "description": "Logo of the NHL team in Las Vegas: the Vegas Golden Knights", "website": "", "subreddit": "/r/goldenknights", "center": [371.5, 1404.5], "path": [[359.5, 1389.5], [382.5, 1389.5], [382.5, 1418.5], [359.5, 1418.5]]},
{"id": "twwv6a", "submitted_by": "KassXWolfXTigerXFox", "name": "McLaren Formula 1", "description": "The logo and signature papaya colour of the McLaren-Mercedes Formula 1 Team", "website": "", "subreddit": "", "center": [496.5, 783.5], "path": [[505.5, 795.5], [486.5, 795.5], [486.5, 770.5], [505.5, 770.5], [505.5, 795.5]]},
{"id": "twwulg", "submitted_by": "Ivsucram", "name": "Sugarloaf Mountain", "description": "Sugarloaf Mountain is a peak situated in Rio de Janeiro, Brazil.nnIn the 1979 James Bond film, Moonraker, the villainous henchman Jaws attempts to kill 007 and the agent's ally, Dr. Holly Goodhead, on a cable car. However, Bond and Goodhead escape and Jaws collides with the building at the bottom of the cable car route, demolishing the building, but escaping unscathed.", "website": "https://en.wikipedia.org/wiki/Sugarloaf_Mountain", "subreddit": "/r/brasil", "center": [1060.5, 595.5], "path": [[1082.5, 601.5], [1043.5, 599.5], [1044.5, 589.5], [1056.5, 587.5], [1070.5, 595.5], [1083.5, 595.5]]},
{"id": "twwujl", "submitted_by": "loucarinol5124", "name": "Sims' crystal", "description": "a nice pixel art about the crystal representing a sim", "website": "", "subreddit": "", "center": [543.5, 1838.5], "path": [[538.5, 1828.5], [548.5, 1828.5], [548.5, 1848.5], [538.5, 1848.5]]},
{"id": "twwujl", "submitted_by": "loucarinol5124", "name": "Sims' crystal", "description": "The green Sims crystal- the franchise's logo", "website": "", "subreddit": "/r/thesims", "center": [543.5, 1838.5], "path": [[538.5, 1828.5], [548.5, 1828.5], [548.5, 1848.5], [538.5, 1848.5]]},
{"id": "twwugc", "submitted_by": "asa50xx", "name": "Chelsea FC", "description": "the logo of chelsea football club", "website": "", "subreddit": "/r/chelseafc", "center": [840.5, 943.5], "path": [[824.5, 922.5], [855.5, 922.5], [855.5, 961.5], [847.5, 961.5], [847.5, 969.5], [833.5, 969.5], [833.5, 961.5], [824.5, 961.5], [824.5, 922.5]]},
{"id": "twwuc1", "submitted_by": "stinkyplants", "name": "Atlus Games and Persona", "description": "Atlus Co., Ltd. is a Japanese video game developer, publisher, arcade manufacturer and distribution company based in Tokyo. A subsidiary of Sega, the company is internationally known for its Megami Tensei, Persona, Etrian Odyssey and Trauma Center series, among others. Seen within here, you can see a famous Atlus character Jack Frost from Megami Tensei and featured in others like the Persona series pictured next to the Phantom Thieves Logo from Persona 5.", "website": "https://www.reddit.com/r/atlus/", "subreddit": "/r/atlus", "center": [1496.5, 296.5], "path": [[1508.5, 324.5], [1509.5, 322.5], [1547.5, 279.5], [1451.5, 279.5], [1466.5, 311.5]]},
{"id": "twwubt", "submitted_by": "N0ZTRA", "name": "University of Alberta", "description": "Crest of University of Alberta, a public research university located in Edmonton, Alberta, Canada. It has campuses in Camrose and Calgary additionally.", "website": "https://www.ualberta.ca/", "subreddit": "/r/uAlberta", "center": [1238.5, 46.5], "path": [[1230.5, 36.5], [1230.5, 54.5], [1233.5, 57.5], [1234.5, 57.5], [1235.5, 58.5], [1241.5, 58.5], [1246.5, 54.5], [1246.5, 36.5], [1230.5, 36.5]]},
@ -3305,7 +3275,7 @@
{"id": "twwr6o", "submitted_by": "Frederic94500", "name": "Goj\u014d Satoru", "description": "Gojo Satoru from JUJUTSU KAISEN", "website": "https://www.shonenjump.com/j/rensai/jujutsu.html", "subreddit": "/r/JuJutsuKaisen", "center": [880.5, 1188.5], "path": [[855.5, 1174.5], [904.5, 1174.5], [904.5, 1202.5], [855.5, 1202.5], [855.5, 1174.5]]},
{"id": "twwr6f", "submitted_by": "PenguinPelt", "name": "The Rabbit With Checkered Ears/A kock\u00e1sf\u00fcl\u0171 ny\u00fal", "description": "A Hungarian animated children's series staring The Rabbit With Checkered Ears", "website": "", "subreddit": "", "center": [1465.5, 263.5], "path": [[1460.5, 274.5], [1468.5, 274.5], [1468.5, 273.5], [1470.5, 273.5], [1470.5, 272.5], [1471.5, 271.5], [1472.5, 271.5], [1473.5, 270.5], [1473.5, 269.5], [1474.5, 268.5], [1474.5, 263.5], [1473.5, 262.5], [1473.5, 261.5], [1478.5, 261.5], [1478.5, 262.5], [1481.5, 262.5], [1483.5, 264.5], [1483.5, 265.5], [1484.5, 265.5], [1484.5, 270.5], [1485.5, 270.5], [1485.5, 271.5], [1486.5, 271.5], [1486.5, 270.5], [1488.5, 270.5], [1488.5, 269.5], [1489.5, 269.5], [1489.5, 268.5], [1490.5, 268.5], [1490.5, 267.5], [1491.5, 266.5], [1491.5, 265.5], [1491.5, 264.5], [1490.5, 264.5], [1490.5, 262.5], [1489.5, 262.5], [1489.5, 261.5], [1488.5, 261.5], [1488.5, 260.5], [1487.5, 260.5], [1487.5, 259.5], [1486.5, 259.5], [1486.5, 257.5], [1485.5, 257.5], [1485.5, 256.5], [1484.5, 256.5], [1484.5, 254.5], [1475.5, 254.5], [1475.5, 255.5], [1474.5, 255.5], [1473.5, 256.5], [1471.5, 256.5], [1470.5, 257.5], [1469.5, 258.5], [1468.5, 258.5], [1467.5, 258.5], [1467.5, 257.5], [1461.5, 257.5], [1461.5, 258.5], [1460.5, 258.5], [1459.5, 258.5], [1458.5, 258.5], [1458.5, 256.5], [1456.5, 256.5], [1456.5, 255.5], [1455.5, 255.5], [1455.5, 254.5], [1445.5, 254.5], [1445.5, 255.5], [1444.5, 255.5], [1444.5, 256.5], [1443.5, 256.5], [1443.5, 257.5], [1441.5, 257.5], [1441.5, 258.5], [1440.5, 258.5], [1440.5, 259.5], [1439.5, 259.5], [1439.5, 262.5], [1440.5, 262.5], [1440.5, 263.5], [1441.5, 263.5], [1441.5, 264.5], [1442.5, 264.5], [1443.5, 264.5], [1443.5, 264.5], [1443.5, 265.5], [1445.5, 265.5], [1447.5, 263.5], [1448.5, 262.5], [1451.5, 262.5], [1452.5, 261.5], [1452.5, 260.5], [1455.5, 260.5], [1455.5, 262.5], [1455.5, 263.5], [1454.5, 263.5], [1454.5, 268.5], [1455.5, 268.5], [1454.5, 268.5]]},
{"id": "twwr5a", "submitted_by": "scorpion24100", "name": "SHAW!", "description": "SHAW! is an attack telegraph yelled by hornet during her multiple boss fights within the game Hollow Knight.nnIt has since become a popular phrase/meme within the Hollow Knight community.", "website": "", "subreddit": "/r/HollowKnight", "center": [288.5, 395.5], "path": [[277.5, 391.5], [299.5, 391.5], [299.5, 399.5], [277.5, 399.5], [277.5, 391.5]]},
{"id": "twwqrx", "submitted_by": "fincy_", "name": "RotMG-Asciicker Heart", "description": "A love heart representing the alliance formed between Realm of the Mad God and Asciicker.", "website": "", "subreddit": "", "center": [536.5, 875.5], "path": [[536.5, 878.5], [537.5, 878.5], [537.5, 877.5], [538.5, 877.5], [538.5, 876.5], [539.5, 876.5], [539.5, 873.5], [538.5, 873.5], [538.5, 872.5], [536.5, 872.5], [536.5, 873.5], [536.5, 872.5], [534.5, 872.5], [534.5, 873.5], [533.5, 873.5], [533.5, 876.5], [534.5, 876.5], [534.5, 877.5], [535.5, 877.5], [535.5, 878.5], [536.5, 878.5]]},
{"id": "twwqrx", "submitted_by": "fincy_", "name": "RotMG-Asciicker Heart (Covered)", "description": "A love heart representing the alliance formed between Realm of the Mad God and Asciicker.", "website": "", "subreddit": "", "center": [536.5, 875.5], "path": [[536.5, 878.5], [537.5, 878.5], [537.5, 877.5], [538.5, 877.5], [538.5, 876.5], [539.5, 876.5], [539.5, 873.5], [538.5, 873.5], [538.5, 872.5], [536.5, 872.5], [536.5, 873.5], [536.5, 872.5], [534.5, 872.5], [534.5, 873.5], [533.5, 873.5], [533.5, 876.5], [534.5, 876.5], [534.5, 877.5], [535.5, 877.5], [535.5, 878.5], [536.5, 878.5]]},
{"id": "twwqpr", "submitted_by": "square_tek", "name": "French Wine Glass and Bottle", "description": "What's more representative of the French culture than a glass and a bottle of fine wine?nThis bottle was grounds for a long battle with the italians. As they did during the first r/place, they kept trying to turn the French flag on the label of the bottle into an Italian flag. The war was resolved when the French built a piece of cheese over the label.nAn other battle took place on this bottle, a quiet civil war between the French themselves to make the bottle full/empty. It kept being slowly filled and emptied during the whole r/place event.", "website": "", "subreddit": "/r/placefrance", "center": [142.5, 482.5], "path": [[138.5, 481.5], [131.5, 481.5], [131.5, 488.5], [135.5, 493.5], [133.5, 497.5], [150.5, 497.5], [150.5, 474.5], [147.5, 471.5], [147.5, 460.5], [141.5, 460.5], [141.5, 470.5], [138.5, 474.5]]},
{"id": "twwqp6", "submitted_by": "renrutnella", "name": "Auburn University", "description": "", "website": "", "subreddit": "/r/auburn", "center": [1838.5, 379.5], "path": [[1839.5, 341.5], [1839.5, 371.5], [1852.5, 371.5], [1852.5, 399.5], [1826.5, 400.5], [1826.5, 362.5]]},
{"id": "twwqj4", "submitted_by": "HeyItsVal88", "name": "TwoSetViolin", "description": "TwoSetViolin is a Youtube Channel featuring friends Brett and Eddy, who both play Violin. They review things such as child prodigies and sacrilegious instrument crimes. When they aren't practicing 40 hours a day for Ling Ling, of course.", "website": "https://www.youtube.com/c/twosetviolin", "subreddit": "/r/lingling40hrs", "center": [1325.5, 1985.5], "path": [[1324.5, 1974.5], [1324.5, 1996.5], [1326.5, 1996.5], [1326.5, 1974.5]]},
@ -3383,10 +3353,9 @@
{"id": "tx3dvl", "submitted_by": "Human-Apartment-7812", "name": "Red heart", "description": "A little red heart representing the red heart from undertale, just next to the anoying dog which is a representationn of tobby Fox, the principal developer of the game", "website": "https://undertale.com/", "subreddit": "", "center": [686.5, 764.5], "path": [[687.5, 765.5], [686.5, 766.5], [685.5, 765.5], [684.5, 764.5], [684.5, 763.5], [685.5, 762.5], [686.5, 762.5], [687.5, 762.5], [688.5, 762.5], [688.5, 765.5]]},
{"id": "tx3dqu", "submitted_by": "counting_to_15", "name": "Sapnap", "description": "Sapnap is a content creator who is mainly known for playing Minecraft. This image depicts a rendition of his Minecraft skin on a skateboard. It is modelled after Punz' figure a bit over to the left, because they are good friends and Sapnap liked how his figure looked.", "website": "", "subreddit": "", "center": [1230.5, 1091.5], "path": [[1219.5, 1108.5], [1219.5, 1109.5], [1222.5, 1111.5], [1223.5, 1113.5], [1225.5, 1113.5], [1225.5, 1111.5], [1236.5, 1111.5], [1236.5, 1113.5], [1238.5, 1113.5], [1240.5, 1111.5], [1242.5, 1108.5], [1237.5, 1099.5], [1237.5, 1092.5], [1235.5, 1088.5], [1239.5, 1083.5], [1244.5, 1089.5], [1245.5, 1089.5], [1246.5, 1085.5], [1240.5, 1077.5], [1234.5, 1071.5], [1225.5, 1070.5], [1219.5, 1077.5], [1217.5, 1079.5], [1218.5, 1083.5], [1220.5, 1085.5], [1224.5, 1089.5], [1221.5, 1094.5], [1221.5, 1099.5]]},
{"id": "tx3dku", "submitted_by": "Prior_Gate_9909", "name": "Los Angeles Dodgers", "description": "The Dodgers are an American Baseball team that plays for the city of Los Angeles, California. Featured is the phrase 7x WS, which denotes the fact that the Dodgers have won the World Series 7 times, most recently in 2020.", "website": "https;//www.mlb.com/dodgers", "subreddit": "/r/Dodgers", "center": [1893.5, 1390.5], "path": [[1878.5, 1381.5], [1878.5, 1399.5], [1907.5, 1399.5], [1907.5, 1381.5]]},
{"id": "tx3dii", "submitted_by": "Autumn_Rivers", "name": "CONEY", "description": "A tribute to Twitch streamer and esports commentator CONEY that urges people to subscribe to his channel on Twitch. It depicts his channel mascot (the C) and Toad playing a banjo, which is one of his emotes.", "website": "https://m.twitch.tv/coney/home", "subreddit": "/r/Coney", "center": [67.5, 1083.5], "path": [[41.5, 1069.5], [41.5, 1069.5], [39.5, 1070.5], [92.5, 1069.5], [93.5, 1096.5], [41.5, 1095.5], [41.5, 1096.5], [43.5, 1096.5], [41.5, 1095.5]]},
{"id": "tx3ddf", "submitted_by": "klysium", "name": "MKBHD", "description": "", "website": "https://youtube.com/mkbhd", "subreddit": "/r/mkbhd", "center": [114.5, 756.5], "path": [[106.5, 749.5], [106.5, 764.5], [122.5, 764.5], [122.5, 748.5], [106.5, 748.5], [107.5, 755.5], [105.5, 748.5]]},
{"id": "tx3da7", "submitted_by": "JDanielo", "name": "Aldo Spacewool's Server Art", "description": "A piece of art depicting vtuber Aldo Spacewool and original character D-Chan. Made by Aldo Spacewool's Discord server in a single night with burning passion and effort.", "website": "https://discord.gg/QJR4P9j", "subreddit": "", "center": [226.5, 1258.5], "path": [[209.5, 1248.5], [209.5, 1259.5], [210.5, 1259.5], [210.5, 1265.5], [247.5, 1265.5], [247.5, 1255.5], [230.5, 1255.5], [230.5, 1248.5]]},
{"id": "tx3d6s", "submitted_by": "Cotylob", "name": "Golden strawberry", "description": "A golden strawberry from the game Celeste, they are unlocked after finishing chapter 8 b-side and require you to finish the level without dying once", "website": "", "subreddit": "/r/celestegame", "center": [563.5, 21.5], "path": [[564.5, 23.5], [563.5, 27.5], [548.5, 17.5], [578.5, 19.5], [564.5, 26.5], [562.5, 21.5], [562.5, 21.5]]},
{"id": "tx3d6s", "submitted_by": "Cotylob", "name": "Golden strawberry", "description": "A golden strawberry from the game Celeste, they are unlocked after finishing chapter 8 b-side and require you to finish the level without dying once", "website": "", "subreddit": "/r/celestegame", "center": [563.5, 21.5], "path": [[547.5, 17.5], [553.5, 17.5], [554.5, 18.5], [555.5, 18.5], [556.5, 19.5], [557.5, 18.5], [557.5, 15.5], [558.5, 15.5], [560.5, 17.5], [562.5, 15.5], [563.5, 15.5], [565.5, 17.5], [567.5, 15.5], [568.5, 15.5], [568.5, 18.5], [569.5, 19.5], [570.5, 18.5], [571.5, 18.5], [572.5, 17.5], [578.5, 17.5], [579.5, 18.5], [577.5, 20.5], [576.5, 20.5], [574.5, 22.5], [573.5, 22.5], [570.5, 25.5], [569.5, 25.5], [568.5, 24.5], [567.5, 24.5], [563.5, 28.5], [562.5, 28.5], [558.5, 24.5], [557.5, 24.5], [556.5, 25.5], [555.5, 25.5], [552.5, 22.5], [551.5, 22.5], [549.5, 20.5], [548.5, 20.5], [546.5, 18.5]]},
{"id": "tx3d3w", "submitted_by": "Omgryarts", "name": "sploinkus", "description": "A FNaF: Security breach meme, it\u00b4s a variation of the animatronic sun, showed on the game\u00b4s trailer", "website": "", "subreddit": "", "center": [1699.5, 269.5], "path": [[1690.5, 255.5], [1706.5, 256.5], [1713.5, 270.5], [1711.5, 281.5], [1684.5, 280.5]]},
{"id": "tx3cxp", "submitted_by": "Tuxedo_Kremit", "name": "Yuufish", "description": "Yuuri from Girls Last Tour but she's a fish (cute, isn't it?)", "website": "", "subreddit": "/r/GirlsLastTour", "center": [397.5, 958.5], "path": [[391.5, 955.5], [402.5, 955.5], [402.5, 960.5], [391.5, 960.5]]},
{"id": "tx3cnd", "submitted_by": "moonshadow264", "name": "TapL", "description": "TapL is a Minecraft youtuber and Twitch livestreamer, known for his skill in PvP.", "website": "https://www.youtube.com/c/TapLHarv", "subreddit": "/r/TapL", "center": [169.5, 913.5], "path": [[164.5, 908.5], [173.5, 908.5], [173.5, 917.5], [164.5, 917.5]]},
@ -3474,14 +3443,14 @@
{"id": "tx2zsj", "submitted_by": "KingDededeThe3rd", "name": "Mr. Mew", "description": "A character from the JRPG series, The World Ends With You. Often mistaken for a pig.", "website": "https://twewy.fandom.com/wiki/Mr._Mew", "subreddit": "/r/TWEWY", "center": [1812.5, 1667.5], "path": [[1807.5, 1663.5], [1807.5, 1663.5], [1818.5, 1663.5], [1818.5, 1666.5], [1817.5, 1666.5], [1817.5, 1669.5], [1814.5, 1672.5], [1810.5, 1672.5], [1810.5, 1670.5], [1807.5, 1668.5]]},
{"id": "tx2zhl", "submitted_by": "Mehd1cament", "name": "VOID STAR", "description": "Taken from Crusader's Fate, a game made by MusDario_Play in a Minecraft private server called Frenchcraft 2", "website": "", "subreddit": "", "center": [832.5, 973.5], "path": [[829.5, 970.5], [836.5, 970.5], [836.5, 975.5], [835.5, 975.5], [829.5, 976.5]]},
{"id": "tx2zcu", "submitted_by": "azeex_gaming", "name": "French Flag", "description": "Just French Flag the best country", "website": "https://fr.wikipedia.org/wiki/France", "subreddit": "", "center": [1160.5, 1453.5], "path": [[1155.5, 1420.5], [1165.5, 1421.5], [1163.5, 1489.5], [1156.5, 1489.5], [1155.5, 1460.5]]},
{"id": "tx2z6q", "submitted_by": "tocarnabuci", "name": "NATO Flag", "description": "The Flag of the North Atlantic Treaty Organization, is an intergovernmental military alliance between 30 member states, 28 of which are in Europe and the other 2 being part of North America. Created by the NL-NCD alliance.", "website": "", "subreddit": "/r/NonCredibleDefense", "center": [851.5, 114.5], "path": [[824.5, 100.5], [824.5, 128.5], [877.5, 128.5], [877.5, 100.5]]},
{"id": "tx2z6q", "submitted_by": "tocarnabuci", "name": "NATO Flag", "description": "The Flag of the North Atlantic Treaty Organization, is an intergovernmental military alliance between 30 member states, 28 of which are in Europe and the other 2 being part of North America. Created by the NL-NCD alliance.", "website": "https://www.nato.int/", "subreddit": "/r/NonCredibleDefense, /r/neoliberal", "center": [851.5, 114.5], "path": [[824.5, 100.5], [824.5, 128.5], [877.5, 128.5], [877.5, 100.5]]},
{"id": "tx2yyc", "submitted_by": "Bolvane", "name": "Launchpad Smile", "description": "A smiling launchpad as inspired by Madeons performance at the 2020 Second Sky Festival", "website": "", "subreddit": "/r/madeon", "center": [1355.5, 1305.5], "path": [[1350.5, 1300.5], [1350.5, 1310.5], [1360.5, 1310.5], [1360.5, 1300.5], [1350.5, 1300.5]]},
{"id": "tx2yu2", "submitted_by": "counting_to_15", "name": "Jammies by Nihach", "description": "", "website": "", "subreddit": "", "center": [1269.5, 1093.5], "path": [[1250.5, 1082.5], [1248.5, 1085.5], [1248.5, 1086.5], [1253.5, 1091.5], [1255.5, 1091.5], [1256.5, 1092.5], [1261.5, 1092.5], [1261.5, 1093.5], [1262.5, 1094.5], [1262.5, 1100.5], [1263.5, 1103.5], [1262.5, 1104.5], [1262.5, 1105.5], [1261.5, 1106.5], [1260.5, 1107.5], [1260.5, 1108.5], [1259.5, 1109.5], [1259.5, 1110.5], [1258.5, 1111.5], [1258.5, 1114.5], [1282.5, 1114.5], [1282.5, 1111.5], [1281.5, 1110.5], [1281.5, 1108.5], [1280.5, 1106.5], [1279.5, 1105.5], [1279.5, 1096.5], [1278.5, 1095.5], [1278.5, 1089.5], [1280.5, 1089.5], [1280.5, 1090.5], [1283.5, 1093.5], [1286.5, 1093.5], [1288.5, 1092.5], [1289.5, 1091.5], [1288.5, 1090.5], [1286.5, 1090.5], [1283.5, 1086.5], [1278.5, 1083.5], [1276.5, 1083.5], [1277.5, 1081.5], [1276.5, 1074.5], [1271.5, 1072.5], [1263.5, 1072.5], [1258.5, 1077.5], [1258.5, 1083.5], [1261.5, 1085.5], [1259.5, 1087.5], [1257.5, 1087.5]]},
{"id": "tx2yrw", "submitted_by": "Lafayette991", "name": "Tip Stevens's Totems", "description": "Totems made by the Tip Stevens's community. Tip Stevens is a french artist and streamer famous for is musical streams. You can ear some of his songs in the legendary Ponce Radio.", "website": "https://www.tipstevens.com/", "subreddit": "", "center": [275.5, 1547.5], "path": [[268.5, 1543.5], [282.5, 1543.5], [282.5, 1551.5], [268.5, 1551.5]]},
{"id": "tx2yr9", "submitted_by": "dottenator7", "name": "Kim Dokja (ORV)", "description": "Kim Dokja, protagonist of the Korean web novel Omniscient Reader's Viewpoint.", "website": "", "subreddit": "", "center": [1277.5, 1735.5], "path": [[1270.5, 1724.5], [1270.5, 1732.5], [1270.5, 1742.5], [1277.5, 1749.5], [1284.5, 1741.5], [1284.5, 1725.5], [1283.5, 1724.5], [1271.5, 1724.5]]},
{"id": "tx2yir", "submitted_by": "std__bad_alloc", "name": "Sri Lanka Flag", "description": "The Sri Lanka Flag (partially under attack)", "website": "https://www.reddit.com/r/srilanka/comments/twlb5b/rplace_is_officially_over_thank_you_so_much_for/", "subreddit": "/r/srilanka", "center": [1963.5, 125.5], "path": [[1953.5, 119.5], [1953.5, 130.5], [1973.5, 130.5], [1973.5, 119.5]]},
{"id": "tx2yi8", "submitted_by": "A_Portuguese_Man", "name": "Azil and Biscoito", "description": "A rendition of Azil's logo and his Hedghog 'Biscoito'.nn", "website": "", "subreddit": "", "center": [999.5, 385.5], "path": [[988.5, 381.5], [1009.5, 381.5], [1009.5, 388.5], [988.5, 388.5], [988.5, 381.5], [988.5, 381.5]]},
{"id": "tx2yh3", "submitted_by": "TropicalTwister1", "name": "KEL", "description": "KEL is one of the deuteragonists in OMORI. He was relocated multiple times, and his existence can be debated as he was not fully finished right before the WHITE VOID ending of r/place.", "website": "", "subreddit": "/r/omori", "center": [1418.5, 1150.5], "path": [[1415.5, 1136.5], [1415.5, 1136.5], [1422.5, 1136.5], [1426.5, 1141.5], [1427.5, 1146.5], [1429.5, 1148.5], [1428.5, 1149.5], [1423.5, 1155.5], [1426.5, 1158.5], [1424.5, 1162.5], [1423.5, 1162.5], [1422.5, 1167.5], [1420.5, 1168.5], [1419.5, 1164.5], [1416.5, 1164.5], [1416.5, 1168.5], [1413.5, 1167.5], [1412.5, 1161.5], [1410.5, 1161.5], [1410.5, 1159.5], [1409.5, 1158.5], [1413.5, 1155.5], [1408.5, 1150.5], [1407.5, 1147.5], [1408.5, 1142.5], [1413.5, 1137.5]]},
{"id": "tx2yh3", "submitted_by": "TropicalTwister1", "name": "KEL", "description": "KEL is one of the deuteragonists in OMORI. He was relocated multiple times, and his existence can be debated as he was not fully finished right before the WHITE VOID ending of r/place.", "website": "https://omori.fandom.com/wiki/KEL", "subreddit": "/r/omori", "center": [1418.5, 1150.5], "path": [[1415.5, 1136.5], [1415.5, 1136.5], [1422.5, 1136.5], [1426.5, 1141.5], [1427.5, 1146.5], [1429.5, 1148.5], [1428.5, 1149.5], [1423.5, 1155.5], [1426.5, 1158.5], [1424.5, 1162.5], [1423.5, 1162.5], [1422.5, 1167.5], [1420.5, 1168.5], [1419.5, 1164.5], [1416.5, 1164.5], [1416.5, 1168.5], [1413.5, 1167.5], [1412.5, 1161.5], [1410.5, 1161.5], [1410.5, 1159.5], [1409.5, 1158.5], [1413.5, 1155.5], [1408.5, 1150.5], [1407.5, 1147.5], [1408.5, 1142.5], [1413.5, 1137.5]]},
{"id": "tx2xz7", "submitted_by": "Marculf_", "name": "Baghera's duck", "description": "Small and cute duck drawn by the community of Swiss streamer BagheraJones during the rebuilding of the Tour de France after a Spanish attack on the bottom part of the French area.", "website": "https://www.twitch.tv/bagherajones", "subreddit": "/r/placefrance", "center": [29.5, 1960.5], "path": [[26.5, 1957.5], [32.5, 1957.5], [32.5, 1963.5], [26.5, 1963.5], [26.5, 1957.5]]},
{"id": "tx2xsd", "submitted_by": "halcyondays-", "name": "Vira-lata caramelo", "description": "Vira-lata caramelo, literally stray dog of a color resembling caramel, refers to the most common looking variety of stray dogs or mixed-breed dogs in Brazil. One of these dogs, named Pipi, became a famous meme, appearing in edited images of the R$200 bill.", "website": "https://www.patasdacasa.com.br/noticia/voce-sabe-a-historia-por-tras-do-meme-do-vira-lata-caramelo-conheca-a-historia-da-cachorrinha-pipi_a2271/1", "subreddit": "/r/brasil", "center": [1156.5, 578.5], "path": [[1145.5, 589.5], [1148.5, 589.5], [1152.5, 586.5], [1154.5, 588.5], [1168.5, 588.5], [1170.5, 584.5], [1171.5, 580.5], [1178.5, 574.5], [1178.5, 571.5], [1175.5, 571.5], [1172.5, 575.5], [1167.5, 570.5], [1161.5, 569.5], [1156.5, 569.5], [1156.5, 567.5], [1142.5, 567.5], [1141.5, 571.5], [1142.5, 573.5], [1144.5, 578.5], [1140.5, 582.5], [1139.5, 585.5], [1143.5, 586.5]]},
{"id": "tx2xnn", "submitted_by": "TheGDCreeper", "name": "GingerBrave", "description": "From the game Cookie Run, the main character GingerBrave makes a small appearance here.", "website": "https://www.cookierun-kingdom.com/en/", "subreddit": "/r/Cookierun", "center": [1738.5, 784.5], "path": [[1730.5, 780.5], [1730.5, 785.5], [1735.5, 789.5], [1742.5, 788.5], [1747.5, 781.5], [1742.5, 780.5], [1736.5, 780.5], [1730.5, 780.5], [1731.5, 780.5]]},
@ -3490,7 +3459,7 @@
{"id": "tx2xfj", "submitted_by": "Azmaas", "name": "Andynsane (Zain)", "description": "Andynsain is a popular peruvian youtuber and streamer, he's known for his variety stile content and his Exponiendo infieles en Per\u00fa series, He's responsable for most of the changes Per\u00fa saw on r/Place", "website": "", "subreddit": "", "center": [1830.5, 1083.5], "path": [[1790.5, 1045.5], [1870.5, 1045.5], [1870.5, 1120.5], [1790.5, 1122.5]]},
{"id": "tx2xbl", "submitted_by": "NinoGunZz", "name": "F.A.M", "description": "Frente Armado de Mihoyo [F.A.M] (Mihoyo Armed Front in English), a satirical political party within the community of streamer Roberttson focused on the game Genshin Impact, only the F remains due to an attack.", "website": "", "subreddit": "/r/roberttson", "center": [1740.5, 1815.5], "path": [[1735.5, 1810.5], [1735.5, 1818.5], [1751.5, 1818.5], [1750.5, 1816.5], [1739.5, 1816.5], [1739.5, 1810.5], [1735.5, 1810.5]]},
{"id": "tx2x7y", "submitted_by": "Noahmiles413", "name": "DSMP streamer collab", "description": "A collaborative piece for the twitch streamers TinaKitten, Foolish_Gamers, KarlJacobs, Punz, and Sapnap.", "website": "https://m.twitch.tv/videos/1444308246", "subreddit": "", "center": [1217.5, 961.5], "path": [[1161.5, 929.5], [1288.5, 932.5], [1284.5, 1001.5], [1165.5, 1005.5], [1163.5, 929.5], [1157.5, 928.5], [1283.5, 925.5], [1286.5, 931.5], [1287.5, 932.5], [1158.5, 1006.5]]},
{"id": "tx2x70", "submitted_by": "torbgen", "name": "CONEY on twitch.tv", "description": "Artwork done by the community of CONEY, professional Super Smash Bros. commentator and variety twitch streamer", "website": "https://twitch.tv/CONEY", "subreddit": "/r/Coney", "center": [67.5, 1083.5], "path": [[41.5, 1069.5], [41.5, 1096.5], [92.5, 1096.5], [92.5, 1069.5], [92.5, 1069.5], [41.5, 1069.5]]},
{"id": "tx2x70", "submitted_by": "torbgen", "name": "CONEY on twitch.tv", "description": "Artwork done by the community of CONEY, professional Super Smash Bros. commentator and variety twitch streamer", "website": "https://twitch.tv/coney", "subreddit": "/r/Coney", "center": [67.5, 1083.5], "path": [[41.5, 1069.5], [41.5, 1096.5], [92.5, 1096.5], [92.5, 1069.5], [92.5, 1069.5], [41.5, 1069.5]]},
{"id": "tx2x65", "submitted_by": "Prior_Gate_9909", "name": "Seattle Seahawks", "description": "The Seahawks are an American Football team that plays for the city of Seattle, Washington. The Seahawks are apart of the NFL, and in Place, their border and colors spread far further then their logo.", "website": "https://www.seattleseahawks.com", "subreddit": "/r/Seahawks", "center": [1598.5, 667.5], "path": [[1577.5, 659.5], [1577.5, 675.5], [1618.5, 675.5], [1618.5, 659.5]]},
{"id": "tx2x3q", "submitted_by": "azeex_gaming", "name": "Luigi", "description": "fictional character featured in video games. Brother of Mario", "website": "", "subreddit": "", "center": [1501.5, 61.5], "path": [[1500.5, 53.5], [1497.5, 54.5], [1495.5, 53.5], [1493.5, 53.5], [1492.5, 58.5], [1493.5, 62.5], [1503.5, 71.5], [1508.5, 73.5], [1508.5, 67.5], [1508.5, 58.5], [1508.5, 53.5], [1494.5, 52.5], [1493.5, 53.5]]},
{"id": "tx2x29", "submitted_by": "A_Portuguese_Man", "name": "Azil and Biscoito", "description": "A rendition of Azil's logo and his Hedghog 'Biscoito'.nn", "website": "", "subreddit": "", "center": [999.5, 385.5], "path": [[988.5, 381.5], [1009.5, 381.5], [1009.5, 388.5], [988.5, 388.5], [988.5, 381.5], [988.5, 381.5]]},
@ -3938,7 +3907,7 @@
{"id": "tx0tqj", "submitted_by": "mysterybiscuitsoyeah", "name": "r/eightysix 'Art 1'", "description": "86 is an anime, light novel and manga series written by Asato Asato, with season one of the anime series finishing in March 2022. This first entry depicts the series title and 4 characters/robots from the series, (L to R: Fido, Shin's reginleif, Lena, Shin). The Japanese characters are a famous line from the series, meaning 'We won't forget.' With thanks to r/placeNL for assisting with maintenance.", "website": "https://anime-86.com", "subreddit": "/r/EightySix", "center": [333.5, 7.5], "path": [[297.5, 0.5], [368.5, 0.5], [368.5, 13.5], [297.5, 13.5], [297.5, 0.5]]},
{"id": "tx0tox", "submitted_by": "xRGTMX", "name": "Homer Simpson", "description": "D'OH!", "website": "", "subreddit": "/r/TheSimpsons", "center": [1761.5, 1200.5], "path": [[1759.5, 1192.5], [1763.5, 1192.5], [1763.5, 1207.5], [1759.5, 1207.5], [1759.5, 1202.5], [1758.5, 1202.5], [1758.5, 1200.5], [1757.5, 1200.5], [1757.5, 1199.5], [1756.5, 1199.5], [1759.5, 1199.5]]},
{"id": "tx0tou", "submitted_by": "CreaminFreeman", "name": "Alpha Tauri F1 Team Logo", "description": "This is the logo for the Scuderia AlphaTauri Formula 1 team", "website": "", "subreddit": "/r/formula1", "center": [558.5, 776.5], "path": [[546.5, 770.5], [546.5, 782.5], [570.5, 782.5], [570.5, 770.5], [546.5, 770.5]]},
{"id": "0", "name": "Kobold Korner", "description": "A collaboration between r/KoboldLegion and @Keing\u00e5Kobold's (twitter) discord server. Kobolds, commonly depicted as small, draconic humanoids, are known for their penchant for hoarding shiny treasures and their teamwork. The kobold on the left was inspired by @UltChimi's (twitter) tinybold and the kobold on the right holds the Kobold Legion's emblem along with a diamond heart.nYip!", "website": "https://twitter.com/KeingaKobold", "subreddit": "/r/KoboldLegion", "center": [1705.5, 366.5], "path": [[1691.5, 355.5], [1691.5, 378.5], [1701.5, 378.5], [1701.5, 382.5], [1717.5, 382.5], [1717.5, 372.5], [1721.5, 372.5], [1721.5, 364.5], [1713.5, 364.5], [1713.5, 356.5], [1720.5, 355.5], [1719.5, 350.5], [1696.5, 350.5], [1696.5, 355.5], [1691.5, 355.5]]},
{"id": "000000", "name": "Kobold Korner", "description": "A collaboration between r/KoboldLegion and @Keing\u00e5Kobold's (twitter) discord server. Kobolds, commonly depicted as small, draconic humanoids, are known for their penchant for hoarding shiny treasures and their teamwork. The kobold on the left was inspired by @UltChimi's (twitter) tinybold and the kobold on the right holds the Kobold Legion's emblem along with a diamond heart.nYip!", "website": "https://twitter.com/KeingaKobold", "subreddit": "/r/KoboldLegion", "center": [1705.5, 366.5], "path": [[1691.5, 355.5], [1691.5, 378.5], [1701.5, 378.5], [1701.5, 382.5], [1717.5, 382.5], [1717.5, 372.5], [1721.5, 372.5], [1721.5, 364.5], [1713.5, 364.5], [1713.5, 356.5], [1720.5, 355.5], [1719.5, 350.5], [1696.5, 350.5], [1696.5, 355.5], [1691.5, 355.5]]},
{"id": "tx0tj4", "submitted_by": "tljoshh", "name": "The Hub", "description": "A secret place for the Kollaba twitch community.", "website": "https://twitch.tv/kollaba", "subreddit": "/r/kollaba", "center": [1506.5, 125.5], "path": [[1494.5, 118.5], [1518.5, 118.5], [1518.5, 131.5], [1494.5, 131.5], [1494.5, 118.5]]},
{"id": "tx0tdw", "submitted_by": "puelladocta", "name": "Could these be Babas? Or just cats?", "description": "Possible homage to the indie videogame Baba Is You. They were created on a whim out of the negative space between the Basil, Lea and Niko art.", "website": "", "subreddit": "", "center": [902.5, 277.5], "path": [[890.5, 275.5], [890.5, 280.5], [914.5, 280.5], [912.5, 274.5], [891.5, 274.5], [891.5, 274.5]]},
{"id": "tx0td5", "submitted_by": "NatsuDragnee1", "name": "South Africa National Rugby Union Team", "description": "The national rugby union team of South Africa, nicknamed as the Springboks, are the currently title holders as world champions in the international Rugby World Cup competition, which the team has won three times. Both the Boks and the sport of rugby union hold a special place in South Africa's culture and history.", "website": "https://www.sarugby.co.za/", "subreddit": "", "center": [759.5, 982.5], "path": [[757.5, 997.5], [766.5, 983.5], [760.5, 967.5], [751.5, 981.5]]},
@ -4124,7 +4093,6 @@
{"id": "tx6qkr", "submitted_by": "Daioh33", "name": "Pixelkei", "description": "Logo of the YouTube and Twitch channel Pixelkei - a couple of friends that make stuff together.", "website": "https://www.youtube.com/user/Pixelkei", "subreddit": "", "center": [464.5, 1426.5], "path": [[454.5, 1419.5], [473.5, 1419.5], [473.5, 1433.5], [454.5, 1433.5]]},
{"id": "tx6qhl", "submitted_by": "happyplace28", "name": "Boilermaker Special", "description": "The Boilermaker Special is the official mascot of Purdue University. Here it carries the Big Bass Drum or \"World's Largest Drum\", proudly played by the Purdue All-American Marching Band for over 100 years!", "website": "https://en.wikipedia.org/wiki/Boilermaker_Special", "subreddit": "/r/Purdue", "center": [1146.5, 1727.5], "path": [[1115.5, 1723.5], [1115.5, 1718.5], [1117.5, 1717.5], [1117.5, 1715.5], [1118.5, 1714.5], [1121.5, 1711.5], [1124.5, 1710.5], [1131.5, 1709.5], [1135.5, 1711.5], [1139.5, 1713.5], [1141.5, 1719.5], [1143.5, 1714.5], [1159.5, 1714.5], [1159.5, 1717.5], [1165.5, 1720.5], [1167.5, 1716.5], [1176.5, 1715.5], [1176.5, 1719.5], [1181.5, 1720.5], [1188.5, 1717.5], [1188.5, 1727.5], [1181.5, 1724.5], [1182.5, 1739.5], [1175.5, 1740.5], [1163.5, 1741.5], [1147.5, 1741.5], [1146.5, 1739.5], [1129.5, 1739.5], [1127.5, 1741.5], [1115.5, 1741.5], [1115.5, 1739.5], [1111.5, 1739.5], [1111.5, 1723.5]]},
{"id": "tx6qd4", "submitted_by": "hznyeo8", "name": "Kirby", "description": "Ateez Jung Wooyoung", "website": "", "subreddit": "", "center": [1846.5, 579.5], "path": [[1801.5, 541.5], [1801.5, 616.5], [1891.5, 616.5], [1889.5, 541.5]]},
{"id": "tx6q0e", "submitted_by": "llauranne", "name": "AnthonyZ", "description": "Logo of popular gtaRP and variety streamer AnthonyZ, known as Tony Corleone/ Anthony Copleone in NoPixel", "website": "https://twitch. tv/anthonyz", "subreddit": "", "center": [1377.5, 772.5], "path": [[1363.5, 767.5], [1363.5, 778.5], [1391.5, 776.5], [1391.5, 766.5], [1363.5, 766.5]]},
{"id": "tx6puu", "submitted_by": "Technobits", "name": "HydroHomies", "description": "A small logo representing the hydromie community. A community based on the love and memes about drinking water. H2O is the molecular composition of water. Stay hydrated homies!", "website": "", "subreddit": "/r/HydroHomies", "center": [190.5, 760.5], "path": [[184.5, 755.5], [184.5, 755.5], [188.5, 753.5], [195.5, 753.5], [198.5, 759.5], [198.5, 763.5], [194.5, 767.5], [188.5, 768.5], [184.5, 765.5], [183.5, 762.5]]},
{"id": "tx6pt8", "submitted_by": "sammyisrandom", "name": "Wooper", "description": "An almost entirely obscured picture of the Pokemon Wooper. Wooper (Japanese: \u30a6\u30d1\u30fc Upah) is a dual-type Water/Ground Pok\u00e9mon introduced in Generation II.nIt evolves into Quagsire starting at level 20.", "website": "", "subreddit": "", "center": [620.5, 1684.5], "path": [[613.5, 1680.5], [628.5, 1680.5], [631.5, 1685.5], [622.5, 1686.5], [620.5, 1693.5], [611.5, 1683.5]]},
{"id": "tx6piq", "submitted_by": "dannnnasp", "name": "Zorman <3", "description": "Logo del streamer m\u00e1s \u00e9pico jam\u00e1s creado, Zorman el grande.n<3", "website": "https://www.reddit.com/r/Zorman/", "subreddit": "", "center": [1822.5, 966.5], "path": [[1813.5, 952.5], [1830.5, 952.5], [1830.5, 980.5], [1814.5, 980.5], [1813.5, 979.5]]},
@ -4286,7 +4254,7 @@
{"id": "tx6521", "submitted_by": "Maiamai44", "name": "Symbol from the Sapphic Flag", "description": "A pixelated version of the symbol from the sapphic pride flag, meant to represent lesbianism.", "website": "https://lgbtqia.fandom.com/wiki/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": "tx6516", "submitted_by": "i_have_scurvy", "name": "Smol Ame", "description": "Character from game Smol Ame", "website": "https://moocow-games.itch.io/smol-ame", "subreddit": "/r/Hololive", "center": [1339.5, 939.5], "path": [[1337.5, 929.5], [1341.5, 929.5], [1334.5, 933.5], [1334.5, 939.5], [1335.5, 939.5], [1335.5, 944.5], [1336.5, 944.5], [1336.5, 946.5], [1337.5, 948.5], [1341.5, 948.5], [1343.5, 944.5], [1345.5, 938.5], [1344.5, 933.5], [1341.5, 929.5]]},
{"id": "tx64zv", "submitted_by": "NiahShadows", "name": "Zorman", "description": "ZormanVideos is a twitch streamer and youtube spanish legend, his logo was made by his community.nnZormanvideos es un streamer de twitch y una leyenda de youtube espa\u00f1ol, su logo fue hecho por su comunidad.", "website": "https://twitch.tv/zormanworld", "subreddit": "/r/zorman", "center": [1822.5, 966.5], "path": [[1813.5, 952.5], [1830.5, 952.5], [1830.5, 979.5], [1813.5, 979.5]]},
{"id": "tx64zh", "submitted_by": "2magooba", "name": "Turnip Boy", "description": "Turnip boy from the indie game Turnip Boy Commits Tax Evasion, organized by the Snoozy Kazoo discord server.", "website": "https://snoozykazoo.com/", "subreddit": "/r/snoozykazoo", "center": [537.5, 7.5], "path": [[529.5, 13.5], [529.5, 11.5], [530.5, 10.5], [530.5, 9.5], [531.5, 8.5], [532.5, 7.5], [531.5, 6.5], [529.5, 6.5], [528.5, 5.5], [530.5, 2.5], [532.5, 2.5], [533.5, 1.5], [534.5, 0.5], [536.5, 0.5], [540.5, 0.5], [542.5, 1.5], [545.5, 1.5], [549.5, 13.5], [534.5, 14.5], [528.5, 14.5], [528.5, 1.5], [532.5, 1.5], [532.5, 1.5]]},
{"id": "tx64zh", "submitted_by": "2magooba", "name": "Turnip Boy", "description": "Turnip boy from the indie game Turnip Boy Commits Tax Evasion, organized by the Snoozy Kazoo discord server.", "website": "https://snoozykazoo.com/", "subreddit": "/r/snoozykazoo", "center": [537.5, 7.5], "path": [[529.5, 13.5], [544.5, 13.5], [544.5, 11.5], [543.5, 10.5], [543.5, 9.5], [541.5, 7.5], [542.5, 6.5], [544.5, 6.5], [545.5, 5.5], [545.5, 4.5], [543.5, 2.5], [541.5, 2.5], [540.5, 3.5], [537.5, 0.5], [536.5, 0.5], [533.5, 3.5], [532.5, 2.5], [530.5, 2.5], [528.5, 4.5], [528.5, 5.5], [529.5, 6.5], [531.5, 6.5], [532.5, 7.5], [530.5, 9.5], [530.5, 10.5], [529.5, 11.5]]},
{"id": "tx64yk", "submitted_by": "macarroncit0", "name": "FapParaMoarr", "description": "He is a cool mexican streamer and mod.nnHe tried to leave his small footprint on r/place and although it disappeared more than one time, he and his community succeeded to make it to the end. <3", "website": "https://www.twitch.tv/fapparamoarr", "subreddit": "", "center": [1506.5, 147.5], "path": [[1494.5, 132.5], [1518.5, 132.5], [1518.5, 134.5], [1520.5, 135.5], [1520.5, 139.5], [1519.5, 140.5], [1519.5, 143.5], [1519.5, 143.5], [1519.5, 147.5], [1518.5, 148.5], [1518.5, 163.5], [1494.5, 163.5], [1494.5, 132.5]]},
{"id": "tx64vy", "submitted_by": "zeK0II", "name": "Line For Unreasonably Small Community Triptic", "description": "An undisputed forgoten line, divided in 3px canvas for unreasonably small community. A place to create a small triptic. A place to have the opportunity to be part of the r/place, having your pixel under control, and enjoy a funny Colored Trio Rotation.", "website": "", "subreddit": "", "center": [941.5, 420.5], "path": [[922.5, 419.5], [960.5, 419.5], [960.5, 421.5], [922.5, 421.5]]},
{"id": "tx64t4", "submitted_by": "dreipoloski", "name": "HHN University Logo", "description": "Logo of the University of Heilbronn (HHN). Created by dedicated students of the Wirtschaftsinformatik degree course", "website": "https://www.hs-heilbronn.de/", "subreddit": "", "center": [1787.5, 782.5], "path": [[1782.5, 781.5], [1791.5, 781.5], [1791.5, 783.5], [1782.5, 783.5]]},
@ -4311,7 +4279,6 @@
{"id": "tx633e", "submitted_by": "Theslythief", "name": "Sly Fest", "description": "Virtual Reality Festival held annually to raise ocean conservation awareness and immerse users in hyper-surreal ways. https://discord.gg/H5QhfhFnn", "website": "https://www.slyfest.com/", "subreddit": "/r/VRchat", "center": [190.5, 1236.5], "path": [[180.5, 1226.5], [200.5, 1226.5], [200.5, 1246.5], [180.5, 1246.5], [180.5, 1226.5]]},
{"id": "tx632b", "submitted_by": "ADIOP55550", "name": "r/MinecraftCommands", "description": "r/MinecraftCommands artworknTheir description:nA place for all things about commands and command blocks in vanilla Minecraft; to share, to question, to discuss, and more!", "website": "https://discord.com/invite/9wNcfsH", "subreddit": "/r/MinecraftCommands", "center": [337.5, 1589.5], "path": [[322.5, 1579.5], [352.5, 1579.5], [352.5, 1600.5], [324.5, 1600.5], [324.5, 1596.5], [322.5, 1593.5]]},
{"id": "tx6318", "submitted_by": "DrDariusWhite", "name": "Ark: Survival Evolved Logo", "description": "The logo for the hit game Ark: Survival Evolved", "website": "", "subreddit": "/r/ARK", "center": [1893.5, 1239.5], "path": [[1884.5, 1228.5], [1902.5, 1228.5], [1902.5, 1249.5], [1884.5, 1249.5]]},
{"id": "tx62wq", "submitted_by": "ItsDeKrep", "name": "Emiru's Kirby & Bun", "description": "WICKED Kirby & emiruPEEPO emote from Emiru's channel. Emiru is a twitch streamer who lies constantly about being from a fictional place called KANSAS and actually thinks Valkyrae is coming to cosplay with her.", "website": "https://www.twitch.tv/emiru", "subreddit": "/r/emiru", "center": [1281.5, 477.5], "path": [[1259.5, 467.5], [1259.5, 487.5], [1304.5, 487.5], [1305.5, 474.5], [1299.5, 474.5], [1299.5, 467.5], [1259.5, 467.5]]},
{"id": "tx62o9", "submitted_by": "sankel", "name": "HQ Headquarters", "description": "Group of friends from The Netherlands. Feel free to join!", "website": "", "subreddit": "/r/hqcrew", "center": [1470.5, 210.5], "path": [[1459.5, 206.5], [1481.5, 206.5], [1481.5, 214.5], [1459.5, 214.5]]},
{"id": "tx6251", "submitted_by": "Lost_Cucumber", "name": "Lethal League Blaze", "description": "Lethal League Blaze is an intense, high speed ball game, with unique characters, out of sight sounds and none of that weak shit.nThe goal is to hit your opponent with an anti-gravity ball using strikes, bunts, parries, throws and special abilities. The balls speeds up on every hit, up to reality-breaking velocities.", "website": "http://lethalleagueblaze.com/", "subreddit": "/r/LethalLeague", "center": [1040.5, 406.5], "path": [[1032.5, 396.5], [1034.5, 413.5], [1049.5, 413.5], [1049.5, 402.5]]},
{"id": "tx622y", "submitted_by": "lunatonesyt", "name": "AnthonyZ", "description": "Logo for Twitch streamer AnthonyZ", "website": "https://www.twitch.tv/anthonyz", "subreddit": "", "center": [1377.5, 772.5], "path": [[1363.5, 766.5], [1391.5, 766.5], [1391.5, 778.5], [1363.5, 778.5], [1363.5, 778.5], [1363.5, 766.5]]},
@ -4346,7 +4313,6 @@
{"id": "tx5x58", "submitted_by": "FuzI0nk", "name": "Lucio (Overwatch)", "description": "Lucio is an Overwatch character, this one was made by FDgod's community (former french proplayer)", "website": "https://twitter.com/FDGod_OW/status/1510975206696882181?s=20&t=KQPseE2uKN2LmzYAGHi53g", "subreddit": "", "center": [1489.5, 1771.5], "path": [[1489.5, 1768.5], [1484.5, 1771.5], [1483.5, 1760.5], [1496.5, 1761.5], [1495.5, 1782.5], [1482.5, 1781.5], [1483.5, 1769.5], [1483.5, 1761.5], [1490.5, 1770.5], [1486.5, 1765.5]]},
{"id": "tx5x4v", "submitted_by": "Sxigames", "name": "Loritta", "description": "Loritta, a discord bot pixel art", "website": "https://discord.gg/lori", "subreddit": "/r/Loritta", "center": [472.5, 1958.5], "path": [[473.5, 1962.5], [473.5, 1961.5], [474.5, 1961.5], [474.5, 1960.5], [475.5, 1960.5], [475.5, 1958.5], [474.5, 1958.5], [474.5, 1956.5], [473.5, 1956.5], [473.5, 1955.5], [470.5, 1955.5], [470.5, 1956.5], [469.5, 1956.5], [470.5, 1958.5], [471.5, 1958.5], [471.5, 1959.5], [471.5, 1960.5], [470.5, 1960.5], [471.5, 1960.5], [471.5, 1961.5], [471.5, 1962.5], [473.5, 1962.5], [473.5, 1961.5], [474.5, 1961.5]]},
{"id": "tx5wy0", "submitted_by": "Zegnar", "name": "Astroworld Discord Icon", "description": "A Watermelon dog with a covid mask being the mascot of a little discord server", "website": "", "subreddit": "", "center": [822.5, 1763.5], "path": [[816.5, 1757.5], [826.5, 1757.5], [827.5, 1772.5], [816.5, 1765.5], [816.5, 1757.5]]},
{"id": "tx5wss", "submitted_by": "hipifreq", "name": "Noita and dBrand collab", "description": "A collaborative fit between a dBrand logo at the bottom and the alchemical symbol for gold at the top. Alchemy, and gold in particular, being a central theme in the indie game Noita.nBoth symbols use the same color base, so when the Noita community added the gold symbol, dBrand merged with it.", "website": "", "subreddit": "", "center": [561.5, 947.5], "path": [[552.5, 935.5], [571.5, 935.5], [572.5, 959.5], [551.5, 960.5]]},
{"id": "tx5wm9", "submitted_by": "porthos3", "name": "The Flag of Bolivia", "description": "The flag of Bolivia. There is normally a coat of arms in the center of the flag, but it appears to have been omitted due to lack of space.", "website": "https://en.wikipedia.org/wiki/Bolivia", "subreddit": "/r/BOLIVIA", "center": [1057.5, 1614.5], "path": [[1046.5, 1620.5], [1067.5, 1620.5], [1067.5, 1608.5], [1046.5, 1608.5]]},
{"id": "tx5wiw", "submitted_by": "Nastypilot", "name": "Antkeeping and Ethology", "description": "Logo of a discord server for antkeepers.", "website": "", "subreddit": "", "center": [1149.5, 1819.5], "path": [[1143.5, 1816.5], [1155.5, 1816.5], [1155.5, 1821.5], [1143.5, 1821.5], [1143.5, 1820.5]]},
{"id": "tx5wbz", "submitted_by": "Interview_Junior", "name": "Beat Gang", "description": "Beat Gang is a major Spain-based rhythm games community, specialized on VSRG both on arcade games (SDVX, BMS, PiU) as well as pc games (osu!mania, Etterna, FFR, Quaver). Founded in Madrid in 2018, it has participated on numerous game and geek culture conventions to introduce rhythm games to the spanish communities. It has also hosted the first ever edition of La Liga Beat Gang, the prime spanish osu!mania tournament, as well as being the home community of a few osu!team members.", "website": "https://discord.gg/uMNSN8Bx", "subreddit": "", "center": [1806.5, 1643.5], "path": [[1786.5, 1638.5], [1825.5, 1638.5], [1825.5, 1647.5], [1786.5, 1647.5], [1786.5, 1638.5]]},
@ -4393,7 +4359,6 @@
{"id": "tx5mg9", "submitted_by": "Graaxes", "name": "Dofus", "description": "Dofus is a famous children's game in France. It was created in 2004 by French studio Ankama.\n\nSprite made by Haykira, a pixel artist during the Dofus Retro Temporis server's start.", "website": "https://www.dofus.com/", "subreddit": "/r/france", "center": [178.5, 1765.5], "path": [[175.5, 1752.5], [167.5, 1764.5], [168.5, 1775.5], [175.5, 1778.5], [181.5, 1777.5], [186.5, 1774.5], [187.5, 1765.5], [188.5, 1759.5], [185.5, 1752.5], [180.5, 1749.5], [180.5, 1750.5], [179.5, 1750.5], [180.5, 1749.5]]},
{"id": "tx5mcl", "submitted_by": "link_dead", "name": "Froot", "description": "A tribute to Vtuber Froot created by Zentreya's community on stream", "website": "", "subreddit": "", "center": [775.5, 1094.5], "path": [[781.5, 1099.5], [781.5, 1088.5], [775.5, 1088.5], [768.5, 1095.5], [768.5, 1099.5], [776.5, 1098.5]]},
{"id": "tx5m3q", "submitted_by": "Glacier092", "name": "Black Bauhinia flag", "description": "Variant of the flag of Hong Kong often displayed by pro-democracy protestors", "website": "", "subreddit": "/r/HongKong", "center": [816.5, 1689.5], "path": [[795.5, 1671.5], [795.5, 1696.5], [802.5, 1697.5], [804.5, 1700.5], [799.5, 1709.5], [799.5, 1712.5], [816.5, 1710.5], [822.5, 1710.5], [826.5, 1714.5], [830.5, 1707.5], [835.5, 1692.5], [838.5, 1691.5], [838.5, 1671.5]]},
{"id": "tx5lf6", "submitted_by": "PwrHngry5", "name": "Donkey Kong aka The Dong", "description": "Popular Nintendo character Donkey Kong that was 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": "https://www.twitch.tv/mizkif", "subreddit": "/r/Mizkif", "center": [1293.5, 442.5], "path": [[1260.5, 421.5], [1261.5, 445.5], [1282.5, 445.5], [1282.5, 467.5], [1315.5, 466.5], [1315.5, 457.5], [1316.5, 457.5], [1316.5, 453.5], [1317.5, 453.5], [1317.5, 432.5], [1317.5, 426.5], [1304.5, 426.5], [1299.5, 416.5], [1296.5, 416.5], [1296.5, 414.5], [1293.5, 414.5], [1293.5, 415.5], [1283.5, 426.5], [1265.5, 426.5], [1265.5, 421.5]]},
{"id": "tx5lej", "submitted_by": "querkmachine", "name": "Goomy", "description": "The Pok\u00e9mon Goomy.", "website": "", "subreddit": "/r/pokemon", "center": [1411.5, 747.5], "path": [[1408.5, 741.5], [1407.5, 742.5], [1407.5, 744.5], [1408.5, 745.5], [1407.5, 746.5], [1407.5, 748.5], [1405.5, 750.5], [1406.5, 751.5], [1416.5, 751.5], [1416.5, 747.5], [1414.5, 744.5], [1412.5, 741.5], [1410.5, 744.5]]},
{"id": "tx5l87", "submitted_by": "eXpVeno", "name": "Bullet Club", "description": "Bullet Club is the community of the streamer RatedEpicz. He is part of the NoPixel RP community and a member of Chang Gang.", "website": "https://www.facebook.com/RatedEpicz", "subreddit": "/r/Chang_Gang", "center": [460.5, 1116.5], "path": [[448.5, 1104.5], [473.5, 1104.5], [473.5, 1128.5], [446.5, 1127.5]]},
{"id": "tx5kth", "submitted_by": "blubfishblue2", "name": "ImpulseSV", "description": "Impulse is a YouTuber and Twitch streamer who has played on Hermitcraft since Season 3.", "website": "https://www.youtube.com/c/impulseSV", "subreddit": "/r/hermitcraft", "center": [874.5, 611.5], "path": [[870.5, 608.5], [877.5, 608.5], [877.5, 614.5], [870.5, 614.5]]},
@ -4415,8 +4380,7 @@
{"id": "tx5hwp", "submitted_by": "Aigle13", "name": "Accipiter13 Minecraft skin", "description": "Thanks to lucheug, Pollo66, ZeroColor and LadySophie17's crew for helping me!", "website": "", "subreddit": "", "center": [1445.5, 332.5], "path": [[1440.5, 336.5], [1440.5, 327.5], [1449.5, 327.5], [1449.5, 336.5], [1440.5, 336.5]]},
{"id": "tx5huy", "submitted_by": "NyksWyldMynd", "name": "Mizkif on Dedo", "description": "A replica of the huge picture that twitch streamer Mizkif has of him riding his rabbit Dedo. Insoired by the Napoleon painting.", "website": "https://Twitch.tv/mizkif", "subreddit": "/r/Mizkif", "center": [1385.5, 1425.5], "path": [[1425.5, 1359.5], [1339.5, 1356.5], [1343.5, 1490.5], [1434.5, 1493.5]]},
{"id": "tx5hoc", "submitted_by": "MarcBeard", "name": "The nantarena", "description": "A french video game competition organized by the students of polytech nantes.", "website": "https://nantarena.net/", "subreddit": "", "center": [902.5, 1752.5], "path": [[897.5, 1754.5], [898.5, 1749.5], [906.5, 1749.5], [906.5, 1755.5]]},
{"id": "tx5h51", "submitted_by": "Able-Cost-2991", "name": "WICKED and EmiruPeepo emote", "description": "Just a cute emote from Emiru stremer... wtf he looks so gud and Kirbo WICKEDnnFOK.", "website": "https://www.twitch.tv/emiru", "subreddit": "/r/emiru", "center": [1280.5, 477.5], "path": [[1259.5, 467.5], [1259.5, 487.5], [1302.5, 486.5], [1300.5, 468.5], [1259.5, 467.5]]},
{"id": "tx5h0j", "submitted_by": "GrinkStone", "name": "Terrarian Goldfish", "description": "A Goldfish from the game: Terraria.", "website": "https://terraria.fandom.com/wiki/Goldfish", "subreddit": "/r/Terraria", "center": [617.5, 30.5], "path": [[610.5, 30.5], [610.5, 27.5], [615.5, 27.5], [615.5, 26.5], [622.5, 26.5], [622.5, 27.5], [623.5, 27.5], [623.5, 28.5], [624.5, 28.5], [624.5, 33.5], [622.5, 33.5], [622.5, 34.5], [610.5, 34.5], [610.5, 30.5]]},
{"id": "tx5h0j", "submitted_by": "GrinkStone", "name": "Terrarian Goldfish", "description": "A Goldfish from the game: Terraria.", "website": "https://terraria.fandom.com/wiki/Goldfish", "subreddit": "/r/Terraria", "center": [617.5, 30.5], "path": [[611.5, 28.5], [612.5, 28.5], [614.5, 30.5], [615.5, 29.5], [615.5, 28.5], [616.5, 27.5], [621.5, 27.5], [622.5, 28.5], [623.5, 29.5], [623.5, 32.5], [622.5, 32.5], [621.5, 33.5], [615.5, 33.5], [614.5, 32.5], [613.5, 33.5], [611.5, 33.5], [611.5, 32.5], [612.5, 31.5], [611.5, 30.5]]},
{"id": "tx5goa", "submitted_by": "Monstrax02", "name": "ICE vs TGV", "description": "This pixel art shows the german highspeed train 'ICE' and the french highsoeed train 'TGV' come out of the EU flag. The E Symbole above the ICE symbolises the bad german WiFi whislt the 9G above the TGV represents the good french WiFI.", "website": "", "subreddit": "", "center": [399.5, 855.5], "path": [[326.5, 866.5], [325.5, 857.5], [322.5, 852.5], [321.5, 843.5], [435.5, 843.5], [472.5, 843.5], [480.5, 866.5], [325.5, 867.5], [326.5, 865.5]]},
{"id": "tx5gbz", "submitted_by": "querkmachine", "name": "Pensexual pride flag", "description": "Pansexuality pride flag, overlaid with a pen.", "website": "", "subreddit": "", "center": [1861.5, 720.5], "path": [[1832.5, 716.5], [1890.5, 716.5], [1890.5, 724.5], [1832.5, 724.5]]},
{"id": "tx5gah", "submitted_by": "MariusNeu95", "name": "Pikachu Spain", "description": "Pikachu made Velooser", "website": "", "subreddit": "", "center": [968.5, 304.5], "path": [[966.5, 300.5], [966.5, 305.5], [966.5, 306.5], [966.5, 306.5], [966.5, 306.5], [970.5, 305.5], [970.5, 302.5], [970.5, 300.5], [965.5, 306.5], [964.5, 305.5], [963.5, 303.5], [967.5, 307.5], [966.5, 307.5], [969.5, 307.5], [970.5, 302.5]]},
@ -4424,7 +4388,7 @@
{"id": "tx5g7b", "submitted_by": "nahhhhh7878", "name": "Streamer's raid", "description": "An image made by a streamer to anger communities, as he constantly destroyed art thinking it was fun during the whole r/place.nThis is one of his doing, that destroyed lots of artwork made in hours in just a few seconds, thanks to his followers.", "website": "", "subreddit": "", "center": [1223.5, 1761.5], "path": [[1190.5, 1728.5], [1183.5, 1781.5], [1212.5, 1802.5], [1253.5, 1799.5], [1267.5, 1783.5], [1265.5, 1766.5], [1232.5, 1714.5], [1218.5, 1713.5]]},
{"id": "tx5ftz", "submitted_by": "ostensacken", "name": "Koala riding a Kangaroo", "description": "A small Koala riding a Kangaroo. Both are international icons of Australia and are recognized around the world.", "website": "", "subreddit": "/r/straya", "center": [691.5, 682.5], "path": [[681.5, 683.5], [686.5, 683.5], [686.5, 686.5], [688.5, 686.5], [687.5, 687.5], [687.5, 691.5], [686.5, 695.5], [683.5, 695.5], [683.5, 696.5], [681.5, 696.5], [680.5, 696.5], [680.5, 695.5], [675.5, 695.5], [675.5, 697.5], [679.5, 697.5], [680.5, 700.5], [682.5, 704.5], [683.5, 701.5], [686.5, 700.5], [685.5, 697.5], [686.5, 696.5], [696.5, 687.5], [697.5, 687.5], [697.5, 686.5], [699.5, 686.5], [699.5, 685.5], [700.5, 685.5], [701.5, 684.5], [701.5, 681.5], [701.5, 680.5], [702.5, 679.5], [704.5, 678.5], [707.5, 678.5], [705.5, 678.5], [705.5, 676.5], [705.5, 675.5], [703.5, 675.5], [703.5, 674.5], [702.5, 674.5], [701.5, 671.5], [700.5, 671.5], [700.5, 670.5], [699.5, 670.5], [699.5, 669.5], [698.5, 671.5], [697.5, 671.5], [697.5, 670.5], [697.5, 669.5], [696.5, 671.5], [696.5, 669.5], [695.5, 672.5], [693.5, 671.5], [692.5, 672.5], [690.5, 672.5], [689.5, 671.5], [686.5, 671.5], [686.5, 675.5], [685.5, 675.5], [684.5, 675.5], [684.5, 676.5], [683.5, 676.5], [682.5, 677.5], [682.5, 679.5], [681.5, 679.5], [681.5, 683.5]]},
{"id": "tx5fte", "submitted_by": "iVectorzz", "name": "Cleanbois", "description": "The Cleanbois (CB) are a major criminal syndicate/ family in the GTA V roleplay server on NoPixeln", "website": "", "subreddit": "", "center": [1354.5, 694.5], "path": [[1337.5, 678.5], [1370.5, 678.5], [1370.5, 709.5], [1337.5, 709.5]]},
{"id": "tx5fpn", "submitted_by": "ConceptsYep", "name": "Amogus on the bird", "description": "Amogus on a bird that was fought for for a while. Due to a missing pixel, he looks like he has a big dumpy.nThis amogus itself was placed here in honor of Tingle, which never made it to his promised place.", "website": "", "subreddit": "", "center": [1379.5, 65.5], "path": [[1377.5, 62.5], [1377.5, 64.5], [1376.5, 64.5], [1376.5, 67.5], [1377.5, 67.5], [1377.5, 68.5], [1381.5, 68.5], [1381.5, 62.5], [1377.5, 62.5]]},
{"id": "tx5fpn", "submitted_by": "ConceptsYep", "name": "Amogus on the bird [vanished]", "description": "Amogus on a bird that was fought for for a while. Due to a missing pixel, he looks like he has a big dumpy.\n\nThis amogus itself was placed here in honor of Tingle, which never made it to his promised place. However, in the end, the amogus was fixed by amogus exterminators.", "website": "", "subreddit": "", "center": [1379.5, 65.5], "path": [[1377.5, 62.5], [1377.5, 64.5], [1376.5, 64.5], [1376.5, 67.5], [1377.5, 67.5], [1377.5, 68.5], [1381.5, 68.5], [1381.5, 62.5], [1377.5, 62.5]]},
{"id": "tx5foc", "submitted_by": "CBRPLX", "name": "JoyinTV & Tree heart", "description": "Symbolize the friendship between the tree builders and the JoyinTV community.nnUsed to be a red heart but turns out french at some point.", "website": "", "subreddit": "", "center": [1570.5, 1430.5], "path": [[1570.5, 1429.5], [1571.5, 1428.5], [1573.5, 1430.5], [1570.5, 1433.5], [1567.5, 1430.5], [1569.5, 1428.5], [1570.5, 1429.5]]},
{"id": "tx5fo4", "submitted_by": "blubfishblue2", "name": "Cubfan135", "description": "Cubfan135 is a YouTuber and Twitch streamer who plays on Hermitcraft.", "website": "https://www.youtube.com/c/cubfan135", "subreddit": "/r/hermitcraft", "center": [865.5, 627.5], "path": [[861.5, 624.5], [868.5, 624.5], [868.5, 630.5], [861.5, 630.5]]},
{"id": "tx5fm3", "submitted_by": "eXpVeno", "name": "ARK: Survival Evolved", "description": "action-adventure survival game developed by Studio Wildcard", "website": "https://survivetheark.com/", "subreddit": "/r/playark", "center": [1892.5, 1239.5], "path": [[1893.5, 1237.5], [1901.5, 1237.5], [1885.5, 1245.5], [1884.5, 1228.5], [1902.5, 1228.5], [1902.5, 1250.5], [1884.5, 1250.5], [1884.5, 1229.5]]},
@ -4472,7 +4436,6 @@
{"id": "tx59mv", "submitted_by": "Ranara7", "name": "Sunflower Battle", "description": "Place of the Sunflower war againt the brazilian tree between the big toucan and the World Cup. 2day of fight for the final picture ! Thanks <3 CG Team", "website": "", "subreddit": "", "center": [1022.5, 612.5], "path": [[1020.5, 610.5], [1023.5, 610.5], [1024.5, 614.5], [1020.5, 614.5]]},
{"id": "tx59fh", "submitted_by": "CapitalChirp", "name": "Amitie at r/place", "description": "An attempt was made to put Amitie from the Puyo Puyo series on the German flag.", "website": "", "subreddit": "/r/puyopop, /r/puyo24", "center": [1950.5, 1146.5], "path": [[1954.5, 1148.5], [1945.5, 1143.5], [1937.5, 1155.5], [1962.5, 1154.5], [1961.5, 1144.5], [1955.5, 1136.5], [1942.5, 1137.5], [1941.5, 1142.5], [1941.5, 1144.5], [1941.5, 1145.5], [1939.5, 1149.5], [1933.5, 1152.5]]},
{"id": "tx59a0", "submitted_by": "LineOfPixels", "name": "Eastside Vagos", "description": "The Eastside Vagos (ESV) are a criminal gang on the GTA5 Roleplay Server Nopixel.", "website": "https://nopixel.fandom.com/wiki/Vagos", "subreddit": "", "center": [1348.5, 786.5], "path": [[1334.5, 779.5], [1362.5, 779.5], [1362.5, 793.5], [1334.5, 793.5]]},
{"id": "tx595f", "submitted_by": "ItsDeKrep", "name": "Emiru's Kirby & Bun", "description": "Wicked Kirby saying her catchphrase FOK and emiruPEEPO bun emote from Emiru's channel. Fun fact about Emiru is she claims to be from a fictional place called KANSAS and she wont stop lying about it.", "website": "http://www.twitch.tv/emiru", "subreddit": "/r/emiru", "center": [1281.5, 477.5], "path": [[1259.5, 467.5], [1260.5, 487.5], [1304.5, 487.5], [1304.5, 474.5], [1299.5, 474.5], [1299.5, 467.5]]},
{"id": "tx58xh", "submitted_by": "Ratman258258", "name": "3 famous french minecraft Youtubers", "description": "They are good friends on Youtube", "website": "", "subreddit": "", "center": [332.5, 1916.5], "path": [[321.5, 1914.5], [331.5, 1914.5], [331.5, 1906.5], [340.5, 1906.5], [340.5, 1915.5], [339.5, 1915.5], [339.5, 1923.5], [321.5, 1923.5], [321.5, 1921.5], [321.5, 1921.5]]},
{"id": "tx58wk", "submitted_by": "wRadion", "name": "Fox Stevenson logo", "description": "The logo of the English drum'n'bass and glitch hop producer Fox Stevenson.", "website": "", "subreddit": "/r/FoxStevenson", "center": [138.5, 1259.5], "path": [[131.5, 1265.5], [145.5, 1265.5], [145.5, 1252.5], [131.5, 1252.5]]},
{"id": "tx58hm", "submitted_by": "SupermarketPublic680", "name": "Paul Langevin", "description": "Paul Langevin high school logo", "website": "", "subreddit": "", "center": [1081.5, 1813.5], "path": [[1080.5, 1813.5], [1080.5, 1813.5], [1080.5, 1813.5], [1080.5, 1813.5], [1081.5, 1814.5], [1079.5, 1812.5], [1082.5, 1814.5], [1079.5, 1814.5], [1081.5, 1812.5], [1082.5, 1812.5], [1081.5, 1814.5], [1080.5, 1814.5], [1079.5, 1814.5], [1079.5, 1813.5], [1079.5, 1812.5], [1080.5, 1812.5], [1081.5, 1812.5], [1082.5, 1812.5], [1082.5, 1813.5], [1082.5, 1814.5], [1081.5, 1814.5], [1080.5, 1814.5], [1079.5, 1815.5], [1080.5, 1815.5], [1081.5, 1815.5], [1082.5, 1815.5]]},
@ -4502,7 +4465,6 @@
{"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": "tx51ux", "submitted_by": "kylmao", "name": "Ugly", "description": "Jackass", "website": "", "subreddit": "", "center": [639.5, 926.5], "path": [[622.5, 909.5], [655.5, 909.5], [655.5, 943.5], [622.5, 943.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]]},
{"id": "tx513f", "submitted_by": "TakenSeraph", "name": "Spanish olive harvester", "description": "A female olive harvester in honor to spain", "website": "", "subreddit": "/r/Spain", "center": [1683.5, 294.5], "path": [[1673.5, 279.5], [1694.5, 280.5], [1694.5, 309.5], [1673.5, 309.5]]},
@ -4684,14 +4646,12 @@
{"id": "tx3tij", "submitted_by": "P_ablo24", "name": "Vegeta 777 skin head", "description": "Minecraft Vegeta Skin Head.", "website": "https://www.twitch.tv/vegetta777", "subreddit": "", "center": [1572.5, 620.5], "path": [[1567.5, 626.5], [1567.5, 614.5], [1576.5, 614.5], [1576.5, 626.5]]},
{"id": "tx3th4", "submitted_by": "mstilw577", "name": "Harvard University", "description": "Harvard students mistook the Besiege logo for the HSDM crest, and helped uphold it. In honor of this confusion, they modeled their /r/place contribution after the Besiege logo.", "website": "https://www.harvard.edu/", "subreddit": "/r/Harvard", "center": [363.5, 1544.5], "path": [[358.5, 1537.5], [368.5, 1537.5], [368.5, 1551.5], [358.5, 1551.5]]},
{"id": "tx3te9", "submitted_by": "cabaaa", "name": "SPQR", "description": "SPQR is an emblematic abbreviated phrase referring to the government and people of the ancient Roman Republic. A Vexillum can be seen on the left of the phrase.", "website": "https://discord.gg/HYuqrQx", "subreddit": "/r/SPQRposting", "center": [1627.5, 493.5], "path": [[1603.5, 498.5], [1604.5, 487.5], [1649.5, 486.5], [1650.5, 499.5], [1603.5, 499.5]]},
{"id": "tx3td7", "submitted_by": "alpacameron", "name": "Kel", "description": "Kel from the game Omori", "website": "", "subreddit": "", "center": [1418.5, 1151.5], "path": [[1414.5, 1136.5], [1421.5, 1136.5], [1423.5, 1137.5], [1428.5, 1146.5], [1428.5, 1150.5], [1424.5, 1155.5], [1427.5, 1159.5], [1424.5, 1164.5], [1422.5, 1168.5], [1419.5, 1168.5], [1418.5, 1166.5], [1414.5, 1168.5], [1412.5, 1167.5], [1411.5, 1163.5], [1409.5, 1159.5], [1412.5, 1154.5], [1407.5, 1149.5], [1407.5, 1147.5], [1409.5, 1141.5], [1413.5, 1137.5]]},
{"id": "tx3swr", "submitted_by": "thekoboy", "name": "Not Real Madrid", "description": "One of the worst football clubs in history. Not as good as Real Murcia Club de F\u00fatbol.", "website": "", "subreddit": "", "center": [1466.5, 1682.5], "path": [[1442.5, 1661.5], [1491.5, 1660.5], [1491.5, 1704.5], [1441.5, 1704.5], [1440.5, 1701.5], [1441.5, 1660.5]]},
{"id": "tx3scq", "submitted_by": "_aguamentys", "name": "ESMA School", "description": "ESMA (\u00c9cole Sup\u00e9rieure des M\u00e9tiers Artistiques) is a French art school mainly know for their 3D Animation and VFX Degree", "website": "https://www.youtube.com/c/Esmamovies", "subreddit": "", "center": [1733.5, 255.5], "path": [[1727.5, 249.5], [1738.5, 249.5], [1738.5, 260.5], [1727.5, 260.5]]},
{"id": "tx3rfw", "submitted_by": "Vico08lv", "name": "Peace And Cube", "description": "Peace And Cube (PAC) is a french Minecraft server who is running for over 8 years with the same map since his creation.", "website": "https://peaceandcube.fr", "subreddit": "/r/peaceandcube", "center": [832.5, 1560.5], "path": [[820.5, 1556.5], [820.5, 1561.5], [821.5, 1561.5], [821.5, 1564.5], [825.5, 1564.5], [825.5, 1563.5], [826.5, 1563.5], [826.5, 1562.5], [829.5, 1562.5], [829.5, 1564.5], [843.5, 1564.5], [843.5, 1556.5], [832.5, 1556.5], [820.5, 1556.5]]},
{"id": "tx3rca", "submitted_by": "KingDededeThe3rd", "name": "TierZoo Logo", "description": "The logo for TierZoo, an educational YouTube channel which uses gaming metaphors to teach zoology. The art itself was put together by /r/TierZoo.", "website": "https://www.tierzoo.com/", "subreddit": "/r/TierZoo", "center": [55.5, 343.5], "path": [[49.5, 337.5], [60.5, 337.5], [60.5, 349.5], [49.5, 349.5]]},
{"id": "tx3rc7", "submitted_by": "Mutorials", "name": "$11 Crab Rave Protest", "description": "A common meme on the 2007scape sub-reddit, where people address issues about the game using the Crab Rave music video and complain about the $11 dollar membership cost.", "website": "", "subreddit": "/r/2007scape", "center": [90.5, 53.5], "path": [[63.5, 51.5], [63.5, 54.5], [117.5, 54.5], [117.5, 51.5]]},
{"id": "tx3r9m", "submitted_by": "Temporary-Swim-1459", "name": "Johannes Schepputat", "description": "Image of a stoned teacher at the Kreisgymnasium Riedlingen. Hand-made by 4 brain-damaged friends.", "website": "", "subreddit": "", "center": [546.5, 1691.5], "path": [[541.5, 1698.5], [541.5, 1698.5], [541.5, 1684.5], [550.5, 1684.5], [550.5, 1698.5]]},
{"id": "tx3qwl", "submitted_by": "matots", "name": "Coney, Twitch god in the making", "description": "Enthusiastic streamer/youtuber that focuses on fighting games, miscellaneous reacts, and has an undenying passion for ruining kids parties and small tournaments", "website": "https://www.twitch.tv/coney", "subreddit": "/r/Coney", "center": [67.5, 1083.5], "path": [[41.5, 1069.5], [41.5, 1096.5], [92.5, 1096.5], [92.5, 1069.5], [41.5, 1069.5]]},
{"id": "tx3qq9", "submitted_by": "Sarinyann", "name": "Towa's Hat", "description": "Tokoyami Towa's Hat from Hololive 4th JP Gen", "website": "", "subreddit": "", "center": [1439.5, 1070.5], "path": [[1429.5, 1072.5], [1430.5, 1072.5], [1430.5, 1070.5], [1431.5, 1070.5], [1431.5, 1067.5], [1433.5, 1067.5], [1433.5, 1066.5], [1434.5, 1066.5], [1434.5, 1067.5], [1443.5, 1067.5], [1443.5, 1066.5], [1444.5, 1066.5], [1444.5, 1067.5], [1446.5, 1067.5], [1446.5, 1070.5], [1447.5, 1070.5], [1447.5, 1072.5], [1448.5, 1072.5], [1429.5, 1072.5]]},
{"id": "tx3qiz", "submitted_by": "MrRageFr", "name": "Alain Prost Helmet", "description": "Helmet of the 4 time world champion french formula one driver Alain Prost", "website": "", "subreddit": "", "center": [1181.5, 776.5], "path": [[1174.5, 779.5], [1176.5, 780.5], [1187.5, 780.5], [1188.5, 774.5], [1184.5, 771.5], [1179.5, 771.5], [1174.5, 776.5]]},
{"id": "tx3qgd", "submitted_by": "atiredslug", "name": "University of California, Santa Cruz", "description": "A piece depicting UCSC in it's school colors (blue and yellow) alongside a small Banana Slug, the mascot of the university.", "website": "https://www.ucsc.edu/", "subreddit": "/r/UCSC", "center": [362.5, 1581.5], "path": [[352.5, 1579.5], [371.5, 1579.5], [371.5, 1583.5], [352.5, 1583.5]]},
@ -4807,7 +4767,6 @@
{"id": "tx9y15", "submitted_by": "AnonaMan7", "name": "AroAllo Arrows", "description": "a series of arrows in the colors of the Aromantic Allosexual flag", "website": "", "subreddit": "/r/AroAllo", "center": [525.5, 657.5], "path": [[460.5, 648.5], [458.5, 652.5], [458.5, 654.5], [460.5, 654.5], [460.5, 660.5], [458.5, 662.5], [458.5, 666.5], [592.5, 666.5], [592.5, 662.5], [590.5, 660.5], [590.5, 655.5], [592.5, 654.5], [592.5, 652.5], [590.5, 648.5]]},
{"id": "tx9xyj", "submitted_by": "depressionchan", "name": "Automod Heart", "description": "To show the love and appreciation we have for our one and only bot who writes a kind message on every single one of our posts without fail. Automod, our beloved. We dedicate this green heart to you.", "website": "", "subreddit": "", "center": [702.5, 425.5], "path": [[705.5, 428.5], [705.5, 421.5], [699.5, 421.5], [699.5, 428.5]]},
{"id": "tx9xpy", "submitted_by": "Popeetoes", "name": "Gartic Phone Treaty Chat", "description": "A subtle insignia representing the Discord group chat Gartic Phone Treaty Chat, in turn representing the larger Stack the States 2 community.", "website": "https://apps.apple.com/us/app/stack-the-states-2/id1080767538", "subreddit": "/r/GPTC", "center": [565.5, 897.5], "path": [[562.5, 894.5], [567.5, 894.5], [567.5, 900.5], [562.5, 900.5]]},
{"id": "tx9xmx", "submitted_by": "mbkotter", "name": "University of Chicago", "description": "UChicago is a private university based in Chicago.", "website": "", "subreddit": "/r/uchicago", "center": [1406.5, 1187.5], "path": [[1397.5, 1200.5], [1414.5, 1200.5], [1414.5, 1173.5], [1397.5, 1173.5], [1397.5, 1200.5]]},
{"id": "tx9x8z", "submitted_by": "ostensacken", "name": "Taipei 101", "description": "Taipei 101 is a notable skyscraper present on the skyline of Taipei. Once the tallest building in the world, it has since been overtaken by the Burj Khalifa.", "website": "", "subreddit": "/r/taiwan", "center": [917.5, 548.5], "path": [[917.5, 524.5], [917.5, 527.5], [916.5, 528.5], [915.5, 529.5], [914.5, 530.5], [914.5, 532.5], [915.5, 533.5], [914.5, 535.5], [914.5, 536.5], [915.5, 537.5], [914.5, 538.5], [915.5, 539.5], [915.5, 540.5], [915.5, 541.5], [914.5, 542.5], [915.5, 543.5], [915.5, 544.5], [915.5, 545.5], [915.5, 546.5], [914.5, 546.5], [915.5, 547.5], [915.5, 548.5], [915.5, 549.5], [915.5, 550.5], [914.5, 550.5], [915.5, 551.5], [915.5, 552.5], [915.5, 553.5], [915.5, 554.5], [914.5, 554.5], [915.5, 555.5], [915.5, 556.5], [915.5, 557.5], [915.5, 558.5], [915.5, 559.5], [915.5, 560.5], [914.5, 560.5], [914.5, 561.5], [914.5, 562.5], [914.5, 563.5], [913.5, 564.5], [913.5, 565.5], [913.5, 566.5], [921.5, 566.5], [921.5, 564.5], [920.5, 564.5], [920.5, 558.5], [920.5, 558.5], [919.5, 558.5], [919.5, 557.5], [920.5, 556.5], [920.5, 555.5], [920.5, 554.5], [919.5, 553.5], [920.5, 552.5], [920.5, 551.5], [920.5, 550.5], [919.5, 550.5], [919.5, 549.5], [920.5, 548.5], [920.5, 547.5], [920.5, 546.5], [919.5, 546.5], [919.5, 545.5], [919.5, 544.5], [920.5, 544.5], [920.5, 543.5], [921.5, 543.5], [920.5, 543.5], [920.5, 542.5], [919.5, 541.5], [920.5, 540.5], [920.5, 539.5], [920.5, 538.5], [919.5, 537.5], [920.5, 536.5], [920.5, 535.5], [919.5, 533.5], [920.5, 532.5], [920.5, 530.5], [919.5, 529.5], [918.5, 528.5]]},
{"id": "tx9wxl", "submitted_by": "mmnkiuns", "name": "Team Patitos", "description": "Best group ever created during TortillaLand.\nVioletaG, Momonkun, Carola and Perxitaa, all of them was members of the town 2.", "website": "", "subreddit": "", "center": [1989.5, 1393.5], "path": [[1980.5, 1385.5], [1980.5, 1401.5], [1998.5, 1401.5], [1998.5, 1385.5], [1980.5, 1385.5]]},
{"id": "tx9wrl", "submitted_by": "Eddie4747", "name": "Chelsea FC Lion", "description": "In 1953, the club crest was changed to an upright blue lion looking backwards and holding a staff. It was based on elements in the coat of arms of the Metropolitan Borough of Chelsea with the \"lion rampant regardant\" taken from the arms of then club president Viscount Chelsea and the staff from the Abbots of Westminster, former Lords of the Manor of Chelsea", "website": "https://www.chelseafc.com/", "subreddit": "/r/chelseafc", "center": [840.5, 943.5], "path": [[824.5, 922.5], [824.5, 961.5], [833.5, 961.5], [833.5, 969.5], [847.5, 969.5], [847.5, 961.5], [855.5, 961.5], [855.5, 922.5], [855.5, 922.5], [838.5, 922.5], [838.5, 922.5], [838.5, 922.5]]},
@ -4852,7 +4811,7 @@
{"id": "tx9p5a", "submitted_by": "ostensacken", "name": "Benny", "description": "Benny, the classic spaceman from the the 2014 film The Lego Movie.", "website": "", "subreddit": "/r/lego", "center": [627.5, 328.5], "path": [[618.5, 333.5], [618.5, 334.5], [619.5, 335.5], [620.5, 336.5], [622.5, 336.5], [622.5, 341.5], [633.5, 341.5], [633.5, 340.5], [633.5, 339.5], [632.5, 338.5], [632.5, 336.5], [634.5, 336.5], [635.5, 335.5], [636.5, 333.5], [635.5, 332.5], [634.5, 331.5], [633.5, 331.5], [632.5, 331.5], [632.5, 330.5], [632.5, 329.5], [633.5, 329.5], [633.5, 328.5], [634.5, 328.5], [634.5, 318.5], [633.5, 317.5], [632.5, 316.5], [631.5, 316.5], [629.5, 315.5], [625.5, 315.5], [624.5, 316.5], [623.5, 316.5], [622.5, 317.5], [621.5, 318.5], [621.5, 328.5], [622.5, 328.5], [622.5, 330.5], [621.5, 330.5], [621.5, 331.5], [620.5, 332.5]]},
{"id": "tx9p45", "submitted_by": "cobblecatt_", "name": "PepeD", "description": "An animated twitch emote, depicting Pepe the Frog dancing, is commonly used in the chatbox when there's music playing on stream.", "website": "", "subreddit": "", "center": [1779.5, 1602.5], "path": [[1773.5, 1601.5], [1773.5, 1603.5], [1774.5, 1604.5], [1781.5, 1604.5], [1785.5, 1600.5], [1783.5, 1601.5], [1783.5, 1599.5], [1782.5, 1599.5], [1781.5, 1598.5], [1781.5, 1599.5], [1779.5, 1599.5], [1778.5, 1598.5], [1778.5, 1599.5], [1777.5, 1599.5], [1776.5, 1600.5], [1776.5, 1601.5], [1774.5, 1601.5]]},
{"id": "tx9oy7", "submitted_by": "pepper0427", "name": "CWRU", "description": "An abbreviation for Case Western Reserve University.", "website": "https://case.edu/", "subreddit": "/r/cwru", "center": [332.5, 1577.5], "path": [[322.5, 1574.5], [322.5, 1574.5], [322.5, 1574.5], [341.5, 1574.5], [341.5, 1579.5], [322.5, 1579.5]]},
{"id": "tx9on6", "submitted_by": "JudgeMagisterBellum", "name": "2hu", "description": "Streamer name of denerate gacha gamer, Vtuber addict, and Tamamo no Mae simper.", "website": "", "subreddit": "", "center": [1401.5, 997.5], "path": [[1396.5, 998.5], [1396.5, 997.5], [1404.5, 996.5], [1404.5, 998.5], [1401.5, 998.5], [1404.5, 997.5], [1400.5, 998.5], [1396.5, 995.5], [1398.5, 995.5], [1396.5, 996.5], [1397.5, 996.5], [1398.5, 998.5], [1404.5, 997.5], [1400.5, 998.5], [1399.5, 995.5], [1404.5, 995.5]]},
{"id": "tx9on6", "submitted_by": "JudgeMagisterBellum", "name": "touhousniper98", "description": "Streamer name of degenerate gacha gamer, Vtuber addict, and Tamamo-no-Mae simper.", "website": "https://www.twitch.tv/touhousniper98", "subreddit": "", "center": [1401.5, 997.5], "path": [[1396.5, 998.5], [1396.5, 997.5], [1404.5, 996.5], [1404.5, 998.5], [1401.5, 998.5], [1404.5, 997.5], [1400.5, 998.5], [1396.5, 995.5], [1398.5, 995.5], [1396.5, 996.5], [1397.5, 996.5], [1398.5, 998.5], [1404.5, 997.5], [1400.5, 998.5], [1399.5, 995.5], [1404.5, 995.5]]},
{"id": "tx9omd", "submitted_by": "GamerRighway", "name": "Tairitsu's Bow", "description": "The bow from one of two main characters of Arcaea 'Tairitsu'; representing 'Conflict'", "website": "https://arcaea.lowiro.com/en", "subreddit": "/r/arcaea", "center": [1832.5, 1654.5], "path": [[1831.5, 1650.5], [1830.5, 1651.5], [1829.5, 1652.5], [1829.5, 1653.5], [1830.5, 1654.5], [1830.5, 1655.5], [1829.5, 1656.5], [1830.5, 1657.5], [1829.5, 1658.5], [1830.5, 1659.5], [1831.5, 1658.5], [1832.5, 1657.5], [1833.5, 1656.5], [1834.5, 1656.5], [1835.5, 1655.5], [1836.5, 1654.5], [1836.5, 1653.5], [1835.5, 1652.5], [1834.5, 1652.5], [1833.5, 1651.5], [1832.5, 1650.5], [1831.5, 1650.5]]},
{"id": "tx9o5x", "submitted_by": "the_piro", "name": "LucillaJiggly", "description": "Lucillajiggly, Lucilla Materazzi, is an Italian model and streamer on Twitch, her community is called Tortelloti, inspired by Tortello a typical Italian dish. His community is proud to be part of the history of the Internet.", "website": "https://linktr.ee/lucillajiggly", "subreddit": "/r/LucillaJigglyTwitch", "center": [1531.5, 1764.5], "path": [[1525.5, 1761.5], [1537.5, 1761.5], [1537.5, 1767.5], [1525.5, 1767.5]]},
{"id": "tx9nqi", "submitted_by": "One_Solution7089", "name": "The 0,589 Alliance", "description": "An alliance between the teams of BuildTheEarth, Eagles, Root, UF, UFC, Malta, 5UP, and A2B2", "website": "", "subreddit": "", "center": [33.5, 623.5], "path": [[0.5, 687.5], [20.5, 687.5], [20.5, 643.5], [20.5, 642.5], [59.5, 642.5], [59.5, 631.5], [61.5, 631.5], [62.5, 632.5], [70.5, 632.5], [71.5, 631.5], [72.5, 631.5], [73.5, 630.5], [74.5, 630.5], [75.5, 629.5], [76.5, 628.5], [77.5, 627.5], [78.5, 626.5], [79.5, 625.5], [80.5, 624.5], [80.5, 622.5], [81.5, 621.5], [81.5, 620.5], [82.5, 619.5], [82.5, 612.5], [81.5, 611.5], [81.5, 609.5], [80.5, 608.5], [80.5, 589.5], [0.5, 589.5], [0.5, 589.5]]},
@ -4877,13 +4836,13 @@
{"id": "tx9kc4", "submitted_by": "to_thy_macintosh", "name": "Solus", "description": "Solus is an independently developed Linux distribution showcasing the Budgie desktop environment.", "website": "https://getsol.us", "subreddit": "/r/SolusProject", "center": [51.5, 691.5], "path": [[49.5, 690.5], [50.5, 689.5], [52.5, 689.5], [53.5, 690.5], [53.5, 691.5], [53.5, 692.5], [52.5, 693.5], [50.5, 693.5], [49.5, 692.5], [49.5, 690.5], [50.5, 689.5], [52.5, 689.5], [53.5, 690.5], [53.5, 692.5], [52.5, 693.5], [50.5, 693.5], [49.5, 692.5], [49.5, 691.5], [49.5, 690.5], [50.5, 689.5], [52.5, 689.5], [52.5, 689.5], [53.5, 690.5]]},
{"id": "tx9k8c", "submitted_by": "ostensiblyokay", "name": "Twenty One Pilots - Blurryface", "description": "The cover of the 2015 album Blurryface by the band twenty one pilots.", "website": "https://twentyonepilots.com", "subreddit": "/r/twentyonepilots", "center": [398.5, 1588.5], "path": [[394.5, 1584.5], [402.5, 1584.5], [402.5, 1592.5], [394.5, 1592.5]]},
{"id": "tx9k5p", "submitted_by": "ChromaPixels", "name": "Countless Worlds", "description": "The Countless Worlds are a collection of different planets, dimensions, spaces, and dreams compressed in one singular instance that holds the fabric of reality together. Going beyond these Worlds is practically impossible, and can result in dire consequences. It is your job to maintain peace in these different realms.", "website": "https://web.roblox.com/games/6900861054/Countless-Worlds", "subreddit": "/r/RobloxCountlessWorlds", "center": [307.5, 1487.5], "path": [[294.5, 1486.5], [314.5, 1486.5], [314.5, 1499.5], [294.5, 1499.5], [294.5, 1514.5], [299.5, 1514.5], [299.5, 1499.5], [294.5, 1499.5]]},
{"id": "tx9k2y", "submitted_by": "ostensacken", "name": "Jhool", "description": "An ornate jhool, or saddlecloth, is worn by the Indian elephant.", "website": "", "subreddit": "/r/indiaplace", "center": [502.5, 321.5], "path": [[493.5, 334.5], [511.5, 334.5], [511.5, 308.5], [496.5, 308.5], [495.5, 309.5], [494.5, 309.5], [493.5, 312.5], [493.5, 311.5]]},
{"id": "tx9k2y", "submitted_by": "ostensacken", "name": "Jhool", "description": "An ornate jhool, or saddlecloth, is worn by the Indian elephant.", "website": "https://artsandculture.google.com/asset/jhool/5QHSbr43Wd7yeg?hl=en", "subreddit": "/r/indiaplace", "center": [502.5, 321.5], "path": [[493.5, 334.5], [511.5, 334.5], [511.5, 308.5], [496.5, 308.5], [495.5, 309.5], [494.5, 309.5], [493.5, 312.5], [493.5, 311.5]]},
{"id": "tx9jyg", "submitted_by": "chururiri", "name": "MILGRAM", "description": "Logo of the interactive music project MILGRAM, created by VOCALOID song producer DECO*27 and writer Takuya Yamanaka.", "website": "https://milgram.jp/", "subreddit": "", "center": [1914.5, 1237.5], "path": [[1905.5, 1227.5], [1923.5, 1227.5], [1923.5, 1247.5], [1904.5, 1247.5], [1904.5, 1227.5], [1906.5, 1227.5]]},
{"id": "tx9jwp", "submitted_by": "fordpaulfect", "name": "Tohru", "description": "A small pixel art of Tohru from the Manga/Anime Miss Kobayashi's Dragon Maid.", "website": "", "subreddit": "", "center": [1145.5, 1851.5], "path": [[1141.5, 1845.5], [1154.5, 1845.5], [1154.5, 1847.5], [1152.5, 1847.5], [1152.5, 1856.5], [1138.5, 1856.5], [1138.5, 1848.5], [1141.5, 1845.5]]},
{"id": "tx9jwl", "submitted_by": "Wikirojo", "name": "Trans, Italian and Mexican Heart", "description": "This heart used to be between the three flags but was removed and then done in a higher position. Although it isn't in the Mexican flag territory anymore, i believe it still symbolizes a union between the three flags <3", "website": "", "subreddit": "", "center": [787.5, 439.5], "path": [[786.5, 436.5], [785.5, 435.5], [784.5, 435.5], [784.5, 436.5], [783.5, 436.5], [782.5, 437.5], [782.5, 439.5], [783.5, 440.5], [784.5, 441.5], [785.5, 442.5], [786.5, 443.5], [788.5, 443.5], [789.5, 442.5], [790.5, 441.5], [791.5, 441.5], [791.5, 440.5], [791.5, 438.5], [791.5, 436.5], [790.5, 435.5], [789.5, 435.5], [788.5, 436.5], [787.5, 436.5], [786.5, 436.5]]},
{"id": "tx9jko", "submitted_by": "7qrt", "name": "Kobe Bryant jersey", "description": "An homage to legendary NBA player Kobe Bryant, who passed away tragically in 2020. This jersey, with its purple, gold, and number 24, is heavily associated with Bryant and his career with the Los Angeles Lakers.", "website": "https://r/nba", "subreddit": "", "center": [775.5, 1506.5], "path": [[770.5, 1500.5], [770.5, 1511.5], [780.5, 1511.5], [780.5, 1500.5], [770.5, 1500.5]]},
{"id": "tx9jhn", "submitted_by": "SteepAtticStairs", "name": "SteepAtticStairs Logo", "description": "The logo of SteepAtticStairs", "website": "https://github.com/SteepAtticStairs", "subreddit": "", "center": [1166.5, 1807.5], "path": [[1164.5, 1805.5], [1167.5, 1805.5], [1167.5, 1808.5], [1164.5, 1808.5], [1164.5, 1808.5]]},
{"id": "tx9j2c", "submitted_by": "ostensacken", "name": "Indian Elephant", "description": "An Indian elephant, which, along with the Danish swan became a symbol of friendship between the two nations.", "website": "", "subreddit": "/r/placeindia", "center": [511.5, 323.5], "path": [[482.5, 324.5], [482.5, 327.5], [486.5, 327.5], [491.5, 322.5], [491.5, 335.5], [492.5, 336.5], [494.5, 336.5], [495.5, 336.5], [495.5, 341.5], [496.5, 342.5], [504.5, 342.5], [505.5, 341.5], [507.5, 341.5], [507.5, 338.5], [506.5, 337.5], [510.5, 337.5], [510.5, 341.5], [512.5, 342.5], [520.5, 342.5], [521.5, 341.5], [522.5, 340.5], [530.5, 340.5], [531.5, 339.5], [531.5, 331.5], [534.5, 331.5], [534.5, 322.5], [532.5, 322.5], [532.5, 326.5], [531.5, 327.5], [531.5, 307.5], [530.5, 306.5], [494.5, 306.5], [494.5, 307.5], [493.5, 307.5], [492.5, 309.5], [491.5, 309.5], [491.5, 316.5], [491.5, 316.5]]},
{"id": "tx9j2c", "submitted_by": "ostensacken", "name": "Indian elephant", "description": "Elephants were highly valued by the rulers of India for their power in battle and their majestic dignity as ceremonial mounts. The Indian elephant became a symbol of friendship between India and Denmark, along with the Danish swan.", "website": "https://en.wikipedia.org/wiki/Indian_elephant", "subreddit": "/r/placeindia", "center": [511.5, 323.5], "path": [[482.5, 324.5], [482.5, 327.5], [486.5, 327.5], [491.5, 322.5], [491.5, 335.5], [492.5, 336.5], [494.5, 336.5], [495.5, 336.5], [495.5, 341.5], [496.5, 342.5], [504.5, 342.5], [505.5, 341.5], [507.5, 341.5], [507.5, 338.5], [506.5, 337.5], [510.5, 337.5], [510.5, 341.5], [512.5, 342.5], [520.5, 342.5], [521.5, 341.5], [522.5, 340.5], [530.5, 340.5], [531.5, 339.5], [531.5, 331.5], [534.5, 331.5], [534.5, 322.5], [532.5, 322.5], [532.5, 326.5], [531.5, 327.5], [531.5, 307.5], [530.5, 306.5], [494.5, 306.5], [494.5, 307.5], [493.5, 307.5], [492.5, 309.5], [491.5, 309.5], [491.5, 316.5], [491.5, 316.5]]},
{"id": "tx9izt", "submitted_by": "OhioStateGuy", "name": "Columbus Blue Jackets abbreviation and #80 (Mat\u012bss Kivlenieks memorial)", "description": "The Columbus Blue Jackets (often simply referred to as the Jackets) are a professional ice hockey team based in Columbus, Ohio. \nThe number 80 is used as a memorial for Mat\u012bss Kivlenieks, who played for the team and was tragically killed in 2021", "website": "https://www.nhl.com/bluejackets", "subreddit": "/r/BlueJackets", "center": [564.5, 1380.5], "path": [[561.5, 1367.5], [560.5, 1368.5], [560.5, 1391.5], [568.5, 1392.5], [567.5, 1368.5]]},
{"id": "tx9ix5", "submitted_by": "carrier3rd", "name": "The First Appearance of a White Hole", "description": "An artist's depiction of what a white hole might look like if compressed to small space amidst other art pieces.", "website": "https://www.reddit.com/r/whiteholesarereal", "subreddit": "/r/whiteholesarereal", "center": [398.5, 1871.5], "path": [[377.5, 1887.5], [418.5, 1887.5], [418.5, 1856.5], [387.5, 1855.5], [387.5, 1857.5], [377.5, 1857.5]]},
{"id": "tx9il2", "submitted_by": "ostensiblyokay", "name": "Twenty One Pilots - Trench", "description": "A tribute to the 2018 album Trench by the band twenty one pilots. Features the Compass E Pitchfork, also known as the \"East is Up\" symbol, and a small yellow flower.\n\nThe yellow trident was originally a blue Sai on a pink background (the logo for the 2021 album Scaled and Icy) but it was transformed into a tribute to Trench once the much larger tribute to Scaled and Icy, featuring the SAI logo and Ned, had been erected elsewhere.", "website": "https://twentyonepilots.com", "subreddit": "/r/twentyonepilots", "center": [752.5, 660.5], "path": [[748.5, 654.5], [759.5, 654.5], [759.5, 659.5], [754.5, 659.5], [754.5, 667.5], [748.5, 667.5], [748.5, 659.5], [748.5, 655.5], [748.5, 654.5], [748.5, 654.5], [748.5, 654.5]]},
@ -4893,9 +4852,9 @@
{"id": "tx9hel", "submitted_by": "chronically_tired_", "name": "Philza's Hat", "description": "A hat that is a reference to Twitch streamer Philza", "website": "", "subreddit": "", "center": [1183.5, 1112.5], "path": [[1180.5, 1113.5], [1181.5, 1113.5], [1182.5, 1113.5], [1183.5, 1113.5], [1184.5, 1113.5], [1185.5, 1113.5], [1186.5, 1113.5], [1185.5, 1113.5], [1185.5, 1112.5], [1184.5, 1112.5], [1184.5, 1111.5], [1183.5, 1111.5], [1183.5, 1112.5], [1182.5, 1112.5], [1182.5, 1111.5], [1181.5, 1111.5], [1181.5, 1112.5], [1181.5, 1113.5]]},
{"id": "tx9h75", "submitted_by": "Fun_Requirement_", "name": "ShiaBun", "description": "", "website": "https://www.twitch.tv/shiabun", "subreddit": "", "center": [1977.5, 1224.5], "path": [[1973.5, 1219.5], [1973.5, 1228.5], [1981.5, 1228.5], [1981.5, 1219.5], [1977.5, 1219.5], [1973.5, 1219.5], [1973.5, 1219.5], [1977.5, 1220.5]]},
{"id": "tx9h71", "submitted_by": "Bambega", "name": "Small Q", "description": "With dedication to the QA guys from Q-loc\n", "website": "https://q-loc.com/", "subreddit": "", "center": [1648.5, 1644.5], "path": [[1645.5, 1644.5], [1648.5, 1647.5], [1651.5, 1647.5], [1651.5, 1644.5], [1648.5, 1641.5], [1645.5, 1644.5]]},
{"id": "tx9h3q", "submitted_by": "ostensacken", "name": "Taj Mahal", "description": "The Taj Mahal is a mausoleum located in the Indian city of Agra. Commissioned in 1632 by the emperor Shah Jahan, it has since become an iconic landmark of India.", "website": "", "subreddit": "/r/indiaplace", "center": [438.5, 325.5], "path": [[416.5, 342.5], [417.5, 341.5], [418.5, 340.5], [420.5, 338.5], [422.5, 336.5], [422.5, 334.5], [407.5, 334.5], [407.5, 330.5], [408.5, 328.5], [409.5, 328.5], [409.5, 312.5], [410.5, 311.5], [410.5, 310.5], [411.5, 307.5], [411.5, 309.5], [412.5, 310.5], [412.5, 311.5], [413.5, 312.5], [414.5, 327.5], [417.5, 327.5], [417.5, 321.5], [418.5, 320.5], [419.5, 320.5], [419.5, 318.5], [420.5, 319.5], [421.5, 318.5], [422.5, 318.5], [422.5, 316.5], [425.5, 316.5], [425.5, 314.5], [426.5, 313.5], [427.5, 312.5], [430.5, 312.5], [430.5, 308.5], [431.5, 308.5], [432.5, 307.5], [438.5, 301.5], [438.5, 300.5], [440.5, 300.5], [439.5, 301.5], [440.5, 302.5], [441.5, 302.5], [441.5, 303.5], [442.5, 303.5], [442.5, 304.5], [443.5, 304.5], [443.5, 305.5], [444.5, 305.5], [444.5, 306.5], [445.5, 306.5], [445.5, 307.5], [446.5, 307.5], [446.5, 308.5], [446.5, 309.5], [447.5, 308.5], [447.5, 312.5], [449.5, 312.5], [451.5, 313.5], [452.5, 316.5], [455.5, 316.5], [455.5, 319.5], [458.5, 319.5], [459.5, 319.5], [459.5, 321.5], [460.5, 321.5], [460.5, 328.5], [464.5, 328.5], [464.5, 312.5], [465.5, 311.5], [465.5, 310.5], [466.5, 310.5], [466.5, 308.5], [467.5, 310.5], [467.5, 311.5], [468.5, 312.5], [468.5, 327.5], [469.5, 328.5], [470.5, 328.5], [470.5, 332.5], [468.5, 333.5], [452.5, 333.5], [454.5, 335.5], [455.5, 336.5], [456.5, 337.5], [457.5, 338.5], [458.5, 339.5], [459.5, 340.5], [460.5, 341.5], [461.5, 342.5]]},
{"id": "tx9h3q", "submitted_by": "ostensacken", "name": "Taj Mahal", "description": "The Taj Mahal is a mausoleum located in the Indian city of Agra. Commissioned in 1632 by the emperor Shah Jahan, it has since become an iconic landmark of India.", "website": "https://en.wikipedia.org/wiki/Taj_Mahal", "subreddit": "/r/indiaplace", "center": [438.5, 325.5], "path": [[416.5, 342.5], [417.5, 341.5], [418.5, 340.5], [420.5, 338.5], [422.5, 336.5], [422.5, 334.5], [407.5, 334.5], [407.5, 330.5], [408.5, 328.5], [409.5, 328.5], [409.5, 312.5], [410.5, 311.5], [410.5, 310.5], [411.5, 307.5], [411.5, 309.5], [412.5, 310.5], [412.5, 311.5], [413.5, 312.5], [414.5, 327.5], [417.5, 327.5], [417.5, 321.5], [418.5, 320.5], [419.5, 320.5], [419.5, 318.5], [420.5, 319.5], [421.5, 318.5], [422.5, 318.5], [422.5, 316.5], [425.5, 316.5], [425.5, 314.5], [426.5, 313.5], [427.5, 312.5], [430.5, 312.5], [430.5, 308.5], [431.5, 308.5], [432.5, 307.5], [438.5, 301.5], [438.5, 300.5], [440.5, 300.5], [439.5, 301.5], [440.5, 302.5], [441.5, 302.5], [441.5, 303.5], [442.5, 303.5], [442.5, 304.5], [443.5, 304.5], [443.5, 305.5], [444.5, 305.5], [444.5, 306.5], [445.5, 306.5], [445.5, 307.5], [446.5, 307.5], [446.5, 308.5], [446.5, 309.5], [447.5, 308.5], [447.5, 312.5], [449.5, 312.5], [451.5, 313.5], [452.5, 316.5], [455.5, 316.5], [455.5, 319.5], [458.5, 319.5], [459.5, 319.5], [459.5, 321.5], [460.5, 321.5], [460.5, 328.5], [464.5, 328.5], [464.5, 312.5], [465.5, 311.5], [465.5, 310.5], [466.5, 310.5], [466.5, 308.5], [467.5, 310.5], [467.5, 311.5], [468.5, 312.5], [468.5, 327.5], [469.5, 328.5], [470.5, 328.5], [470.5, 332.5], [468.5, 333.5], [452.5, 333.5], [454.5, 335.5], [455.5, 336.5], [456.5, 337.5], [457.5, 338.5], [458.5, 339.5], [459.5, 340.5], [460.5, 341.5], [461.5, 342.5]]},
{"id": "tx9gnu", "submitted_by": "Sciencraft", "name": "Molly Blyndeff", "description": "One of the main characters from the animated series Epithet Erased by Jello Apocalypse", "website": "", "subreddit": "/r/epithet_erased", "center": [1019.5, 1671.5], "path": [[1017.5, 1667.5], [1023.5, 1666.5], [1023.5, 1675.5], [1017.5, 1675.5], [1017.5, 1675.5], [1015.5, 1674.5], [1015.5, 1668.5], [1017.5, 1667.5]]},
{"id": "tx9gjn", "submitted_by": "_SkedeX_", "name": "ConnorEatsPants", "description": "Connor (born: August 26, 1999 [age 22]), better known online as ConnorEatsPants, is an American YouTuber known for playing and live streaming games with other YouTubers such as Quackity, CallMeCarson, and TommyInnit. He is also known for previously being \u201cbusiness partners\u201d with Jschlatt on SMPLive and playing on the Dream SMP with other YouTubers and streamers such as Dream, Technoblade, and Wilbur Soot.", "website": "https://www.twitch.tv/ConnorEatsPants", "subreddit": "/r/ConnorEatsPants", "center": [187.5, 913.5], "path": [[182.5, 908.5], [182.5, 908.5], [182.5, 908.5], [182.5, 917.5], [191.5, 917.5], [191.5, 908.5]]},
{"id": "tx9gjn", "submitted_by": "_SkedeX_", "name": "ConnorEatsPants", "description": "The Minecraft head of the variety Twitch streamer ConnorEatsPants, particularly his appearance in Dream SMP. This art was coordinated by a group of fans on Tumblr.", "website": "https://www.twitch.tv/ConnorEatsPants", "subreddit": "/r/ConnorEatsPants", "center": [187.5, 913.5], "path": [[182.5, 908.5], [182.5, 908.5], [182.5, 908.5], [182.5, 917.5], [191.5, 917.5], [191.5, 908.5]]},
{"id": "tx9gff", "submitted_by": "Goyeeto", "name": "Violet Vibers", "description": "Violet Vibers is a small discord friend group that spawned from the mcc community.", "website": "", "subreddit": "", "center": [1337.5, 959.5], "path": [[1333.5, 948.5], [1342.5, 948.5], [1342.5, 970.5], [1333.5, 970.5], [1332.5, 970.5]]},
{"id": "tx9gdb", "submitted_by": "SirTractor45", "name": "Biyoo", "description": "Character from Korean web novel and comic Omniscient Reader's Viewpoint", "website": "", "subreddit": "/r/OmniscientReader", "center": [573.5, 179.5], "path": [[567.5, 174.5], [579.5, 174.5], [578.5, 185.5], [570.5, 185.5]]},
{"id": "tx9gbo", "submitted_by": "Kevun_the_potato", "name": "Aston Villa Football Club", "description": "This was an unfinished secondary banner for Aston Villa Football Club.\nThe partially written \"82\" on the right of this banner alludes to their European Cup win in 1982, where they beat Bayern Munich 1\u20130 at De Kuip in Rotterdam", "website": "", "subreddit": "/r/avfc", "center": [1235.5, 1808.5], "path": [[1214.5, 1815.5], [1255.5, 1815.5], [1255.5, 1801.5], [1214.5, 1801.5]]},
@ -4933,25 +4892,23 @@
{"id": "tx9adc", "submitted_by": "link_dead", "name": "Among Us (White)", "description": "A character from the popular game Among Us.", "website": "", "subreddit": "", "center": [916.5, 1577.5], "path": [[910.5, 1601.5], [932.5, 1593.5], [932.5, 1589.5], [930.5, 1588.5], [931.5, 1571.5], [927.5, 1558.5], [923.5, 1555.5], [920.5, 1554.5], [913.5, 1555.5], [906.5, 1558.5], [904.5, 1560.5], [903.5, 1562.5], [903.5, 1575.5], [903.5, 1579.5], [900.5, 1583.5]]},
{"id": "tx9aao", "submitted_by": "keitotrash", "name": "BigPuffer", "description": "A ruined logo of a streamer and a YouTuber BigPuffer. There used to be a chair but it has been attacked by the Peru flag.", "website": "https://www.twitch.tv/bigpuffer", "subreddit": "", "center": [1618.5, 1100.5], "path": [[1591.5, 1074.5], [1645.5, 1074.5], [1645.5, 1125.5], [1591.5, 1125.5], [1591.5, 1102.5]]},
{"id": "tx9a9m", "submitted_by": "platypus_4", "name": "Chargers", "description": "A tribute to the NFL team the Los Angeles Chargers.", "website": "", "subreddit": "/r/Chargers", "center": [1544.5, 51.5], "path": [[1541.5, 51.5], [1541.5, 36.5], [1543.5, 36.5], [1543.5, 51.5], [1558.5, 51.5], [1558.5, 47.5], [1529.5, 47.5], [1529.5, 51.5], [1544.5, 51.5], [1542.5, 47.5], [1542.5, 36.5], [1542.5, 51.5]]},
{"id": "tx9a6g", "submitted_by": "ostensacken", "name": "Meenakshi Temple", "description": "Meenakshi Temple is a famous Hindu temple located in the city of Madurai, Tamil Nadu. The temple is dedicated to the goddess Meenakshi.", "website": "", "subreddit": "/r/placeindia", "center": [340.5, 324.5], "path": [[317.5, 342.5], [319.5, 341.5], [322.5, 340.5], [323.5, 339.5], [325.5, 339.5], [325.5, 334.5], [326.5, 334.5], [326.5, 325.5], [327.5, 325.5], [327.5, 318.5], [328.5, 316.5], [328.5, 310.5], [329.5, 309.5], [329.5, 300.5], [350.5, 300.5], [350.5, 309.5], [351.5, 310.5], [351.5, 316.5], [352.5, 316.5], [352.5, 325.5], [353.5, 325.5], [353.5, 333.5], [354.5, 333.5], [354.5, 338.5], [355.5, 339.5], [359.5, 340.5], [361.5, 343.5], [318.5, 343.5]]},
{"id": "tx9a6g", "submitted_by": "ostensacken", "name": "Meenakshi Temple", "description": "Meenakshi Temple is a famous Hindu temple located in the city of Madurai, Tamil Nadu. The temple is dedicated to the goddess Meenakshi.", "website": "https://en.wikipedia.org/wiki/Meenakshi_Temple,_Madurai", "subreddit": "/r/placeindia", "center": [340.5, 324.5], "path": [[317.5, 342.5], [319.5, 341.5], [322.5, 340.5], [323.5, 339.5], [325.5, 339.5], [325.5, 334.5], [326.5, 334.5], [326.5, 325.5], [327.5, 325.5], [327.5, 318.5], [328.5, 316.5], [328.5, 310.5], [329.5, 309.5], [329.5, 300.5], [350.5, 300.5], [350.5, 309.5], [351.5, 310.5], [351.5, 316.5], [352.5, 316.5], [352.5, 325.5], [353.5, 325.5], [353.5, 333.5], [354.5, 333.5], [354.5, 338.5], [355.5, 339.5], [359.5, 340.5], [361.5, 343.5], [318.5, 343.5]]},
{"id": "tx9a60", "submitted_by": "raleigh_72", "name": "Candle in Web Serials Mural", "description": "Candle representing the serial web novel Worth the Candle by Alexander Wales. Part of a larger collaboration displaying art from various web serials.", "website": "https://royalroad.com/fiction/25137/worth-the-candle", "subreddit": "/r/alexanderwales", "center": [1790.5, 1323.5], "path": [[1792.5, 1329.5], [1792.5, 1317.5], [1787.5, 1317.5], [1787.5, 1329.5]]},
{"id": "tx9a3m", "submitted_by": "Jen_VYy", "name": "Your Turn To Die", "description": "Your Turn To Die (YTTD) also known as Kimi Ga Shine is a negotiation/horror/adventure rpg where our main character Sara Chidouin is forced into a death game with her best friend. YTTD is a game has multiple routes, basically, your choices matter here.\nSo what will it be? Who's turn do you think it is to die?", "website": "https://vgperson.com/games/yourturntodie.htm", "subreddit": "/r/yourturntodie", "center": [1858.5, 137.5], "path": [[1838.5, 118.5], [1877.5, 118.5], [1877.5, 156.5], [1838.5, 155.5]]},
{"id": "tx99ya", "submitted_by": "King_Bubel", "name": "Ever-Expanding Bunker Symbol", "description": "A symbol representing the Ever-Expanding Bunker, a small worldbuilding/meme community centered on an underground post=apocalyptic dystopia.", "website": "", "subreddit": "/r/everexpandingbunker", "center": [1821.5, 1457.5], "path": [[1816.5, 1454.5], [1828.5, 1453.5], [1825.5, 1460.5], [1815.5, 1460.5], [1815.5, 1453.5]]},
{"id": "tx99l0", "submitted_by": "NorskDaedalus", "name": "Web Serials", "description": "Web serials are a fantastic source of original fiction with every genre, style, and tone imaginable. From epic fantasy to cosmic horror, there's hundreds of thousands to millions of words freely available online from countless sources. Any of the ones represented in this collaborative artwork makes a great place to start!", "website": "", "subreddit": "/r/readwebserials", "center": [1757.5, 1292.5], "path": [[1723.5, 1255.5], [1723.5, 1328.5], [1775.5, 1328.5], [1776.5, 1326.5], [1778.5, 1325.5], [1779.5, 1325.5], [1780.5, 1326.5], [1781.5, 1327.5], [1782.5, 1326.5], [1783.5, 1325.5], [1784.5, 1325.5], [1785.5, 1326.5], [1786.5, 1327.5], [1786.5, 1328.5], [1794.5, 1328.5], [1794.5, 1324.5], [1793.5, 1323.5], [1793.5, 1321.5], [1792.5, 1320.5], [1793.5, 1319.5], [1795.5, 1317.5], [1796.5, 1317.5], [1796.5, 1315.5], [1795.5, 1314.5], [1795.5, 1311.5], [1796.5, 1310.5], [1796.5, 1309.5], [1790.5, 1308.5], [1790.5, 1295.5], [1790.5, 1283.5], [1796.5, 1275.5], [1794.5, 1275.5], [1791.5, 1273.5], [1790.5, 1272.5], [1790.5, 1256.5]]},
{"id": "tx99bx", "submitted_by": "averyunusualhead", "name": "May the Traveler be with you!", "description": "A hidden dick in the Critical Role logo representing the Traveler, god of pranks, trickery, mischief, and casual vandalism", "website": "", "subreddit": "/r/criticalrole", "center": [520.5, 968.5], "path": [[519.5, 966.5], [522.5, 966.5], [522.5, 970.5], [518.5, 970.5], [518.5, 969.5], [518.5, 970.5], [518.5, 966.5], [518.5, 966.5], [518.5, 966.5]]},
{"id": "tx998z", "submitted_by": "cobbleman4", "name": "Sakura Miko", "description": "Sakura Miko is a vtuber apart of Hololive Gen 0. She is often called Elite Miko", "website": "https://www.youtube.com/channel/UC-hM6YJuNYVAmUWxeIr9FeA", "subreddit": "", "center": [1371.5, 984.5], "path": [[1376.5, 990.5], [1376.5, 991.5], [1372.5, 991.5], [1372.5, 990.5], [1370.5, 990.5], [1370.5, 991.5], [1366.5, 991.5], [1366.5, 979.5], [1367.5, 979.5], [1367.5, 978.5], [1370.5, 978.5], [1370.5, 976.5], [1373.5, 976.5], [1373.5, 977.5], [1373.5, 978.5], [1372.5, 978.5], [1375.5, 978.5], [1375.5, 979.5], [1376.5, 980.5]]},
{"id": "tx98q6", "submitted_by": "lerruisq", "name": "Zorin OS", "description": "Logo of Zorin OS, an Ubuntu based Linux distribution.", "website": "https://zorinos.com/", "subreddit": "/r/placetux", "center": [67.5, 705.5], "path": [[64.5, 704.5], [64.5, 706.5], [65.5, 708.5], [68.5, 708.5], [69.5, 706.5], [69.5, 704.5], [68.5, 702.5], [65.5, 702.5]]},
{"id": "tx98gb", "submitted_by": "ard0ise", "name": "Remains Brittany flag", "description": "last remains of the Brittany flag, after losing the war to the German flag.The Bretons are a Celtic ethnic group native to the Brittany region of France. Their flag was designed in 1923 by Morvan Marchal.\n\n", "website": "", "subreddit": "", "center": [1209.5, 1172.5], "path": [[1198.5, 1167.5], [1198.5, 1174.5], [1200.5, 1174.5], [1200.5, 1175.5], [1223.5, 1175.5], [1221.5, 1172.5], [1221.5, 1171.5], [1220.5, 1170.5], [1217.5, 1170.5], [1216.5, 1169.5], [1210.5, 1169.5], [1210.5, 1167.5], [1208.5, 1168.5], [1207.5, 1169.5], [1206.5, 1169.5], [1205.5, 1170.5], [1204.5, 1169.5], [1203.5, 1168.5], [1202.5, 1167.5], [1198.5, 1167.5]]},
{"id": "tx988v", "submitted_by": "Necessary-Water8704", "name": "Heart Flag Italy VS Mexico", "description": "The fight to appropriate the heart. Italy or Mexico.\n\n", "website": "https://www.twitch.tv/domcasse", "subreddit": "", "center": [893.5, 1056.5], "path": [[886.5, 1049.5], [901.5, 1049.5], [900.5, 1062.5], [886.5, 1062.5], [884.5, 1061.5]]},
{"id": "tx983x", "submitted_by": "DoragonSubbing", "name": "L \u039b W - Tutorial", "description": "L \u039b W - Tutorial is a well-known tutorial based YouTube channel.", "website": "https://www.youtube.com/c/laaw_tutorials", "subreddit": "", "center": [368.5, 1680.5], "path": [[360.5, 1675.5], [360.5, 1684.5], [375.5, 1684.5], [375.5, 1675.5]]},
{"id": "tx97zg", "submitted_by": "kevalosaur", "name": "University of Chicago", "description": "Crest of the University of Chicago, with Phil the Phoenix at the forefront.", "website": "https://www.uchicago.edu", "subreddit": "/r/uchicago", "center": [1406.5, 1187.5], "path": [[1396.5, 1172.5], [1396.5, 1201.5], [1415.5, 1201.5], [1415.5, 1172.5], [1396.5, 1172.5]]},
{"id": "tx97v9", "submitted_by": "SoanKintero_L", "name": "Flag Of M\u00e9xico", "description": "The national flag of Mexico.", "website": "", "subreddit": "", "center": [1124.5, 1355.5], "path": [[1116.5, 1351.5], [1132.5, 1351.5], [1132.5, 1359.5], [1116.5, 1359.5], [1116.5, 1351.5]]},
{"id": "tx97id", "submitted_by": "suhailski", "name": "Lil House", "description": "A small pixel house with a smile, initially popularized by user u/Magician-Man through a meme posted on r/place. The image garnered popularity and a small community was formed around protecting and drawing little houses. Having been relocated and redesigned a few times, one last little house remained on the canvas in the end.", "website": "", "subreddit": "/r/LilHousePlace", "center": [1646.5, 1446.5], "path": [[1637.5, 1451.5], [1654.5, 1451.5], [1654.5, 1440.5], [1637.5, 1440.5], [1637.5, 1450.5]]},
{"id": "tx97ag", "submitted_by": "Elegant-Writing-4338", "name": "Tiny Kuchipatchi", "description": "A very tiny sprite of kuchipatchi, a character from tamagotchi.\n\n", "website": "", "subreddit": "/r/tamagotchi", "center": [515.5, 1465.5], "path": [[513.5, 1462.5], [513.5, 1468.5], [517.5, 1468.5], [517.5, 1462.5], [513.5, 1462.5], [513.5, 1468.5], [517.5, 1468.5], [517.5, 1462.5]]},
{"id": "tx97ab", "submitted_by": "Redex007", "name": "Foxhole Map", "description": "A map from the war MMO Foxhole. Throughout r/place 2022, redditors fought to turn the map blue or green, with blue being the victor at the end.", "website": "https://www.foxholegame.com/", "subreddit": "/r/foxholegame", "center": [727.5, 570.5], "path": [[700.5, 533.5], [700.5, 606.5], [754.5, 606.5], [754.5, 535.5]]},
{"id": "tx978y", "submitted_by": "Nyctoxin", "name": "Novelhouse", "description": "A budding gaming channel on YouTube that specializes in playing visual novels, adventure games, voice acting and JRPGs.", "website": "https://www.youtube.com/channel/UCvS7MtrCVLr_9mCjT-cUfEA", "subreddit": "", "center": [741.5, 826.5], "path": [[731.5, 832.5], [731.5, 820.5], [752.5, 820.5], [752.5, 832.5], [744.5, 832.5], [744.5, 833.5], [743.5, 834.5], [739.5, 834.5], [738.5, 833.5], [738.5, 832.5], [731.5, 832.5]]},
{"id": "tx978g", "submitted_by": "BeatMastaD", "name": "Ugandan Knuckles", "description": "A reference to the video game character Knuckles who became part of a meme where his character would speak with a heavy Ugandan Accent.", "website": "", "subreddit": "", "center": [663.5, 1536.5], "path": [[657.5, 1532.5], [668.5, 1532.5], [668.5, 1540.5], [657.5, 1540.5]]},
{"id": "tx9728", "submitted_by": "ostensacken", "name": "Peacock", "description": "The national bird of India, the Indian Pacock. Native throughout India and commonly found in Hindu mythology.", "website": "", "subreddit": "/r/placeindia", "center": [293.5, 320.5], "path": [[294.5, 342.5], [292.5, 342.5], [291.5, 341.5], [289.5, 340.5], [288.5, 339.5], [286.5, 337.5], [285.5, 336.5], [284.5, 335.5], [283.5, 334.5], [282.5, 333.5], [280.5, 332.5], [280.5, 329.5], [282.5, 328.5], [282.5, 327.5], [283.5, 326.5], [283.5, 324.5], [284.5, 324.5], [284.5, 321.5], [283.5, 322.5], [283.5, 320.5], [282.5, 320.5], [281.5, 320.5], [281.5, 321.5], [281.5, 311.5], [283.5, 311.5], [283.5, 300.5], [282.5, 299.5], [286.5, 299.5], [285.5, 305.5], [288.5, 303.5], [289.5, 303.5], [289.5, 301.5], [288.5, 301.5], [287.5, 299.5], [293.5, 299.5], [292.5, 301.5], [291.5, 302.5], [292.5, 304.5], [292.5, 306.5], [292.5, 307.5], [295.5, 307.5], [295.5, 308.5], [295.5, 309.5], [297.5, 309.5], [296.5, 310.5], [297.5, 311.5], [298.5, 311.5], [299.5, 313.5], [299.5, 313.5], [300.5, 313.5], [300.5, 315.5], [301.5, 314.5], [302.5, 314.5], [301.5, 315.5], [304.5, 315.5], [305.5, 315.5], [302.5, 315.5], [302.5, 317.5], [303.5, 317.5], [305.5, 314.5], [305.5, 311.5], [307.5, 311.5], [307.5, 300.5], [306.5, 299.5], [310.5, 299.5], [309.5, 300.5], [309.5, 311.5], [311.5, 311.5], [311.5, 322.5], [310.5, 320.5], [307.5, 320.5], [304.5, 321.5], [303.5, 322.5], [301.5, 324.5], [300.5, 325.5], [299.5, 326.5], [298.5, 327.5], [297.5, 328.5], [296.5, 328.5], [296.5, 331.5], [296.5, 333.5], [296.5, 334.5], [297.5, 334.5], [297.5, 336.5], [298.5, 335.5], [298.5, 337.5], [299.5, 338.5], [299.5, 342.5]]},
{"id": "tx9728", "submitted_by": "ostensacken", "name": "Indian peacock", "description": "The national bird of India, the Indian peacock. Native throughout India and commonly found in Hindu mythology.", "website": "https://en.wikipedia.org/wiki/Indian_peafowl", "subreddit": "/r/placeindia", "center": [293.5, 320.5], "path": [[294.5, 342.5], [292.5, 342.5], [291.5, 341.5], [289.5, 340.5], [288.5, 339.5], [286.5, 337.5], [285.5, 336.5], [284.5, 335.5], [283.5, 334.5], [282.5, 333.5], [280.5, 332.5], [280.5, 329.5], [282.5, 328.5], [282.5, 327.5], [283.5, 326.5], [283.5, 324.5], [284.5, 324.5], [284.5, 321.5], [283.5, 322.5], [283.5, 320.5], [282.5, 320.5], [281.5, 320.5], [281.5, 321.5], [281.5, 311.5], [283.5, 311.5], [283.5, 300.5], [282.5, 299.5], [286.5, 299.5], [285.5, 305.5], [288.5, 303.5], [289.5, 303.5], [289.5, 301.5], [288.5, 301.5], [287.5, 299.5], [293.5, 299.5], [292.5, 301.5], [291.5, 302.5], [292.5, 304.5], [292.5, 306.5], [292.5, 307.5], [295.5, 307.5], [295.5, 308.5], [295.5, 309.5], [297.5, 309.5], [296.5, 310.5], [297.5, 311.5], [298.5, 311.5], [299.5, 313.5], [299.5, 313.5], [300.5, 313.5], [300.5, 315.5], [301.5, 314.5], [302.5, 314.5], [301.5, 315.5], [304.5, 315.5], [305.5, 315.5], [302.5, 315.5], [302.5, 317.5], [303.5, 317.5], [305.5, 314.5], [305.5, 311.5], [307.5, 311.5], [307.5, 300.5], [306.5, 299.5], [310.5, 299.5], [309.5, 300.5], [309.5, 311.5], [311.5, 311.5], [311.5, 322.5], [310.5, 320.5], [307.5, 320.5], [304.5, 321.5], [303.5, 322.5], [301.5, 324.5], [300.5, 325.5], [299.5, 326.5], [298.5, 327.5], [297.5, 328.5], [296.5, 328.5], [296.5, 331.5], [296.5, 333.5], [296.5, 334.5], [297.5, 334.5], [297.5, 336.5], [298.5, 335.5], [298.5, 337.5], [299.5, 338.5], [299.5, 342.5]]},
{"id": "tx96n2", "submitted_by": "pepe8080", "name": "Shigure Ui", "description": "A chibi art of a Japanese VTuber Shigure Ui", "website": "", "subreddit": "/r/VirtualYoutubers", "center": [1460.5, 1087.5], "path": [[1455.5, 1084.5], [1464.5, 1084.5], [1464.5, 1089.5], [1455.5, 1089.5], [1455.5, 1084.5]]},
{"id": "tx95uk", "submitted_by": "SoanKintero_L", "name": "Flag of M\u00e9xico", "description": "The national flag of Mexico.", "website": "https://en.wikipedia.org/wiki/Flag_of_Mexico", "subreddit": "", "center": [1077.5, 1559.5], "path": [[1063.5, 1566.5], [1090.5, 1566.5], [1091.5, 1551.5], [1063.5, 1551.5], [1062.5, 1566.5]]},
{"id": "tx95mw", "submitted_by": "_SkedeX_", "name": "Jschlatt", "description": "Jschlatt, also known as jschlattLIVE or Schlatt, is an American YouTuber and Twitch streamer who makes variety content. He is most well-known for playing on SMPLive, where he often talked with Wilbur Soot, and for being a member of the now-defunct Lunch Club. He has a distinct over-the-top and crass persona. He first interacted with the Dream Team when he joined the Dream SMP without Dream's permission and was subsequently banned. He later became friends with Dream through playing Among Us games and chatting on TommyInnit's streams. He was unbanned from the Dream SMP on September 20, 2020 for the SWAG2020 vs POG2020 Election, and became a major part of the Manberg Rebellion arc.", "website": "https://www.youtube.com/channel/UC2mP7il3YV7TxM_3m6U0bwA", "subreddit": "/r/jschlatt", "center": [187.5, 922.5], "path": [[182.5, 917.5], [182.5, 917.5], [182.5, 917.5], [182.5, 917.5], [182.5, 917.5], [182.5, 917.5], [182.5, 917.5], [182.5, 917.5], [182.5, 917.5], [182.5, 917.5], [182.5, 917.5], [182.5, 917.5], [182.5, 917.5], [182.5, 917.5], [182.5, 926.5], [191.5, 926.5], [191.5, 917.5]]},
@ -4974,7 +4931,7 @@
{"id": "tx92sw", "submitted_by": "_DC003_", "name": "MIT", "description": "Logo for Massachusetts Institute of Technology", "website": "https://www.mit.edu/", "subreddit": "/r/mit", "center": [331.5, 1546.5], "path": [[319.5, 1538.5], [343.5, 1538.5], [343.5, 1553.5], [319.5, 1553.5]]},
{"id": "tx92j6", "submitted_by": "FishNChips657", "name": "Girl's Generation Logo", "description": "Logo of the kpop girl group Girl's Generation formed by SM Entertainment in 2007. The group is composed of eight members: Taeyeon, Sunny, Tiffany, Hyoyeon, Yuri, Sooyoung, Yoona, and Seohyun. Originally a nine-piece ensemble, Jessica departed from the group in September 2014.", "website": "", "subreddit": "/r/SNSD", "center": [1517.5, 904.5], "path": [[1509.5, 898.5], [1509.5, 910.5], [1524.5, 910.5], [1524.5, 898.5]]},
{"id": "tx92fx", "submitted_by": "tuspock", "name": "Carnegie Mellon University Tartan Plaid", "description": "The weaving of colors and line-weights in the Tartan represents different thoughts, interests, backgrounds and skills coming together to make up the fabric of our bold, colorful and unorthodox university.", "website": "https://www.cmu.edu/", "subreddit": "/r/cmu", "center": [859.5, 1661.5], "path": [[847.5, 1653.5], [847.5, 1668.5], [853.5, 1668.5], [853.5, 1670.5], [870.5, 1670.5], [870.5, 1653.5], [847.5, 1653.5]]},
{"id": "tx92f6", "submitted_by": "ostensacken", "name": "Indian rocket launching", "description": "A rocket from the Indian Space Research Organization launching.", "website": "", "subreddit": "/r/indiaplace", "center": [260.5, 329.5], "path": [[238.5, 336.5], [238.5, 335.5], [239.5, 334.5], [240.5, 335.5], [240.5, 333.5], [242.5, 332.5], [247.5, 332.5], [248.5, 333.5], [250.5, 332.5], [253.5, 332.5], [255.5, 324.5], [256.5, 322.5], [257.5, 320.5], [257.5, 306.5], [257.5, 305.5], [256.5, 304.5], [257.5, 297.5], [259.5, 295.5], [261.5, 295.5], [263.5, 296.5], [264.5, 297.5], [264.5, 305.5], [263.5, 305.5], [263.5, 322.5], [264.5, 324.5], [265.5, 325.5], [266.5, 329.5], [267.5, 333.5], [271.5, 333.5], [276.5, 333.5], [279.5, 335.5], [288.5, 342.5], [239.5, 342.5]]},
{"id": "tx92f6", "submitted_by": "ostensacken", "name": "Indian rocket launching", "description": "A rocket from the Indian Space Research Organization launching.", "website": "https://en.wikipedia.org/wiki/Indian_Space_Research_Organisation", "subreddit": "/r/indiaplace", "center": [260.5, 329.5], "path": [[238.5, 336.5], [238.5, 335.5], [239.5, 334.5], [240.5, 335.5], [240.5, 333.5], [242.5, 332.5], [247.5, 332.5], [248.5, 333.5], [250.5, 332.5], [253.5, 332.5], [255.5, 324.5], [256.5, 322.5], [257.5, 320.5], [257.5, 306.5], [257.5, 305.5], [256.5, 304.5], [257.5, 297.5], [259.5, 295.5], [261.5, 295.5], [263.5, 296.5], [264.5, 297.5], [264.5, 305.5], [263.5, 305.5], [263.5, 322.5], [264.5, 324.5], [265.5, 325.5], [266.5, 329.5], [267.5, 333.5], [271.5, 333.5], [276.5, 333.5], [279.5, 335.5], [288.5, 342.5], [239.5, 342.5]]},
{"id": "tx921x", "submitted_by": "_DC003_", "name": "Northeastern University", "description": "The logo of Northeastern University in Boston", "website": "https://www.northeastern.edu/", "subreddit": "/r/neu", "center": [309.5, 1546.5], "path": [[300.5, 1537.5], [318.5, 1537.5], [318.5, 1554.5], [300.5, 1554.5]]},
{"id": "tx91q7", "submitted_by": "cobbleman4", "name": "Hololive Indenesia Gen 1", "description": "These are the members of the first generation of Holive Indonesia.from bottom to top the members are Moona Hoshinova, Airani Iofifteen and Ayunda Risu", "website": "https://www.youtube.com/c/hololiveIndonesia", "subreddit": "", "center": [1383.5, 987.5], "path": [[1378.5, 998.5], [1378.5, 995.5], [1379.5, 995.5], [1379.5, 990.5], [1378.5, 990.5], [1378.5, 987.5], [1378.5, 991.5], [1377.5, 991.5], [1376.5, 991.5], [1376.5, 984.5], [1377.5, 984.5], [1377.5, 983.5], [1380.5, 983.5], [1379.5, 983.5], [1379.5, 978.5], [1379.5, 977.5], [1380.5, 977.5], [1380.5, 974.5], [1382.5, 974.5], [1382.5, 975.5], [1383.5, 975.5], [1383.5, 976.5], [1385.5, 976.5], [1385.5, 975.5], [1386.5, 975.5], [1386.5, 974.5], [1388.5, 974.5], [1388.5, 977.5], [1389.5, 977.5], [1389.5, 983.5], [1387.5, 983.5], [1388.5, 983.5], [1388.5, 989.5], [1388.5, 990.5], [1387.5, 990.5], [1388.5, 990.5], [1388.5, 992.5], [1389.5, 992.5], [1389.5, 996.5], [1390.5, 996.5], [1390.5, 998.5]]},
{"id": "tx91nv", "submitted_by": "NeBz_1", "name": "inabakumori symbol", "description": "inabakumori is a Japanese musician (vocaloid producer). mainly uses Kaai Yuki, and the representative songs are Lost Umbrella and Lagtrain.", "website": "https://www.youtube.com/c/inabakumori", "subreddit": "", "center": [1158.5, 1683.5], "path": [[1156.5, 1675.5], [1156.5, 1677.5], [1153.5, 1677.5], [1153.5, 1690.5], [1152.5, 1677.5], [1152.5, 1691.5], [1152.5, 1690.5], [1162.5, 1690.5], [1162.5, 1675.5], [1156.5, 1675.5], [1156.5, 1677.5], [1153.5, 1677.5], [1152.5, 1677.5], [1152.5, 1675.5], [1152.5, 1676.5], [1156.5, 1675.5], [1153.5, 1675.5], [1152.5, 1676.5], [1152.5, 1675.5], [1156.5, 1675.5]]},
@ -5113,7 +5070,7 @@
{"id": "tx8c5x", "submitted_by": "ChaseADuck", "name": "Chase's Storm Logo", "description": "The official logo of Chase's Storm.", "website": "", "subreddit": "", "center": [1714.5, 614.5], "path": [[1710.5, 620.5], [1706.5, 616.5], [1706.5, 611.5], [1711.5, 606.5], [1717.5, 606.5], [1721.5, 610.5], [1722.5, 611.5], [1722.5, 616.5], [1717.5, 621.5], [1711.5, 621.5], [1710.5, 620.5]]},
{"id": "tx8c1t", "submitted_by": "fluteamahoot", "name": "hat mouse", "description": "\"Me sell hats. Okay, poke?\"\nThe hat vender from Stardew Valley", "website": "https://www.stardewvalley.net/", "subreddit": "/r/StardewValley", "center": [1734.5, 970.5], "path": [[1741.5, 963.5], [1741.5, 977.5], [1727.5, 977.5], [1727.5, 963.5]]},
{"id": "tx8bx5", "submitted_by": "InitialParsnip", "name": "Among Us Heart", "description": "The universal symbol of love decorated with three Among Us crewmates.", "website": "", "subreddit": "", "center": [1024.5, 1900.5], "path": [[1019.5, 1894.5], [1022.5, 1894.5], [1024.5, 1897.5], [1023.5, 1895.5], [1024.5, 1897.5], [1025.5, 1895.5], [1029.5, 1894.5], [1032.5, 1897.5], [1024.5, 1910.5], [1016.5, 1899.5], [1016.5, 1897.5], [1019.5, 1894.5]]},
{"id": "tx8bjm", "submitted_by": "I_Eat_Pork", "name": "NATO flag (vandalised)", "description": "Flag of the North Atlantic Treaty Organisation (NATO).\nCought in the crossfire of Mizkif's artwork.", "website": "https://reddit.com/r/NonCredibleDefense", "subreddit": "/r/neoliberal", "center": [1451.5, 1418.5], "path": [[1465.5, 1401.5], [1465.5, 1435.5], [1436.5, 1434.5], [1437.5, 1401.5]]},
{"id": "tx8bjm", "submitted_by": "I_Eat_Pork", "name": "NATO flag (vandalised)", "description": "Flag of the North Atlantic Treaty Organisation (NATO).\nCaught in the crossfire of Mizkif's artwork.", "website": "https://www.nato.int/", "subreddit": "/r/neoliberal, /r/NonCredibleDefense", "center": [1451.5, 1418.5], "path": [[1465.5, 1401.5], [1465.5, 1435.5], [1436.5, 1434.5], [1437.5, 1401.5]]},
{"id": "tx8bfu", "submitted_by": "FlyingCow343", "name": "Saint Piran's Flag", "description": "The Flag of Cornwall. Cornwall is county in England's southwestern tip, some Cornish people believe Cornwall should be it's own country.", "website": "", "subreddit": "", "center": [627.5, 554.5], "path": [[624.5, 556.5], [624.5, 552.5], [630.5, 552.5], [630.5, 556.5]]},
{"id": "tx8baa", "submitted_by": "TheGamseum", "name": "Jamel", "description": "Jamel is a popular meme inside joke on the Marioverse Discord server, where fans of the Super Mario franchise can discuss Mario lore. Somebody wanted to type \"Kamek\" but it autocorrected to \"Jamel\", and a new character was born.", "website": "", "subreddit": "/r/Marioverse", "center": [1400.5, 373.5], "path": [[1395.5, 368.5], [1395.5, 378.5], [1405.5, 378.5], [1405.5, 372.5], [1403.5, 368.5], [1403.5, 368.5], [1403.5, 368.5]]},
{"id": "tx8b70", "submitted_by": "ChaseADuck", "name": "Chase's Storm Purple Guy", "description": "A meme referencing purple guy in Chase. Made with the help of Storm's Edge", "website": "", "subreddit": "", "center": [1730.5, 618.5], "path": [[1736.5, 627.5], [1722.5, 627.5], [1722.5, 609.5], [1737.5, 609.5], [1737.5, 627.5], [1736.5, 627.5]]},
@ -5190,7 +5147,6 @@
{"id": "tx80y8", "submitted_by": "mildly_salted", "name": "Jopping", "description": "A 2019 song by the K-Pop boy group SuperM, consisting of Taemin, Baekhyun, Kai, Taeyong, Mark, Ten, and Lucas. the lyrics that have gained popularity in the community were said by Mark, quote: uh, ya think ya big boy throwin three stacks, ima show ya how to ball u a mismatch. opinionated but im always spittin straight facts, throwback i might throw this on an eight track", "website": "", "subreddit": "", "center": [1406.5, 565.5], "path": [[1390.5, 562.5], [1421.5, 562.5], [1421.5, 568.5], [1391.5, 568.5]]},
{"id": "tx80q8", "submitted_by": "Letartean", "name": "Numberphile", "description": "The logo of the Numberphile youtube channel of the youtuber Brady Haran, one of the presenters of the Hello Internet podcast.", "website": "https://www.youtube.com/channel/UCoxcjq-8xIDTYp3uz647V5A", "subreddit": "/r/numberphile", "center": [85.5, 805.5], "path": [[80.5, 801.5], [89.5, 801.5], [89.5, 808.5], [80.5, 808.5]]},
{"id": "tx80oz", "submitted_by": "Tertiary1234", "name": "808s Era Kanye", "description": "A small depiction of Kanye West from the era of his 2008 album \"808s and Heartbreak\". Beside him are a line of various colors, like on the cover of \"808s\".", "website": "https://i.pinimg.com/originals/da/03/4f/da034f2e7e2cd11d2d7567bef61e77f8.jpg", "subreddit": "/r/westsubever", "center": [1773.5, 1010.5], "path": [[1769.5, 1000.5], [1777.5, 1000.5], [1777.5, 1019.5], [1769.5, 1019.5], [1769.5, 1000.5]]},
{"id": "tx80ge", "submitted_by": "pitittico", "name": "Erobb221", "description": "That Ellie girl, in the game I was playing, bro, if she 15 I'm 15 ya feel me", "website": "https://www.youtube.com/watch?v=4gnzrWGFBvs", "subreddit": "/r/emoney", "center": [638.5, 926.5], "path": [[621.5, 909.5], [655.5, 909.5], [655.5, 943.5], [622.5, 943.5], [622.5, 911.5], [621.5, 909.5]]},
{"id": "tx805a", "submitted_by": "Last_Ingenuity_2158", "name": "Traffic cones", "description": "Symbol of our terrible roads", "website": "", "subreddit": "", "center": [993.5, 1069.5], "path": [[903.5, 1072.5], [1082.5, 1072.5], [1082.5, 1066.5], [903.5, 1066.5]]},
{"id": "tx7zyv", "submitted_by": "moistmaster690", "name": "Midsummer pole", "description": "In Sweden there is a tradition of erecting a decorated pole during midsummer which people dance and sing around.", "website": "https://en.wikipedia.org/wiki/Maypole", "subreddit": "/r/sweden", "center": [688.5, 64.5], "path": [[690.5, 90.5], [690.5, 63.5], [696.5, 64.5], [691.5, 68.5], [694.5, 74.5], [696.5, 74.5], [699.5, 73.5], [702.5, 71.5], [702.5, 66.5], [700.5, 64.5], [704.5, 62.5], [704.5, 62.5], [704.5, 59.5], [690.5, 46.5], [686.5, 46.5], [672.5, 61.5], [672.5, 63.5], [677.5, 64.5], [673.5, 69.5], [673.5, 72.5], [677.5, 75.5], [680.5, 74.5], [683.5, 70.5], [682.5, 67.5], [680.5, 64.5], [685.5, 64.5], [685.5, 92.5], [690.5, 93.5]]},
{"id": "tx7zt6", "submitted_by": "uberlydian", "name": "Laval", "description": "Canadian city north of Montreal, QC, Canada. Montreal's largest suburb.", "website": "https://www.laval.ca/Pages/Fr/accueil.aspx", "subreddit": "/r/laval", "center": [917.5, 1063.5], "path": [[904.5, 1053.5], [943.5, 1053.5], [898.5, 1077.5], [898.5, 1077.5], [900.5, 1064.5], [903.5, 1056.5], [944.5, 1053.5], [916.5, 1079.5], [909.5, 1078.5], [900.5, 1056.5]]},
@ -5211,7 +5167,7 @@
{"id": "tx7x6c", "submitted_by": "roxymcnuggs", "name": "What About it!? Logo", "description": "What About It!? is a YouTube channel managed by Felix Schlang that explains current and major events happening in the spaceflight industry. However, his main focus of each video is usually on Starship and its development.", "website": "https://www.youtube.com/channel/UC1XvxnHFtWruS9egyFasP1Q", "subreddit": "/r/spaceflight", "center": [917.5, 1626.5], "path": [[905.5, 1620.5], [899.5, 1631.5], [932.5, 1631.5], [932.5, 1620.5]]},
{"id": "tx7x2k", "submitted_by": "noruedog3", "name": "Pregario", "description": "The combined force of Mooncord brought this gift to mankind. Bigots OUT!", "website": "", "subreddit": "", "center": [1618.5, 1956.5], "path": [[1611.5, 1932.5], [1619.5, 1932.5], [1627.5, 1939.5], [1627.5, 1941.5], [1624.5, 1944.5], [1625.5, 1946.5], [1623.5, 1949.5], [1625.5, 1956.5], [1632.5, 1956.5], [1636.5, 1961.5], [1639.5, 1966.5], [1637.5, 1970.5], [1632.5, 1973.5], [1620.5, 1973.5], [1612.5, 1971.5], [1606.5, 1971.5], [1606.5, 1968.5], [1603.5, 1968.5], [1600.5, 1963.5], [1600.5, 1958.5], [1602.5, 1954.5], [1607.5, 1948.5], [1609.5, 1949.5], [1607.5, 1945.5], [1607.5, 1942.5], [1607.5, 1939.5], [1606.5, 1938.5], [1607.5, 1936.5], [1609.5, 1936.5], [1609.5, 1933.5]]},
{"id": "tx7ws1", "submitted_by": "Speed_Wielder", "name": "Paruko", "description": "Custom pixel art of Paruko, a character from the Splatoon franchise. Paruko is the vocalist and synth player of The Chirpy Chips, (stylized as ABXY in Japan,) a splatband that canonically performs some of the game's multiplayer mode music. Before her official name was confirmed, she also went by the fan name 'Glenna Nalira'. Built and maintained with help from BKFAD, Duck World, and r/Splatoon.", "website": "", "subreddit": "/r/Splatoon", "center": [905.5, 1450.5], "path": [[891.5, 1450.5], [891.5, 1447.5], [893.5, 1445.5], [894.5, 1445.5], [895.5, 1444.5], [896.5, 1444.5], [897.5, 1443.5], [898.5, 1443.5], [898.5, 1442.5], [899.5, 1441.5], [899.5, 1440.5], [902.5, 1437.5], [908.5, 1437.5], [912.5, 1441.5], [912.5, 1444.5], [913.5, 1444.5], [914.5, 1445.5], [914.5, 1446.5], [915.5, 1447.5], [915.5, 1449.5], [914.5, 1450.5], [914.5, 1451.5], [917.5, 1454.5], [917.5, 1455.5], [916.5, 1456.5], [915.5, 1456.5], [914.5, 1457.5], [913.5, 1458.5], [913.5, 1460.5], [912.5, 1461.5], [911.5, 1461.5], [910.5, 1462.5], [906.5, 1462.5], [905.5, 1461.5], [904.5, 1461.5], [903.5, 1460.5], [902.5, 1460.5], [901.5, 1459.5], [898.5, 1459.5], [896.5, 1457.5], [896.5, 1456.5], [895.5, 1455.5], [895.5, 1453.5], [894.5, 1452.5], [894.5, 1450.5]]},
{"id": "tx7wpp", "submitted_by": "Emerald_Pick", "name": "FOSO", "description": "FOSO is a men's floor in Gerig Hall at Taylor University in Upland, Indiana. FOSO is short for \"Forth South,\" since Gerig Hall was previously called South Hall. \n\nPeace, Love, FOSO.", "website": "", "subreddit": "", "center": [10.5, 698.5], "path": [[0.5, 695.5], [20.5, 695.5], [20.5, 701.5], [0.5, 701.5]]},
{"id": "tx7wpp", "submitted_by": "Emerald_Pick", "name": "FOSO", "description": "FOSO is a men's floor in Gerig Hall at Taylor University in Upland, Indiana. FOSO is short for \"Forth South,\" since Gerig Hall was previously called South Hall. \n\nPeace, Love, FOSO.", "website": "https://www.instagram.com/fosoterritory/", "subreddit": "/r/fosoterritory", "center": [10.5, 698.5], "path": [[0.5, 695.5], [20.5, 695.5], [20.5, 701.5], [0.5, 701.5]]},
{"id": "tx7win", "submitted_by": "phoenixprophet", "name": "Bob(s)", "description": "A pattern depicting Bob, a lazy cat villager from Animal Crossing, on a trans flag. Coordinated by the instagram meme account Big_Chungles.", "website": "https://instagram.com/big_chungles", "subreddit": "", "center": [1060.5, 1906.5], "path": [[1041.5, 1904.5], [1078.5, 1904.5], [1081.5, 1908.5], [1041.5, 1908.5]]},
{"id": "tx7wgk", "submitted_by": "Clarky1979", "name": "VintageBeef", "description": "Member of the Hermitcraft Minecraft Server. Also known for being a member of Mindcrack in the past as well as Team Canada with Etho and PauseUnpause", "website": "https://www.youtube.com/user/VintageBeef/", "subreddit": "/r/hermitcraft", "center": [900.5, 611.5], "path": [[896.5, 607.5], [896.5, 614.5], [904.5, 614.5], [904.5, 608.5], [904.5, 607.5]]},
{"id": "tx7w3q", "submitted_by": "BasedRequiem", "name": "Narcor", "description": "A pixel art depiction of one of Starscape's several ores, Narcor.", "website": "https://www.roblox.com/games/679715583/Starscape-Beta", "subreddit": "/r/starscaperoblox", "center": [1638.5, 837.5], "path": [[1633.5, 833.5], [1643.5, 833.5], [1643.5, 841.5], [1633.5, 841.5]]},
@ -5256,7 +5212,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": "thatelliegirlifshe15", "name": "erobb221", "description": "That Ellie girl, in the game I was playing, bro, if she 15 I'm 15 ya feel me", "website": "https://www.youtube.com/watch?v=4gnzrWGFBvs", "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": "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": "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]]},
@ -5265,7 +5221,6 @@
{"id": "tx7j7u", "submitted_by": "ostensacken", "name": "Monkey puzzle tree", "description": "The monkey puzzle tree is a distinctive evergreen tree native to central and southern Chile, and western Argentina. An endangered species, its population is under threat due to logging and forest fires.", "website": "", "subreddit": "/r/chile", "center": [269.5, 466.5], "path": [[266.5, 456.5], [267.5, 457.5], [268.5, 457.5], [268.5, 458.5], [269.5, 458.5], [270.5, 460.5], [271.5, 458.5], [272.5, 458.5], [273.5, 457.5], [274.5, 457.5], [275.5, 456.5], [275.5, 457.5], [274.5, 457.5], [273.5, 458.5], [273.5, 459.5], [275.5, 459.5], [276.5, 458.5], [276.5, 460.5], [278.5, 460.5], [278.5, 459.5], [279.5, 459.5], [280.5, 459.5], [279.5, 460.5], [277.5, 461.5], [277.5, 462.5], [277.5, 463.5], [279.5, 463.5], [278.5, 464.5], [278.5, 467.5], [276.5, 467.5], [276.5, 468.5], [275.5, 468.5], [275.5, 469.5], [276.5, 469.5], [277.5, 470.5], [280.5, 471.5], [275.5, 471.5], [274.5, 472.5], [271.5, 472.5], [270.5, 487.5], [269.5, 487.5], [268.5, 472.5], [268.5, 471.5], [267.5, 471.5], [266.5, 471.5], [266.5, 473.5], [266.5, 470.5], [265.5, 470.5], [264.5, 470.5], [264.5, 471.5], [263.5, 471.5], [264.5, 469.5], [262.5, 469.5], [262.5, 467.5], [261.5, 467.5], [262.5, 465.5], [261.5, 465.5], [259.5, 465.5], [260.5, 463.5], [259.5, 463.5], [259.5, 462.5], [259.5, 462.5]]},
{"id": "tx7j79", "submitted_by": "sodapopmanboy", "name": "Nero", "description": "A bird character from anime/Manga Black Clover.", "website": "", "subreddit": "/r/blackclover", "center": [768.5, 1984.5], "path": [[761.5, 1975.5], [762.5, 1993.5], [774.5, 1992.5], [774.5, 1976.5]]},
{"id": "tx7j1s", "submitted_by": "WackyPinion", "name": "Mystery Ghost", "description": "Pixel art of a ghost that became a meme in Something Awful all the way back in 2005, and has clearly had enough staying power to make it to this canvas in 2022. In its original form, it is accompanied by the caption \"it is a mystery\".", "website": "https://knowyourmeme.com/memes/it-is-a-mystery", "subreddit": "", "center": [1897.5, 1642.5], "path": [[1892.5, 1639.5], [1892.5, 1638.5], [1893.5, 1638.5], [1893.5, 1636.5], [1894.5, 1635.5], [1902.5, 1635.5], [1903.5, 1637.5], [1904.5, 1639.5], [1906.5, 1640.5], [1906.5, 1642.5], [1904.5, 1642.5], [1904.5, 1643.5], [1903.5, 1645.5], [1902.5, 1646.5], [1901.5, 1647.5], [1897.5, 1647.5], [1897.5, 1653.5], [1896.5, 1654.5], [1894.5, 1654.5], [1894.5, 1647.5], [1893.5, 1645.5], [1892.5, 1643.5], [1889.5, 1642.5], [1888.5, 1643.5], [1887.5, 1643.5], [1887.5, 1639.5], [1892.5, 1640.5]]},
{"id": "tx7iue", "submitted_by": "KiwiBananaVIPoo", "name": "Zorin Linux", "description": "Zorin OS is a Linux distro presenting itself as an easy to use alternative to Windows and MacOS.", "website": "https://zorin.com/os/", "subreddit": "/r/zorinos", "center": [66.5, 705.5], "path": [[65.5, 702.5], [68.5, 702.5], [69.5, 707.5], [68.5, 708.5], [65.5, 708.5], [64.5, 707.5], [64.5, 704.5]]},
{"id": "tx7ipo", "submitted_by": "pili27", "name": "knukles", "description": "do you know da wae", "website": "https://www.youtube.com/watch?v=iQO9yRutpso", "subreddit": "", "center": [662.5, 1536.5], "path": [[657.5, 1533.5], [667.5, 1533.5], [667.5, 1539.5], [657.5, 1539.5]]},
{"id": "tx7hrh", "submitted_by": "Rukasiuuuu", "name": "Black Spirit - Black Desert Online", "description": "Character in the game Black Desert Online. A mysterious entity that serves as your companion along your travels.", "website": "", "subreddit": "", "center": [1593.5, 1993.5], "path": [[1586.5, 2000.5], [1586.5, 1989.5], [1588.5, 1987.5], [1599.5, 1987.5], [1601.5, 1990.5], [1601.5, 1999.5], [1586.5, 1999.5]]},
{"id": "tx7hij", "submitted_by": "TurtleOutLoud", "name": "Cave Story /Doukutsu Monogatari", "description": "Tribute to the 2004 indie game Doukutsu Monogatari, translated as Cave Story. Contains characters Quote, Curly, Balrog, Toroko, Misery, Sue, Chie, Kanpachi, King, and Jack.", "website": "https://cavestory.org", "subreddit": "/r/cavestory", "center": [602.5, 886.5], "path": [[562.5, 866.5], [562.5, 889.5], [563.5, 894.5], [567.5, 894.5], [568.5, 899.5], [590.5, 900.5], [589.5, 909.5], [599.5, 909.5], [600.5, 898.5], [617.5, 910.5], [616.5, 897.5], [638.5, 900.5], [647.5, 909.5], [655.5, 909.5], [655.5, 899.5], [638.5, 889.5], [629.5, 887.5], [629.5, 866.5], [605.5, 866.5], [606.5, 873.5], [594.5, 872.5], [589.5, 866.5], [562.5, 866.5]]},
@ -5373,7 +5328,6 @@
{"id": "txc2jw", "submitted_by": "kuribosshoe0", "name": "Kirby", "description": "A very small depiction of Kirby from the video game franchise of the same name. It accompanies other popular Nintendo franchises in the area.", "website": "", "subreddit": "/r/Kirby", "center": [1309.5, 1852.5], "path": [[1300.5, 1847.5], [1301.5, 1863.5], [1307.5, 1857.5], [1317.5, 1856.5], [1321.5, 1847.5]]},
{"id": "txc28r", "submitted_by": "ReV3nGeV1", "name": "Fuslie Symbol", "description": "The symbol of 100 Thieves content creator, Fuslie\n", "website": "https://www.twitch.tv/fuslie", "subreddit": "/r/fuslie", "center": [1865.5, 1623.5], "path": [[1861.5, 1619.5], [1868.5, 1619.5], [1868.5, 1627.5], [1861.5, 1627.5], [1861.5, 1627.5]]},
{"id": "txc26h", "submitted_by": "ConnorDuckling", "name": "Skephalo flag", "description": "Tinny ship flag that combine the color palet and comunities from the streamer BadBoyHalo and the youtuber Skeppy, but more that, the only place the HappyTwT community found after try in a lot of other places.", "website": "", "subreddit": "", "center": [1151.5, 1118.5], "path": [[1148.5, 1114.5], [1149.5, 1114.5], [1150.5, 1114.5], [1151.5, 1114.5], [1152.5, 1114.5], [1153.5, 1114.5], [1153.5, 1115.5], [1153.5, 1116.5], [1153.5, 1117.5], [1153.5, 1118.5], [1153.5, 1119.5], [1153.5, 1120.5], [1153.5, 1121.5], [1152.5, 1121.5], [1151.5, 1121.5], [1150.5, 1121.5], [1149.5, 1121.5], [1148.5, 1121.5]]},
{"id": "txc1wb", "submitted_by": "Dragonix975", "name": "University of Chicago crest", "description": "This crest is a representation of the old crest of the University of Chicago, a prestigious private university in Chicago, Illinois. It bears a phoenix and a book. The phoenix represents the rebirth of Chicago from its fire, while the book reads \"crescat scientia vita excolatur,\" a Latin phrase that means \"let knowledge grow from more to more; and so be human life enriched.\"", "website": "https://uchicago.edu", "subreddit": "/r/uchicago", "center": [1405.5, 1186.5], "path": [[1395.5, 1172.5], [1395.5, 1202.5], [1414.5, 1200.5], [1415.5, 1172.5]]},
{"id": "txc1ke", "submitted_by": "bunsonh", "name": "FLUFFHEAD!", "description": "Reference to song Fluffhead by the American rock band Phish. During 2107's r/place event, the r/phish community was represented using the same word. The exclamation mark was occasionally changed to a question mark to reference to the song's lyrics.", "website": "http://www.phish.com", "subreddit": "/r/phish", "center": [99.5, 878.5], "path": [[60.5, 874.5], [60.5, 882.5], [138.5, 882.5], [137.5, 874.5]]},
{"id": "txc1fq", "submitted_by": "MTjong", "name": "Kkatamina's Minecraft Avatar", "description": "The Minecraft skin that's often associated with Twitch streamer kkatamina", "website": "https://twitch.tv/kkatamina", "subreddit": "", "center": [1857.5, 1623.5], "path": [[1853.5, 1619.5], [1860.5, 1619.5], [1860.5, 1627.5], [1853.5, 1627.5]]},
{"id": "txc1fe", "submitted_by": "RikenVorkovin", "name": "Ultramarine Dreadnought", "description": "A dreadnought from the Warhammer 40k Universe. Accompanied by some allies we made along the way!", "website": "", "subreddit": "/r/Grimdank", "center": [1870.5, 1239.5], "path": [[1856.5, 1229.5], [1883.5, 1229.5], [1883.5, 1249.5], [1857.5, 1249.5], [1857.5, 1249.5], [1857.5, 1249.5], [1857.5, 1249.5], [1857.5, 1249.5]]},
@ -5446,7 +5400,6 @@
{"id": "txbiyk", "submitted_by": "Tricky-Pants", "name": "Puzzle and Dragons", "description": "A mobile game where the object is to collect monsters to build a team to clear dungeons of enemies. The method to attack is matching same color orbs. One of the iconic monsters that is used to represent milestones is the Tamadra, which is used here. +297 is added as a standard buff of maximizing a monster's stats.", "website": "https://www.puzzleanddragons.us", "subreddit": "/r/puzzleanddragons", "center": [1586.5, 1306.5], "path": [[1578.5, 1290.5], [1581.5, 1293.5], [1584.5, 1292.5], [1581.5, 1291.5], [1580.5, 1291.5], [1579.5, 1289.5], [1582.5, 1290.5], [1585.5, 1290.5], [1587.5, 1290.5], [1582.5, 1289.5], [1586.5, 1289.5], [1579.5, 1294.5], [1579.5, 1297.5], [1583.5, 1298.5], [1586.5, 1297.5], [1587.5, 1293.5], [1579.5, 1301.5], [1579.5, 1303.5], [1579.5, 1306.5], [1579.5, 1306.5], [1578.5, 1305.5], [1580.5, 1310.5], [1578.5, 1313.5], [1578.5, 1312.5], [1583.5, 1314.5], [1589.5, 1314.5], [1594.5, 1314.5], [1597.5, 1314.5], [1584.5, 1310.5], [1582.5, 1312.5], [1590.5, 1314.5], [1598.5, 1314.5], [1599.5, 1315.5], [1586.5, 1295.5]]},
{"id": "txbix7", "submitted_by": "TetraPengwin", "name": "Slidelie", "description": "A variation of Adelie (A penguin that is featured in a number of mods for the PICO8 version of Celeste) depicted sliding on the floor.", "website": "", "subreddit": "", "center": [1021.5, 868.5], "path": [[1016.5, 866.5], [1016.5, 870.5], [1017.5, 870.5], [1017.5, 872.5], [1024.5, 872.5], [1024.5, 870.5], [1025.5, 870.5], [1025.5, 865.5], [1024.5, 865.5], [1024.5, 864.5], [1019.5, 864.5], [1019.5, 865.5], [1017.5, 865.5], [1017.5, 866.5]]},
{"id": "txbiqm", "submitted_by": "MortuusGenesis", "name": "Cucumber Slice", "description": "The vegetable mascot of Twitch Streamer/Photographer, MarshallsWorldx", "website": "https://www.twitch.tv/marshallsworldx", "subreddit": "", "center": [525.5, 1502.5], "path": [[519.5, 1495.5], [517.5, 1498.5], [517.5, 1501.5], [524.5, 1508.5], [528.5, 1512.5], [532.5, 1512.5], [532.5, 1500.5], [530.5, 1500.5], [529.5, 1498.5], [529.5, 1496.5], [530.5, 1496.5], [530.5, 1495.5], [519.5, 1495.5], [518.5, 1495.5], [522.5, 1498.5], [519.5, 1495.5], [519.5, 1495.5]]},
{"id": "txbij4", "submitted_by": "uthappam", "name": "Royal Elephant", "description": "Elephants were highly valued by the rulers of India, for their power in battle and their majestic dignity as ceremonial mounts.", "website": "", "subreddit": "/r/IndiaPlace", "center": [510.5, 322.5], "path": [[494.5, 306.5], [494.5, 307.5], [492.5, 307.5], [491.5, 309.5], [491.5, 316.5], [490.5, 316.5], [482.5, 324.5], [482.5, 327.5], [486.5, 327.5], [491.5, 322.5], [491.5, 335.5], [495.5, 336.5], [495.5, 341.5], [506.5, 341.5], [506.5, 335.5], [511.5, 335.5], [511.5, 341.5], [520.5, 341.5], [521.5, 340.5], [521.5, 331.5], [521.5, 330.5], [526.5, 330.5], [526.5, 336.5], [522.5, 336.5], [523.5, 339.5], [530.5, 339.5], [530.5, 331.5], [530.5, 330.5], [533.5, 330.5], [533.5, 329.5], [534.5, 329.5], [534.5, 322.5], [532.5, 321.5], [531.5, 321.5], [531.5, 307.5], [530.5, 307.5], [530.5, 306.5], [495.5, 306.5]]},
{"id": "txbi9k", "submitted_by": "Dibiblios_Mouklias", "name": "HNPU attempt", "description": "the eventual resting place of the HNPU (Hawaii North Pacific University) Logo", "website": "", "subreddit": "", "center": [245.5, 1255.5], "path": [[239.5, 1254.5], [250.5, 1254.5], [250.5, 1256.5], [239.5, 1256.5]]},
{"id": "txbi8l", "submitted_by": "Ilovebook123", "name": "Loona X Vut", "description": "a memento of Loona a kpop girl group and Vut a Czech University alliance", "website": "", "subreddit": "", "center": [1331.5, 607.5], "path": [[1329.5, 600.5], [1333.5, 600.5], [1333.5, 615.5], [1329.5, 614.5]]},
{"id": "txbi0m", "submitted_by": "ItzMCVillager", "name": "The r/place Logo", "description": "A 5x5 Logo of r/place", "website": "", "subreddit": "/r/place", "center": [1434.5, 266.5], "path": [[1432.5, 264.5], [1432.5, 268.5], [1436.5, 268.5], [1436.5, 264.5]]},
@ -5589,7 +5542,7 @@
{"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 pt.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", "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]]},
{"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]]},
{"id": "txaga2", "submitted_by": "tomxosb", "name": "Sachiel", "description": "The face of Sachiel. From Neon Genesis Evangelion, Sachiel is the 3rd Angel and the first to appear in the series.", "website": "", "subreddit": "/r/evangelion", "center": [646.5, 1420.5], "path": [[643.5, 1413.5], [649.5, 1413.5], [650.5, 1414.5], [651.5, 1415.5], [652.5, 1416.5], [652.5, 1417.5], [653.5, 1418.5], [653.5, 1422.5], [652.5, 1423.5], [652.5, 1424.5], [651.5, 1425.5], [651.5, 1426.5], [649.5, 1426.5], [648.5, 1427.5], [647.5, 1428.5], [646.5, 1429.5], [645.5, 1428.5], [644.5, 1427.5], [643.5, 1426.5], [642.5, 1425.5], [641.5, 1424.5], [640.5, 1423.5], [639.5, 1421.5], [639.5, 1418.5], [640.5, 1417.5], [641.5, 1415.5], [642.5, 1414.5], [643.5, 1413.5]]},
{"id": "txag90", "submitted_by": "EnderCreeper121", "name": "Crowny from Prehistoric Kingdom", "description": "A small mural featuring Crowny, the lovable sauropod dinosaur mascot of the upcoming indie extinct animal park building tycoon game Prehistoric Kingdom, developed by Blue Meridian. Constructed by a collaborating group of users from the Prehistoric Kingdom discord after a number of failed attempts elsewhere on the canvas and assisted in relocation/protection by the Gacha Alliance and Tarik mural, she has since became good friends with her neighbors, especially the Catalan Dog. Crowny and the rest of Prehistoric Kingdom are set for early access release on Steam in late April 2022.", "website": "https://www.prehistorickingdom.com/", "subreddit": "/r/pkgame", "center": [1740.5, 1706.5], "path": [[1733.5, 1700.5], [1747.5, 1700.5], [1747.5, 1712.5], [1733.5, 1712.5]]},
{"id": "txag8d", "submitted_by": "Alex_x90", "name": "Baymax", "description": "A small pixelart of the character Baymax from the movie big hero 6", "website": "https://movies.disney.com/big-hero-6", "subreddit": "/r/BigHero6", "center": [1553.5, 1512.5], "path": [[1548.5, 1506.5], [1545.5, 1512.5], [1545.5, 1520.5], [1562.5, 1520.5], [1560.5, 1508.5], [1556.5, 1503.5], [1550.5, 1502.5]]},
@ -5645,7 +5598,6 @@
{"id": "txdccg", "submitted_by": "Tommy_Kase", "name": "A Patriote", "description": "The Patriotes was the name given after 1826 to the Parti canadien and to the popular movement -primarily francophone- that contributed to the Rebellions of 1837-38 in Lower Canada. Its most distinguished leader included Louis-Joseph Papineau.", "website": "https://www.thecanadianencyclopedia.ca/en/article/patriotes", "subreddit": "/r/Quebec", "center": [914.5, 951.5], "path": [[903.5, 962.5], [903.5, 939.5], [925.5, 941.5], [924.5, 961.5], [903.5, 962.5]]},
{"id": "txdc5a", "submitted_by": "moonshadow264", "name": "Wilbur Soot", "description": "Streamer and YouTuber Wilbur Soot is known for his time with YouTube channel SootHouse, his roleplaying on the Dream SMP, and his music.", "website": "https://www.youtube.com/c/WilburPlays", "subreddit": "/r/wilbursoot", "center": [178.5, 913.5], "path": [[173.5, 908.5], [182.5, 908.5], [182.5, 917.5], [173.5, 917.5], [173.5, 908.5]]},
{"id": "txdc0g", "submitted_by": "Terrible_Draw_1248", "name": "Star", "description": "a mario star", "website": "", "subreddit": "", "center": [878.5, 1864.5], "path": [[872.5, 1870.5], [884.5, 1870.5], [884.5, 1858.5], [872.5, 1858.5]]},
{"id": "txdbo3", "submitted_by": "SmoodleBob", "name": "UChicago Logo", "description": "University of Chicago's logo and initials.", "website": "https://www.uchicago.edu/", "subreddit": "/r/uchicago", "center": [1405.5, 1186.5], "path": [[1396.5, 1173.5], [1414.5, 1172.5], [1414.5, 1200.5], [1396.5, 1200.5]]},
{"id": "txdbk7", "submitted_by": "CliqueSkywalker", "name": "808s & Heartbreak Era Ye", "description": "808s & Heartbreak is the fourth studio album by American vocalist and record producer Kanye West,and it is considered as one of the most influential and ground-breaking Hip-Hop albums of the '00s.This area depicts one of his most iconic fits from this era.", "website": "", "subreddit": "/r/WestSubEver", "center": [1772.5, 1009.5], "path": [[1768.5, 999.5], [1768.5, 1019.5], [1777.5, 1019.5], [1777.5, 1001.5]]},
{"id": "txdb17", "submitted_by": "note_2_self", "name": "CLC", "description": "CLC, standing for CrystaL Clear, is a South Korean girl group formed by Cube Entertainment. The group consists of five members: Seunghee, Yujin, Seungyeon, Yeeun, and Eunbin. A seven-piece ensemble for most of their career, Elkie departed from the group in February 2021 and Sorn departed from the group in November 2021.", "website": "", "subreddit": "/r/crystalclear", "center": [1400.5, 736.5], "path": [[1398.5, 735.5], [1396.5, 734.5], [1406.5, 739.5], [1406.5, 733.5], [1396.5, 733.5], [1395.5, 733.5], [1395.5, 739.5], [1404.5, 739.5], [1400.5, 736.5], [1401.5, 737.5], [1402.5, 737.5], [1404.5, 739.5], [1404.5, 737.5]]},
{"id": "txdazb", "submitted_by": "RuneAether", "name": "TSR", "description": "The acronym for Twitch streamer TheSacredRealm.", "website": "https://www.twitch.tv/thesacredrealm", "subreddit": "", "center": [1615.5, 1646.5], "path": [[1611.5, 1644.5], [1619.5, 1644.5], [1619.5, 1648.5], [1611.5, 1648.5]]},
@ -5704,7 +5656,6 @@
{"id": "txctmt", "submitted_by": "AlexeiM", "name": "Diablada's Mask", "description": "A mask of the famed Oruro's Carnaval dance: The Diablada.", "website": "", "subreddit": "/r/Bolivia", "center": [1521.5, 1214.5], "path": [[1510.5, 1202.5], [1504.5, 1210.5], [1503.5, 1214.5], [1504.5, 1222.5], [1506.5, 1226.5], [1514.5, 1226.5], [1518.5, 1226.5], [1537.5, 1226.5], [1537.5, 1216.5], [1537.5, 1209.5], [1533.5, 1202.5], [1526.5, 1202.5], [1510.5, 1202.5]]},
{"id": "txcsr2", "submitted_by": "nan0zer0", "name": "University of Western Ontario Crest", "description": "Crest of the University of Western Ontario (UWO; aka Western) in London, Ontario.", "website": "https://www.uwo.ca/", "subreddit": "/r/uwo", "center": [421.5, 1932.5], "path": [[412.5, 1922.5], [412.5, 1938.5], [419.5, 1945.5], [422.5, 1945.5], [430.5, 1938.5], [430.5, 1923.5], [422.5, 1920.5]]},
{"id": "txcry6", "submitted_by": "King_trout", "name": "QRF BALLS", "description": "Defensive action by the foxhole community to prevent Cockthorpe's invasion of Big Ben from spilling over", "website": "https://i.redd.it/xflbs5tfemr81.gif", "subreddit": "", "center": [703.5, 555.5], "path": [[701.5, 556.5], [701.5, 553.5], [704.5, 553.5], [704.5, 556.5], [701.5, 556.5]]},
{"id": "txcrwx", "submitted_by": "BritishMew", "name": "University of Chicago Emblem", "description": "The emblem of the University of Chicago. The bird's name is Phil the Phoenix.", "website": "https://www.uchicago.edu", "subreddit": "/r/uchicago", "center": [1405.5, 1187.5], "path": [[1396.5, 1173.5], [1395.5, 1201.5], [1415.5, 1201.5], [1415.5, 1173.5], [1396.5, 1173.5]]},
{"id": "txcrfa", "submitted_by": "ImTheSoup", "name": "Maple syrup", "description": "Maple syrup, first made by the Indigenous peoples of North America is now an important part of Qu\u00e9bec's culture. Qu\u00e9bec is responsible for more than 70% of maple syrup exports.", "website": "", "subreddit": "/r/quebec", "center": [1025.5, 1062.5], "path": [[1016.5, 1073.5], [1016.5, 1053.5], [1017.5, 1053.5], [1017.5, 1052.5], [1018.5, 1052.5], [1018.5, 1051.5], [1019.5, 1051.5], [1020.5, 1051.5], [1020.5, 1050.5], [1031.5, 1050.5], [1031.5, 1051.5], [1032.5, 1051.5], [1032.5, 1052.5], [1033.5, 1052.5], [1033.5, 1054.5], [1034.5, 1053.5], [1034.5, 1073.5], [1016.5, 1073.5]]},
{"id": "txcquu", "submitted_by": "thatsnogood", "name": "CU Boulder", "description": "University of Colorado Boulder", "website": "", "subreddit": "/r/cuboulder", "center": [16.5, 726.5], "path": [[12.5, 723.5], [19.5, 723.5], [19.5, 729.5], [12.5, 729.5], [12.5, 727.5], [12.5, 724.5], [12.5, 724.5]]},
{"id": "txcqoe", "submitted_by": "South-Security-Mouse", "name": "CryptoCurrency Moons", "description": "Moons are a way for people to be rewarded for their contributions to r/CryptoCurrency.", "website": "https://www.reddit.com/r/CryptoCurrency/", "subreddit": "/r/CryptoCurrency", "center": [1577.5, 461.5], "path": [[1562.5, 447.5], [1596.5, 447.5], [1596.5, 464.5], [1590.5, 464.5], [1590.5, 472.5], [1586.5, 471.5], [1580.5, 471.5], [1579.5, 471.5], [1576.5, 473.5], [1575.5, 476.5], [1574.5, 480.5], [1562.5, 480.5], [1562.5, 447.5]]},
@ -5730,7 +5681,6 @@
{"id": "txe472", "submitted_by": "bananameatnotjuicy", "name": "De La Salle University", "description": "De La Salle University (Filipino: Pamantasang De La Salle or Unibersidad ng De La Salle) is a university in Taft Avenue, Malate, Manila, Philippines.", "website": "", "subreddit": "", "center": [371.5, 1673.5], "path": [[364.5, 1671.5], [378.5, 1671.5], [378.5, 1674.5], [364.5, 1674.5]]},
{"id": "txe35x", "submitted_by": "--Newmoon--", "name": "Evil Xisuma", "description": "A character created by YouTuber Xisumavoid, Evil Xisuma (also known as Evil X or simply EX) appears primarily on the Hermitcraft Survival Multiplayer. Created as an April Fools' joke in 2015 (when Hermitcraft was in its 3rd season), he has survived an extremely long time, having last appeared in December 2021 in Xisuma's second-last episode in Season 8, along with a possibility of his return in the future. He is well-loved by much of the fandom, and he starred in the animation Evil's Fault by fan Th3Pooka (which later was indirectly confirmed to be canon to his storyline). Unfortunately, his face is only partially visible here.", "website": "https://hermitcraft.com/", "subreddit": "/r/Hermitcraft", "center": [863.5, 633.5], "path": [[861.5, 632.5], [868.5, 632.5], [868.5, 633.5], [863.5, 634.5], [861.5, 638.5], [861.5, 632.5]]},
{"id": "txe31u", "submitted_by": "bananameatnotjuicy", "name": "University of the Philippines", "description": "The University of the Philippines (UP; Filipino: Pamantasan ng Pilipinas or Unibersidad ng Pilipinas) is a state university system in the Philippines. It is the country's national university.", "website": "", "subreddit": "", "center": [401.5, 1615.5], "path": [[394.5, 1611.5], [407.5, 1611.5], [407.5, 1619.5], [394.5, 1619.5]]},
{"id": "txe2u0", "submitted_by": "uniberg", "name": "borby", "description": "absolutely revolting human, no idea why anybody watches this jackass", "website": "", "subreddit": "/r/emoney", "center": [638.5, 926.5], "path": [[624.5, 910.5], [654.5, 910.5], [653.5, 942.5], [625.5, 941.5], [623.5, 937.5], [623.5, 923.5], [623.5, 915.5], [623.5, 910.5]]},
{"id": "txe2j6", "submitted_by": "soaringturnip", "name": "The Uyghr Flag", "description": "The flag used by the Uyghurs who are in a constant struggle against the CCP Regime. The flag is a reminder for everyone that there is currently a genocide happening in Uyghur.", "website": "", "subreddit": "", "center": [977.5, 451.5], "path": [[989.5, 442.5], [989.5, 442.5], [989.5, 443.5], [989.5, 442.5], [989.5, 444.5], [989.5, 446.5], [989.5, 449.5], [989.5, 452.5], [989.5, 456.5], [989.5, 458.5], [985.5, 458.5], [982.5, 459.5], [978.5, 458.5], [973.5, 459.5], [970.5, 459.5], [967.5, 459.5], [965.5, 459.5], [964.5, 453.5], [964.5, 449.5], [965.5, 446.5], [964.5, 443.5]]},
{"id": "txe2ib", "submitted_by": "wellcrapimdeadnow", "name": "(Possibly) FNaF Cupcake", "description": "The cupcake that Chica the Chicken, from Five Nights at Freddy's, holds.", "website": "", "subreddit": "/r/fvenightsatfreddys", "center": [182.5, 69.5], "path": [[181.5, 65.5], [185.5, 65.5], [185.5, 71.5], [184.5, 71.5], [184.5, 72.5], [180.5, 72.5], [180.5, 71.5], [179.5, 71.5], [179.5, 66.5], [181.5, 66.5]]},
{"id": "txe25p", "submitted_by": "__--ME--__", "name": "Orange-Teal Heart", "description": "u/__--ME--__ and u/bro_dmb left their permanent mark on the canvas in the form of a heart going from their two favorite colours orange to teal.", "website": "", "subreddit": "", "center": [991.5, 1675.5], "path": [[989.5, 1675.5], [991.5, 1677.5], [993.5, 1675.5], [992.5, 1674.5], [991.5, 1675.5], [990.5, 1674.5], [989.5, 1675.5]]},
@ -5855,7 +5805,6 @@
{"id": "txf04s", "submitted_by": "katsulix", "name": "Terminale 1", "description": "Terminal 1's class, from lyc\u00e9e ste Louise, Paris, France", "website": "", "subreddit": "", "center": [850.5, 1371.5], "path": [[845.5, 1375.5], [846.5, 1375.5], [845.5, 1374.5], [847.5, 1375.5], [845.5, 1373.5], [845.5, 1372.5], [845.5, 1371.5], [845.5, 1370.5], [845.5, 1369.5], [845.5, 1368.5], [848.5, 1375.5], [849.5, 1375.5], [851.5, 1375.5], [852.5, 1375.5], [853.5, 1375.5], [853.5, 1375.5], [853.5, 1374.5], [853.5, 1373.5], [853.5, 1372.5], [853.5, 1371.5], [853.5, 1370.5], [853.5, 1369.5], [853.5, 1368.5], [850.5, 1368.5], [849.5, 1368.5], [848.5, 1368.5], [847.5, 1368.5], [846.5, 1368.5], [845.5, 1368.5]]},
{"id": "txf02z", "submitted_by": "mythic_kale", "name": "Joah's Joja Rat", "description": "Artwork created by Joah#4397 that copied r/StardewValley's Hat Mouse below. Although they first believed that the rat was being made by hostile people, they got into contact with Joah and became allies, allowing him to change his mouse's colors blue to represent Joja Mart, a store in Stardew Valley.", "website": "", "subreddit": "", "center": [1725.5, 970.5], "path": [[1708.5, 963.5], [1708.5, 977.5], [1741.5, 978.5], [1742.5, 963.5]]},
{"id": "txezk1", "submitted_by": "N8dawgggg", "name": "Tampa Area", "description": "A section dedicated to the sports teams from Tampa Bay, Florida. Included is the: Buccaneers (American football), Rays (Baseball), Lightning(Hockey) and Rowdies(Soccer).", "website": "", "subreddit": "/r/tampa", "center": [1757.5, 266.5], "path": [[1739.5, 252.5], [1739.5, 263.5], [1737.5, 263.5], [1737.5, 279.5], [1774.5, 279.5], [1774.5, 275.5], [1776.5, 275.5], [1776.5, 252.5], [1739.5, 252.5]]},
{"id": "txeyy7", "submitted_by": "Korbsio", "name": "Michiru Kagemori (BNA)", "description": "Michiru Kagemori, the main character of Studio Trigger's BNA. It was built twice before with the character Nazuna Hiwatashi, but both of these were covered up by streamers.", "website": "", "subreddit": "/r/BrandNewAnimal", "center": [1374.5, 1956.5], "path": [[1365.5, 1949.5], [1382.5, 1949.5], [1382.5, 1963.5], [1365.5, 1963.5]]},
{"id": "txeyko", "submitted_by": "mythic_kale", "name": "Denji (deleted)", "description": "A now deleted sprite of Denji, the main character of manga Chainsaw Man, that was finally overtaken after fighting 7 wars. RIP.", "website": "", "subreddit": "/r/ChainsawMan", "center": [1224.5, 917.5], "path": [[1211.5, 908.5], [1211.5, 926.5], [1237.5, 926.5], [1237.5, 908.5]]},
{"id": "txey7k", "submitted_by": "sEi_", "name": "Marguerite flower (daisy flower)", "description": "The favorite flower of the Danish queen.\n\nAlso used as waypoints on a tourist route in Denmark passing approximately 1000 of Denmark's smaller and larger attractions.", "website": "https://en.wikipedia.org/wiki/Garden_marguerite", "subreddit": "/r/Denmark", "center": [422.5, 162.5], "path": [[417.5, 157.5], [417.5, 166.5], [427.5, 166.5], [427.5, 157.5]]},
{"id": "txey3l", "submitted_by": "MultiZX", "name": "Tairitsu's Ribbon", "description": "The ribbon of Tairitsu, one of the main characters of Arcaea;\nrepresenting 'Conflict'", "website": "https://arcaea.lowiro.com/en", "subreddit": "/r/arcaea", "center": [1832.5, 1654.5], "path": [[1831.5, 1650.5], [1830.5, 1651.5], [1829.5, 1652.5], [1829.5, 1653.5], [1830.5, 1654.5], [1830.5, 1655.5], [1829.5, 1656.5], [1830.5, 1657.5], [1829.5, 1658.5], [1830.5, 1659.5], [1833.5, 1656.5], [1834.5, 1656.5], [1836.5, 1654.5], [1836.5, 1653.5], [1835.5, 1652.5], [1833.5, 1652.5], [1833.5, 1651.5], [1832.5, 1650.5], [1831.5, 1650.5]]},
@ -5886,7 +5835,7 @@
{"id": "txf90e", "submitted_by": "bonezybad", "name": "Victorville Film Archive", "description": "Logo for the Victorville Film Archive from the web series On Cinema at the Cinema featuring film expertise from film buff Gregg Turkington.", "website": "https://vfa.expert", "subreddit": "/r/OnCinemaAtTheCinema", "center": [1826.5, 157.5], "path": [[1821.5, 155.5], [1821.5, 158.5], [1831.5, 158.5], [1831.5, 155.5]]},
{"id": "txf7vj", "submitted_by": "LelianWeatherwax", "name": "The discworld turtle", "description": "A depiction of the discworld turtle.", "website": "", "subreddit": "/r/discworld", "center": [1669.5, 1365.5], "path": [[1663.5, 1357.5], [1666.5, 1354.5], [1667.5, 1357.5], [1668.5, 1358.5], [1669.5, 1358.5], [1671.5, 1356.5], [1671.5, 1360.5], [1672.5, 1361.5], [1673.5, 1360.5], [1675.5, 1363.5], [1676.5, 1366.5], [1678.5, 1367.5], [1680.5, 1367.5], [1683.5, 1369.5], [1683.5, 1372.5], [1680.5, 1373.5], [1674.5, 1377.5], [1666.5, 1368.5], [1660.5, 1364.5], [1655.5, 1366.5], [1654.5, 1364.5], [1657.5, 1359.5], [1657.5, 1359.5], [1660.5, 1358.5]]},
{"id": "txf727", "submitted_by": "ajaxtastic", "name": "Washington Monument", "description": "The Washington Monument is an 555-foot-tall marble obelisk within the National Mall in Washington, D.C., built to commemorate George Washington, once commander-in-chief of the Continental Army in the American Revolutionary War and the first President of the United States.", "website": "https://www.nps.gov/wamo/index.htm", "subreddit": "/r/AmericanFlagInPlace", "center": [1875.5, 1854.5], "path": [[1868.5, 1868.5], [1868.5, 1865.5], [1872.5, 1863.5], [1872.5, 1841.5], [1873.5, 1836.5], [1876.5, 1836.5], [1878.5, 1840.5], [1879.5, 1865.5], [1880.5, 1868.5]]},
{"id": "txf6df", "submitted_by": "DaemonG", "name": "The University of Chicago", "description": "The Coat of Arms of the University of Chicago, a private university in the Hyde Park neighborhood of Chicago", "website": "", "subreddit": "/r/uchicago", "center": [1405.5, 1188.5], "path": [[1396.5, 1173.5], [1397.5, 1187.5], [1395.5, 1201.5], [1415.5, 1202.5], [1413.5, 1174.5]]},
{"id": "txf6df", "submitted_by": "DaemonG", "name": "The University of Chicago", "description": "The Coat of Arms of the University of Chicago, a private university in the Hyde Park neighborhood of Chicago", "website": "", "subreddit": "/r/uchicago", "center": [1405.5, 1186.5], "path": [[1395.5, 1172.5], [1414.5, 1172.5], [1414.5, 1200.5], [1395.5, 1200.5], [1395.5, 1172.5]]},
{"id": "txf5p8", "submitted_by": "IronicDigiBiscuit", "name": "My Little Pony G5 Crystal and G4 homage", "description": "This artwork features the Mane 5 and Mane 6 surrounded by the tripony crystals, likely signifying that despite the passing of torches, the fandom will stay connected in some way.\n\nThis specific artwork has been removed any times by several streamers. It was first voided, then replaced by a lemon, then a bird, then was hit by the Meteor. Despite all that, it stayed strong up until the end.", "website": "https://www.equestriadaily.com/", "subreddit": "/r/mylittlepony", "center": [1652.5, 247.5], "path": [[1670.5, 213.5], [1670.5, 213.5], [1687.5, 228.5], [1688.5, 260.5], [1681.5, 280.5], [1618.5, 279.5], [1615.5, 235.5], [1631.5, 212.5], [1631.5, 212.5], [1631.5, 212.5]]},
{"id": "txf4uh", "submitted_by": "Dexston123", "name": "Logo of ZSEiI", "description": "Logo of Zesp\u00f3\u0142 Szk\u00f3\u0142 Elektronicznych i Informatycznych w Sosnowcu made by small group of its students.", "website": "https://zse.edu.pl", "subreddit": "/r/ZSEiI_Elektronik", "center": [1099.5, 1589.5], "path": [[1093.5, 1583.5], [1104.5, 1583.5], [1104.5, 1595.5], [1093.5, 1595.5]]},
{"id": "txf3oq", "submitted_by": "Benjamin075", "name": "Rabbits? (Wingless Wingulls)", "description": "A inside joke from a private Discord server of a Pokemon meme, more specifically, a Wingull without wings, a tail, or a beak. Attempts were made to make this meme elsewhere, but they were destroyed by xQc, so it was outsourced to the Chinese (seriously). The Chinese discord server associated with the rest of the zodiac animals was told these were rabbits, and they made them in exchange for us helping to protect the rest of their art.", "website": "https://twitter.com/OoCPokemon/status/1404554888386842631/photo/2", "subreddit": "", "center": [932.5, 1794.5], "path": [[903.5, 1791.5], [903.5, 1796.5], [961.5, 1796.5], [961.5, 1791.5]]},
@ -6000,7 +5949,6 @@
{"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": "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": "txfwjl", "submitted_by": "South_Juice_7259", "name": "Ancap flag", "description": "This is the flag of a political ideology called anarcho-capitalism, ruined by trans and ancoms. This flag has survived 6 destructions and despite its final state, the small ancap community is happy and proud of it.", "website": "", "subreddit": "/r/Anarcho_Capitalism", "center": [1486.5, 531.5], "path": [[1474.5, 528.5], [1473.5, 528.5], [1473.5, 534.5], [1499.5, 534.5], [1499.5, 529.5], [1498.5, 528.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]]},
{"id": "txfw8h", "submitted_by": "Chavantfou", "name": "Brolandian Flag", "description": "the flag of the brolandian nation\n", "website": "", "subreddit": "", "center": [939.5, 1361.5], "path": [[936.5, 1358.5], [936.5, 1364.5], [942.5, 1364.5], [942.5, 1358.5]]},
@ -6013,7 +5961,6 @@
{"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]]},
{"id": "txfrmi", "submitted_by": "thatelliegirlifshe15", "name": "erobb221", "description": "That Ellie girl, in the game I was playing, bro, if she 15 I'm 15 ya feel me?", "website": "https://www.youtube.com/watch?v=4gnzrWGFBvs", "subreddit": "/r/emoney", "center": [639.5, 926.5], "path": [[623.5, 910.5], [654.5, 910.5], [654.5, 942.5], [623.5, 942.5]]},
{"id": "txfre1", "submitted_by": "zodyak", "name": "H1vezZz", "description": "H1vezZz is a streamer from Turkey and it is his channel logo.", "website": "https://www.twitch.tv/h1vezzz", "subreddit": "", "center": [1313.5, 488.5], "path": [[1304.5, 479.5], [1304.5, 496.5], [1322.5, 496.5], [1322.5, 479.5]]},
{"id": "txfqgt", "submitted_by": "TwanyG", "name": "Mini University of South Carolina Logo", "description": "A simplified version of the U of SC logo. This institution is home to the Gamecocks. The Gamecocks fought hard and with pride to be a small part of this global art project. Despite being very close to the most contested part of the grid, USC's tiny 11x7 patch remained unscathed all the way until the whitening. Forever to thee!", "website": "https://sc.edu/", "subreddit": "[/r/Gamecocks", "center": [302.5, 1605.5], "path": [[297.5, 1602.5], [307.5, 1602.5], [307.5, 1608.5], [297.5, 1608.5]]},
{"id": "txfq41", "submitted_by": "AnonymousRandPerson", "name": "N\u00e4men!", "description": "A Swedish interjection used to indicating surprise. Similar to \"Oh!\" in English.", "website": "https://www.thelocal.se/20181018/swedish-word-of-the-day-namen/", "subreddit": "/r/sweden", "center": [820.5, 83.5], "path": [[802.5, 78.5], [802.5, 87.5], [837.5, 87.5], [837.5, 78.5], [802.5, 78.5]]},
@ -6037,7 +5984,6 @@
{"id": "txfm40", "submitted_by": "JRBergstrom", "name": "Ariani Iofifteen", "description": "Hololive Indonesia Generation 1 vtuber Ariani Iofifteen", "website": "https://www.youtube.com/channel/UCAoy6rzhSf4ydcYjJw3WoVg", "subreddit": "", "center": [1382.5, 986.5], "path": [[1386.5, 989.5], [1379.5, 989.5], [1379.5, 983.5], [1385.5, 983.5], [1386.5, 984.5]]},
{"id": "txflqn", "submitted_by": "-Noen-", "name": "BAL Logo", "description": "The logo of Bornova Anadolu Lisesi (Bornofa Anatolian High School) located in \u0130zmir, Turkey.", "website": "", "subreddit": "", "center": [1584.5, 1348.5], "path": [[1573.5, 1337.5], [1574.5, 1338.5], [1574.5, 1359.5], [1594.5, 1359.5], [1594.5, 1338.5], [1595.5, 1338.5], [1595.5, 1337.5], [1594.5, 1339.5], [1594.5, 1337.5]]},
{"id": "txflla", "submitted_by": "jcaopbaeck", "name": "Mac Miller Memorial", "description": "Memorial dedicated to Mac Miller, born in 1992 and passed away in 2018. This piece was created and defended by a subreddit and Discord channel consisting of fans. Mac Miller was a rapper, singer, and record producer from Pittsburgh, Pennsylvania.", "website": "http://macmillerswebsite.com", "subreddit": "/r/MacMiller", "center": [1740.5, 621.5], "path": [[1737.5, 606.5], [1737.5, 637.5], [1742.5, 637.5], [1743.5, 607.5]]},
{"id": "txfl8f", "submitted_by": "MacBao", "name": "University of Chicago", "description": "Coat of Arms of the University of Chicago, located in Chicago, Illinois, USA.", "website": "", "subreddit": "/r/uchicago", "center": [1405.5, 1187.5], "path": [[1396.5, 1172.5], [1396.5, 1201.5], [1415.5, 1201.5], [1414.5, 1172.5]]},
{"id": "txfkum", "submitted_by": "BlumenkrAnsel", "name": "UP (University of the Philippines)", "description": "A famous school in the Philippines.", "website": "", "subreddit": "/r/Philippines", "center": [401.5, 1615.5], "path": [[394.5, 1611.5], [407.5, 1611.5], [407.5, 1619.5], [394.5, 1619.5]]},
{"id": "txfkln", "submitted_by": "Leon08x", "name": "Gabumon", "description": "A shy reptile Digimon who covers himself in the data that the wolf Digimon Garurumon leaves behind, shaping it into a fur pelt to wear. One of Gabumon's most notables appearance is in Digimon Adventure (1998) in which one Gabumon is the Digimon partner to digidestined Yamato (Matt) Ishida.", "website": "https://digimon.fandom.com/wiki/Gabumon", "subreddit": "/r/digimon", "center": [1329.5, 117.5], "path": [[1322.5, 104.5], [1322.5, 103.5], [1319.5, 114.5], [1320.5, 129.5], [1327.5, 129.5], [1329.5, 130.5], [1334.5, 130.5], [1338.5, 126.5], [1340.5, 126.5], [1342.5, 126.5], [1341.5, 124.5], [1341.5, 121.5], [1343.5, 121.5], [1343.5, 118.5], [1343.5, 117.5], [1343.5, 116.5], [1340.5, 116.5], [1340.5, 117.5], [1338.5, 117.5], [1338.5, 114.5], [1336.5, 113.5], [1336.5, 111.5], [1335.5, 109.5], [1333.5, 108.5], [1337.5, 106.5], [1337.5, 104.5], [1329.5, 104.5], [1322.5, 103.5], [1322.5, 103.5]]},
{"id": "txfkan", "submitted_by": "Saray13434", "name": "Skeppy", "description": "Skeppy is a Youtuber and Streamer that makes Minecraft videos and loves to make BadBoyHalo mad, love trolling him too and he is a builder (maybe), he also appear in the Dream SMP", "website": "https://www.youtube.com/c/Skeppy", "subreddit": "/r/skeppy", "center": [169.5, 922.5], "path": [[165.5, 918.5], [165.5, 925.5], [172.5, 925.5], [172.5, 918.5]]},
@ -6146,7 +6092,6 @@
{"id": "txca84", "submitted_by": "BEond_", "name": "777EMPTY", "description": "Signiture of artist, 777empty, of [777empty.com](https://777empty.com), was allied with Avengers, X-men, cyberpunk, and Beat-Saber.", "website": "https://www.777empty.com", "subreddit": "", "center": [1003.5, 1699.5], "path": [[1006.5, 1684.5], [995.5, 1684.5], [995.5, 1692.5], [1001.5, 1692.5], [1001.5, 1696.5], [1000.5, 1696.5], [1000.5, 1703.5], [1001.5, 1703.5], [1001.5, 1718.5], [1007.5, 1718.5], [1007.5, 1684.5]]},
{"id": "txc9an", "submitted_by": "Wildelonelysea", "name": "DeqiuV", "description": "Spanish streamer, Pou proplayer and expert in throwing monsters on his keyboard, come see him get tilt when he plays Valorant (he is actually really good)", "website": "https://www.twitch.tv/deqiuv", "subreddit": "/r/deqiuv", "center": [1107.5, 1307.5], "path": [[1083.5, 1303.5], [1131.5, 1303.5], [1131.5, 1312.5], [1112.5, 1312.5], [1112.5, 1311.5], [1103.5, 1311.5], [1103.5, 1312.5], [1083.5, 1312.5], [1083.5, 1303.5]]},
{"id": "txc909", "submitted_by": "GetYourFixGraham", "name": "TwoKinds Subreddit Tag", "description": "The subreddit tag for /r/TwoKinds which is a community that enjoys TwoKinds, a webcomic by Tom Fischbach.", "website": "https://twokinds.keenspot.com/", "subreddit": "/r/Twokinds", "center": [597.5, 1108.5], "path": [[570.5, 1105.5], [570.5, 1111.5], [624.5, 1111.5], [623.5, 1105.5]]},
{"id": "txc8ia", "submitted_by": "JusticeRises", "name": "FOSO", "description": "FOSO is a men's floor in Gerig Hall at Taylor University in Upland, Indiana. FOSO is short for Forth South, since Gerig Hall was previously called South Hall. Peace, Love, FOSO.", "website": "https://www.instagram.com/fosoterritory/", "subreddit": "/r/fosoterritory", "center": [10.5, 698.5], "path": [[1.5, 695.5], [19.5, 695.5], [19.5, 701.5], [1.5, 701.5]]},
{"id": "txc84s", "submitted_by": "Lestibornes", "name": "The Ninth House (The Locked Tomb)", "description": "A small roman numeral 9, representing the 9th house that is central to the plot of The Locked Tomb series", "website": "", "subreddit": "/r/TheNinthHouse", "center": [1621.5, 1405.5], "path": [[1618.5, 1408.5], [1618.5, 1402.5], [1625.5, 1402.5], [1625.5, 1407.5]]},
{"id": "txc6nu", "submitted_by": "MahomesIsMyDad", "name": "Sporting KC Banner", "description": "The colors of the American soccer club Sporting Kansas City.", "website": "", "subreddit": "/r/SportingKC", "center": [1965.5, 444.5], "path": [[1956.5, 439.5], [1956.5, 440.5], [1955.5, 440.5], [1955.5, 445.5], [1954.5, 445.5], [1954.5, 447.5], [1953.5, 447.5], [1952.5, 449.5], [1952.5, 450.5], [1951.5, 450.5], [1951.5, 456.5], [1952.5, 456.5], [1952.5, 467.5], [1953.5, 457.5], [1954.5, 456.5], [1956.5, 451.5], [1957.5, 448.5], [1959.5, 446.5], [1962.5, 443.5], [1968.5, 441.5], [1981.5, 441.5], [1984.5, 441.5], [1985.5, 442.5], [1990.5, 445.5], [1990.5, 439.5], [1956.5, 439.5]]},
{"id": "txc6jx", "submitted_by": "Norvect", "name": "Jagganoth", "description": "A character from the web comic Kill Six Billion Demons by Abbadon ", "website": "https://killsixbilliondemons.com", "subreddit": "", "center": [1746.5, 1306.5], "path": [[1746.5, 1287.5], [1740.5, 1276.5], [1739.5, 1282.5], [1740.5, 1289.5], [1733.5, 1287.5], [1729.5, 1292.5], [1729.5, 1293.5], [1733.5, 1293.5], [1735.5, 1295.5], [1734.5, 1300.5], [1731.5, 1296.5], [1730.5, 1297.5], [1731.5, 1300.5], [1734.5, 1304.5], [1728.5, 1306.5], [1726.5, 1310.5], [1727.5, 1316.5], [1735.5, 1327.5], [1747.5, 1328.5], [1754.5, 1328.5], [1760.5, 1326.5], [1763.5, 1321.5], [1765.5, 1313.5], [1761.5, 1307.5], [1763.5, 1304.5], [1761.5, 1302.5], [1762.5, 1297.5], [1761.5, 1296.5], [1760.5, 1298.5], [1759.5, 1301.5], [1757.5, 1299.5], [1758.5, 1294.5], [1763.5, 1292.5], [1763.5, 1286.5], [1757.5, 1287.5], [1753.5, 1290.5], [1752.5, 1289.5], [1752.5, 1286.5], [1752.5, 1283.5], [1753.5, 1282.5], [1753.5, 1276.5], [1752.5, 1276.5], [1751.5, 1277.5], [1749.5, 1279.5], [1748.5, 1280.5], [1748.5, 1282.5]]},
@ -6189,7 +6134,6 @@
{"id": "txhidp", "submitted_by": "scaryeehaw", "name": "Austin FC", "description": "Austin FC is Austin's Major League Soccer team, and current home of Our Lord and Saver Brad Stuver. VERDE. LISTOS.", "website": "https://www.austinfc.com/", "subreddit": "/r/AustinFC", "center": [863.5, 1627.5], "path": [[852.5, 1623.5], [852.5, 1631.5], [874.5, 1631.5], [874.5, 1623.5]]},
{"id": "txhia6", "submitted_by": "Dibiblios_Mouklias", "name": "Jerma Logo", "description": "A chess piece of the logo for the streamer Jerma985 who is pictured below as the \"sus\" guy.", "website": "", "subreddit": "/r/jerma985", "center": [90.5, 689.5], "path": [[84.5, 689.5], [85.5, 688.5], [86.5, 687.5], [88.5, 687.5], [88.5, 687.5], [89.5, 688.5], [90.5, 689.5], [91.5, 688.5], [92.5, 687.5], [92.5, 686.5], [92.5, 685.5], [91.5, 685.5], [90.5, 684.5], [91.5, 683.5], [91.5, 682.5], [92.5, 682.5], [93.5, 682.5], [95.5, 683.5], [95.5, 684.5], [95.5, 688.5], [94.5, 689.5], [93.5, 690.5], [92.5, 691.5], [92.5, 692.5], [91.5, 693.5], [90.5, 694.5], [87.5, 694.5], [86.5, 693.5], [85.5, 692.5], [84.5, 691.5], [84.5, 690.5]]},
{"id": "txhhzw", "submitted_by": "zweifelsfall", "name": "Nham and Spurr", "description": "The Minecraft skulls of two popular users and characters on the server Freddit Freebuild. Nham is the white cake, and Spurr is the mint chocolate chip ice cream.\nHaving done fierce battle against Slovakia for over 24 hours, their bodies were eventually cut off and destroyed by rogue Slovaks. The Freebuilders had at one point teamed up with the Catalunyan tongue.", "website": "", "subreddit": "/r/freebuild", "center": [1436.5, 158.5], "path": [[1427.5, 155.5], [1433.5, 155.5], [1433.5, 161.5], [1440.5, 161.5], [1440.5, 155.5], [1445.5, 155.5], [1445.5, 161.5], [1427.5, 161.5], [1427.5, 155.5]]},
{"id": "txhh9y", "submitted_by": "squanch2169", "name": "KEL", "description": "dumbass with a pet rock named Hector", "website": "https://omori.fandom.com/wiki/KEL", "subreddit": "/r/OMORI", "center": [1417.5, 1151.5], "path": [[1414.5, 1137.5], [1421.5, 1137.5], [1422.5, 1138.5], [1423.5, 1138.5], [1424.5, 1139.5], [1425.5, 1140.5], [1426.5, 1141.5], [1426.5, 1142.5], [1427.5, 1143.5], [1427.5, 1145.5], [1427.5, 1146.5], [1428.5, 1147.5], [1428.5, 1149.5], [1427.5, 1150.5], [1426.5, 1151.5], [1426.5, 1152.5], [1425.5, 1153.5], [1424.5, 1154.5], [1423.5, 1155.5], [1424.5, 1156.5], [1425.5, 1157.5], [1426.5, 1158.5], [1426.5, 1160.5], [1425.5, 1161.5], [1424.5, 1162.5], [1423.5, 1162.5], [1423.5, 1166.5], [1422.5, 1167.5], [1421.5, 1168.5], [1420.5, 1168.5], [1419.5, 1167.5], [1418.5, 1166.5], [1417.5, 1166.5], [1416.5, 1167.5], [1415.5, 1168.5], [1414.5, 1168.5], [1413.5, 1167.5], [1412.5, 1166.5], [1411.5, 1162.5], [1410.5, 1161.5], [1409.5, 1158.5], [1410.5, 1157.5], [1411.5, 1156.5], [1411.5, 1154.5], [1410.5, 1153.5], [1409.5, 1151.5], [1408.5, 1150.5], [1407.5, 1147.5], [1408.5, 1143.5], [1409.5, 1141.5], [1410.5, 1140.5], [1411.5, 1139.5], [1412.5, 1138.5]]},
{"id": "txhh99", "submitted_by": "Rampieroozz", "name": "Seapeekay (cpk)", "description": "The minecraft skin of streamer Seapeekay aka Callum P. Knight (cpk), one of the latest addition to the dreamSMP and enthusiast MCC participant. ", "website": "", "subreddit": "/r/SeaPeeKay", "center": [151.5, 940.5], "path": [[146.5, 935.5], [155.5, 935.5], [155.5, 944.5], [146.5, 944.5]]},
{"id": "txhh6z", "submitted_by": "kyfaros", "name": "The Corner Store", "description": "The logo for a group of content creators called The Corner Store", "website": "https://thecornerstorelads.com/", "subreddit": "", "center": [1252.5, 1613.5], "path": [[1245.5, 1611.5], [1245.5, 1614.5], [1259.5, 1614.5], [1259.5, 1611.5], [1245.5, 1611.5]]},
{"id": "txhh5e", "submitted_by": "lardias", "name": "Skitter", "description": "A character from the web serial Worm, written by Wildbow.", "website": "https://parahumans.wordpress.com/", "subreddit": "/r/parahumans", "center": [1697.5, 233.5], "path": [[1694.5, 219.5], [1692.5, 227.5], [1690.5, 230.5], [1691.5, 232.5], [1692.5, 236.5], [1693.5, 239.5], [1692.5, 241.5], [1692.5, 248.5], [1697.5, 248.5], [1697.5, 246.5], [1695.5, 244.5], [1696.5, 243.5], [1697.5, 239.5], [1699.5, 248.5], [1703.5, 248.5], [1701.5, 245.5], [1701.5, 238.5], [1701.5, 237.5], [1700.5, 234.5], [1704.5, 237.5], [1707.5, 237.5], [1707.5, 234.5], [1701.5, 230.5], [1700.5, 227.5], [1701.5, 222.5], [1702.5, 219.5], [1694.5, 219.5]]},
@ -6328,7 +6272,6 @@
{"id": "txkjg9", "submitted_by": "VideoPlayer07", "name": "Quantum moon", "description": "The Quantum Moon is a satellite in the game Outer Wilds known for teleporting around from planet to planet. Similarly to the game, this pixel was moving around the planets on this illustration on the canvas.", "website": "", "subreddit": "/r/outerwilds", "center": [0.5, 0.5], "path": [[1702.5, 646.5], [1704.5, 648.5]]},
{"id": "txki1v", "submitted_by": "ImASquidNowImAKidNow", "name": "Lagtrain", "description": "Part of the music video for the inabakumori song lagtrain", "website": "", "subreddit": "/r/inabakumori", "center": [1038.5, 1655.5], "path": [[1035.5, 1657.5], [1035.5, 1658.5], [1042.5, 1658.5], [1042.5, 1655.5], [1040.5, 1655.5], [1040.5, 1651.5], [1039.5, 1651.5], [1038.5, 1652.5], [1036.5, 1652.5], [1036.5, 1654.5], [1035.5, 1655.5], [1034.5, 1657.5], [1035.5, 1658.5]]},
{"id": "txkhov", "submitted_by": "LeonardDM", "name": "LeonardDM", "description": "The glorious one and only redditor and gamer LeonardDM cemented himself in reddit history over here. On display is the head of his minecraft skin as well the word 'LEO'", "website": "https://www.reddit.com/user/LeonardDM", "subreddit": "", "center": [1115.5, 1604.5], "path": [[1110.5, 1596.5], [1110.5, 1611.5], [1119.5, 1611.5], [1119.5, 1596.5]]},
{"id": "txkhgy", "submitted_by": "miciy5", "name": "Greece", "description": "Greece, officially the Hellenic Republic, is a country in Southeast Europe. It is situated on the southern tip of the Balkans, and is located at the crossroads of Europe, Asia, and Africa. ", "website": "https://gov.gr/en/sdg", "subreddit": "/r/greece", "center": [1459.5, 1944.5], "path": [[1398.5, 1918.5], [1517.5, 1918.5], [1521.5, 1923.5], [1521.5, 1970.5], [1397.5, 1970.5]]},
{"id": "txkgyj", "submitted_by": "arrioch", "name": "sunshORB", "description": "Emote by twitch streamer sunshinebread", "website": "https://www.twitch.tv/sunshinebread", "subreddit": "", "center": [1758.5, 696.5], "path": [[1756.5, 691.5], [1753.5, 694.5], [1753.5, 698.5], [1756.5, 701.5], [1760.5, 701.5], [1763.5, 698.5], [1763.5, 694.5], [1760.5, 691.5]]},
{"id": "txkgn7", "submitted_by": "NoOneAbsolutely1", "name": "Hou (danish town)", "description": "A danish infiltration of the german flag. Put there, is the name of a small danish town called Hou. Planned by a few locals outside any subreddit.", "website": "", "subreddit": "", "center": [1630.5, 838.5], "path": [[1629.5, 834.5], [1631.5, 834.5], [1631.5, 842.5], [1629.5, 842.5]]},
{"id": "txkg8t", "submitted_by": "Clemclemle100", "name": "CDLB", "description": "CDLB Is a French group of friend named \"Confrerie De La Biture\". At this moment, the Crypto group was invading us transforming our B in an S", "website": "https://www.tiktok.com/@confreriedelabiture", "subreddit": "", "center": [398.5, 1567.5], "path": [[391.5, 1564.5], [404.5, 1564.5], [404.5, 1570.5], [391.5, 1570.5], [391.5, 1564.5]]},
@ -6477,7 +6420,7 @@
{"id": "txi9e3", "submitted_by": "Sreeper", "name": "Stave church", "description": "A stave church is a medieval wooden Christian church building once common in north-western Europe.", "website": "https://en.wikipedia.org/wiki/Stave_church", "subreddit": "/r/place_nordicunion", "center": [254.5, 112.5], "path": [[235.5, 125.5], [235.5, 115.5], [240.5, 108.5], [240.5, 102.5], [243.5, 102.5], [244.5, 97.5], [252.5, 90.5], [258.5, 94.5], [263.5, 99.5], [269.5, 104.5], [271.5, 108.5], [271.5, 127.5]]},
{"id": "txi8eo", "submitted_by": "ectoplazmatic7129", "name": "amogi ruby", "description": "leader of team RWBY and has the biggest plot armour of all. silver eyes", "website": "", "subreddit": "", "center": [508.5, 1698.5], "path": [[510.5, 1695.5], [506.5, 1695.5], [506.5, 1700.5], [510.5, 1700.5], [510.5, 1699.5], [511.5, 1699.5], [511.5, 1696.5], [510.5, 1696.5], [510.5, 1695.5]]},
{"id": "txolya", "submitted_by": "GPelector", "name": "TourneBoule", "description": "Tourneboule (French name, en:dizzie) is a character in the Bob the builder animated show. It is also the icon of the most retarded discord server ever made !", "website": "https://discord.gg/NcaPHet", "subreddit": "", "center": [1752.5, 337.5], "path": [[1747.5, 330.5], [1747.5, 343.5], [1749.5, 343.5], [1749.5, 344.5], [1755.5, 344.5], [1755.5, 343.5], [1757.5, 343.5], [1757.5, 330.5], [1747.5, 330.5]]},
{"id": "txokjp", "submitted_by": "Skik134", "name": "Taiwan + Yume Nikki heart", "description": "An alliance heart mutually drawn as a sign of cooperation between r/Taiwan and r/yumenikki.", "website": "", "subreddit": "", "center": [1229.5, 108.5], "path": [[1229.5, 106.5], [1229.5, 105.5], [1231.5, 105.5], [1231.5, 106.5], [1232.5, 106.5], [1232.5, 109.5], [1231.5, 109.5], [1231.5, 110.5], [1230.5, 110.5], [1230.5, 111.5], [1228.5, 111.5], [1228.5, 110.5], [1227.5, 110.5], [1227.5, 109.5], [1226.5, 109.5], [1226.5, 106.5], [1227.5, 106.5], [1227.5, 105.5], [1228.5, 105.5]]},
{"id": "txokjp", "submitted_by": "Skik134", "name": "Taiwan + Yume Nikki heart", "description": "An alliance heart mutually drawn as a sign of cooperation between r/Taiwan and r/yumenikki.", "website": "", "subreddit": "", "center": [1230.5, 135.5], "path": [[1230.5, 133.5], [1230.5, 132.5], [1232.5, 132.5], [1232.5, 133.5], [1233.5, 133.5], [1233.5, 136.5], [1232.5, 136.5], [1232.5, 137.5], [1231.5, 137.5], [1231.5, 138.5], [1229.5, 138.5], [1229.5, 137.5], [1228.5, 137.5], [1228.5, 136.5], [1227.5, 136.5], [1227.5, 133.5], [1228.5, 133.5], [1228.5, 132.5], [1229.5, 132.5]]},
{"id": "txokgf", "submitted_by": "Skik134", "name": "Lions + Yume Nikki heart", "description": "An alliance heart mutually drawn as a sign of cooperation between r/DetroitLions and r/yumenikki.", "website": "", "subreddit": "", "center": [1200.5, 104.5], "path": [[1200.5, 102.5], [1200.5, 101.5], [1202.5, 101.5], [1202.5, 102.5], [1203.5, 102.5], [1203.5, 105.5], [1202.5, 105.5], [1202.5, 106.5], [1201.5, 106.5], [1201.5, 107.5], [1199.5, 107.5], [1199.5, 106.5], [1198.5, 106.5], [1198.5, 105.5], [1197.5, 105.5], [1197.5, 102.5], [1198.5, 102.5], [1198.5, 101.5], [1199.5, 101.5]]},
{"id": "txokb9", "submitted_by": "XxLAMOLA0131xX", "name": "Griefed SMG4 and Terrance", "description": "In this spot there was a pixel art of SMG4 and Terrance, characters from the SMG4 universe. It was griefed by the streamer Bratishkinoff hors before the end of the event after resisting bravely from grief attacks.", "website": "https://www.glitchprod.com", "subreddit": "/r/smg4", "center": [917.5, 1689.5], "path": [[910.5, 1675.5], [924.5, 1675.5], [924.5, 1703.5], [910.5, 1703.5], [910.5, 1675.5]]},
{"id": "txokay", "submitted_by": "Skik134", "name": "Red Wings + Yume Nikki heart", "description": "An alliance heart mutually drawn as a sign of cooperation between r/DetroitRedWings and r/yumenikki.", "website": "", "subreddit": "", "center": [1229.5, 108.5], "path": [[1229.5, 106.5], [1229.5, 105.5], [1231.5, 105.5], [1231.5, 106.5], [1232.5, 106.5], [1232.5, 109.5], [1231.5, 109.5], [1231.5, 110.5], [1230.5, 110.5], [1230.5, 111.5], [1228.5, 111.5], [1228.5, 110.5], [1227.5, 110.5], [1227.5, 109.5], [1226.5, 109.5], [1226.5, 106.5], [1227.5, 106.5], [1227.5, 105.5], [1228.5, 105.5]]},
@ -6504,7 +6447,6 @@
{"id": "txo19e", "submitted_by": "Oats720", "name": "Mallard", "description": "Quack", "website": "", "subreddit": "", "center": [1632.5, 1437.5], "path": [[1628.5, 1434.5], [1635.5, 1434.5], [1635.5, 1440.5], [1628.5, 1440.5]]},
{"id": "txo03u", "submitted_by": "Oats720", "name": "A Horse and a Tree", "description": "Simple pixel art depicting the beauty of nature...and Kevin", "website": "", "subreddit": "", "center": [1571.5, 1421.5], "path": [[1560.5, 1416.5], [1575.5, 1416.5], [1575.5, 1421.5], [1581.5, 1421.5], [1581.5, 1425.5], [1577.5, 1425.5], [1576.5, 1429.5], [1570.5, 1429.5], [1570.5, 1422.5], [1560.5, 1422.5]]},
{"id": "txnzbm", "submitted_by": "Sharkscanbecute", "name": "Mspec Flag", "description": "Mspec stands for multisexual or multi-attraction spectrum. The term is used to refer to people who are attracted to more than one gender. Such as bisexuals, pansexuals, polyromantics, etc.", "website": "", "subreddit": "/r/mspec_community", "center": [453.5, 534.5], "path": [[456.5, 537.5], [455.5, 536.5], [448.5, 537.5], [449.5, 532.5], [456.5, 532.5], [457.5, 534.5], [457.5, 536.5], [457.5, 537.5], [455.5, 537.5], [454.5, 537.5], [454.5, 537.5], [454.5, 537.5], [455.5, 536.5], [454.5, 536.5], [454.5, 536.5], [451.5, 537.5], [451.5, 537.5], [457.5, 537.5], [458.5, 537.5]]},
{"id": "txnyug", "submitted_by": "give_pizza_chance", "name": "David Pastrnak", "description": "A bowl of pasta symbolizing the Boston Bruins player (88) David Pastrnak, often lovingly referred to by fans as 'Pasta'.", "website": "https://en.wikipedia.org/wiki/David_Pastr%C5%88%C3%A1k", "subreddit": "/r/BostonBruins", "center": [485.5, 1920.5], "path": [[482.5, 1917.5], [482.5, 1917.5], [482.5, 1923.5], [488.5, 1923.5], [488.5, 1917.5], [482.5, 1917.5]]},
{"id": "txnye2", "submitted_by": "HerrScotti", "name": "r/placeDE", "description": "The german sub to coordinate actions on r/place.\nOfficial description from r/placede: \nUnser Offizielles Subreddit f\u00fcr Diskussionen und Planung zu Ereignissen in r/place.", "website": "", "subreddit": "/r/placede", "center": [18.5, 859.5], "path": [[0.5, 856.5], [36.5, 856.5], [36.5, 862.5], [0.5, 862.5]]},
{"id": "txnyat", "submitted_by": "mariokra", "name": "Nigeria", "description": "The country Nigeria", "website": "", "subreddit": "", "center": [788.5, 1101.5], "path": [[781.5, 1090.5], [795.5, 1090.5], [795.5, 1113.5], [782.5, 1113.5]]},
{"id": "txnxtf", "submitted_by": "_Falcon-_", "name": "BadBoyHalo", "description": "Twitch streamer, member of the Dream SMP", "website": "", "subreddit": "/r/badboyhalo", "center": [160.5, 922.5], "path": [[156.5, 918.5], [162.5, 918.5], [163.5, 926.5], [156.5, 926.5], [157.5, 925.5], [156.5, 918.5]]},
@ -6538,13 +6480,11 @@
{"id": "txnce8", "submitted_by": "Anomii", "name": "Benny uwu", "description": "An Icon of the German Streamer BennyGee_, who uses an interactive model of a dog as his facecam. Created by him and his community.\n\nBennyg187 BennygHadili", "website": "https://Twitch.TV/BennyGee_", "subreddit": "", "center": [1373.5, 149.5], "path": [[1364.5, 160.5], [1364.5, 141.5], [1370.5, 141.5], [1369.5, 140.5], [1370.5, 139.5], [1380.5, 139.5], [1383.5, 143.5], [1383.5, 152.5], [1380.5, 152.5], [1380.5, 153.5], [1379.5, 154.5], [1379.5, 155.5], [1378.5, 155.5], [1378.5, 156.5], [1378.5, 157.5], [1378.5, 158.5], [1378.5, 159.5], [1378.5, 159.5], [1378.5, 160.5], [1371.5, 160.5], [1368.5, 160.5], [1367.5, 160.5], [1365.5, 160.5], [1366.5, 160.5]]},
{"id": "txnbwt", "submitted_by": "_rukiri", "name": "7-1", "description": "Sneaky 7-1 placed on the world cup trophy.\n\nThe Brazil versus Germany football match that took place on 8 July 2014 at the Est\u00e1dio Mineir\u00e3o in Belo Horizonte was the first of two semi-final matches of the 2014 FIFA World Cup.\n\nBoth Brazil and Germany reached the semi-finals with an undefeated record in the competition, with the Brazilians' quarter-final with Colombia causing them to lose forward Neymar to injury, and defender and captain Thiago Silva to accumulation of yellow cards. Despite the absence of these players, a close match was expected, given both teams were traditional FIFA World Cup forces, sharing eight tournaments won and having previously met in the 2002 FIFA World Cup Final, where Brazil won 2\u20130 and earned their fifth title. This match, however, ended in a shocking loss for Brazil; Germany led 5\u20130 at half time, with four goals scored within six minutes, and subsequently brought the score up to 7\u20130 in the second half. Brazil scored a consolation goal in the last minute, ending the match 7\u20131. Germany's Toni Kroos was selected as the man of the match.\n\nThe game marked several tournament records. Germany's win marked the largest margin of victory in a FIFA World Cup semi-final. The game saw Germany overtake Brazil as the highest scoring team in World Cup tournament history and become the first team to reach eight World Cup Finals. Miroslav Klose scored his 16th career World Cup goal and surpassed Brazil's own Ronaldo as the tournament's all-time record goalscorer. Brazil's loss broke their 62-match unbeaten streak at home in competitive matches, going back to the 1975 Copa Am\u00e9rica (where they lost 3\u20131 to Peru in same stadium), and equalled their biggest margin of defeat in a match alongside a 6\u20130 loss to Uruguay in 1920. Ultimately, the match was described as a national humiliation.\n\nThe game has subsequently been dubbed the Mineirazo (Mineira\u00e7o [minej\u02c8\u027easu], Agony of Mineir\u00e3o), evoking a previous \"spirit of national shame\" known as the Maracanazo (Maracana\u00e7o) in which Brazil unexpectedly lost the 1950 FIFA World Cup on home soil to Uruguay. Brazil subsequently lost 3\u20130 to the Netherlands in the third place play-off. Germany went on to win the World Cup for the fourth time, defeating Argentina in the final. \n", "website": "https://en.wikipedia.org/wiki/Brazil_v_Germany_(2014_FIFA_World_Cup)", "subreddit": "", "center": [1034.5, 633.5], "path": [[1024.5, 628.5], [1023.5, 638.5], [1045.5, 637.5], [1043.5, 627.5], [1023.5, 628.5]]},
{"id": "txnbqc", "submitted_by": "DXPower", "name": "DotA2 Health/Mana Bar", "description": "The in-game health/mana bar aka HP Bar in the 5v5 hero strategy game DotA 2.\n\nThe green represents current health, and the blue represents current mana. The player dies when health is 0, and cannot cast spells when mana is 0.\n\nThe current health is 322 in this depiction.", "website": "https://www.dota2.com/home", "subreddit": "/r/DotA2", "center": [14.5, 140.5], "path": [[0.5, 137.5], [27.5, 137.5], [27.5, 143.5], [0.5, 143.5], [0.5, 137.5], [0.5, 137.5]]},
{"id": "txnbfh", "submitted_by": "ferreju", "name": "\ud0dc\uadf9\uae30 Taegeukgi of South Korea", "description": "The National Flag : \ud0dc\uadf9\uae30 [Taegeukgi]", "website": "https://www.mois.go.kr/eng/sub/a03/nationalSymbol/screen.do", "subreddit": "/r/southkorea", "center": [1221.5, 687.5], "path": [[1200.5, 674.5], [1200.5, 700.5], [1241.5, 700.5], [1241.5, 674.5]]},
{"id": "txnb2h", "submitted_by": "chocomint1", "name": "VoidPunk Flag", "description": "The flag of the Void Punk community. \nVoidpunk is a subculture for those who often feel rejected or disconnected from humanity. This is popular within aro-spec and ace-spec communities but also includes groups such as neurodivergent people, disabled people, non-binary people and other groups that are frequently dehumanized or called 'subhuman' by society. Voidpunk is based on embracing the idea of being 'not human', and recognizing the bigotry by taunting their oppressors.\n\nThis particular instance of the flag was destroyed several times together with surrounding groups, and a slightly larger flag managed to stay in the end with the help of neighboring communities such as TierZoo, The Binding of Issac, Inscryption, and Cascadia.", "website": "", "subreddit": "/r/voidpunk", "center": [55.5, 356.5], "path": [[48.5, 350.5], [61.5, 350.5], [61.5, 360.5], [61.5, 361.5], [48.5, 361.5], [48.5, 350.5]]},
{"id": "txnaod", "submitted_by": "KelTecKSG12", "name": "Weeallian flag", "description": "The flag of a fictional country named Weeallia", "website": "", "subreddit": "", "center": [602.5, 1371.5], "path": [[599.5, 1368.5], [602.5, 1368.5], [603.5, 1369.5], [604.5, 1369.5], [605.5, 1370.5], [606.5, 1370.5], [606.5, 1371.5], [605.5, 1371.5], [604.5, 1372.5], [603.5, 1373.5], [599.5, 1373.5]]},
{"id": "txna9p", "submitted_by": "Pitipaporro", "name": "BANDERA DEL BETIS", "description": "Humilde contribuci\u00f3n de la comunidad de fulleros.com , la bandera del Betis fue forjada por los fulleros y defendida de las acometidas de los randoms. Finalmente obtuvimos una victoria, y, esta marca quedar\u00e1 aqu\u00ed para el resto de los tiempos", "website": "", "subreddit": "", "center": [1720.5, 280.5], "path": [[1718.5, 278.5], [1718.5, 282.5], [1722.5, 282.5], [1722.5, 277.5], [1718.5, 277.5]]},
{"id": "txn9tf", "submitted_by": "xRGTMX", "name": "Moomins", "description": "A Moomin, from the series of books, comics, and animated cartoons by Finnish illustrator Tove Jansson.", "website": "https://www.moomin.com/", "subreddit": "/r/Moomins", "center": [589.5, 193.5], "path": [[592.5, 185.5], [592.5, 192.5], [593.5, 192.5], [595.5, 193.5], [595.5, 198.5], [594.5, 197.5], [592.5, 197.5], [591.5, 198.5], [591.5, 200.5], [590.5, 201.5], [589.5, 201.5], [588.5, 200.5], [587.5, 201.5], [586.5, 201.5], [584.5, 199.5], [584.5, 198.5], [583.5, 197.5], [583.5, 196.5], [584.5, 195.5], [584.5, 194.5], [585.5, 193.5], [585.5, 192.5], [584.5, 192.5], [583.5, 191.5], [583.5, 189.5], [587.5, 185.5], [587.5, 184.5], [588.5, 183.5], [589.5, 184.5], [590.5, 183.5]]},
{"id": "txn968", "submitted_by": "ferreju", "name": "Republic of Korea", "description": "Republic of Korea, \ub300\ud55c\ubbfc\uad6d\nThe National Flower (The Background) : The Rose of Sharon, \ubb34\uad81\ud654 [Mugunghwa]", "website": "https://www.mois.go.kr/eng/sub/a03/nationalSymbol_3/screen.do", "subreddit": "/r/southkorea", "center": [1221.5, 669.5], "path": [[1200.5, 665.5], [1200.5, 673.5], [1241.5, 673.5], [1241.5, 665.5]]},
{"id": "txn913", "submitted_by": "FluidFluxion", "name": "A smol French flag", "description": "Creators are unknown but it is simply a small French flag.", "website": "https://www.reddit.com/r/france/", "subreddit": "/r/France", "center": [1301.5, 1957.5], "path": [[1303.5, 1953.5], [1303.5, 1954.5], [1302.5, 1954.5], [1301.5, 1954.5], [1301.5, 1953.5], [1302.5, 1953.5], [1301.5, 1952.5], [1302.5, 1952.5], [1303.5, 1952.5], [1303.5, 1951.5], [1302.5, 1951.5], [1301.5, 1951.5], [1301.5, 1950.5], [1302.5, 1950.5], [1303.5, 1950.5], [1303.5, 1949.5], [1302.5, 1949.5], [1301.5, 1949.5]]},
{"id": "txn8fe", "submitted_by": "djulioo", "name": "/r/bulgaria - Subreddit of the Bulgarian community", "description": "A subreddit about the country Bulgaria", "website": "https://www.reddit.com/r/bulgaria/", "subreddit": "/r/bulgaria", "center": [504.5, 389.5], "path": [[482.5, 386.5], [482.5, 392.5], [525.5, 392.5], [525.5, 386.5], [482.5, 386.5]]},
{"id": "txn8ef", "submitted_by": "toby_plumb_1", "name": "Baby Bee Tree", "description": "A baby bee who relocated from the top left of the Ukraine Flag during day 3 to become part of Place Trees", "website": "", "subreddit": "/r/placetrees", "center": [789.5, 913.5], "path": [[786.5, 905.5], [785.5, 920.5], [793.5, 921.5], [793.5, 906.5], [793.5, 906.5]]},
{"id": "txn7og", "submitted_by": "ChaseADuck", "name": "Chase's Storm", "description": "A symbol representing the small community of Chase's Storm Discord server!", "website": "", "subreddit": "", "center": [1732.5, 574.5], "path": [[1737.5, 569.5], [1737.5, 578.5], [1727.5, 578.5], [1727.5, 569.5], [1737.5, 569.5]]},
@ -6586,7 +6526,7 @@
{"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]]},
{"id": "txmfda", "submitted_by": "willietrom", "name": "Emiru Homage", "description": "This art was coordinated by members of Twitch streamer Emiru's community without any organization from the streamer herself. Imagery includes a portrait of her real-life rabbit Peepo, a Kirby representing her being a Kirby fanatic who owns approximately 100 pieces of Kirby merchandise, 'wicked' sunglasses referencing the safety gear worn when she exploded a pumpkin on stream, and her catchphrase 'FOK' which she habitually says when making errors during Super Mario 64 Speedruns.", "website": "https://twitch.tv/emiru", "subreddit": "/r/emiru", "center": [1281.5, 477.5], "path": [[1259.5, 467.5], [1259.5, 487.5], [1303.5, 487.5], [1303.5, 478.5], [1305.5, 478.5], [1305.5, 474.5], [1299.5, 474.5], [1299.5, 467.5]]},
{"id": "txmfda", "submitted_by": "willietrom", "name": "Emiru Homage", "description": "This art was coordinated by members of Twitch streamer Emiru's community without any organization from the streamer herself. Imagery includes a portrait of her real-life rabbit Peepo, a Kirby representing her being a Kirby fanatic who owns approximately 100 pieces of Kirby merchandise, 'wicked' sunglasses referencing the safety gear worn when she exploded a pumpkin on stream, and her catchphrase 'FOK' which she habitually says when making errors during Super Mario 64 Speedruns. A fun fact about Emiru is she claims to be from a fictional place called KANSAS and she wont stop lying about it.", "website": "https://twitch.tv/emiru", "subreddit": "/r/emiru", "center": [1281.5, 477.5], "path": [[1259.5, 467.5], [1259.5, 487.5], [1303.5, 487.5], [1303.5, 478.5], [1305.5, 478.5], [1305.5, 474.5], [1299.5, 474.5], [1299.5, 467.5]]},
{"id": "txmexy", "submitted_by": "swissyroll", "name": "Niki Nihachu", "description": "Prominently known for her character on the Dream SMP, Nihachu is a variety streamer on Twitch. She is featured here alongside other members of the Dream SMP and other Minecraft YouTubers.", "website": "https://twitch.tv/nihachu", "subreddit": "/r/Nihachu", "center": [169.5, 904.5], "path": [[164.5, 899.5], [173.5, 899.5], [173.5, 908.5], [164.5, 908.5]]},
{"id": "txmeum", "submitted_by": "MegaNexas", "name": "Perry The Platypus", "description": "A Pixel Art of the Popular Animated Character from the show \"Phineas and Ferb\" made by schaffrillas and his community", "website": "https://twitter.com/Schaffrillas/status/1511075678615179268", "subreddit": "/r/phineasandferb", "center": [463.5, 1164.5], "path": [[460.5, 1159.5], [460.5, 1160.5], [456.5, 1164.5], [462.5, 1171.5], [460.5, 1171.5], [458.5, 1171.5], [463.5, 1170.5], [464.5, 1169.5], [465.5, 1170.5], [465.5, 1171.5], [466.5, 1171.5], [467.5, 1171.5], [468.5, 1171.5], [467.5, 1170.5], [467.5, 1169.5], [467.5, 1168.5], [468.5, 1167.5], [469.5, 1167.5], [469.5, 1168.5], [468.5, 1166.5], [466.5, 1165.5], [468.5, 1164.5], [468.5, 1163.5], [469.5, 1163.5], [467.5, 1162.5], [467.5, 1159.5], [468.5, 1159.5], [467.5, 1158.5], [463.5, 1157.5], [465.5, 1156.5]]},
{"id": "txmd8j", "submitted_by": "_killbunny_", "name": "Bebe-chan", "description": "Nanahira's pet rabbit. Nanahira is one of the most recognizable denpa song singers. She's featured in dozens of rhythm games. Denpa song (\u96fb\u6ce2\u30bd\u30f3\u30b0) is a Japanese slang term to describe a kind of music which often features intentionally off-key vocals, weird lyrics, and an extreme ability to get stuck in your head. Part of the rhythm game alliance", "website": "http://denpa.omaera.org/", "subreddit": "/r/denpa", "center": [1277.5, 63.5], "path": [[1275.5, 58.5], [1273.5, 59.5], [1271.5, 61.5], [1271.5, 63.5], [1270.5, 65.5], [1274.5, 68.5], [1283.5, 68.5], [1282.5, 65.5], [1281.5, 63.5], [1281.5, 57.5], [1278.5, 57.5], [1278.5, 58.5], [1277.5, 60.5], [1275.5, 59.5]]},
@ -6665,7 +6605,7 @@
{"id": "txsy4l", "submitted_by": "Choripan_con_Palta", "name": "Chilean Flag", "description": "Here was one of the small Chilean flags that were propagated in all the canvas. It remained until last hours because they were banning all the users that were fighting in the France flag.", "website": "", "subreddit": "/r/chile", "center": [271.5, 1948.5], "path": [[250.5, 1927.5], [292.5, 1927.5], [291.5, 1970.5], [250.5, 1969.5]]},
{"id": "txswy7", "submitted_by": "ducku_", "name": "Fly-Goop", "description": "A small contribution made by a group of viewers of Twitch streamer and Youtuber Flyann.\n\nGoop is a 'fakemon' made by Flyann and has since become somewhat of a mascot for his channel.\n", "website": "https://www.twitch.tv/flyann", "subreddit": "/r/flyann", "center": [1157.5, 682.5], "path": [[1154.5, 678.5], [1154.5, 680.5], [1154.5, 681.5], [1153.5, 681.5], [1155.5, 683.5], [1159.5, 683.5], [1155.5, 679.5], [1154.5, 683.5], [1155.5, 678.5], [1156.5, 678.5], [1156.5, 679.5], [1155.5, 682.5], [1154.5, 683.5], [1154.5, 682.5], [1153.5, 683.5], [1152.5, 683.5], [1151.5, 683.5], [1153.5, 682.5], [1152.5, 682.5], [1157.5, 682.5], [1155.5, 682.5], [1156.5, 681.5], [1155.5, 681.5]]},
{"id": "txsvfe", "submitted_by": "Oscar2504", "name": "Gato Poto ", "description": "Logo of the most fantastic and cool discord group El Gato Poto VIP Club. People tried to destroy it but they fighted to death for the red kitty.\nLong live Gato Poto!", "website": "https://www.instagram.com/gatopoto_/?hl=es", "subreddit": "", "center": [1668.5, 1974.5], "path": [[1663.5, 1967.5], [1662.5, 1968.5], [1662.5, 1973.5], [1661.5, 1973.5], [1662.5, 1973.5], [1662.5, 1975.5], [1661.5, 1975.5], [1662.5, 1975.5], [1662.5, 1977.5], [1664.5, 1977.5], [1664.5, 1982.5], [1666.5, 1982.5], [1666.5, 1981.5], [1669.5, 1981.5], [1669.5, 1982.5], [1671.5, 1982.5], [1671.5, 1977.5], [1673.5, 1977.5], [1673.5, 1975.5], [1674.5, 1975.5], [1673.5, 1975.5], [1673.5, 1974.5], [1673.5, 1973.5], [1674.5, 1973.5], [1673.5, 1973.5], [1673.5, 1972.5], [1673.5, 1971.5], [1673.5, 1967.5]]},
{"id": "txssi1", "submitted_by": "Skik134", "name": "Madotsuki", "description": "Madotsuki is the protagonist of Yume Nikki. She is shown wielding a knife, which is an iconic collectible item in the game and is not a part of her default appearance", "website": "https://yumenikki.fandom.com/wiki/Yume_Nikki_Wiki", "subreddit": "/r/yumenikki", "center": [1220.5, 121.5], "path": [[1214.5, 120.5], [1214.5, 117.5], [1213.5, 117.5], [1213.5, 112.5], [1214.5, 112.5], [1214.5, 110.5], [1215.5, 110.5], [1215.5, 109.5], [1216.5, 109.5], [1216.5, 108.5], [1218.5, 108.5], [1218.5, 107.5], [1223.5, 107.5], [1223.5, 108.5], [1225.5, 108.5], [1225.5, 109.5], [1226.5, 109.5], [1226.5, 110.5], [1227.5, 110.5], [1227.5, 112.5], [1228.5, 112.5], [1228.5, 117.5], [1227.5, 117.5], [1227.5, 120.5], [1228.5, 120.5], [1228.5, 122.5], [1229.5, 122.5], [1229.5, 124.5], [1228.5, 124.5], [1228.5, 125.5], [1227.5, 125.5], [1227.5, 127.5], [1228.5, 127.5], [1228.5, 130.5], [1227.5, 130.5], [1227.5, 133.5], [1226.5, 133.5], [1226.5, 134.5], [1222.5, 134.5], [1222.5, 133.5], [1221.5, 133.5], [1221.5, 134.5], [1215.5, 134.5], [1215.5, 133.5], [1214.5, 133.5], [1214.5, 131.5], [1213.5, 131.5], [1213.5, 129.5], [1212.5, 129.5], [1212.5, 126.5], [1214.5, 126.5], [1214.5, 125.5], [1213.5, 125.5], [1213.5, 124.5], [1212.5, 124.5], [1212.5, 122.5], [1213.5, 122.5], [1213.5, 120.5]]},
{"id": "txssi1", "submitted_by": "Skik134", "name": "Madotsuki", "description": "Madotsuki is the protagonist of Yume Nikki. She is shown wielding a knife, which is an iconic collectible item in the game and is not a part of her default appearance.", "website": "https://yumenikki.fandom.com/wiki/Yume_Nikki_Wiki", "subreddit": "/r/yumenikki", "center": [1220.5, 121.5], "path": [[1214.5, 120.5], [1214.5, 117.5], [1213.5, 117.5], [1213.5, 112.5], [1214.5, 112.5], [1214.5, 110.5], [1215.5, 110.5], [1215.5, 109.5], [1216.5, 109.5], [1216.5, 108.5], [1218.5, 108.5], [1218.5, 107.5], [1223.5, 107.5], [1223.5, 108.5], [1225.5, 108.5], [1225.5, 109.5], [1226.5, 109.5], [1226.5, 110.5], [1227.5, 110.5], [1227.5, 112.5], [1228.5, 112.5], [1228.5, 117.5], [1227.5, 117.5], [1227.5, 120.5], [1228.5, 120.5], [1228.5, 122.5], [1229.5, 122.5], [1229.5, 124.5], [1228.5, 124.5], [1228.5, 125.5], [1227.5, 125.5], [1227.5, 127.5], [1228.5, 127.5], [1228.5, 130.5], [1227.5, 130.5], [1227.5, 133.5], [1226.5, 133.5], [1226.5, 134.5], [1222.5, 134.5], [1222.5, 133.5], [1221.5, 133.5], [1221.5, 134.5], [1215.5, 134.5], [1215.5, 133.5], [1214.5, 133.5], [1214.5, 131.5], [1213.5, 131.5], [1213.5, 129.5], [1212.5, 129.5], [1212.5, 126.5], [1214.5, 126.5], [1214.5, 125.5], [1213.5, 125.5], [1213.5, 124.5], [1212.5, 124.5], [1212.5, 122.5], [1213.5, 122.5], [1213.5, 120.5]]},
{"id": "txss9l", "submitted_by": "Duncanisabot", "name": "Dunc", "description": "An attempt was made on multiple occasions to change the Dune Logo to say Dunc. Partly because of the movie poster looking like it says Dunc. Partly because a discord server called the Duncord convinced a bunch of people to do it", "website": "", "subreddit": "", "center": [1982.5, 169.5], "path": [[1964.5, 163.5], [1999.5, 163.5], [1999.5, 174.5], [1965.5, 174.5], [1964.5, 174.5]]},
{"id": "txsrer", "submitted_by": "Goldndeer", "name": "Saucy Flower!", "description": "A little flower created by twitch streamer saucini's community!", "website": "https://Twitch.tv/saucini", "subreddit": "/r/saucini", "center": [874.5, 1380.5], "path": [[869.5, 1375.5], [878.5, 1375.5], [878.5, 1384.5], [869.5, 1384.5], [869.5, 1375.5]]},
{"id": "txsr34", "submitted_by": "Immortal_Toast", "name": "Grian", "description": "A Minecraft Youtuber known for his building skills. He has been a member of Hermitcraft since season six. He is the creator of Evolution SMP, 3rd/Last Life SMP, and the co-owner of the Minecraft MMO known as Wynncraft", "website": "https://www.youtube.com/c/Grian", "subreddit": "/r/hermitcraft", "center": [883.5,603.5],"path": [[878.5,599.5],[878.5,607.5],[887.5,607.5],[887.5,599.5]]},
@ -6734,7 +6674,6 @@
{"id": "txr97g", "submitted_by": "NoRodent", "name": "Charles Bridge", "description": "Silhouette of Charles Bridge (Czech: Karl\u016fv most) with Old Town Bridge Tower. Located in Prague, Czech Republic crossing the Vltava river. Construction of this medieval stone arch bridge started in 1357, finished in 1405.", "website": "https://en.wikipedia.org/wiki/Charles_Bridge", "subreddit": "/r/czech", "center": [1224.5, 212.5], "path": [[1198.5, 210.5], [1206.5, 210.5], [1208.5, 205.5], [1211.5, 210.5], [1220.5, 210.5], [1222.5, 205.5], [1225.5, 210.5], [1236.5, 210.5], [1236.5, 195.5], [1244.5, 195.5], [1244.5, 214.5], [1238.5, 219.5], [1224.5, 220.5], [1198.5, 220.5]]},
{"id": "txr929", "submitted_by": "Lamkac", "name": "\u010do u\u017e", "description": "'\u010do u\u017e' is a magical phrase that can be used for any occasion. Usually meant as a nihilistic response to an event that one either can't or just does not want to affect. It became a meme in our small circle of friends due to one of us overusing it too much and spreading it onto others as well as beyond the borders of our miniscule community.", "website": "", "subreddit": "", "center": [1726.5, 984.5], "path": [[1721.5, 979.5], [1731.5, 979.5], [1731.5, 989.5], [1721.5, 989.5]]},
{"id": "txr6e0", "submitted_by": "KingDededeThe3rd", "name": "Jack Frost", "description": "A demon from the JRPG series, Megami Tensei. This design first appeared in Shin Megami Tensei and has since become the mascot of the franchise.", "website": "", "subreddit": "/r/megaten", "center": [1794.5, 1662.5], "path": [[1794.5, 1668.5], [1791.5, 1668.5], [1789.5, 1665.5], [1789.5, 1663.5], [1790.5, 1662.5], [1791.5, 1659.5], [1789.5, 1658.5], [1788.5, 1657.5], [1789.5, 1656.5], [1791.5, 1657.5], [1793.5, 1659.5], [1797.5, 1659.5], [1800.5, 1656.5], [1802.5, 1656.5], [1802.5, 1657.5], [1798.5, 1660.5], [1800.5, 1662.5], [1799.5, 1663.5]]},
{"id": "txr6bq", "submitted_by": "New_Climate_9512", "name": "ROCKET SPACESHIP", "description": "Drawed by LWZ from Midway RP.\n", "website": "https://www.twitter.com/lewizooo", "subreddit": "", "center": [415.5, 1575.5], "path": [[426.5, 1600.5], [427.5, 1552.5], [415.5, 1549.5], [404.5, 1552.5], [405.5, 1600.5]]},
{"id": "txr62x", "submitted_by": "gofl124", "name": "Jaylen Waddle Duck ", "description": "Graciously donated by r/ducks_place, this OG duck was converted to a penguin to represent the Miami Dolphin's newest stud wide receiver, Jaylen Waddle ", "website": "", "subreddit": "/r/miamidolphins, ", "center": [309.5, 909.5], "path": [[305.5, 904.5], [306.5, 915.5], [312.5, 915.5], [312.5, 904.5]]},
{"id": "txr4n6", "submitted_by": "New_Climate_9512", "name": "MIDWAY", "description": "Midway logo, famous FiveM (GTA5 RP) project. Made by the community of this project.\n", "website": "https://discord.gg/midway", "subreddit": "", "center": [362.5, 1495.5], "path": [[355.5, 1490.5], [369.5, 1490.5], [369.5, 1499.5], [355.5, 1499.5]]},
{"id": "txr3wx", "submitted_by": "ZeroT3K", "name": "Black Mage", "description": "The Black Mage is the dedicated offensive spellcaster of Final Fantasy, able to cast all Black Magic that can deal heavy damage to enemies or outright kill them, but it is minimal physical proficiency.", "website": "https://finalfantasy.fandom.com/wiki/Black_Mage_(Final_Fantasy)", "subreddit": "/r/finalfantasy", "center": [1264.5, 554.5], "path": [[1258.5, 540.5], [1268.5, 545.5], [1273.5, 546.5], [1273.5, 547.5], [1270.5, 549.5], [1270.5, 551.5], [1273.5, 553.5], [1273.5, 555.5], [1274.5, 558.5], [1273.5, 559.5], [1273.5, 562.5], [1274.5, 563.5], [1273.5, 565.5], [1257.5, 565.5], [1257.5, 563.5], [1258.5, 562.5], [1258.5, 560.5], [1257.5, 559.5], [1257.5, 555.5], [1258.5, 555.5], [1255.5, 553.5], [1256.5, 551.5], [1259.5, 548.5], [1256.5, 541.5], [1257.5, 540.5]]},
@ -6753,7 +6692,6 @@
{"id": "txqm4d", "submitted_by": "FacundoNoobAccount", "name": "Mate en bombilla", "description": "The legendary argentinian beverage", "website": "", "subreddit": "", "center": [1092.5, 657.5], "path": [[1083.5, 665.5], [1098.5, 665.5], [1099.5, 664.5], [1100.5, 663.5], [1100.5, 656.5], [1097.5, 651.5], [1102.5, 645.5], [1100.5, 644.5], [1098.5, 644.5], [1094.5, 649.5], [1088.5, 649.5], [1083.5, 654.5], [1083.5, 655.5], [1082.5, 656.5], [1082.5, 662.5], [1084.5, 665.5], [1083.5, 665.5], [1084.5, 665.5]]},
{"id": "txql03", "submitted_by": "loucarinol5124", "name": "Hylian shield (perhaps?)", "description": "it looks like a hylian shield, from zelda", "website": "", "subreddit": "", "center": [985.5, 1902.5], "path": [[985.5, 1898.5], [985.5, 1899.5], [983.5, 1899.5], [983.5, 1900.5], [982.5, 1900.5], [982.5, 1902.5], [983.5, 1902.5], [983.5, 1904.5], [984.5, 1904.5], [984.5, 1905.5], [985.5, 1906.5], [987.5, 1904.5], [987.5, 1902.5], [988.5, 1902.5], [988.5, 1901.5], [987.5, 1899.5], [985.5, 1899.5]]},
{"id": "txqkxf", "submitted_by": "loucarinol5124", "name": "pepe outside", "description": "sometimes, the memes needs a walking break", "website": "", "subreddit": "", "center": [1091.5, 1320.5], "path": [[1084.5, 1313.5], [1098.5, 1313.5], [1098.5, 1326.5], [1084.5, 1326.5]]},
{"id": "txqkgf", "submitted_by": "XingLili", "name": "LGBTQ pride flag and trans pride flag crossed together.", "description": "The rainbow flag is a symbol of lesbian, gay, bisexual, transgender (LGBT) and queer pride and LGBT social movements. The transgender flag is a light blue, pink and white pentacolour pride flag representing the transgender community, organizations, and individuals. The cross flags represent LGBTQs and trans are helping each other. In fact that at the last 1.5 day of the place the /r/placepride and /r/transplace cooperate together to draw new image and defend the attack.", "website": "", "subreddit": "/t/transplace", "center": [524.5, 474.5], "path": [[513.5, 460.5], [499.5, 474.5], [508.5, 483.5], [520.5, 474.5], [508.5, 492.5], [524.5, 480.5], [533.5, 492.5], [537.5, 490.5], [526.5, 475.5], [529.5, 473.5], [538.5, 482.5], [549.5, 472.5], [535.5, 459.5], [525.5, 472.5], [525.5, 471.5]]},
{"id": "txqi4m", "submitted_by": "greese1", "name": "Central Alliance Logo", "description": "the logo for the central alliance", "website": "", "subreddit": "/r/place_CentralAlliance", "center": [584.5, 1051.5], "path": [[579.5, 1046.5], [579.5, 1056.5], [589.5, 1056.5], [589.5, 1046.5], [579.5, 1046.5]]},
{"id": "txqf0w", "submitted_by": "ALENT_212", "name": "Merluso ", "description": "former tarkov youtuber now video game opinion youtuber", "website": "http://linktr.ee/merluso", "subreddit": "/r/Merluso", "center": [1390.5, 1956.5], "path": [[1382.5, 1949.5], [1382.5, 1963.5], [1397.5, 1963.5], [1397.5, 1949.5]]},
{"id": "txqexh", "submitted_by": "WonderWhyImOdd", "name": "N of NAO", "description": "NAO is a shortened version of Nesibe Ayd\u0131n Schools(Okullar\u0131) which first started as special classes alongside normal schools and turned into a college in 2014, the school is in Turkey", "website": "", "subreddit": "", "center": [858.5, 965.5], "path": [[855.5, 962.5], [861.5, 962.5], [861.5, 968.5], [855.5, 968.5]]},
@ -7085,7 +7023,7 @@
{"id": "ty09kc", "submitted_by": "Dartasg", "name": "Sodapoppin's Mascot", "description": "Twitch Streamer Sodapoppin's Purple Cat Mascot holding a Polish Flag and with a banner saying Polska Gurom in honor of his deal with the Polish community of becoming an honorary polish person in exchange for drawing real estate in their flag and consequent protection of his creation.", "website": "", "subreddit": "r/sodapoppin/", "center": [739.5, 183.5], "path": [[722.5, 223.5], [728.5, 225.5], [731.5, 210.5], [734.5, 212.5], [733.5, 228.5], [738.5, 227.5], [739.5, 215.5], [743.5, 214.5], [743.5, 225.5], [746.5, 227.5], [747.5, 226.5], [746.5, 220.5], [748.5, 219.5], [748.5, 224.5], [753.5, 224.5], [758.5, 211.5], [768.5, 219.5], [759.5, 230.5], [760.5, 233.5], [765.5, 237.5], [775.5, 223.5], [774.5, 214.5], [769.5, 207.5], [763.5, 201.5], [754.5, 182.5], [753.5, 170.5], [746.5, 175.5], [739.5, 158.5], [759.5, 161.5], [780.5, 178.5], [781.5, 164.5], [762.5, 146.5], [742.5, 139.5], [731.5, 138.5], [715.5, 145.5], [694.5, 159.5], [704.5, 170.5], [716.5, 160.5], [737.5, 157.5], [733.5, 175.5], [726.5, 169.5], [723.5, 170.5], [725.5, 187.5], [723.5, 197.5], [713.5, 183.5], [696.5, 197.5], [702.5, 201.5], [702.5, 209.5], [707.5, 212.5], [715.5, 204.5], [724.5, 215.5], [722.5, 223.5]]},
{"id": "ty08vm", "submitted_by": "edj99", "name": "Mozip", "description": "This is a piece of art called the Mozip logo made by /u/HelloimTjorven, ally of the Hello Internet community.", "website": "https://www.youtube.com/channel/UCjLyTVq01Lbfw-hPh9xyDPw", "subreddit": "/r/mozip", "center": [85.5, 797.5], "path": [[80.5, 792.5], [89.5, 792.5], [89.5, 801.5], [80.5, 801.5], [80.5, 792.5]]},
{"id": "ty08he", "submitted_by": "miss_mytea", "name": "El uriel", "description": "El uriel AKA urigod is a popular mexican streamer who is known for beign member of La one coin crew and along his friends he makes funny videos is also known for streaming and dressing up as a clown", "website": "[https://www.youtube.com/c/ElUriel](https://www.youtube.com/c/ElUriel)", "subreddit": "", "center": [1968.5, 955.5], "path": [[1935.5, 919.5], [1935.5, 991.5], [2000.5, 993.5], [2000.5, 918.5]]},
{"id": "ty07gt", "submitted_by": "ravfall20onTwitch", "name": "Purple Hearts (Twitch Streamer community)", "description": "This logo represents a Discord community of small Spanish-speaking Twitch streamers, including RavFall20, Fau2official, Spinrecord, mexicanwolfuwu, and wildpawscreations. Thanks to everyone who helped put it together.", "website": "", "subreddit": "", "center": [756.5, 1819.5], "path": [[754.5, 1817.5], [758.5, 1817.5], [758.5, 1821.5], [754.5, 1821.5]]},
{"id": "ty07gt", "submitted_by": "chocomint1", "name": "Playdate Heart", "description": "A purple heart built by the Playdate community. The purple references the accent colour often used in Playdate branding, most notably its protective cover.", "website": "https://play.date/", "subreddit": "r/playdateConsole", "center": [756.5, 1819.5], "path": [[754.5, 1817.5], [758.5, 1817.5], [758.5, 1821.5], [754.5, 1821.5]]},
{"id": "ty04hr", "submitted_by": "ShadowthePast", "name": "Spelunky Guy", "description": "The character played in the 2009 freeware game Spelunky Classic, where the player explores a procedurally generated cave filled with traps and treasure. He would later appear as an unlockable character in Spelunky 2.", "website": "", "subreddit": "/r/spelunky", "center": [1982.5, 1127.5], "path": [[1976.5, 1120.5], [1976.5, 1133.5], [1985.5, 1134.5], [1989.5, 1129.5], [1987.5, 1120.5]]},
{"id": "ty026a", "submitted_by": "SGTTP", "name": "Together we survive alliance", "description": "Two subreddits and a little steve teamed up to protect this land from being griefed until the end (we met some cool new people, thanks r/place)", "website": "https://muppetsman.itch.io/steve-goes-to-the-park", "subreddit": "r/Nichijou & r/Avali", "center": [1442.5, 1267.5], "path": [[1387.5, 1243.5], [1449.5, 1243.5], [1450.5, 1246.5], [1458.5, 1246.5], [1458.5, 1250.5], [1459.5, 1250.5], [1459.5, 1258.5], [1459.5, 1260.5], [1476.5, 1260.5], [1477.5, 1302.5], [1446.5, 1302.5], [1446.5, 1261.5], [1387.5, 1261.5], [1387.5, 1249.5], [1387.5, 1243.5]]},
{"id": "ty01ie", "submitted_by": "Colabyte", "name": "ppClown", "description": "A ppClown representing how much Tubbo has been clowned from both Chat_ and Jammers", "website": "", "subreddit": "", "center": [1703.5, 155.5], "path": [[1705.5, 159.5], [1705.5, 158.5], [1700.5, 158.5], [1700.5, 159.5], [1700.5, 158.5], [1699.5, 158.5], [1699.5, 153.5], [1700.5, 153.5], [1701.5, 152.5], [1701.5, 151.5], [1703.5, 151.5], [1703.5, 152.5], [1705.5, 152.5], [1705.5, 153.5], [1706.5, 153.5], [1706.5, 158.5]]},
@ -7096,7 +7034,7 @@
{"id": "txzw80", "submitted_by": "edj99", "name": "Watermelon", "description": "Originally created by another group unaffiliated with Hello Internet, but was later embraced by the community. After the original creators abandoned the watermelon, it was maintained by u/nixame until it was voted the \"Unofficial Unofficial Official fruit of Hello Internet\" by the Hello Internet discord community and became a part of the Hello Internet /r/place template.", "website": "", "subreddit": "/r/HelloInternet", "center": [85.5, 822.5], "path": [[80.5, 817.5], [89.5, 817.5], [89.5, 826.5], [80.5, 826.5], [80.5, 817.5]]},
{"id": "txzvuh", "submitted_by": "Mayyones", "name": "Spamton Angel", "description": "A mini angel form of the character Spamton from DELTARUNE, a game created by Toby Fox. He can appear once and heal you if you press F1 in Spamton battle.", "website": "", "subreddit": "/r/deltarune", "center": [1791.5, 178.5], "path": [[1784.5, 172.5], [1784.5, 173.5], [1783.5, 173.5], [1783.5, 177.5], [1779.5, 177.5], [1779.5, 178.5], [1780.5, 178.5], [1780.5, 179.5], [1783.5, 179.5], [1783.5, 180.5], [1784.5, 180.5], [1784.5, 181.5], [1785.5, 181.5], [1785.5, 183.5], [1786.5, 183.5], [1786.5, 184.5], [1797.5, 184.5], [1797.5, 185.5], [1798.5, 185.5], [1800.5, 183.5], [1801.5, 183.5], [1801.5, 182.5], [1800.5, 182.5], [1800.5, 180.5], [1798.5, 180.5], [1800.5, 178.5], [1800.5, 177.5], [1801.5, 177.5], [1800.5, 175.5], [1800.5, 174.5], [1795.5, 174.5], [1795.5, 172.5], [1789.5, 172.5]]},
{"id": "txzv0t", "submitted_by": "NeoCipher790", "name": "Little Light", "description": "A number of pixels were placed in memory of a little light, a brother, who passed away one week before The Witch Queen expansion. His light faded too early, may he rest in peace and be remembered here.", "website": "", "subreddit": "", "center": [451.5, 990.5], "path": [[450.5, 991.5], [452.5, 991.5], [452.5, 989.5], [450.5, 989.5], [450.5, 991.5]]},
{"id": "txzuzv", "submitted_by": "AyakariReddit", "name": "The H00D Animals", "description": "4 friends are portrayed here as simplified animals. Those being: A red bird in the top left, a raccoon in the top right, a sheep in the bottom left and a frog in the bottom right", "website": "", "subreddit": "r/TheH00D", "center": [1770.5, 423.5], "path": [[1767.5, 421.5], [1767.5, 425.5], [1772.5, 425.5], [1772.5, 421.5], [1767.5, 421.5]]},
{"id": "txzuzv", "submitted_by": "AyakariReddit", "name": "The H00D Animals", "description": "4 friends are portrayed here as simplified animals. Those being: A red bird in the top left, a raccoon in the top right, a sheep in the bottom right and a frog in the bottom left", "website": "", "subreddit": "r/TheH00D", "center": [1770.5, 423.5], "path": [[1767.5, 421.5], [1767.5, 425.5], [1772.5, 425.5], [1772.5, 421.5], [1767.5, 421.5]]},
{"id": "txzud6", "submitted_by": "ToastedCroissant_", "name": "Jack Manifold", "description": "The face of Twitch streamer and YouTuber Jack Manifold in his clown makeup. Jack inadvertently started the war with the French after the placement of his trademark 3D glasses on miscellaneous faces was mistaken for French griefers by XQC.", "website": "https://www.twitch.tv/jackmanifoldtv", "subreddit": "/r/JackManifold", "center": [1967.5, 954.5], "path": [[1999.5, 991.5], [1935.5, 991.5], [1935.5, 918.5], [2000.5, 918.5]]},
{"id": "txzryh", "submitted_by": "Hattitekten", "name": "Former Vault Boy", "description": "Sole survival of the Fallout Community.\n\nWar. War never changes.\nIn the year 2022, the second day of r/place , my father was placed on the canvas, wondering whether he would go down in history with random art he had never seen before. He never got his wish when Turkey and The Tortoise Trainer ended our place with dropping themself on r/place.\n\nOur community awaited its end; instead, something miraculous happened. The canvas doubled in size once again, opening up nearly limitless space of possibilities. I was able to place myself in a forgotten place while others were busy fighting over the new land.\n\nPeople enjoyed luxuries once thought the realm of culture. Flags, fucking cars and among us. But then, on the last day, people awoke from the dream.\n\nDays of consumption lead to shortages of every major resource. The entire world unraveled. Colored pixels became a distant memory. It is now the last hour of r/place. We stand on the brink of total war, and I am afraid. For myself, for my community, for random art that I have never seen before \u2013 because if my time on r/place taught me one thing: it\u2019s that war, war never changes.\n", "website": "", "subreddit": "r/Fallout", "center": [1903.5, 246.5], "path": [[1904.5, 242.5], [1904.5, 250.5], [1902.5, 250.5], [1902.5, 242.5]]},
{"id": "txzr9s", "submitted_by": "edj99", "name": "Sir Martyn Poliakoff", "description": "Celebrated chemistry researcher and professor at the University of Nottingham.\nAlso notable as the narrator of over 600 episodes of The Periodic Table of Videos, a series produced by Dr. Brady Haran of YouTube and podcast fame.", "website": "https://www.nottingham.ac.uk/chemistry/people/martyn.poliakoff", "subreddit": "", "center": [92.5, 823.5], "path": [[89.5, 825.5], [94.5, 825.5], [94.5, 820.5], [89.5, 820.5], [89.5, 825.5]]},
@ -7150,13 +7088,11 @@
{"id": "txyuov", "submitted_by": "Starriilite", "name": "Miraculous Ladybug", "description": "Small pixel chibi of Ladybug from the cartoon show, Miraculous: Tales of Ladybug and Cat Noir.", "website": "", "subreddit": "", "center": [1887.5, 1015.5], "path": [[1882.5, 1007.5], [1891.5, 1007.5], [1891.5, 1008.5], [1892.5, 1009.5], [1892.5, 1013.5], [1893.5, 1013.5], [1894.5, 1015.5], [1893.5, 1016.5], [1892.5, 1016.5], [1892.5, 1020.5], [1891.5, 1021.5], [1890.5, 1021.5], [1890.5, 1023.5], [1889.5, 1023.5], [1889.5, 1024.5], [1884.5, 1024.5], [1884.5, 1023.5], [1883.5, 1023.5], [1883.5, 1021.5], [1882.5, 1021.5], [1882.5, 1020.5], [1881.5, 1020.5], [1881.5, 1018.5], [1882.5, 1018.5], [1882.5, 1017.5], [1883.5, 1017.5], [1883.5, 1016.5], [1879.5, 1016.5], [1879.5, 1013.5], [1881.5, 1013.5], [1881.5, 1008.5], [1883.5, 1008.5], [1891.5, 1007.5]]},
{"id": "txyukw", "submitted_by": "targetbuddy", "name": "Hunter's Mark (Bloodborne)", "description": "A consumable item in the game Bloodborne, as well as a symbol that appears in various places in the game.", "website": "https://bloodborne.fandom.com/wiki/Hunter%27s_Mark", "subreddit": "r/bloodborne", "center": [1408.5, 64.5], "path": [[1408.5, 74.5], [1401.5, 66.5], [1401.5, 64.5], [1401.5, 65.5], [1406.5, 60.5], [1406.5, 51.5], [1409.5, 51.5], [1409.5, 60.5], [1414.5, 65.5], [1414.5, 66.5], [1413.5, 67.5], [1412.5, 69.5], [1409.5, 72.5], [1409.5, 74.5], [1408.5, 74.5]]},
{"id": "txyufp", "submitted_by": "ostensacken", "name": "Enron logo", "description": "Logo of the American energy company, which collapsed in 2005 after a severe accounting scandal.", "website": "", "subreddit": "r/atrioc", "center": [1830.5, 192.5], "path": [[1822.5, 192.5], [1822.5, 190.5], [1823.5, 190.5], [1823.5, 189.5], [1824.5, 189.5], [1824.5, 188.5], [1825.5, 188.5], [1825.5, 187.5], [1826.5, 187.5], [1826.5, 186.5], [1827.5, 186.5], [1827.5, 185.5], [1828.5, 185.5], [1828.5, 184.5], [1829.5, 184.5], [1829.5, 183.5], [1830.5, 183.5], [1831.5, 184.5], [1832.5, 184.5], [1832.5, 185.5], [1833.5, 185.5], [1833.5, 186.5], [1834.5, 186.5], [1834.5, 187.5], [1835.5, 187.5], [1835.5, 188.5], [1836.5, 188.5], [1836.5, 189.5], [1837.5, 189.5], [1837.5, 190.5], [1838.5, 190.5], [1838.5, 191.5], [1839.5, 191.5], [1839.5, 194.5], [1838.5, 194.5], [1838.5, 195.5], [1837.5, 195.5], [1837.5, 196.5], [1836.5, 196.5], [1836.5, 197.5], [1835.5, 197.5], [1835.5, 198.5], [1834.5, 198.5], [1834.5, 199.5], [1833.5, 199.5], [1833.5, 200.5], [1832.5, 200.5], [1832.5, 201.5], [1830.5, 201.5], [1830.5, 200.5], [1829.5, 200.5], [1829.5, 199.5], [1828.5, 199.5], [1828.5, 198.5], [1827.5, 198.5], [1827.5, 197.5], [1826.5, 197.5], [1826.5, 196.5], [1825.5, 196.5], [1825.5, 195.5], [1824.5, 195.5], [1824.5, 194.5], [1823.5, 194.5], [1823.5, 194.5], [1823.5, 193.5], [1822.5, 193.5]]},
{"id": "txyt8i", "submitted_by": "Starriilite", "name": "VR Chat Logo", "description": "Smaller version of the VRChat Logo - Online platform where people socialize via virtual reality.", "website": "", "subreddit": "", "center": [1989.5, 1033.5], "path": [[1999.5, 1022.5], [1978.5, 1022.5], [1978.5, 1043.5], [1999.5, 1043.5], [1999.5, 1027.5], [1999.5, 1022.5]]},
{"id": "txysr4", "submitted_by": "NewVegasResident", "name": "Alexander/Pot Friend", "description": "The lasting product of an early battle between the streamers Mizkif and xQc, Potfriend was given to the Elden Ring community in an act of good faith, making it the second creation on r/place to represent the game.\nAlexander's creation marked an end to the small scuffle over this area between bronies and various streamers. \nThe Elden Ring community decided to seize this opportunity and took it upon itself to secure, maintain, and embelish the precious friend.\nFunnily enough, this would go on to be one of the only surviving contributions from the warmongering streamer.", "website": "", "subreddit": "r/eldenring", "center": [261.5, 435.5], "path": [[223.5, 420.5], [223.5, 450.5], [299.5, 450.5], [299.5, 420.5], [223.5, 420.5]]},
{"id": "txys9b", "submitted_by": "DogDog54321", "name": "Chomptonic", "description": "Chomptonic, alternatively known as Chompworks: A game development group on Roblox", "website": "https://www.roblox.com/groups/10845609/Chomptonic", "subreddit": "", "center": [612.5, 1590.5], "path": [[606.5, 1583.5], [606.5, 1596.5], [617.5, 1596.5], [617.5, 1583.5]]},
{"id": "txyry3", "submitted_by": "ducki17", "name": "Second duck chain", "description": "Started with 4 ducks in a chain where 2 of them turned into penguins", "website": "", "subreddit": "r/duck_place", "center": [1214.5, 827.5], "path": [[1200.5, 828.5], [1201.5, 828.5], [1201.5, 824.5], [1206.5, 824.5], [1206.5, 828.5], [1208.5, 828.5], [1208.5, 824.5], [1213.5, 824.5], [1213.5, 828.5], [1215.5, 828.5], [1215.5, 824.5], [1220.5, 824.5], [1220.5, 828.5], [1222.5, 828.5], [1222.5, 824.5], [1227.5, 824.5], [1227.5, 828.5], [1228.5, 828.5], [1227.5, 828.5], [1227.5, 829.5], [1222.5, 829.5], [1222.5, 828.5], [1220.5, 828.5], [1220.5, 829.5], [1215.5, 829.5], [1215.5, 828.5], [1213.5, 828.5], [1213.5, 829.5], [1208.5, 829.5], [1208.5, 828.5], [1206.5, 828.5], [1206.5, 829.5], [1201.5, 829.5], [1201.5, 828.5], [1200.5, 828.5]]},
{"id": "txyqpk", "submitted_by": "ostensacken", "name": "Metis flag", "description": "Flag of the Metis people of Canada", "website": "", "subreddit": "r/canada", "center": [1816.5, 876.5], "path": [[1812.5, 873.5], [1812.5, 878.5], [1820.5, 878.5], [1820.5, 873.5]]},
{"id": "txyq6d", "submitted_by": "Colabyte", "name": "Chatterino Logo", "description": "Chatterino is a application that allows twitch users to have multiple chats open at once. It is most used for Twitch offline communities.", "website": "https://chatterino.com/", "subreddit": "", "center": [731.5, 1361.5], "path": [[735.5, 1363.5], [735.5, 1359.5], [734.5, 1359.5], [734.5, 1358.5], [733.5, 1358.5], [733.5, 1357.5], [730.5, 1357.5], [730.5, 1358.5], [729.5, 1358.5], [729.5, 1359.5], [728.5, 1359.5], [728.5, 1364.5], [730.5, 1364.5], [730.5, 1365.5], [733.5, 1365.5], [733.5, 1364.5], [734.5, 1364.5], [734.5, 1363.5]]},
{"id": "txyq4t", "submitted_by": "urmd_avdol", "name": "Ryan goldfish monument", "description": "His wife cheated on him", "website": "", "subreddit": "", "center": [1390.5, 532.5], "path": [[1413.5, 511.5], [1362.5, 507.5], [1359.5, 521.5], [1369.5, 545.5], [1381.5, 556.5], [1390.5, 559.5], [1395.5, 555.5], [1425.5, 554.5], [1424.5, 541.5], [1406.5, 541.5], [1414.5, 513.5], [1406.5, 511.5]]},
{"id": "txypia", "submitted_by": "ostensacken", "name": "Medicine wheel", "description": "A medicine wheel, in use by indigenous communities of Canada for generations.", "website": "", "subreddit": "r/canada", "center": [1826.5, 874.5], "path": [[1822.5, 873.5], [1822.5, 876.5], [1823.5, 876.5], [1823.5, 877.5], [1824.5, 878.5], [1827.5, 878.5], [1828.5, 877.5], [1829.5, 876.5], [1829.5, 873.5], [1828.5, 872.5], [1827.5, 871.5], [1824.5, 871.5], [1823.5, 872.5]]},
{"id": "txyov8", "submitted_by": "GalaDev", "name": "GalaDev", "description": "Game developer", "website": "https://www.youtube.com/channel/UCfR7ZyhEsnCv9qEOxlm-zVA", "subreddit": "", "center": [0.5, 0.5], "path": []},
{"id": "txyo0o", "submitted_by": "NewVegasResident", "name": "The Elden Ring", "description": "The first contribution to r/place by the Elden Ring community.\nDepiction of the Elden Ring on its iconic black background with the message \"you died\" next to it.\nThe often quoted \"Git Gud\" written beside the name would mark the first of many collaborations with the Hollow Knight community, a chance alliance that would go on to be reflected in both groups future pieces.\nOne of the earliest creations on the first canvas, it stood the test of time with minimal damage during the 4 day long \"art war\".", "website": "", "subreddit": "r/eldenring", "center": [201.5, 416.5], "path": [[175.5, 385.5], [175.5, 450.5], [225.5, 450.5], [225.5, 399.5], [225.5, 398.5], [228.5, 395.5], [236.5, 395.5], [239.5, 392.5], [239.5, 388.5], [237.5, 386.5], [237.5, 385.5], [175.5, 385.5]]},
@ -7164,7 +7100,6 @@
{"id": "txyn3t", "submitted_by": "GILAY_", "name": "u/GILAY_'s and his GF place", "description": "I always thought drawing something by myself was hopeless. But tried anyway, near the end, to find a little blank space without too much activity. I didn't really know what to do at first, and started making a pink square, that turned into a little head. I told my GF to help me, and she started making flowers and a big Mushroom. \nIn the end it wasn't much, and didn't really mean anything other than i love my GF :)", "website": "", "subreddit": "", "center": [1850.5, 1440.5], "path": [[1845.5, 1430.5], [1845.5, 1449.5], [1855.5, 1446.5], [1858.5, 1442.5], [1858.5, 1440.5], [1855.5, 1440.5], [1853.5, 1441.5], [1854.5, 1430.5], [1851.5, 1432.5], [1848.5, 1432.5], [1847.5, 1430.5]]},
{"id": "txykkv", "submitted_by": "WorkedData48", "name": "r/Terraria Full Pixel Art", "description": "During one of ChippyGamings streams, we took this little plot of land and turned it into a nice little terraria mural for the last bits of r/place\nA lot of terraria artwork Like the bunnies spread around the canvas, was also organized in the discord server, which you can feel free to join at\nhttps://discord.gg/terraria", "website": "https://www.reddit.com/r/Terraria/", "subreddit": "/r/Terraria", "center": [399.5, 1900.5], "path": [[381.5, 1914.5], [379.5, 1881.5], [419.5, 1883.5], [417.5, 1919.5], [382.5, 1917.5]]},
{"id": "txyjv0", "submitted_by": "Cale111", "name": "Blue Haired Character", "description": "This character, created by u/Cale111, is, unfortunately, still missing a name even after almost a year of existence. She was mostly placed down by one person, but a group of people making artwork in the area, named 'The Quadrant' helped on occasion, also including the template in their overlay. Some personal friends also helped in the creation of the final location near the end of the event. She was rebuilt from scratch 7 times and moved 4 times, before ultimately being destroyed by the polish flag minutes before the end of r/place. Despite this, the creator still believes it was a major accomplishment, and thanks everyone that helped.", "website": "https://cale111.com", "subreddit": "", "center": [1699.5, 556.5], "path": [[1696.5, 552.5], [1702.5, 552.5], [1702.5, 553.5], [1703.5, 553.5], [1703.5, 560.5], [1695.5, 560.5], [1695.5, 553.5], [1696.5, 553.5], [1696.5, 552.5]]},
{"id": "txyiv2", "submitted_by": "Joey5729", "name": "University of Maryland at College Park", "description": "The logo for the University System of Maryland's flagship campus.", "website": "https://umd.edu/", "subreddit": "/r/UMD", "center": [242.5, 25.5], "path": [[235.5, 16.5], [235.5, 33.5], [249.5, 33.5], [249.5, 16.5]]},
{"id": "txyh78", "submitted_by": "Marster772", "name": "Pico8", "description": "This is the logo of the fantasy console pico8", "website": "https://www.lexaloffle.com/pico-8.php", "subreddit": "r/pico8", "center": [104.5, 692.5], "path": [[102.5, 692.5], [104.5, 690.5], [106.5, 692.5], [104.5, 694.5]]},
{"id": "txyg2c", "submitted_by": "SpartaYoshi", "name": "Lone Seagull", "description": "Small seagull created by a group of a dozen random users, including youtuber SpartaYoshi, that would later unite to form The Seagull Coalition.\nFive seagulls would be made in total, relocating due to nukes from streamers like Hasanabi, or other communities taking over.", "website": "", "subreddit": "", "center": [861.5, 1878.5], "path": [[865.5, 1875.5], [865.5, 1879.5], [864.5, 1880.5], [863.5, 1881.5], [862.5, 1881.5], [862.5, 1882.5], [855.5, 1882.5], [855.5, 1881.5], [854.5, 1880.5], [854.5, 1878.5], [855.5, 1878.5], [856.5, 1877.5], [858.5, 1877.5], [858.5, 1876.5], [861.5, 1876.5], [861.5, 1873.5], [862.5, 1872.5], [864.5, 1872.5], [865.5, 1873.5], [866.5, 1873.5], [867.5, 1874.5], [866.5, 1875.5], [865.5, 1875.5], [864.5, 1876.5]]},
{"id": "txye3o", "submitted_by": "Oso_ruso33", "name": "The Canary Islands flag", "description": "This is the Canary Islands flag", "website": "", "subreddit": "", "center": [981.5, 281.5], "path": [[980.5, 278.5], [979.5, 278.5], [978.5, 279.5], [977.5, 280.5], [977.5, 281.5], [977.5, 282.5], [978.5, 283.5], [979.5, 284.5], [980.5, 285.5], [981.5, 286.5], [982.5, 285.5], [983.5, 284.5], [984.5, 283.5], [985.5, 282.5], [985.5, 281.5], [985.5, 280.5], [984.5, 279.5], [983.5, 278.5], [982.5, 278.5], [981.5, 279.5], [980.5, 278.5], [979.5, 278.5]]},
@ -7177,7 +7112,6 @@
{"id": "txy9e0", "submitted_by": "moisesremoto", "name": "Pink Slime", "description": "An attempt at making a pink slime from the game Slime Rancher, was being built just a few minutes before the global whiteout by a small group of people.", "website": "https://discord.gg/AUhE7rHy", "subreddit": "", "center": [487.5, 1153.5], "path": [[490.5, 1159.5], [484.5, 1159.5], [481.5, 1156.5], [481.5, 1150.5], [488.5, 1145.5], [493.5, 1150.5], [492.5, 1156.5]]},
{"id": "txy98e", "submitted_by": "ChaseADuck", "name": "Pizza", "description": "Just a cute little pizza!", "website": "", "subreddit": "", "center": [1595.5, 788.5], "path": [[1597.5, 793.5], [1593.5, 793.5], [1591.5, 791.5], [1590.5, 790.5], [1590.5, 786.5], [1593.5, 783.5], [1597.5, 783.5], [1600.5, 786.5], [1600.5, 790.5], [1597.5, 793.5], [1593.5, 793.5]]},
{"id": "txy8ej", "submitted_by": "mapmanmakerforawhile", "name": "Homestuck Text", "description": "Throughout the entirety of r/place, several people vandalized the HOMESTUCK text to spell out various different things\u2014 ranging from Homos Fuck to Homes Cock", "website": "", "subreddit": "", "center": [244.5, 130.5], "path": [[226.5, 129.5], [261.5, 129.5], [261.5, 131.5], [226.5, 131.5], [226.5, 129.5]]},
{"id": "txy7io", "submitted_by": "ChaseADuck", "name": "The Red Square", "description": "A huge red square inspired by the Chase's Storm Discord server", "website": "", "subreddit": "", "center": [1666.5, 785.5], "path": [[1625.5, 781.5], [1625.5, 798.5], [1699.5, 800.5], [1699.5, 780.5], [1694.5, 775.5], [1692.5, 772.5], [1691.5, 768.5], [1691.5, 766.5], [1656.5, 766.5], [1656.5, 781.5], [1625.5, 781.5], [1625.5, 781.5]]},
{"id": "txy7h0", "submitted_by": "galados0", "name": "Slimebo Skin", "description": "A small community minecraft plugin developer. 'Slimebo's minecraft skin created and upset by nexlevl", "website": "", "subreddit": "/r/CursedExcerium", "center": [482.5, 1672.5], "path": [[485.5, 1674.5], [485.5, 1668.5], [479.5, 1668.5], [479.5, 1675.5], [485.5, 1675.5]]},
{"id": "txy6vw", "submitted_by": "chfsac", "name": "u/Bitstained's Goblin", "description": "A lone goblin represented by a lone man. Was erased and rebuilt several times, and finally settled here, with Proller's little dude acting as his noble steed.", "website": "https://www.reddit.com/user/Bitstained/", "subreddit": "", "center": [169.5, 293.5], "path": [[166.5, 290.5], [166.5, 294.5], [167.5, 294.5], [167.5, 297.5], [169.5, 297.5], [169.5, 296.5], [169.5, 297.5], [171.5, 297.5], [171.5, 294.5], [172.5, 294.5], [172.5, 290.5], [170.5, 290.5], [170.5, 291.5], [168.5, 291.5], [168.5, 290.5]]},
{"id": "txy64o", "submitted_by": "sbdunklord", "name": "Jules", "description": "Jules, a 17 year old gym rat that will be immortalized on art forever, Owner of Infury.", "website": "[infuryfitness.com](https://infuryfitness.com)", "subreddit": "", "center": [1720.5, 1125.5], "path": [[1711.5, 1122.5], [1711.5, 1130.5], [1729.5, 1129.5], [1730.5, 1121.5], [1711.5, 1121.5]]},
@ -7328,7 +7262,7 @@
{"id": "ty46tb", "submitted_by": "gwestside", "name": "JuL", "description": "Hand gesture commonly associated to the French rapper JuL.", "website": "", "subreddit": "", "center": [190.5, 1522.5], "path": [[189.5, 1533.5], [181.5, 1533.5], [181.5, 1528.5], [181.5, 1527.5], [180.5, 1527.5], [180.5, 1526.5], [179.5, 1526.5], [179.5, 1525.5], [178.5, 1525.5], [178.5, 1523.5], [177.5, 1523.5], [177.5, 1521.5], [176.5, 1521.5], [176.5, 1519.5], [175.5, 1519.5], [175.5, 1518.5], [176.5, 1518.5], [176.5, 1517.5], [179.5, 1517.5], [179.5, 1509.5], [185.5, 1509.5], [185.5, 1517.5], [186.5, 1517.5], [186.5, 1518.5], [187.5, 1518.5], [187.5, 1519.5], [194.5, 1519.5], [194.5, 1518.5], [195.5, 1518.5], [196.5, 1518.5], [196.5, 1511.5], [197.5, 1511.5], [197.5, 1509.5], [201.5, 1509.5], [201.5, 1510.5], [202.5, 1510.5], [202.5, 1517.5], [205.5, 1517.5], [205.5, 1518.5], [206.5, 1518.5], [206.5, 1519.5], [205.5, 1519.5], [205.5, 1520.5], [205.5, 1522.5], [204.5, 1522.5], [204.5, 1523.5], [203.5, 1523.5], [203.5, 1524.5], [203.5, 1526.5], [203.5, 1525.5], [202.5, 1525.5], [201.5, 1525.5], [201.5, 1526.5], [201.5, 1527.5], [202.5, 1527.5], [201.5, 1528.5], [200.5, 1528.5], [200.5, 1533.5], [193.5, 1533.5], [193.5, 1532.5], [192.5, 1532.5], [192.5, 1528.5], [193.5, 1528.5], [193.5, 1527.5], [193.5, 1526.5], [192.5, 1526.5], [192.5, 1525.5], [189.5, 1525.5], [192.5, 1525.5], [189.5, 1525.5], [189.5, 1533.5], [184.5, 1528.5]]},
{"id": "ty464x", "submitted_by": "AnonymousRandPerson", "name": "Black pawn", "description": "A type of chess piece. Pawns move forward one space at a time (or two if they haven't moved yet), but can only capture other pieces diagonally. A pawn can be promoted to another piece upon reaching the opposite side of the board.", "website": "https://en.wikipedia.org/wiki/Pawn_(chess)", "subreddit": "/r/AnarchyChess", "center": [141.5, 653.5], "path": [[140.5, 647.5], [137.5, 650.5], [137.5, 654.5], [136.5, 655.5], [136.5, 656.5], [139.5, 659.5], [142.5, 659.5], [145.5, 656.5], [145.5, 655.5], [144.5, 654.5], [144.5, 650.5], [141.5, 647.5]]},
{"id": "ty460i", "submitted_by": "halcyondays-", "name": "Chimarr\u00e3o", "description": "Chimarr\u00e3o is traditional South American infused drink made with dried leaves of erva-mate. It is popular in the southern region of Brazil, as well in Uruguay and Argentina where it is called mate.", "website": "", "subreddit": "/r/brasil", "center": [1129.5, 575.5], "path": [[1126.5, 573.5], [1126.5, 578.5], [1131.5, 578.5], [1133.5, 576.5], [1133.5, 572.5], [1126.5, 572.5]]},
{"id": "ty45qo", "submitted_by": "supapizamin", "name": "8 button repeated 3 times", "description": "From the game THE STANLEY PARABLE DEMO (HD REMIX) where you could press the 8 button over and over", "website": "Stanleyparable.com", "subreddit": "/r/stanleyparable", "center": [538.5, 509.5], "path": [[528.5, 506.5], [554.5, 515.5], [529.5, 514.5], [552.5, 507.5], [529.5, 507.5], [529.5, 514.5], [531.5, 514.5], [536.5, 514.5], [540.5, 514.5], [542.5, 515.5], [547.5, 515.5], [549.5, 514.5], [551.5, 514.5], [552.5, 514.5], [552.5, 513.5], [552.5, 511.5], [552.5, 510.5], [552.5, 508.5], [553.5, 505.5], [555.5, 515.5], [555.5, 505.5], [527.5, 505.5], [527.5, 514.5], [536.5, 513.5], [538.5, 514.5], [541.5, 514.5], [542.5, 514.5], [542.5, 513.5], [543.5, 513.5], [545.5, 513.5], [546.5, 513.5], [546.5, 514.5], [547.5, 514.5], [547.5, 513.5], [548.5, 514.5], [549.5, 514.5], [549.5, 514.5], [546.5, 514.5], [545.5, 514.5], [546.5, 514.5], [544.5, 514.5], [543.5, 514.5], [542.5, 514.5], [541.5, 514.5], [540.5, 514.5], [539.5, 514.5], [537.5, 514.5], [554.5, 506.5], [555.5, 508.5], [554.5, 512.5], [554.5, 513.5], [554.5, 514.5], [551.5, 509.5]]},
{"id": "ty45qo", "submitted_by": "supapizamin", "name": "8 buttons", "description": "From the demo game 'The Stanley Parable: HD Remix' where you could press the 8 button over and over.", "website": "https://stanleyparable.com/", "subreddit": "/r/stanleyparable", "center": [541.5, 510.5], "path": [[527.5, 505.5], [554.5, 505.5], [554.5, 514.5], [527.5, 514.5]]},
{"id": "ty45mm", "submitted_by": "fall3n4ngel", "name": "SykSus", "description": "SykSus is a subscriber emote from Twitch streamer Sykkuno. Unlike other artworks referencing the streamer Sykkuno, this artwork is the only one that was built live on stream by Sykkuno's viewer while being coordinated by Sykkuno himself.\n\nVOD: https://www.twitch.tv/videos/1446446738?t=00h59m20s", "website": "https://twitch.tv/sykkuno", "subreddit": "", "center": [1182.5, 1312.5], "path": [[1164.5, 1295.5], [1164.5, 1329.5], [1199.5, 1329.5], [1199.5, 1295.5], [1164.5, 1295.5]]},
{"id": "ty45g4", "submitted_by": "AnonymousRandPerson", "name": "White pawn", "description": "A type of chess piece. Pawns move forward one space at a time (or two if they haven't moved yet), but can only capture other pieces diagonally. A pawn can be promoted to another piece upon reaching the opposite side of the board.", "website": "https://en.wikipedia.org/wiki/Pawn_(chess)", "subreddit": "/r/AnarchyChess", "center": [153.5, 654.5], "path": [[153.5, 647.5], [150.5, 650.5], [150.5, 654.5], [149.5, 655.5], [149.5, 656.5], [152.5, 659.5], [155.5, 659.5], [158.5, 656.5], [158.5, 655.5], [157.5, 654.5], [157.5, 653.5], [156.5, 652.5], [156.5, 649.5], [154.5, 647.5], [153.5, 647.5]]},
{"id": "ty44ku", "submitted_by": "MassiveOutlaw", "name": "2020 MLS Cup Champions", "description": "Columbus Crew", "website": "", "subreddit": "/r/themassive", "center": [577.5, 1380.5], "path": [[567.5, 1366.5], [568.5, 1394.5], [586.5, 1394.5], [588.5, 1367.5]]},

View file

@ -126,6 +126,7 @@ <h1 id="title">The 2022 /r/place Atlas</h1>
<option value="alphaDesc">↑ Alphabetical</option>
<option value="newest">Newest</option>
<option value="oldest">Oldest</option>
<option value="area">Area</option>
</select>
</div>
</div>
@ -172,10 +173,6 @@ <h1 id="title">The 2022 /r/place Atlas</h1>
<p>Click anywhere on the image to start drawing a shape.
When you're happy with the result, click the "Finish" button above or press the Enter key.</p>
<p>You can then add more information about your object.</p>
<div style="background-color:#666; padding:20px">
<p><b>Warning</b></p>
<p><b>DO NOT</b> include the character <b>"</b> (quotation marks) in your submission. It will not be approved.</p>
</div><br>
<div style="background-color:#7289DA; padding:20px">
<p><b>Need Help?</b></p>
<b>You can ask for help on our discord server <a href="https://discord.gg/pJkm23b2nA">here</a>!</b><br>
@ -189,11 +186,12 @@ <h1 id="title">The 2022 /r/place Atlas</h1>
<div id="exportOverlay" class="overlay">
<div id="exportWindow">
<div style="background-color:#666; padding:5px">
<p><b>Warning</b></p>
<p><b>DO NOT</b> include the character <b>"</b> (quotation marks) in your submission. It will not be approved.</p>
</div>
<p><b>Recommended:</b> Post directly after clicking this button. Don't forget to flair it with the "New Entry" tag. </p>
<p>Please copy the text below and submit it as a<br>
new text post to <a target="_blank" href="https://www.reddit.com/r/placeAtlas2/">/r/placeAtlas2</a> on Reddit.</p>
<p>I will then check it and add it to the atlas.</p>
<textarea cols="50" rows="5" id="exportString"></textarea>
<div style="display:flex; flex-direction:column;align-items:center">
<a href="_blank" id="exportDirectPost">Post Direct to Reddit</a>
</div>