atlas/web/_js/atlas.js
2022-04-05 11:53:11 +03:00

596 lines
226 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
========================================================================
The /r/place Atlas
An Atlas of Reddit's /r/place, with information to each
artwork of the canvas provided by the community.
Copyright (C) 2017 Roland Rytz <roland@draemm.li>
Licensed under the GNU Affero General Public License Version 3
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
For more information, see:
http://place-atlas.stefanocoding.me/license.txt
========================================================================
*/
window.addEventListener("error", function (e) {
console.log(e);
var errorMessage = "<p class=\"error\">An error has occurred:</p>";
errorMessage += "<p class=\"errorBody\">" + e.message + "</p>";
errorMessage += "<p class=\"errorBody\">on line " + e.lineno + "</p>";
errorMessage += "<p class=\"error\">If this keeps happening, feel free to send me a <a href=\"mailto:roland.rytz@gmail.com\">mail</a>.</p>";
document.getElementById("loadingContent").innerHTML = errorMessage;
});
function pointIsInPolygon (point, polygon) {
// ray-casting algorithm based on
// http://www.ecse.rpi.edu/Homepages/wrf/Research/Short_Notes/pnpoly.html
var x = point[0], y = point[1];
var inside = false;
for (var i = 0, j = polygon.length - 1; i < polygon.length; j = i++) {
var xi = polygon[i][0], yi = polygon[i][1];
var xj = polygon[j][0], yj = polygon[j][1];
var intersect = ((yi > y) != (yj > y))
&& (x < (xj - xi) * (y - yi) / (yj - yi) + xi);
if (intersect) inside = !inside;
}
return inside;
};
var atlas = [
{"id":0,"name":"Pinewood Logo/Rubix cube (Destroyed)","description":"Originally the logo for the Roblox group Pinewood Builders, the logo transformed into a game of tic tac toe, and then a Rubix cube. It was destroyed after being invaded by Iran","website":"https://pinewoodbuilders.reddit.com/","subreddit":"r/PinewoodBuilders","center":[39.5,279.5],"path":[[22.5,295.5],[23.5,274.5],[35.5,262.5],[55.5,262.5],[55.5,283.5],[43.5,295.5]]},
{"id":1,"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":2,"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":3,"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":4,"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]]},
{"id":5,"name":"She-Ra Corner","description":"A miniature pixel art of the Sword of Protection, the signature weapon of Adora aka She-Ra, protagonist of the 2018 Netflix series She-Ra and the Princesses of Power.\n\nThe text underneath the sword spells out \"She-Ra\".","website":"https://www.netflix.com/title/80179762","subreddit":"/r/PrincessesOfPower","center":[1347.5,416.5],"path":[[1334.5,409.5],[1360.5,409.5],[1360.5,422.5],[1334.5,422.5]]},
{"id":6,"name":"2b2t logo","description":"The logo of 2b2t.org, the oldest anarchy server in Minecraft. (r/2b2t)","website":"","subreddit":"r/2b2tplace","center":[936.5,451.5],"path":[[912.5,421.5],[912.5,481.5],[960.5,481.5],[960.5,421.5]]},
{"id":7,"name":"Fancade","description":"The fancade logo, a mobile game with a built in game engine.","website":"www.fancade.com","subreddit":"r/fancade","center":[90.5,696.5],"path":[[72.5,690.5],[108.5,690.5],[108.5,701.5],[79.5,702.5],[75.5,702.5],[72.5,703.5],[73.5,690.5]]},
{"id":8,"name":"NotITG","description":"Stepmania fork for modcharts","website":"https://noti.tg/","subreddit":"","center":[1198.5,58.5],"path":[[1179.5,60.5],[1183.5,56.5],[1180.5,53.5],[1183.5,50.5],[1184.5,49.5],[1213.5,49.5],[1213.5,63.5],[1215.5,63.5],[1215.5,68.5],[1212.5,68.5],[1212.5,67.5],[1195.5,67.5],[1195.5,64.5],[1183.5,64.5]]},
{"id":9,"name":"Firey","description":"A pixel version of the bfdi character, Firey","website":"https://bfdi.tv","subreddit":"r/battlefordreamisland","center":[620.5,876.5],"path":[[631.5,866.5],[609.5,866.5],[609.5,885.5],[630.5,886.5]]},
{"id":10,"name":"r/DeepRockGalactic","description":"Deep Rock Galactic is a 1-4 player co-op FPS featuring badass space Dwarves, 100% destructible environments, procedurally-generated caves, and endless hordes of alien monsters.","website":"https://www.deeprockgalactic.com/","subreddit":"r/DeepRockGalactic","center":[208.5,285.5],"path":[[175.5,262.5],[241.5,262.5],[241.5,308.5],[175.5,308.5],[175.5,262.5]]},
{"id":11,"name":"FIRST Robotics competition logo","description":"Highschool robotics competition. ","website":"","subreddit":"r/FRC","center":[1750.5,259.5],"path":[[1727.5,249.5],[1754.5,249.5],[1754.5,253.5],[1768.5,253.5],[1768.5,249.5],[1772.5,249.5],[1772.5,269.5],[1738.5,269.5],[1738.5,262.5],[1727.5,262.5],[1727.5,249.5]]},
{"id":12,"name":"Starwars","description":"Poster art for 'Star Wars Episode IV: A New Hope', done by the redditors at starwars_place. Heavy battles fought against among us, and only once briefly disappearing to XQC, before being reinstated.","website":"","subreddit":"/r/starwars_place/","center":[621.5,771.5],"path":[[571.5,698.5],[671.5,698.5],[671.5,844.5],[570.5,843.5]]},
{"id":13,"name":"Cang","description":"It's quite literally just cang.","website":"","subreddit":"","center":[1960.5,328.5],"path":[[1954.5,322.5],[1954.5,333.5],[1966.5,333.5],[1966.5,322.5],[1954.5,322.5]]},
{"id":14,"name":"Avicii Tribute","description":"The logo of the Swedish DJ and EDM artist Avicii, who was born on 8 September 1989 and died on 20 April 2018. The creation was part of a collaboration with r/Avicii and r/Place_Nordicunion.","website":"https://discord.gg/9zTbdMSUea","subreddit":"r/Avicii","center":[757.5,81.5],"path":[[740.5,91.5],[773.5,91.5],[773.5,71.5],[740.5,71.5],[740.5,91.5]]},
{"id":15,"name":"Burdurland Logo","description":"Logo of subreddit r/burdurland","website":"","subreddit":"r/burdurland","center":[965.5,44.5],"path":[[999.5,0.5],[999.5,87.5],[930.5,87.5],[930.5,0.5]]},
{"id":16,"name":"Trackmania","description":"Original/previous logo of the arcade racing game series Trackmania.","website":"https://www.trackmania.com","subreddit":"r/trackmania","center":[411.5,749.5],"path":[[373.5,740.5],[448.5,740.5],[448.5,757.5],[373.5,757.5],[373.5,740.5]]},
{"id":17,"name":"Czech flag with pixelarts","description":"Czech flag made by the community of r/czech.\nWith pixelarts from Czech culture.","website":"","subreddit":"/r/czech","center":[1266.5,205.5],"path":[[1206.5,161.5],[1206.5,248.5],[1324.5,249.5],[1326.5,161.5]]},
{"id":18,"name":"Duck Game duck wearing a Jetpack","description":"A lovely character from a multiplayer action-platformer game made by Landon Podbielski.","website":"http://store.steampowered.com/app/312530","subreddit":"r/duckgame","center":[1723.5,139.5],"path":[[1730.5,128.5],[1730.5,150.5],[1716.5,150.5],[1716.5,128.5]]},
{"id":19,"name":"Pou (Mobile Game)","description":"Pou was a Top 1 downloaded game on Google Play for several years straight soon post-release. In it, player would take care of a vitual pet, feeding it, buying medicine and playing minigames.","website":"https://play.google.com/store/apps/details?id=me.pou.app&gl=us","subreddit":"","center":[1545.5,495.5],"path":[[1500.5,447.5],[1590.5,447.5],[1590.5,542.5],[1500.5,545.5],[1500.5,447.5]]},
{"id":20,"name":"Statue of Saint Wenceslas","description":"A Statue of Saint Wenceslas, patron of the Czech state, located at Wenceslas Square in Prague, Czech Republic.","website":"","subreddit":"r/czech","center":[1231.5,226.5],"path":[[1208.5,248.5],[1251.5,249.5],[1246.5,244.5],[1250.5,236.5],[1244.5,232.5],[1247.5,227.5],[1250.5,228.5],[1257.5,223.5],[1256.5,217.5],[1247.5,211.5],[1240.5,214.5],[1238.5,217.5],[1233.5,210.5],[1237.5,181.5],[1233.5,181.5],[1232.5,187.5],[1223.5,189.5],[1228.5,196.5],[1231.5,196.5],[1231.5,201.5],[1225.5,201.5],[1226.5,219.5],[1217.5,220.5],[1209.5,222.5],[1208.5,231.5],[1213.5,231.5],[1211.5,240.5]]},
{"id":21,"name":"Jerma985","description":"Jerma is long time streamer and a retired YouTuber. Most of the time he's streaming games from various eras, but he's most famous for these special, semi-scripted streams, like playing archeologist on real excavation site, holiday streams or creating Jerma Dollhouse.","website":"https://jerma-lore.fandom.com/wiki/Jerma985","subreddit":"","center":[114.5,977.5],"path":[[92.5,955.5],[135.5,955.5],[135.5,999.5],[92.5,999.5]]},
{"id":22,"name":"United Kingdom","description":"The Union Jack, featuring pixel art of (right to left) the Palace of Westminster and Big Ben (often defaced with a phallus), a teapot and mug, Saint Piran's Flag (Cornwall), The Cross of Saint Patrick (Ireland), the Welsh Flag, the Scottish Saltire, and the logo of the National Health Service","website":"","subreddit":"r/ukplace","center":[635.5,516.5],"path":[[569.5,476.5],[571.5,557.5],[701.5,557.5],[701.5,476.5],[701.5,476.5],[701.5,476.5],[701.5,476.5],[700.5,476.5]]},
{"id":23,"name":"BFDI Bubble and Leafy","description":"Leafy and Bubble from \"Battle For Dream Island\" standing on Yoyleland.","website":"https://www.youtube.com/watch?v=YQa2-DY7Y_Q&list=PL24C8378F296DB656&ab_channel=jacknjellify","subreddit":"r/BattleForDreamIsland","center":[1575.5,54.5],"path":[[1561.5,42.5],[1562.5,67.5],[1588.5,67.5],[1588.5,42.5]]},
{"id":24,"name":"OSU","description":"Place tiles for the rhythm game Osu! ","website":"https://www.reddit.com/r/osuplace/","subreddit":"r/osuplace","center":[727.5,726.5],"path":[[695.5,691.5],[710.5,682.5],[730.5,679.5],[751.5,685.5],[765.5,696.5],[773.5,716.5],[775.5,733.5],[768.5,752.5],[758.5,764.5],[746.5,769.5],[728.5,774.5],[707.5,769.5],[693.5,760.5],[683.5,746.5],[678.5,732.5],[681.5,711.5],[692.5,694.5]]},
{"id":25,"name":"Northeastern University","description":"Northeastern University Husky and Initials. Coordinated using discord : https://www.reddit.com/r/NEU/comments/tt7dhj/rplace_northeastern_discord/","website":"https://www.reddit.com/r/NEU/","subreddit":"r/NEU","center":[221.5,707.5],"path":[[185.5,699.5],[258.5,699.5],[258.5,714.5],[183.5,714.5],[184.5,698.5]]},
{"id":26,"name":"GNU/Linux","description":"Icon for various nix distributions and a large Tux Penguin ","website":"https://www.reddit.com/r/placetux/","subreddit":"r/placetux","center":[46.5,722.5],"path":[[20.5,679.5],[71.5,679.5],[71.5,764.5],[20.5,765.5],[21.5,680.5]]},
{"id":27,"name":"Club Penguin","description":"A blue penguin from the MMO videogame Club Penguin, which officially closed in March 2017.","website":"","subreddit":"/r/clubpenguin","center":[1884.5,159.5],"path":[[1887.5,141.5],[1881.5,141.5],[1880.5,142.5],[1879.5,142.5],[1879.5,144.5],[1878.5,145.5],[1877.5,145.5],[1877.5,151.5],[1876.5,151.5],[1876.5,152.5],[1876.5,152.5],[1875.5,153.5],[1875.5,154.5],[1874.5,155.5],[1874.5,156.5],[1873.5,157.5],[1872.5,158.5],[1872.5,159.5],[1871.5,160.5],[1871.5,161.5],[1871.5,162.5],[1871.5,165.5],[1871.5,166.5],[1872.5,167.5],[1873.5,166.5],[1874.5,165.5],[1875.5,164.5],[1875.5,165.5],[1875.5,167.5],[1876.5,168.5],[1877.5,169.5],[1875.5,169.5],[1875.5,170.5],[1875.5,171.5],[1874.5,171.5],[1874.5,174.5],[1879.5,174.5],[1880.5,173.5],[1881.5,172.5],[1882.5,173.5],[1883.5,174.5],[1884.5,173.5],[1885.5,172.5],[1886.5,172.5],[1886.5,173.5],[1887.5,173.5],[1887.5,174.5],[1893.5,174.5],[1893.5,173.5],[1892.5,172.5],[1892.5,171.5],[1891.5,170.5],[1891.5,169.5],[1890.5,169.5],[1891.5,168.5],[1892.5,168.5],[1892.5,164.5],[1893.5,165.5],[1893.5,166.5],[1894.5,166.5],[1894.5,167.5],[1896.5,167.5],[1896.5,160.5],[1895.5,159.5],[1895.5,156.5],[1894.5,155.5],[1893.5,154.5],[1893.5,153.5],[1892.5,152.5],[1891.5,151.5],[1891.5,149.5],[1890.5,148.5],[1890.5,145.5],[1889.5,144.5],[1889.5,143.5],[1888.5,142.5]]},
{"id":28,"name":"Among Us crewmate","description":"Among Us is a game released in 2018 that gained wide recognition during 2020. \"Large\" crewmates on the canvas often are edited with obscene details, while the small variants transparently populate other drawings.","website":"https://store.steampowered.com/app/945360/Among_Us/","subreddit":"","center":[1366.5,409.5],"path":[[1339.5,383.5],[1339.5,368.5],[1341.5,364.5],[1348.5,358.5],[1355.5,353.5],[1362.5,351.5],[1375.5,350.5],[1384.5,351.5],[1392.5,355.5],[1397.5,362.5],[1400.5,367.5],[1402.5,373.5],[1400.5,456.5],[1389.5,467.5],[1385.5,468.5],[1379.5,460.5],[1366.5,460.5],[1359.5,470.5],[1355.5,471.5],[1352.5,471.5],[1348.5,470.5],[1340.5,459.5],[1339.5,439.5],[1338.5,427.5],[1330.5,427.5],[1322.5,420.5],[1322.5,395.5],[1322.5,389.5],[1329.5,384.5]]},
{"id":29,"name":"American Flag","description":"The american flag","website":"","subreddit":"","center":[390.5,488.5],"path":[[299.5,448.5],[481.5,449.5],[481.5,527.5],[299.5,528.5],[299.5,487.5]]},
{"id":30,"name":"Flag of East Turkestan","description":"The historical flag of the Turkic Islamic Republic of East Turkestan, currently used by Uyghur activists","website":"","subreddit":"","center":[978.5,454.5],"path":[[965.5,442.5],[991.5,442.5],[991.5,464.5],[991.5,465.5],[965.5,465.5]]},
{"id":31,"name":"Flag of Turkey","description":"Flag of Turkey with the silhouette of Istanbul","website":"","subreddit":"r/turkey","center":[390.5,396.5],"path":[[300.5,344.5],[479.5,344.5],[479.5,448.5],[300.5,448.5],[300.5,344.5]]},
{"id":32,"name":"Atatürk's Portrait","description":"Mustafa Kemal Atatürk, founder of Turkey","website":"","subreddit":"r/turkey","center":[1052.5,60.5],"path":[[1001.5,1.5],[1103.5,1.5],[1103.5,119.5],[1001.5,119.5]]},
{"id":33,"name":"Moka pot","description":"An Italian traditional coffee maker.","website":"","subreddit":"","center":[833.5,391.5],"path":[[815.5,406.5],[850.5,406.5],[850.5,376.5],[815.5,376.5]]},
{"id":34,"name":"Toki Pona (ma nanpa wan)","description":"The first site decorated by the toki pona community. Toki pona is a minimalist constructed language by Sonja Lang (jan Sonja).","website":"https://tokipona.org/","subreddit":"r/tokipona/","center":[763.5,345.5],"path":[[740.5,330.5],[786.5,330.5],[786.5,360.5],[740.5,360.5]]},
{"id":35,"name":"civbr :happysperm:/:squirtyay:","description":"The :squirtyay:/:happysperm: emote built by the r/civbattleroyale and associated communities","website":"","subreddit":"r/civbattleroyale","center":[718.5,369.5],"path":[[707.5,360.5],[724.5,360.5],[730.5,366.5],[730.5,374.5],[725.5,380.5],[718.5,380.5],[714.5,377.5],[707.5,376.5],[707.5,376.5],[707.5,360.5]]},
{"id":36,"name":"Java","description":"The Java Logo","website":"","subreddit":"","center":[1220.5,875.5],"path":[[1215.5,870.5],[1224.5,870.5],[1224.5,879.5],[1215.5,879.5]]},
{"id":37,"name":"Tally Hall Logo","description":"This is the logo of the band \"tally hall\". Above it, in the trans pride flag, is the character \"ally hall\", a joint project between the two groups. ","website":"https://www.tallyhall.com","subreddit":"/r/tallyhall","center":[769.5,495.5],"path":[[754.5,477.5],[754.5,521.5],[763.5,521.5],[763.5,507.5],[786.5,507.5],[786.5,477.5],[773.5,477.5]]},
{"id":38,"name":"clint stevens","description":"profile picture of clint stevens, a speedrunner twitch's streamer","website":"https://www.twitch.tv/clintstevens","subreddit":"r/ClintStevens","center":[1727.5,899.5],"path":[[1717.5,889.5],[1736.5,889.5],[1736.5,909.5],[1717.5,909.5]]},
{"id":39,"name":"Encanto Butterfly","description":"Butterfly from the Disney animated movie Encanto.","website":"","subreddit":"","center":[1924.5,275.5],"path":[[1918.5,270.5],[1918.5,281.5],[1927.5,281.5],[1933.5,270.5],[1918.5,270.5]]},
{"id":40,"name":"Outer wilds Patch","description":"the main logo for the game outer wilds, it's content is animated to emulate a supernovae","website":"","subreddit":"r/outerwilds","center":[367.5,948.5],"path":[[347.5,959.5],[388.5,959.5],[389.5,958.5],[389.5,955.5],[368.5,925.5],[367.5,925.5],[346.5,955.5],[346.5,958.5],[347.5,959.5],[371.5,954.5],[346.5,955.5]]},
{"id":41,"name":"Amulet of Yendor","description":"A powerful artifact representing the Pixel Dungeon community.","website":"https://pixeldungeon.fandom.com/wiki/Amulet_of_Yendor","subreddit":"/r/PixelDungeon","center":[698.5,368.5],"path":[[689.5,361.5],[689.5,361.5],[689.5,361.5],[707.5,361.5],[707.5,375.5],[689.5,375.5],[689.5,368.5]]},
{"id":42,"name":"Hatchling and scout","description":"main character of the game Outer Wilds","website":"","subreddit":"r/outerwilds","center":[389.5,934.5],"path":[[384.5,944.5],[391.5,944.5],[391.5,942.5],[390.5,942.5],[390.5,938.5],[392.5,938.5],[393.5,939.5],[395.5,940.5],[395.5,941.5],[396.5,942.5],[395.5,943.5],[395.5,944.5],[397.5,944.5],[397.5,943.5],[398.5,942.5],[399.5,942.5],[400.5,943.5],[400.5,944.5],[402.5,944.5],[402.5,943.5],[401.5,942.5],[402.5,941.5],[402.5,939.5],[400.5,937.5],[399.5,937.5],[399.5,935.5],[400.5,935.5],[399.5,934.5],[398.5,935.5],[399.5,936.5],[399.5,937.5],[397.5,937.5],[395.5,939.5],[394.5,938.5],[394.5,935.5],[391.5,930.5],[391.5,923.5],[388.5,921.5],[385.5,921.5],[384.5,923.5],[383.5,923.5],[382.5,922.5],[381.5,923.5],[382.5,925.5],[383.5,928.5],[383.5,930.5],[380.5,935.5],[380.5,938.5],[381.5,939.5],[384.5,938.5],[384.5,944.5]]},
{"id":43,"name":"Corridor Crew Logo","description":"Logo from the Corridor youtube channel, a group of vfx artist.","website":"https://www.youtube.com/c/corridorcrew","subreddit":"r/Corridor","center":[121.5,94.5],"path":[[121.5,87.5],[114.5,93.5],[121.5,101.5],[128.5,94.5]]},
{"id":44,"name":"OptiFine logo","description":"The logo of the Minecraft performance mod, OptiFine","website":"https://www.optifine.net/","subreddit":"r/Optifine","center":[810.5,671.5],"path":[[804.5,665.5],[815.5,665.5],[815.5,677.5],[804.5,677.5]]},
{"id":45,"name":"Baltic states","description":"A map of the three Baltic states: Estonia, Latvia, and Lithuania.","website":"","subreddit":"","center":[1925.5,139.5],"path":[[1954.5,100.5],[1955.5,162.5],[1949.5,161.5],[1949.5,176.5],[1937.5,176.5],[1937.5,182.5],[1902.5,181.5],[1902.5,174.5],[1897.5,174.5],[1897.5,100.5]]},
{"id":46,"name":"The Elder Scrolls V: Skyrim","description":"The logo for the fifth Elder Scrolls game, Skyrim.","website":"","subreddit":"r/skyrim","center":[1984.5,257.5],"path":[[1969.5,238.5],[1999.5,238.5],[1999.5,276.5],[1969.5,276.5]]},
{"id":47,"name":"Moon Lord (Terraria)","description":"Pixel art of the Moon Lord, the final boss from the game Terraria.","website":"","subreddit":"r/Terraria","center":[1773.5,359.5],"path":[[1793.5,402.5],[1785.5,404.5],[1780.5,409.5],[1781.5,411.5],[1777.5,415.5],[1772.5,415.5],[1768.5,412.5],[1765.5,404.5],[1757.5,402.5],[1754.5,379.5],[1738.5,402.5],[1731.5,402.5],[1722.5,387.5],[1720.5,357.5],[1708.5,336.5],[1713.5,328.5],[1723.5,322.5],[1733.5,325.5],[1741.5,340.5],[1731.5,355.5],[1732.5,368.5],[1737.5,363.5],[1739.5,354.5],[1749.5,346.5],[1757.5,345.5],[1754.5,319.5],[1758.5,306.5],[1770.5,301.5],[1788.5,304.5],[1795.5,319.5],[1792.5,333.5],[1791.5,344.5],[1810.5,352.5],[1812.5,365.5],[1817.5,368.5],[1819.5,356.5],[1809.5,338.5],[1813.5,336.5],[1820.5,327.5],[1828.5,325.5],[1835.5,331.5],[1839.5,337.5],[1837.5,344.5],[1829.5,358.5],[1825.5,392.5],[1817.5,402.5],[1807.5,396.5],[1795.5,378.5]]},
{"id":48,"name":"Chessboard","description":"","website":"","subreddit":"","center":[1668.5,99.5],"path":[[1615.5,47.5],[1720.5,47.5],[1720.5,151.5],[1615.5,150.5]]},
{"id":49,"name":"Half-Life 3","description":"The logo for the, sadly nonexistent, third entry in the Half-Life series of first-person shooters by Valve.","website":"","subreddit":"r/HalfLife","center":[774.5,193.5],"path":[[766.5,185.5],[782.5,185.5],[782.5,200.5],[766.5,200.5]]},
{"id":50,"name":"Mass Effect","description":"Mass Effect is a series of third-person science fiction role-playing games developed by BioWare.","website":"","subreddit":"r/masseffect","center":[822.5,992.5],"path":[[842.5,999.5],[801.5,999.5],[801.5,984.5],[842.5,984.5]]},
{"id":51,"name":"Mass relay","description":"A mass relay, a form of FTL travel, from Mass Effect.","website":"","subreddit":"r/masseffect","center":[835.5,981.5],"path":[[841.5,978.5],[830.5,978.5],[827.5,981.5],[830.5,984.5],[842.5,984.5],[842.5,978.5]]},
{"id":52,"name":"Tali'Zorah","description":"A popular NPC from the Mass Effect series.","website":"","subreddit":"r/masseffect","center":[823.5,973.5],"path":[[819.5,964.5],[828.5,964.5],[828.5,978.5],[826.5,983.5],[818.5,983.5],[818.5,964.5]]},
{"id":53,"name":"Rec Room","description":"Rec Room is a virtual reality, online video game with an integrated game creation system developed and published by Rec Room Inc.","website":"https://recroom.com","subreddit":"/r/recroom","center":[398.5,991.5],"path":[[393.5,1000.5],[403.5,999.5],[403.5,982.5],[394.5,982.5],[394.5,987.5],[393.5,987.5],[393.5,989.5]]},
{"id":54,"name":"Smiling Friends","description":"Smiling Friends is an animated television series created by Zach Hadel and Michael Cusack for Cartoon Network's night-time programming block Adult Swim - Wiki","website":"https://www.reddit.com/r/SmilingFriends/","subreddit":"/r/SmilingFriends/","center":[531.5,927.5],"path":[[513.5,900.5],[548.5,900.5],[548.5,954.5],[514.5,953.5]]},
{"id":55,"name":"Mikio Fujioka Tribute","description":"A star in tribute to Mikio Fujioka, a guitarist of BABYMETAL's backing band the KAMI band - who sadly passed away in 2018","website":"https://www.babymetal.com/en/","subreddit":"r/BABYMETAL","center":[1124.5,482.5],"path":[[1120.5,478.5],[1120.5,486.5],[1128.5,486.5],[1128.5,481.5],[1125.5,481.5],[1125.5,478.5]]},
{"id":56,"name":"Tintin and his dog.","description":"The Tintin comic series originated in Belgium and is represented on the flag.","website":"","subreddit":"","center":[308.5,596.5],"path":[[322.5,580.5],[322.5,613.5],[291.5,612.5],[296.5,579.5],[299.5,579.5]]},
{"id":57,"name":"Queen Margrethe The 2nd","description":"A picture of her royal highness the Danish queen Margrethe the 2nd smoking","website":"","subreddit":"","center":[472.5,259.5],"path":[[478.5,215.5],[484.5,215.5],[484.5,216.5],[486.5,216.5],[486.5,217.5],[488.5,217.5],[488.5,218.5],[490.5,218.5],[490.5,219.5],[491.5,219.5],[491.5,220.5],[493.5,220.5],[493.5,221.5],[494.5,221.5],[494.5,222.5],[495.5,222.5],[495.5,293.5],[437.5,294.5],[437.5,287.5],[448.5,277.5],[449.5,275.5],[449.5,272.5],[448.5,271.5],[448.5,269.5],[448.5,266.5],[448.5,265.5],[447.5,262.5],[448.5,262.5],[450.5,260.5],[449.5,258.5],[449.5,256.5],[447.5,255.5],[450.5,253.5],[453.5,249.5],[448.5,248.5],[452.5,245.5],[457.5,249.5],[458.5,247.5],[456.5,245.5],[456.5,243.5],[458.5,241.5],[459.5,240.5],[459.5,237.5],[459.5,235.5],[461.5,237.5],[463.5,235.5],[463.5,234.5],[464.5,231.5],[458.5,228.5],[459.5,225.5],[458.5,224.5],[458.5,221.5],[458.5,220.5],[463.5,220.5],[466.5,220.5],[467.5,222.5],[473.5,219.5],[474.5,219.5]]},
{"id":58,"name":"Kaj & Andrea","description":"Popular children cartoon in Denmark containing two puppets named Kaj (the frog) and Andrea (the parrot)","website":"","subreddit":"","center":[445.5,232.5],"path":[[437.5,215.5],[454.5,218.5],[457.5,222.5],[457.5,226.5],[459.5,226.5],[457.5,226.5],[457.5,228.5],[459.5,230.5],[456.5,232.5],[452.5,232.5],[453.5,234.5],[453.5,243.5],[446.5,250.5],[442.5,250.5],[441.5,248.5],[439.5,248.5],[437.5,251.5],[434.5,249.5],[435.5,245.5],[436.5,242.5],[437.5,234.5],[435.5,233.5],[435.5,226.5],[436.5,224.5],[437.5,224.5],[437.5,222.5],[434.5,221.5],[437.5,216.5]]},
{"id":59,"name":"Art Heaven","description":"Art Heaven is an art community started on discord. This is an image of our mascot, Abby!","website":"","subreddit":"r/artheaven","center":[652.5,640.5],"path":[[661.5,632.5],[661.5,647.5],[642.5,647.5],[642.5,632.5]]},
{"id":60,"name":"/r/FigureSkating","description":"","website":"","subreddit":"/r/FigureSkating","center":[277.5,975.5],"path":[[286.5,966.5],[267.5,966.5],[267.5,972.5],[268.5,972.5],[268.5,973.5],[269.5,973.5],[269.5,980.5],[268.5,980.5],[268.5,985.5],[286.5,985.5]]},
{"id":61,"name":"Hermitcraft","description":"Hermitcraft is a popular Minecraft SMP (Survival MultiPLayer), featuring many of the most popular creators","website":"https://hermitcraft.com","subreddit":"r/hermitcraft","center":[881.5,607.5],"path":[[924.5,583.5],[879.5,583.5],[879.5,590.5],[851.5,590.5],[850.5,632.5],[902.5,632.5],[902.5,616.5],[906.5,616.5],[906.5,592.5],[925.5,592.5],[925.5,583.5],[924.5,583.5]]},
{"id":62,"name":"Notte Boom Sticker","description":"The in-game emote used for Dragalia Lost mobile game featuring the character Notte.","website":"https://dragalialost.com/","subreddit":"/r/DragaliaLost","center":[197.5,49.5],"path":[[178.5,34.5],[215.5,34.5],[215.5,64.5],[178.5,64.5]]},
{"id":63,"name":"Patriotic Dragonite","description":"A Dragonite from the video game series Pokémon with its palm on its chest. It has become a symbol of spanish patriotism on many memes featuring him behind a spanish flag.","website":"","subreddit":"r/esplace","center":[983.5,300.5],"path":[[973.5,308.5],[973.5,306.5],[974.5,305.5],[974.5,303.5],[973.5,302.5],[972.5,301.5],[972.5,300.5],[972.5,299.5],[973.5,298.5],[974.5,297.5],[973.5,296.5],[973.5,295.5],[972.5,294.5],[970.5,294.5],[968.5,296.5],[967.5,295.5],[967.5,291.5],[969.5,289.5],[970.5,288.5],[970.5,286.5],[971.5,287.5],[972.5,288.5],[974.5,288.5],[975.5,287.5],[976.5,286.5],[977.5,285.5],[980.5,285.5],[981.5,286.5],[985.5,285.5],[986.5,286.5],[987.5,286.5],[988.5,285.5],[989.5,286.5],[987.5,288.5],[986.5,288.5],[985.5,287.5],[984.5,288.5],[984.5,293.5],[985.5,293.5],[987.5,293.5],[989.5,291.5],[989.5,290.5],[990.5,288.5],[991.5,287.5],[992.5,286.5],[993.5,287.5],[994.5,288.5],[995.5,289.5],[995.5,296.5],[996.5,296.5],[996.5,297.5],[995.5,297.5],[993.5,297.5],[993.5,295.5],[990.5,295.5],[989.5,296.5],[988.5,296.5],[988.5,298.5],[989.5,300.5],[989.5,301.5],[988.5,302.5],[989.5,303.5],[992.5,303.5],[992.5,302.5],[991.5,301.5],[991.5,301.5],[991.5,298.5],[994.5,298.5],[995.5,299.5],[995.5,300.5],[997.5,300.5],[997.5,301.5],[998.5,301.5],[998.5,305.5],[997.5,306.5],[996.5,306.5],[995.5,307.5],[990.5,311.5],[990.5,312.5],[989.5,313.5],[989.5,314.5],[985.5,318.5],[983.5,318.5],[982.5,317.5],[982.5,316.5],[983.5,315.5],[983.5,313.5],[982.5,312.5],[981.5,311.5],[980.5,312.5],[980.5,313.5],[977.5,313.5],[977.5,314.5],[975.5,316.5],[973.5,316.5],[972.5,315.5],[972.5,314.5],[973.5,313.5],[974.5,312.5],[974.5,311.5],[973.5,310.5],[973.5,308.5]]},
{"id":64,"name":"Shane Keith Warne (1969-2022)","description":"Shane Warne was an Australian cricketer. A right-arm leg spinner, he is widely regarded as one of the greatest bowlers in cricket history. Lovingly known as 'Warnie', he would forever stay immortal in the hearts of cricket fans all around the world.","website":"https://www.instagram.com/shanewarne23/?hl=en","subreddit":"","center":[311.5,267.5],"path":[[296.5,254.5],[319.5,260.5],[294.5,281.5],[294.5,273.5],[293.5,268.5],[293.5,263.5],[293.5,259.5],[293.5,256.5],[293.5,253.5],[294.5,252.5],[302.5,252.5],[306.5,252.5],[311.5,252.5],[318.5,252.5],[323.5,252.5],[330.5,252.5],[333.5,253.5],[335.5,256.5],[334.5,260.5],[334.5,264.5],[334.5,267.5],[334.5,265.5],[334.5,269.5],[334.5,271.5],[334.5,273.5],[334.5,282.5],[331.5,282.5],[328.5,282.5],[294.5,282.5],[294.5,282.5]]},
{"id":65,"name":"Mayreel (Forma de Alpaca)","description":"Mayreel from the gacha mobile game Guardian Tales in its alpaca form. She's is the god of harvest Kamael's divine beast, an alpaca with the power of grass and flowers. Usually, she tags along with Bari in her alpaca form, but she can change into human form.\n","website":"","subreddit":"r/guardiantales","center":[689.5,208.5],"path":[[688.5,194.5],[692.5,194.5],[692.5,195.5],[693.5,196.5],[693.5,199.5],[696.5,199.5],[696.5,200.5],[697.5,200.5],[697.5,203.5],[698.5,204.5],[700.5,204.5],[700.5,205.5],[701.5,205.5],[701.5,207.5],[702.5,207.5],[702.5,211.5],[701.5,211.5],[701.5,214.5],[700.5,214.5],[696.5,218.5],[695.5,219.5],[694.5,219.5],[693.5,218.5],[691.5,218.5],[690.5,219.5],[689.5,219.5],[688.5,218.5],[685.5,218.5],[684.5,219.5],[683.5,219.5],[677.5,213.5],[677.5,205.5],[682.5,199.5],[682.5,196.5],[684.5,194.5],[686.5,194.5],[686.5,195.5],[687.5,196.5],[688.5,196.5],[689.5,195.5]]},
{"id":66,"name":"Babymetal","description":"Yui Metal, Su Metal and Moa Metal of the Japanese Metal band BABYMETAL","website":"https://www.babymetal.com/en/","subreddit":"r/BABYMETAL","center":[675.5,611.5],"path":[[649.5,591.5],[701.5,591.5],[701.5,631.5],[649.5,631.5],[649.5,591.5]]},
{"id":67,"name":"Babymetal Resistance Logo","description":"Babymetal Resistance album logo/art","website":"https://www.babymetal.com/en/","subreddit":"r/BABYMETAL","center":[1141.5,470.5],"path":[[1115.5,465.5],[1125.5,465.5],[1125.5,461.5],[1161.5,461.5],[1161.5,465.5],[1167.5,465.5],[1161.5,474.5],[1157.5,474.5],[1157.5,481.5],[1149.5,481.5],[1146.5,479.5],[1142.5,478.5],[1137.5,479.5],[1133.5,481.5],[1125.5,481.5],[1125.5,476.5],[1122.5,474.5],[1118.5,470.5]]},
{"id":68,"name":"Outer Wilds: Nomai Mask","description":"Outer Wilds is an action-adventure game developed by Mobius Digital, featuring a solar system stuck in a 22-minute time loop, which ends as the sun goes supernova. This is the mask of an old, dead civilization in the solar system.","website":"https://www.mobiusdigitalgames.com/outer-wilds.html","subreddit":"/r/outerwilds","center":[1686.5,664.5],"path":[[1662.5,637.5],[1662.5,690.5],[1709.5,690.5],[1709.5,637.5]]},
{"id":69,"name":"Rubius","description":"Logo of one of the largest creators of Spanish-speaking content nicknamed \"la leyenda del gaming\" aka \"elRubius\", along with his community and the entire Spanish-speaking community, next to it the well-known bear skin that he used is his multiple minecraft series like \"Karmaland\", sigo?","website":"https://www.madkat.store/es/","subreddit":"/r/ubius/","center":[1519.5,637.5],"path":[[1487.5,623.5],[1460.5,613.5],[1577.5,613.5],[1577.5,660.5],[1460.5,660.5],[1460.5,614.5],[1487.5,622.5]]},
{"id":70,"name":"R.I.P. Michigun","description":"A memorial for famous and skilled Geometry Dash player Michigun.","website":"https://discord.gg/BcXxhV4mYn","subreddit":"r/geometrydashplace","center":[942.5,393.5],"path":[[923.5,367.5],[960.5,367.5],[960.5,418.5],[923.5,418.5]]},
{"id":71,"name":"Georgia Institute of Technology","description":"Icons and mascots of Georgia Tech.","website":"gatech.edu","subreddit":"/r/gatecg","center":[402.5,570.5],"path":[[379.5,529.5],[421.5,529.5],[420.5,608.5],[379.5,608.5],[379.5,583.5],[412.5,583.5],[412.5,549.5],[379.5,549.5]]},
{"id":72,"name":"Formula 1","description":"Logos of all 2022 Teams, the Williams-W with the addition of \"FW\" in honour of the late founder Frank Williams.\n\n\"Keep fighting Micheal\" honours Michael Schumacher who is still fighting for his life after a devastating skiing accident many years ago.\n\"JB17\" is a testiment to Jules Bianchi, who suffered a fatal accident during the 2014 Japanese Grand Prix.\n\"AH19\" is a testiment to the late Anthoine Hubert who lost his life during the 2019 Belgian Grand Prix in the Saturday race in Formula 2.","website":"","subreddit":"r/formula1","center":[510.5,796.5],"path":[[448.5,762.5],[571.5,762.5],[571.5,829.5],[448.5,829.5],[448.5,762.5]]},
{"id":73,"name":"TUHH","description":"The Name and Logo of the Hamburg University of Technology.\n\"Technische Universität Hansestadt Hamburg\"","website":"https://www.tuhh.de","subreddit":"r/TU_HH/","center":[234.5,168.5],"path":[[221.5,165.5],[245.5,165.5],[245.5,171.5],[221.5,171.5],[221.5,165.5]]},
{"id":74,"name":"Ethereum","description":"Ethereum is a block chain powering smart contracts and cryptocurrencies, including ETH itself. \nThis logo was built by a small team of only about 50 people after a smaller version south of the current location was taken over.\nIt has been rebuilt after an attack by the trees below in conjunction with the German flag, and has recently added a prism effect with a laser coming from the Loopring logo, through the ETH crystal, and splitting into a rainbow on the Immutable side.","website":"https://discord.gg/BMCdDHvNm6","subreddit":"","center":[841.5,876.5],"path":[[841.5,856.5],[854.5,877.5],[840.5,896.5],[828.5,878.5]]},
{"id":75,"name":"Destiny","description":"Gaming and politics live streamer Steven Kenneth \"Destiny\" Bonnell II","website":"https://destiny.gg","subreddit":"/r/Destiny","center":[367.5,105.5],"path":[[334.5,78.5],[399.5,78.5],[399.5,131.5],[334.5,131.5]]},
{"id":76,"name":"LTTSTORE.COM","description":"A reference to shoutouts in Linus Tech Tips videos for their own merchandise line available on LTTSTORE.COM.\nSpammers have made repeated attempts to replace two pixels of the O in .COM with orange in order to alter the text to .CUM.","website":"https://www.lttstore.com/","subreddit":"/r/LinusTechTips/","center":[83.5,771.5],"path":[[49.5,766.5],[115.5,765.5],[115.5,777.5],[49.5,776.5]]},
{"id":77,"name":"Löwenzahn","description":"A Dandelion, representing the popular German children's tv show \"Löwenzahn\"","website":"https://en.wikipedia.org/wiki/L%C3%B6wenzahn","subreddit":"","center":[517.5,850.5],"path":[[519.5,865.5],[523.5,865.5],[522.5,864.5],[522.5,863.5],[524.5,863.5],[524.5,864.5],[530.5,863.5],[528.5,861.5],[528.5,858.5],[530.5,858.5],[530.5,859.5],[531.5,859.5],[530.5,859.5],[530.5,858.5],[529.5,858.5],[529.5,856.5],[532.5,856.5],[531.5,856.5],[531.5,855.5],[531.5,854.5],[532.5,854.5],[533.5,853.5],[531.5,853.5],[531.5,851.5],[532.5,851.5],[532.5,850.5],[534.5,850.5],[535.5,849.5],[535.5,848.5],[537.5,846.5],[537.5,845.5],[537.5,846.5],[535.5,848.5],[534.5,848.5],[533.5,849.5],[532.5,849.5],[532.5,847.5],[533.5,847.5],[533.5,846.5],[534.5,846.5],[534.5,845.5],[533.5,844.5],[531.5,844.5],[530.5,845.5],[530.5,846.5],[531.5,847.5],[532.5,847.5],[532.5,849.5],[531.5,849.5],[529.5,851.5],[528.5,853.5],[528.5,854.5],[528.5,855.5],[526.5,855.5],[526.5,856.5],[524.5,856.5],[524.5,851.5],[525.5,851.5],[525.5,850.5],[526.5,850.5],[526.5,849.5],[527.5,849.5],[527.5,844.5],[529.5,844.5],[529.5,845.5],[529.5,844.5],[529.5,843.5],[530.5,843.5],[530.5,842.5],[531.5,842.5],[531.5,841.5],[532.5,841.5],[532.5,840.5],[532.5,839.5],[532.5,841.5],[530.5,841.5],[530.5,843.5],[528.5,843.5],[528.5,839.5],[529.5,839.5],[529.5,838.5],[530.5,838.5],[530.5,837.5],[531.5,837.5],[531.5,835.5],[529.5,834.5],[528.5,833.5],[528.5,834.5],[527.5,834.5],[527.5,835.5],[526.5,835.5],[526.5,836.5],[525.5,836.5],[525.5,837.5],[526.5,837.5],[526.5,838.5],[527.5,838.5],[527.5,840.5],[526.5,840.5],[526.5,843.5],[525.5,843.5],[527.5,843.5],[527.5,847.5],[526.5,847.5],[526.5,849.5],[525.5,849.5],[525.5,851.5],[523.5,851.5],[523.5,850.5],[522.5,850.5],[522.5,848.5],[523.5,848.5],[523.5,845.5],[524.5,845.5],[524.5,844.5],[525.5,844.5],[523.5,844.5],[523.5,843.5],[519.5,843.5],[519.5,841.5],[521.5,841.5],[521.5,840.5],[522.5,840.5],[522.5,839.5],[523.5,839.5],[523.5,836.5],[522.5,836.5],[522.5,834.5],[521.5,834.5],[521.5,833.5],[520.5,832.5],[518.5,832.5],[516.5,834.5],[516.5,836.5],[513.5,836.5],[513.5,834.5],[514.5,834.5],[514.5,833.5],[513.5,832.5],[511.5,832.5],[510.5,833.5],[510.5,834.5],[511.5,835.5],[512.5,836.5],[513.5,837.5],[513.5,839.5],[511.5,839.5],[511.5,838.5],[510.5,837.5],[507.5,837.5],[505.5,839.5],[505.5,841.5],[504.5,841.5],[504.5,844.5],[507.5,847.5],[509.5,847.5],[509.5,851.5],[507.5,851.5],[506.5,852.5],[508.5,852.5],[508.5,854.5],[505.5,857.5],[505.5,859.5],[503.5,859.5],[503.5,860.5],[505.5,860.5],[505.5,861.5],[507.5,861.5],[507.5,862.5],[509.5,862.5],[509.5,863.5],[508.5,864.5],[509.5,863.5],[512.5,863.5],[512.5,865.5]]},
{"id":78,"name":"The Colosseum","description":"A Roman gladiator arena, built in Rome, Italy.","website":"https://en.wikipedia.org/wiki/Colosseum","subreddit":"","center":[822.5,427.5],"path":[[790.5,404.5],[809.5,404.5],[855.5,404.5],[855.5,451.5],[789.5,450.5],[789.5,404.5]]},
{"id":79,"name":"Dante Alighieri","description":"An Italian poem, known for writing \"The Divine Commedy\"","website":"https://en.wikipedia.org/wiki/Dante_Alighieri","subreddit":"","center":[852.5,346.5],"path":[[856.5,372.5],[842.5,372.5],[842.5,324.5],[863.5,324.5],[863.5,360.5],[856.5,360.5],[856.5,371.5]]},
{"id":80,"name":"Poland","description":"Polish flag with dumplings, a bottle of vodka, Pope John Paul II, and the dog from the old Polish cartoon \"Reksio\" drawn on top of it.","website":"","subreddit":"/r/Polska","center":[585.5,359.5],"path":[[481.5,344.5],[689.5,342.5],[688.5,375.5],[480.5,376.5]]},
{"id":81,"name":"Krtek","description":"The protagonist of the infamous Czech cartoon \"Krtek\", literally meaning \"The Mole\".","website":"","subreddit":"","center":[1298.5,190.5],"path":[[1299.5,172.5],[1304.5,173.5],[1307.5,177.5],[1307.5,181.5],[1306.5,185.5],[1307.5,192.5],[1307.5,205.5],[1303.5,205.5],[1298.5,206.5],[1295.5,205.5],[1290.5,205.5],[1286.5,204.5],[1286.5,198.5],[1290.5,189.5],[1291.5,179.5],[1294.5,174.5],[1297.5,173.5]]},
{"id":82,"name":"Kentaro Miura \"Guts\" Tribute","description":"An illustration of Guts, the protagonist of the manga and anime, \"Berserk\". Seen underneath is Guts's famous \"Dragon Slayer\" sword, next to a plaque that reads \"RIP Miura\".\n\nKentaro Miura, the creator of Berserk, died May 6th, 2021. He has since had many tributes across the internet and media alike.","website":"https://en.wikipedia.org/wiki/Kentaro_Miura","subreddit":"r/Berserk","center":[642.5,241.5],"path":[[594.5,202.5],[677.5,202.5],[677.5,214.5],[682.5,219.5],[694.5,219.5],[694.5,274.5],[691.5,277.5],[596.5,277.5],[594.5,275.5]]},
{"id":83,"name":"Karlsruhe Institute of Technology (KIT)","description":"University of Karlsruhe (Germany)","website":"kit.edu","subreddit":"/r/KaIT","center":[796.5,534.5],"path":[[760.5,521.5],[760.5,547.5],[832.5,547.5],[832.5,521.5]]},
{"id":84,"name":"FUCK CARS Parking Lot","description":"Its a parking lot.\n\nAlthough i am too scared to see whats in the subreddit","website":"","subreddit":"r/fuckcars","center":[1020.5,761.5],"path":[[918.5,798.5],[917.5,721.5],[1114.5,721.5],[1114.5,722.5],[1115.5,722.5],[1115.5,723.5],[1115.5,724.5],[1116.5,724.5],[1116.5,725.5],[1117.5,725.5],[1117.5,726.5],[1118.5,726.5],[1119.5,726.5],[1119.5,727.5],[1119.5,728.5],[1120.5,728.5],[1121.5,728.5],[1121.5,729.5],[1122.5,729.5],[1122.5,801.5],[964.5,801.5],[964.5,796.5],[963.5,795.5],[962.5,793.5],[961.5,792.5],[959.5,792.5],[958.5,793.5],[957.5,794.5],[956.5,795.5],[954.5,797.5],[953.5,798.5],[952.5,799.5],[932.5,799.5],[931.5,798.5],[930.5,797.5],[929.5,796.5],[928.5,795.5],[927.5,794.5],[926.5,793.5],[925.5,792.5],[924.5,792.5],[923.5,792.5],[922.5,793.5],[921.5,794.5],[921.5,795.5],[920.5,796.5],[920.5,797.5],[919.5,798.5],[918.5,798.5]]},
{"id":85,"name":"Cave Story","description":"Cave Story, originally released as Dōkutsu Monogatari, is a 2004 Metroidvania platform-adventure game for Microsoft Windows. It was developed over five years by Japanese developer Daisuke \"Pixel\" Amaya in his free time.","website":"https://www.reddit.com/r/cavestory/","subreddit":"r/cavestory","center":[585.5,883.5],"path":[[563.5,866.5],[608.5,866.5],[607.5,901.5],[562.5,900.5]]},
{"id":86,"name":"Blender","description":"Blender Logo. Blender is a free and open-source 3D computer graphics software.","website":"https://www.blender.org/","subreddit":"r/blender","center":[127.5,105.5],"path":[[121.5,103.5],[122.5,102.5],[123.5,102.5],[124.5,100.5],[127.5,99.5],[130.5,102.5],[133.5,105.5],[133.5,107.5],[132.5,108.5],[131.5,109.5],[131.5,110.5],[130.5,111.5],[128.5,111.5],[127.5,110.5],[125.5,109.5],[123.5,108.5],[121.5,107.5],[122.5,105.5],[121.5,104.5],[121.5,102.5]]},
{"id":87,"name":"Catalonia","description":"The flag of Catalonia","website":"","subreddit":"r/Catalunya","center":[715.5,346.5],"path":[[689.5,360.5],[740.5,360.5],[740.5,332.5],[689.5,332.5]]},
{"id":88,"name":"Update TF2","description":"TF2 is seemingly been abandoned by their respective developers","website":"","subreddit":"r/tf2","center":[682.5,53.5],"path":[[657.5,35.5],[707.5,35.5],[707.5,70.5],[657.5,70.5]]},
{"id":89,"name":"Indonesian Flag","description":"Indonesian flag with indonesian archipelago and pinguin pixelart","website":"","subreddit":"r/indonesia","center":[116.5,793.5],"path":[[89.5,781.5],[143.5,781.5],[143.5,804.5],[89.5,804.5]]},
{"id":90,"name":"League of Legends Logo","description":"A logo for League of Legends, with a red filter for its background.","website":"https://www.leagueoflegends.com/en-us/","subreddit":"r/leagueoflegends","center":[731.5,228.5],"path":[[709.5,203.5],[709.5,249.5],[759.5,250.5],[747.5,205.5]]},
{"id":91,"name":"Mexico","description":"Flag of Mexico with a Mayan Pyramid","website":"","subreddit":"r/Mexico","center":[826.5,486.5],"path":[[787.5,521.5],[865.5,521.5],[865.5,451.5],[787.5,451.5]]},
{"id":92,"name":"Lego","description":"Lego logo, next to the flag of Denmark, its country of origin.","website":"","subreddit":"r/Lego","center":[664.5,331.5],"path":[[689.5,342.5],[689.5,320.5],[638.5,320.5],[638.5,342.5]]},
{"id":93,"name":"Northern Cyprus","description":"Flag of Northern Cyprus, officially the Turkish Republic of Northern Cyprus","website":"","subreddit":"","center":[1970.5,54.5],"path":[[1941.5,35.5],[1999.5,35.5],[1999.5,73.5],[1941.5,73.5]]},
{"id":94,"name":"The Great Wave off Kanagawa","description":"The Great Wave off Kanagawa, also known as The Great Wave or The Wave, is a woodblock print by the Japanese ukiyo-e artist Hokusai. It was created in 1831","website":"","subreddit":"","center":[1960.5,802.5],"path":[[1921.5,829.5],[1999.5,829.5],[1999.5,775.5],[1920.5,775.5]]},
{"id":95,"name":"ENA","description":"ENA is a animated series created by Peruvian animator Joel Guerra. It takes place in a surreal, digital world and stars the eponymous character ENA","website":"","subreddit":"r/ENA","center":[1986.5,752.5],"path":[[1972.5,730.5],[1999.5,730.5],[1999.5,775.5],[1973.5,775.5]]},
{"id":96,"name":"Big Ten West","description":"The original claims of the Big Ten Conference of college universities. Started by Purdue, and joined by Rutgers, Nebraska, Illinois, Iowa, and Penn State.","website":"","subreddit":"r/TheB1G","center":[211.5,605.5],"path":[[256.5,582.5],[256.5,629.5],[174.5,629.5],[174.5,609.5],[151.5,609.5],[154.5,601.5],[161.5,601.5],[166.5,590.5],[161.5,589.5],[163.5,582.5]]},
{"id":97,"name":"Niko from OneShot","description":"The main character \"Niko\" from the indie video game OneShot.","website":"http://www.oneshot-game.com/","subreddit":"/r/oneshot","center":[921.5,264.5],"path":[[911.5,266.5],[911.5,248.5],[933.5,248.5],[933.5,250.5],[932.5,250.5],[932.5,251.5],[931.5,251.5],[931.5,258.5],[930.5,258.5],[930.5,260.5],[932.5,260.5],[932.5,266.5],[931.5,266.5],[931.5,269.5],[929.5,269.5],[929.5,270.5],[928.5,270.5],[928.5,272.5],[932.5,272.5],[932.5,274.5],[931.5,274.5],[931.5,275.5],[930.5,275.5],[930.5,276.5],[928.5,276.5],[928.5,280.5],[927.5,280.5],[927.5,281.5],[926.5,281.5],[926.5,282.5],[925.5,282.5],[924.5,282.5],[924.5,283.5],[918.5,283.5],[918.5,282.5],[916.5,282.5],[916.5,281.5],[915.5,281.5],[915.5,280.5],[914.5,280.5],[914.5,276.5],[913.5,276.5],[913.5,274.5],[911.5,274.5],[911.5,272.5],[914.5,272.5],[914.5,269.5],[912.5,269.5],[912.5,266.5]]},
{"id":98,"name":"/r/196 Mural","description":"The mural created by the shitposting subreddit /r/196","website":"","subreddit":"/r/196","center":[208.5,664.5],"path":[[174.5,629.5],[241.5,629.5],[241.5,698.5],[174.5,698.5]]},
{"id":99,"name":"Lemon Demon","description":"The Lemon Demon logo was designed by u/iforgotmypasswordss, and was part of a joint project between r/lemondemon and r/tallyhall","website":"","subreddit":"r/lemondemon","center":[770.5,414.5],"path":[[754.5,399.5],[754.5,428.5],[786.5,428.5],[786.5,399.5]]},
{"id":100,"name":"The Inkunzi Logo","description":"The Logo for the nation rp Inkunzi, a geopolitical Nation RP on a fantasy planet. Made by CalmDownLevelUp","website":"https://www.youtube.com/watch?v=gLXxk7ZsrDM","subreddit":"r/CalmDownLevelUp","center":[1840.5,811.5],"path":[[1845.5,806.5],[1845.5,815.5],[1835.5,815.5],[1835.5,806.5]]},
{"id":101,"name":"A Practical Guide To Evil by ErraticErrata - Do Wrong Right","description":"A Practical Guide to Evil is a YA fantasy novel about a young girl named Catherine Foundling making her way through the world though, in a departure from the norm, not on the side of the heroes. Is there such a thing as doing bad things for good reasons, or is she just rationalizing her desire for control? Good and Evil are tricky concepts, and the more power you get the blurrier the lines between them become.","website":"http://practicalguidetoevil.wordpress.com/","subreddit":"/r/practicalguidetoevil","center":[947.5,531.5],"path":[[959.5,520.5],[959.5,541.5],[935.5,541.5],[935.5,520.5],[959.5,520.5]]},
{"id":102,"name":"HasanAbi Logo","description":"Twitch streamer Hasan Piker's logo/icon","website":"twitch.tv/HasanAbi","subreddit":"r/Hasan_Piker","center":[1799.5,484.5],"path":[[1849.5,429.5],[1749.5,429.5],[1749.5,539.5],[1850.5,539.5],[1849.5,539.5],[1849.5,429.5]]},
{"id":103,"name":"The Ohio State University","description":"The Ohio State University (OSU) is located in Columbus, Ohio, USA. OSU's school colors are scarlet and gray which can be seen around their famous Block O - located towards the bottom left of the artwork. The Block \"O\" together with the Buckeye nut is the logo for The Ohio State University. OSU (not to be confused with the rhythm game \"osu!\") is famous for it's rivalry with the University of Michigan with the 15-2 representing the current streak of 15 wins against UofM's 2. The Ohio flag is on the top right, representing the state of Ohio, USA. The bottom right has the famous \"Script Ohio\" - a long-time Ohio State tradition from the school's Marching Band where members of the band will form the word \"Ohio\" in script during football games. A second block \"O\" is situated next to Purdue University & Rutgers University elsewhere on r/place.","website":"https://www.osu.edu","subreddit":"r/osu","center":[1347.5,813.5],"path":[[1331.5,795.5],[1331.5,830.5],[1363.5,831.5],[1363.5,795.5],[1363.5,795.5],[1363.5,795.5]]},
{"id":104,"name":"One Piece","description":"Anime","website":"","subreddit":"r/OnePiece","center":[354.5,571.5],"path":[[330.5,528.5],[378.5,528.5],[377.5,614.5],[330.5,614.5],[330.5,614.5]]},
{"id":105,"name":"PotatoMcWhiskey","description":"The logo of Civ VI streamer PotatoMcWhiskey","website":"https://www.youtube.com/user/PotatoMcWhiskey/","subreddit":"/r/PotatoMcWhiskey","center":[1516.5,81.5],"path":[[1494.5,96.5],[1518.5,98.5],[1521.5,107.5],[1535.5,89.5],[1534.5,60.5],[1507.5,61.5],[1508.5,71.5],[1500.5,72.5],[1494.5,62.5]]},
{"id":106,"name":"Operation Gooseflight","description":"Splinter from r/canada to escape the meme of messing with the flag.","website":"","subreddit":"r/canada","center":[1816.5,908.5],"path":[[1829.5,880.5],[1829.5,934.5],[1794.5,934.5],[1793.5,931.5],[1808.5,916.5],[1808.5,912.5],[1806.5,912.5],[1806.5,879.5],[1829.5,879.5]]},
{"id":107,"name":"Critical Role","description":"Emblem of the actual-play Dungeons and Dragons series","website":"https://critrole.com/","subreddit":"r/CriticalRole","center":[526.5,977.5],"path":[[513.5,963.5],[538.5,963.5],[538.5,991.5],[513.5,991.5]]},
{"id":108,"name":"Palico","description":"An iconic character from the popular game series, Monster Hunter","website":"","subreddit":"r/MonsterHunter","center":[761.5,621.5],"path":[[748.5,608.5],[748.5,635.5],[769.5,635.5],[776.5,620.5],[776.5,608.5]]},
{"id":109,"name":"Portugal","description":"The flag of Portugal and depictions of portuguese poet Luís de Camões, Pena National Palace, celebrity Fernando Mendes, statue of Afonso Henriques (1st King of Portugal), Bridge 25th of April, and finally, a Caravel. ","website":"","subreddit":"/r/portugal","center":[984.5,336.5],"path":[[865.5,308.5],[865.5,360.5],[856.5,360.5],[856.5,371.5],[922.5,370.5],[923.5,367.5],[960.5,367.5],[960.5,360.5],[1099.5,360.5],[1109.5,352.5],[1121.5,347.5],[1121.5,325.5],[1113.5,325.5],[1113.5,313.5],[1113.5,308.5],[865.5,308.5]]},
{"id":110, "name": "Trans Pride Flag", "description": "The Trans Pride Flag, emblazoned with a variety of pixel arts.", "website": "", "subreddit": "r/transplace", "center": [ 634.5, 453.5 ], "path": [ [ 481.5, 430.5 ], [ 786.5, 430.5 ], [ 786.5, 476.5 ], [ 481.5, 475.5 ] ] },
{"id":111, "name": "Connection Lost", "description": "The \"Connection lost... Please wait - attempting to reestablish.\" message originates from RuneScape, the popular free MMORPG", "website": "", "subreddit": "", "center": [ 116.5, 17.5 ], "path": [ [ 0.5, 0.5 ], [ 231.5, 0.5 ], [ 231.5, 33.5 ], [ 0.5, 33.5 ] ] },
{"id":112, "name": "Froggy Chair", "description": "The Froggy Chair, from the Nintendo game Animal Crossing.", "website": "", "subreddit": "", "center": [ 61.5, 125.5 ], "path": [ [ 54.5, 115.5 ], [ 66.5, 113.5 ], [ 67.5, 121.5 ], [ 70.5, 125.5 ], [ 71.5, 133.5 ], [ 70.5, 134.5 ], [ 67.5, 134.5 ], [ 66.5, 131.5 ], [ 62.5, 131.5 ], [ 62.5, 136.5 ], [ 57.5, 136.5 ], [ 57.5, 133.5 ], [ 53.5, 133.5 ], [ 53.5, 126.5 ], [ 54.5, 125.5 ], [ 54.5, 115.5 ] ] },
{"id":113, "name": "The Welsh Flag", "description": "The Welsh Flag, featuring the Dragon of Cadwaladr", "website": "", "subreddit": "", "center": [ 100.5, 132.5 ], "path": [ [ 128.5, 147.5 ], [ 128.5, 118.5 ], [ 67.5, 118.5 ], [ 68.5, 120.5 ], [ 71.5, 124.5 ], [ 72.5, 133.5 ], [ 71.5, 134.5 ], [ 70.5, 135.5 ], [ 66.5, 135.5 ], [ 65.5, 132.5 ], [ 63.5, 132.5 ], [ 62.5, 136.5 ], [ 75.5, 136.5 ], [ 75.5, 146.5 ], [ 128.5, 147.5 ] ] },
{"id":114, "name": "Radiohead Crying Minotaur", "description": "The Crying Minotaur, from the cover of Radiohead's 2001 album \"Amnesiac\"", "website": "", "subreddit": "/r/radiohead", "center": [ 102.5, 554.5 ], "path": [ [ 79.5, 530.5 ], [ 124.5, 530.5 ], [ 124.5, 578.5 ], [ 79.5, 578.5 ], [ 79.5, 530.5 ] ] },
{"id":115, "name": "DFTBA", "description": "Don't Forget To Be Awesome (DFTBA), the catchphrase of YouTuber duo Vlogbrothers, and their community Nerdfightaria, held aloft by Crank the Crab.", "website": "https://nerdfighteria.com", "subreddit": "/r/nerdfighters", "center": [ 148.5, 703.5 ], "path": [ [ 135.5, 695.5 ], [ 162.5, 695.5 ], [ 164.5, 697.5 ], [ 164.5, 705.5 ], [ 162.5, 707.5 ], [ 155.5, 707.5 ], [ 152.5, 711.5 ], [ 154.5, 713.5 ], [ 154.5, 714.5 ], [ 143.5, 714.5 ], [ 143.5, 713.5 ], [ 145.5, 711.5 ], [ 143.5, 709.5 ], [ 142.5, 708.5 ], [ 142.5, 707.5 ], [ 135.5, 707.5 ], [ 133.5, 705.5 ], [ 133.5, 697.5 ], [ 135.5, 695.5 ] ] },
{"id":116, "name": "Pizza John", "description": "Pizza John, the logo/meme surrounding Pizzamas, an annual celebration by the Green Brothers (Vlogbrothers)", "website": "https://pizzamas.com/pages/what-is-this", "subreddit": "/r/nerdfighters", "center": [ 1378.5, 804.5 ], "path": [ [ 1364.5, 779.5 ], [ 1391.5, 779.5 ], [ 1391.5, 829.5 ], [ 1364.5, 829.5 ], [ 1364.5, 779.5 ] ] },
{"id":117, "name": "e621 Logo", "description": "The logo of the mature imageboard e621.net. WARNING: WEBSITE CONTAINS NSFW IMAGES", "website": "", "subreddit": "", "center": [ 1616.5, 622.5 ], "path": [ [ 1604.5, 610.5 ], [ 1630.5, 610.5 ], [ 1630.5, 619.5 ], [ 1627.5, 619.5 ], [ 1627.5, 635.5 ], [ 1604.5, 635.5 ], [ 1604.5, 610.5 ] ] },
{"id":118, "name": "Bad Dragon Logo", "description": "The logo of Bad Dragon, a manufacturer of fantasy adult toys. WARNING: WEBSITE CONTAINS NSFW CONTENT.", "website": "", "subreddit": "", "center": [ 1595.5, 628.5 ], "path": [ [ 1587.5, 620.5 ], [ 1602.5, 620.5 ], [ 1602.5, 635.5 ], [ 1587.5, 635.5 ], [ 1587.5, 620.5 ] ] },
{"id":119, "name": "r/Furry_IRL", "description": "The logo of the r/Furry_IRL subreddit, dedicated to furry memes.", "website": "", "subreddit": "/r/furry_irl", "center": [ 912.5, 92.5 ], "path": [ [ 894.5, 70.5 ], [ 929.5, 70.5 ], [ 929.5, 114.5 ], [ 894.5, 114.5 ], [ 894.5, 70.5 ] ] },
{"id":120, "name": "Greggs", "description": "The logo of Greggs, the British fast-food bakery chain.", "website": "", "subreddit": "", "center": [ 727.5, 479.5 ], "path": [ [ 702.5, 477.5 ], [ 752.5, 477.5 ], [ 752.5, 481.5 ], [ 702.5, 481.5 ], [ 702.5, 477.5 ] ] },
{"id":121, "name": "Peppy", "description": "A Pixel art image of Peppy, the creator of Osu!", "website": "https://osu.ppy.sh/", "subreddit": "/r/osugame/", "center": [ 1726.5, 736.5 ], "path": [ [ 1726.5, 672.5 ], [ 1751.5, 693.5 ], [ 1751.5, 707.5 ], [ 1743.5, 718.5 ], [ 1755.5, 726.5 ], [ 1756.5, 731.5 ], [ 1760.5, 738.5 ], [ 1760.5, 747.5 ], [ 1763.5, 753.5 ], [ 1762.5, 766.5 ], [ 1762.5, 773.5 ], [ 1756.5, 779.5 ], [ 1748.5, 779.5 ], [ 1747.5, 780.5 ], [ 1702.5, 780.5 ], [ 1701.5, 781.5 ], [ 1700.5, 781.5 ], [ 1700.5, 776.5 ], [ 1699.5, 774.5 ], [ 1697.5, 773.5 ], [ 1693.5, 773.5 ], [ 1693.5, 771.5 ], [ 1692.5, 769.5 ], [ 1691.5, 766.5 ], [ 1690.5, 763.5 ], [ 1690.5, 756.5 ], [ 1689.5, 755.5 ], [ 1689.5, 745.5 ], [ 1690.5, 744.5 ], [ 1690.5, 739.5 ], [ 1691.5, 738.5 ], [ 1691.5, 734.5 ], [ 1692.5, 730.5 ], [ 1694.5, 729.5 ], [ 1694.5, 727.5 ], [ 1695.5, 725.5 ], [ 1699.5, 721.5 ], [ 1701.5, 721.5 ], [ 1703.5, 720.5 ], [ 1706.5, 719.5 ], [ 1707.5, 718.5 ], [ 1708.5, 717.5 ], [ 1708.5, 716.5 ], [ 1707.5, 715.5 ], [ 1707.5, 712.5 ], [ 1706.5, 711.5 ], [ 1706.5, 709.5 ], [ 1705.5, 708.5 ], [ 1704.5, 707.5 ], [ 1703.5, 707.5 ], [ 1703.5, 700.5 ], [ 1704.5, 698.5 ], [ 1704.5, 695.5 ], [ 1707.5, 695.5 ], [ 1708.5, 694.5 ], [ 1708.5, 691.5 ], [ 1710.5, 691.5 ], [ 1710.5, 689.5 ], [ 1710.5, 685.5 ], [ 1726.5, 672.5 ] ] },
{"id":122, "name": "Girl with a Pearl Earring", "description": "Pixel art of the Girl with a Pearl Earring, by Johannes Vermeer", "website": "https://en.wikipedia.org/wiki/Girl_with_a_Pearl_Earring", "subreddit": "", "center": [ 907.5, 34.5 ], "path": [ [ 928.5, 0.5 ], [ 928.5, 68.5 ], [ 886.5, 68.5 ], [ 886.5, 0.5 ], [ 928.5, 0.5 ] ] },
{"id": 123, "submitted_by": "Kenjidono_", "name": "Palestanian Flag", "description": "This is the current Flag of Palestine.", "website": "", "subreddit": "/r/Palestine", "center": [44.5, 660.5], "path": [[20.5, 643.5], [20.5, 678.5], [68.5, 678.5], [69.5, 643.5], [20.5, 643.5], [20.5, 678.5]]},
{"id": 124, "submitted_by": "Inzaniity", "name": "German Fast-Train (ICE)", "description": "The German fast train ICE (Inter-City-Express) with bad network reception. It is known for having really bad network reception while travelling with Deutsche Bahn.", "website": "", "subreddit": "", "center": [349.5, 858.5], "path": [[373.5, 849.5], [373.5, 867.5], [325.5, 867.5], [325.5, 863.5], [326.5, 859.5], [331.5, 854.5], [324.5, 853.5], [324.5, 851.5], [323.5, 850.5], [323.5, 844.5], [327.5, 844.5], [327.5, 846.5], [328.5, 847.5], [329.5, 846.5], [331.5, 846.5], [331.5, 854.5], [333.5, 854.5], [335.5, 852.5], [337.5, 852.5], [344.5, 849.5], [373.5, 849.5]]},
{"id": 125, "submitted_by": "MaulPaul", "name": "End of speedlimit", "description": "German road sign used on the Autobahn(German Highway) to indicate the end of all speed and passing limits", "website": "", "subreddit": "r/placeDE", "center": [572.5, 852.5], "path": [[570.5, 846.5], [574.5, 846.5], [578.5, 850.5], [578.5, 855.5], [574.5, 858.5], [570.5, 858.5], [566.5, 854.5], [566.5, 850.5], [570.5, 846.5], [572.5, 856.5], [572.5, 865.5], [572.5, 856.5], [571.5, 849.5]]},
{"id": 126, "submitted_by": "Inzaniity", "name": "arte", "description": "Arte is a European public service channel that promotes cultural programming. It's a coorporation between French and German broadcasting companies.", "website": "https://www.arte.tv/en/", "subreddit": "", "center": [1163.5, 849.5], "path": [[1200.5, 830.5], [1200.5, 868.5], [1126.5, 868.5], [1126.5, 829.5], [1200.5, 830.5]]},
{"id": 127, "submitted_by": "Woocami", "name": "Die Sendung mit der Maus", "description": "Die Sendung mit der Maus (The Show with the Mouse) is a German children's television series, popular nation-wide for its educational content.", "website": "[https://www.wdrmaus.de/](https://www.wdrmaus.de/)", "subreddit": "/r/placede", "center": [82.5, 853.5], "path": [[61.5, 865.5], [56.5, 865.5], [53.5, 862.5], [51.5, 862.5], [48.5, 859.5], [48.5, 858.5], [49.5, 858.5], [49.5, 857.5], [50.5, 857.5], [50.5, 858.5], [52.5, 858.5], [52.5, 857.5], [53.5, 857.5], [54.5, 858.5], [54.5, 860.5], [53.5, 861.5], [55.5, 863.5], [56.5, 864.5], [61.5, 864.5], [62.5, 864.5], [62.5, 863.5], [63.5, 863.5], [63.5, 861.5], [64.5, 861.5], [64.5, 859.5], [63.5, 860.5], [60.5, 856.5], [60.5, 853.5], [61.5, 852.5], [61.5, 851.5], [62.5, 850.5], [65.5, 850.5], [65.5, 849.5], [66.5, 848.5], [68.5, 848.5], [69.5, 847.5], [70.5, 847.5], [71.5, 848.5], [71.5, 849.5], [73.5, 849.5], [74.5, 850.5], [76.5, 848.5], [76.5, 847.5], [77.5, 846.5], [77.5, 843.5], [76.5, 843.5], [76.5, 839.5], [77.5, 839.5], [77.5, 838.5], [76.5, 838.5], [74.5, 836.5], [76.5, 834.5], [78.5, 834.5], [78.5, 832.5], [82.5, 832.5], [82.5, 835.5], [85.5, 835.5], [85.5, 836.5], [87.5, 836.5], [87.5, 837.5], [88.5, 838.5], [89.5, 838.5], [90.5, 839.5], [91.5, 839.5], [92.5, 840.5], [92.5, 841.5], [91.5, 842.5], [94.5, 842.5], [94.5, 840.5], [96.5, 840.5], [97.5, 841.5], [97.5, 839.5], [98.5, 839.5], [100.5, 841.5], [100.5, 842.5], [102.5, 844.5], [102.5, 848.5], [101.5, 849.5], [101.5, 850.5], [100.5, 851.5], [99.5, 851.5], [99.5, 854.5], [102.5, 854.5], [103.5, 853.5], [104.5, 853.5], [105.5, 852.5], [106.5, 853.5], [107.5, 854.5], [104.5, 857.5], [104.5, 858.5], [105.5, 859.5], [105.5, 862.5], [101.5, 862.5], [101.5, 864.5], [103.5, 866.5], [103.5, 867.5], [99.5, 867.5], [98.5, 866.5], [99.5, 865.5], [99.5, 862.5], [97.5, 862.5], [97.5, 865.5], [95.5, 867.5], [94.5, 867.5], [93.5, 866.5], [92.5, 866.5], [92.5, 865.5], [93.5, 864.5], [95.5, 864.5], [95.5, 863.5], [94.5, 862.5], [94.5, 861.5], [92.5, 859.5], [92.5, 856.5], [91.5, 856.5], [89.5, 858.5], [89.5, 861.5], [88.5, 862.5], [88.5, 863.5], [89.5, 864.5], [89.5, 866.5], [86.5, 866.5], [86.5, 859.5], [83.5, 859.5], [83.5, 866.5], [74.5, 866.5], [73.5, 867.5], [69.5, 867.5], [68.5, 866.5], [67.5, 866.5], [66.5, 867.5], [64.5, 867.5], [63.5, 866.5], [62.5, 865.5]]},
{"id": 128, "submitted_by": "red__flag_", "name": "European Union Flag with a peace dove", "description": "The flag of the European Union with a peace dove. The same flag was also in r/place 2017.", "website": "[https://discord.gg/uxm3wbrHke](https://discord.gg/uxm3wbrHke)", "subreddit": "r/PlaceEU", "center": [403.5, 848.5], "path": [[373.5, 829.5], [433.5, 829.5], [433.5, 867.5], [373.5, 867.5], [373.5, 867.5]]},
{"id": 129, "submitted_by": "Yuzumi_", "name": "Bernd das Brot with a beer", "description": "Bernd das Brot is a puppet character, star mascot and cult figure of the German children's television channel KI.KA.", "website": "https://en.wikipedia.org/wiki/Bernd_das_Brot", "subreddit": "", "center": [205.5, 855.5], "path": [[204.5, 846.5], [188.5, 860.5], [213.5, 874.5], [215.5, 833.5], [190.5, 831.5], [189.5, 832.5], [187.5, 832.5], [186.5, 851.5], [183.5, 851.5], [181.5, 849.5], [179.5, 849.5], [177.5, 851.5], [178.5, 852.5], [178.5, 853.5], [176.5, 855.5], [170.5, 857.5], [170.5, 860.5], [172.5, 861.5], [174.5, 860.5], [170.5, 864.5], [171.5, 867.5], [174.5, 867.5], [176.5, 867.5], [177.5, 869.5], [179.5, 869.5], [181.5, 866.5], [184.5, 863.5], [186.5, 863.5], [186.5, 873.5], [213.5, 874.5], [214.5, 862.5], [218.5, 862.5], [220.5, 864.5], [223.5, 866.5], [226.5, 867.5], [229.5, 869.5], [234.5, 869.5], [238.5, 865.5], [242.5, 868.5], [242.5, 863.5], [244.5, 858.5], [244.5, 853.5], [239.5, 847.5], [234.5, 845.5], [231.5, 846.5], [229.5, 848.5], [227.5, 849.5], [224.5, 850.5], [222.5, 849.5], [222.5, 851.5], [219.5, 852.5], [218.5, 853.5], [214.5, 851.5], [214.5, 850.5], [214.5, 850.5], [215.5, 851.5]]},
{"id": 130, "submitted_by": "Jm8alt3", "name": "Pochita", "description": "Pochita is a character from the manga Chansaw Man.", "website": "", "subreddit": "r/ChainsawMan", "center": [212.5, 791.5], "path": [[198.5, 779.5], [204.5, 779.5], [207.5, 782.5], [207.5, 783.5], [215.5, 783.5], [215.5, 782.5], [216.5, 782.5], [216.5, 781.5], [219.5, 781.5], [223.5, 785.5], [224.5, 786.5], [224.5, 789.5], [222.5, 791.5], [223.5, 792.5], [223.5, 793.5], [225.5, 793.5], [225.5, 799.5], [224.5, 799.5], [224.5, 800.5], [222.5, 800.5], [222.5, 802.5], [219.5, 802.5], [219.5, 803.5], [215.5, 803.5], [215.5, 801.5], [212.5, 801.5], [212.5, 802.5], [206.5, 802.5], [206.5, 800.5], [208.5, 798.5], [205.5, 798.5], [202.5, 795.5], [202.5, 789.5], [201.5, 789.5], [199.5, 787.5], [198.5, 786.5], [198.5, 784.5], [197.5, 784.5], [197.5, 780.5], [198.5, 779.5]]},
{"id": 131, "submitted_by": "linwji", "name": "Neopets", "description": "A virtual pet game that peaked in popularity the 1990s ", "website": "https://www.neopets.com/", "subreddit": "/r/neopets", "center": [331.5, 722.5], "path": [[310.5, 702.5], [311.5, 742.5], [351.5, 742.5], [351.5, 702.5]]},
{"id": 132, "submitted_by": "linwji", "name": "Bangladesh (country)", "description": "Bangladesh, to the east of India on the Bay of Bengal, is a South Asian country marked by lush greenery and many waterways. Its Padma (Ganges), Meghna and Jamuna rivers create fertile plains, and travel by boat is common.", "website": "", "subreddit": "/r/bangladesh", "center": [305.5, 985.5], "path": [[287.5, 978.5], [323.5, 978.5], [323.5, 992.5], [283.5, 992.5], [288.5, 991.5]]},
{"id": 133, "submitted_by": "linwji", "name": "Singapore", "description": "Small Island Country with a 5.5M population with high degree with development", "website": "https://www.visitsingapore.com/", "subreddit": "/r/singapore", "center": [306.5, 966.5], "path": [[286.5, 956.5], [326.5, 958.5], [326.5, 976.5], [288.5, 976.5]]},
{"id": 134, "submitted_by": "linwji", "name": "Google Chrome Dino", "description": "This dino game appears when Chrome browser is offline", "website": "https://chromedino.com/", "subreddit": "", "center": [323.5, 793.5], "path": [[342.5, 779.5], [304.5, 779.5], [302.5, 807.5], [342.5, 808.5]]},
{"id": 135, "submitted_by": "linwji", "name": "Malaysia (country)", "description": "Lovely country in South-East Asia with a 30M population", "website": "", "subreddit": "/r/malaysia", "center": [358.5, 974.5], "path": [[394.5, 962.5], [325.5, 960.5], [324.5, 988.5], [392.5, 988.5]]},
{"id": 136, "submitted_by": "linwji", "name": "Gear in Factorio Video Game", "description": "One of the most important component pieces in Factorio game to craft machines to grow the factory", "website": "https://factorio.com/", "subreddit": "/r/factorio", "center": [1598.5, 563.5], "path": [[1574.5, 548.5], [1621.5, 548.5], [1622.5, 578.5], [1573.5, 578.5]]},
{"id": 137, "submitted_by": "linwji", "name": "BTS Young Forever Album Cover", "description": "Korea's hottest boyband's album cover featured a colourful hot-air balloon", "website": "https://www.youtube.com/watch?v=7m-4u4GONsA&ab_channel=BangtanSubs", "subreddit": "/r/bangtan", "center": [1971.5, 217.5], "path": [[1999.5, 195.5], [1944.5, 196.5], [1942.5, 239.5], [1998.5, 238.5]]},
{"id": 138, "submitted_by": "linwji", "name": "Aang, the last Avatar (cartoon)", "description": "The world is divided into four nations -- the Water Tribe, the Earth Kingdom, the Fire Nation and and the Air Nomads -- each represented by a natural element for which the nation is named. Benders have the ability to control and manipulate the element from their nation. Only the Avatar is the master of all four elements and Aang conquers them all!! ", "website": "http://www.nick.co.uk/shows/avatar/q03fvj", "subreddit": "", "center": [289.5, 947.5], "path": [[281.5, 938.5], [296.5, 938.5], [297.5, 957.5], [282.5, 956.5]]},
{"id": 139, "submitted_by": "linwji", "name": "Sailor Moon", "description": "A popular Japanese Anime in the 1990s where a group of girls with superpowers triumph over evil", "website": "", "subreddit": "/r/sailormoon", "center": [379.5, 974.5], "path": [[364.5, 961.5], [366.5, 986.5], [395.5, 986.5], [391.5, 962.5]]},
{"id": 140, "submitted_by": "bafimet", "name": "Ghost", "description": "'Grucifix' symbol for the Swedish metal band Ghost.", "website": "", "subreddit": "r/GhostBC", "center": [1308.5, 60.5], "path": [[1300.5, 49.5], [1318.5, 49.5], [1316.5, 72.5], [1299.5, 72.5], [1299.5, 71.5], [1299.5, 49.5]]},
{"id": 141, "submitted_by": "linwji", "name": "Factorio (video game)", "description": "One of the most popular factory simulation games with a strong community of over 2.5million players", "website": "https://factorio.com", "subreddit": "/r/factorio", "center": [291.5, 557.5], "path": [[252.5, 548.5], [252.5, 567.5], [329.5, 567.5], [330.5, 548.5]]},
{"id": 142, "submitted_by": "JCx64", "name": "Giralda Tower", "description": "A moorish & christian tower from Seville, one of the most iconic monuments from Spain.", "website": "https://en.wikipedia.org/wiki/Giralda", "subreddit": "/r/Spain", "center": [1335.5, 300.5], "path": [[1335.5, 287.5], [1335.5, 289.5], [1336.5, 289.5], [1336.5, 296.5], [1338.5, 296.5], [1338.5, 295.5], [1338.5, 304.5], [1339.5, 304.5], [1339.5, 307.5], [1332.5, 307.5], [1332.5, 295.5], [1332.5, 296.5], [1333.5, 296.5], [1334.5, 296.5], [1334.5, 289.5], [1335.5, 289.5], [1335.5, 287.5]]},
{"id": 143, "submitted_by": "morganisboring", "name": "Taylor Swift tribute", "description": "A tribute to singer-songerwriter Taylor Swift. The 13 represents her lucky number, which is particularly referenced in the art she creates. Her initials are below, and the whole is surrounded by a border of colours representing her 9 studio albums (as of r/place 2). A special thank you to r/Lego, whom we have mutually defended.", "website": "", "subreddit": "/r/taylorswift", "center": [650.5, 307.5], "path": [[638.5, 294.5], [659.5, 294.5], [660.5, 295.5], [663.5, 295.5], [663.5, 320.5], [638.5, 320.5], [638.5, 294.5]]},
{"id": 144, "submitted_by": "greese1", "name": "Fish Cult tank 2", "description": "a team of people dedicated to making fish on r/place", "website": "", "subreddit": "r/PlaceFishCult", "center": [1435.5, 920.5], "path": [[1431.5, 935.5], [1429.5, 935.5], [1429.5, 934.5], [1428.5, 934.5], [1427.5, 933.5], [1426.5, 932.5], [1426.5, 931.5], [1426.5, 931.5], [1425.5, 931.5], [1425.5, 930.5], [1423.5, 930.5], [1421.5, 930.5], [1421.5, 907.5], [1421.5, 906.5], [1450.5, 906.5], [1449.5, 930.5], [1446.5, 930.5], [1446.5, 931.5], [1445.5, 932.5], [1445.5, 931.5], [1444.5, 933.5], [1443.5, 934.5], [1442.5, 934.5], [1442.5, 935.5]]},
{"id": 145, "submitted_by": "greese1", "name": "Fish Cult tank 1", "description": "a team of people dedicated to making fish on [r/place](https://www.reddit.com/r/place/)", "website": "", "subreddit": "r/PlaceFishCult", "center": [473.5, 898.5], "path": [[448.5, 890.5], [448.5, 914.5], [453.5, 914.5], [453.5, 906.5], [454.5, 906.5], [454.5, 905.5], [499.5, 905.5], [499.5, 904.5], [500.5, 904.5], [500.5, 890.5], [448.5, 890.5]]},
{"id": 146, "submitted_by": "abcMarcus", "name": "Hong Kong Flag", "description": "A Hong Kong Flag and slogon and yellow umbrella symbol used in protest against the Chinese Communist Party.", "website": "", "subreddit": "/r/HongKong", "center": [634.5, 674.5], "path": [[600.5, 650.5], [600.5, 698.5], [668.5, 699.5], [668.5, 650.5]]},
{"id": 147, "submitted_by": "morganisboring", "name": "Lover - Taylor Swift Album", "description": "The Lover logo inspired by Taylor Swift's 2019 studio album.", "website": "", "subreddit": "r/taylorswift", "center": [1824.5, 106.5], "path": [[1809.5, 98.5], [1837.5, 98.5], [1837.5, 129.5], [1832.5, 129.5], [1835.5, 126.5], [1835.5, 124.5], [1836.5, 123.5], [1836.5, 116.5], [1830.5, 110.5], [1829.5, 110.5], [1828.5, 109.5], [1820.5, 109.5], [1819.5, 110.5], [1817.5, 110.5], [1815.5, 112.5], [1814.5, 112.5], [1810.5, 116.5], [1810.5, 117.5], [1809.5, 117.5], [1809.5, 98.5]]},
{"id": 148, "submitted_by": "jasonycw", "name": "Palico", "description": "An iconic character from the popular game series, Monster Hunter", "website": "", "subreddit": "r/MonsterHunter", "center": [761.5, 621.5], "path": [[748.5, 608.5], [748.5, 635.5], [769.5, 635.5], [776.5, 620.5], [776.5, 608.5]]},
{"id": 149, "submitted_by": "pixelsimulation", "name": "Art Heaven", "description": "Art Heaven is an art community started on discord. This is an image of our mascot, Abby!", "website": "", "subreddit": "r/artheaven", "center": [652.5, 640.5], "path": [[661.5, 632.5], [661.5, 647.5], [642.5, 647.5], [642.5, 632.5]]},
{"id": 150, "submitted_by": "ljcool2006", "name": "Hawaii: Part II", "description": "An album by Miracle Musical, a music project made by members of Tally Hall", "website": "https://www.hawaiipartii.com/", "subreddit": "/r/tallyhall", "center": [1507.5, 191.5], "path": [[1495.5, 180.5], [1518.5, 180.5], [1518.5, 201.5], [1495.5, 201.5]]},
{"id": 151, "submitted_by": "F-L-A-R-E", "name": "Karlsruhe Institute of Technology (KIT)", "description": "University of Karlsruhe (Germany)", "website": "kit.edu", "subreddit": "/r/KaIT", "center": [796.5, 534.5], "path": [[760.5, 521.5], [760.5, 547.5], [832.5, 547.5], [832.5, 521.5]]},
{"id": 152, "submitted_by": "Powaza", "name": "Chick (Powi)", "description": "The Chick from the MEA (Middle Eastern Alliance). Idea from 'Powi Club's Discord server and other helpers.", "website": "https://discord.gg/EyNsdbU", "subreddit": "/r/PowiTeam", "center": [ 1777.5, 949.5 ], "path": [ [ 1784.5, 940.5 ], [ 1773.5, 940.5 ], [ 1773.5, 946.5 ], [ 1768.5, 947.5 ], [ 1768.5, 957.5 ], [ 1784.5, 957.5 ], [ 1784.5, 952.5 ] ] },
{"id": 153, "submitted_by": "horsewhips", "name": "The Ohio State University", "description": "The Ohio State University (OSU) is located in Columbus, Ohio, USA. OSU's school colors are scarlet and gray which can be seen around their famous Block O - located towards the bottom left of the artwork. The Block 'O' together with the Buckeye nut is the logo for The Ohio State University. OSU (not to be confused with the rhythm game 'osu!') is famous for it's rivalry with the University of Michigan with the 15-2 representing the current streak of 15 wins against UofM's 2. The Ohio flag is on the top right, representing the state of Ohio, USA. The bottom right has the famous 'Script Ohio' - a long-time Ohio State tradition from the school's Marching Band where members of the band will form the word 'Ohio' in script during football games. A second block 'O' is situated next to Purdue University & Rutgers University elsewhere on r/place.", "website": "[https://www.osu.edu](https://www.osu.edu)", "subreddit": "r/osu", "center": [ 1347.5, 813.5 ], "path": [ [ 1331.5, 795.5 ], [ 1331.5, 830.5 ], [ 1363.5, 831.5 ], [ 1363.5, 795.5 ], [ 1363.5, 795.5 ], [ 1363.5, 795.5 ] ] },
{"id":154,"name":"EVE Online","description":"The logo for Eve Online, an economy-based space MMORPG.","website":"eveonline.com","subreddit":"r/Eve","center":[38.5,44.5],"path":[[13.5,34.5],[62.5,34.5],[62.5,53.5],[13.5,53.5]]},
{"id":155,"name":"o7","description":"An emoticon depicting a person saluting.","website":"","subreddit":"","center":[7.5,46.5],"path":[[12.5,35.5],[12.5,53.5],[0.5,53.5],[0.5,46.5],[12.5,35.5]]},
{"id":156,"name":"SS13 clown","description":"The clown, a playable character in the game Space Station 13.","website":"spacestation13.com","subreddit":"r/SS13","center":[70.5,103.5],"path":[[61.5,91.5],[79.5,91.5],[79.5,116.5],[68.5,116.5],[68.5,111.5],[61.5,111.5]]},
{"id":157,"name":"Dota 2","description":"The logo for Dota 2, a MOBA developed by Valve.","website":"dota2.com","subreddit":"r/DotA2","center":[14.5,160.5],"path":[[0.5,143.5],[27.5,143.5],[27.5,177.5],[0.5,177.5]]},
{"id":158,"name":"Flag of Egypt","description":"","website":"","subreddit":"r/Egypt","center":[66.5,156.5],"path":[[28.5,144.5],[28.5,169.5],[108.5,169.5],[108.5,148.5],[74.5,148.5],[74.5,138.5],[52.5,138.5],[47.5,144.5],[28.5,144.5]]},
{"id":159,"name":"Pyramids of Giza","description":"","website":"","subreddit":"","center":[66.5,157.5],"path":[[52.5,160.5],[80.5,160.5],[74.5,154.5],[72.5,155.5],[68.5,152.5],[66.5,154.5],[62.5,150.5]]},
{"id":160,"name":"Homestuck","description":"A webcomic by Andrew Hussie that ran from 2009 to 2016.","website":"homestuck.com","subreddit":"r/homestuck","center":[248.5,145.5],"path":[[221.5,126.5],[266.5,126.5],[275.5,135.5],[275.5,164.5],[221.5,164.5]]},
{"id":161,"name":"Hiveswap","description":"An adventure game set in the same multiverse as Homestuck.","website":"hiveswap.com","subreddit":"r/hiveswap","center":[262.5,168.5],"path":[[247.5,165.5],[247.5,171.5],[276.5,171.5],[276.5,165.5]]},
{"id":162,"name":"Flag of Taiwan","description":"","website":"","subreddit":"","center":[286.5,165.5],"path":[[276.5,158.5],[295.5,158.5],[295.5,172.5],[276.5,172.5]]},
{"id":163,"name":"Flag of South Korea","description":"","website":"","subreddit":"","center":[306.5,165.5],"path":[[295.5,158.5],[316.5,158.5],[316.5,172.5],[295.5,172.5]]},
{"id":164,"name":"Flag of Japan","description":"","website":"","subreddit":"","center":[327.5,165.5],"path":[[316.5,158.5],[337.5,158.5],[337.5,172.5],[316.5,172.5]]},
{"id":165,"name":"John Egbert","description":"A major character from Homestuck.","website":"","subreddit":"","center":[251.5,112.5],"path":[[243.5,102.5],[258.5,102.5],[258.5,121.5],[243.5,121.5]]},
{"id":166,"name":"Nepeta Leijon","description":"A character from Homestuck.","website":"","subreddit":"","center":[180.5,153.5],"path":[[171.5,141.5],[188.5,141.5],[188.5,165.5],[171.5,165.5]]},
{"id":167,"name":"Faroe Islands","description":"","website":"","subreddit":"","center":[437.5,120.5],"path":[[412.5,103.5],[461.5,103.5],[461.5,136.5],[412.5,136.5]]},
{"id":168,"name":"Flag of Norway","description":"","website":"","subreddit":"","center":[352.5,72.5],"path":[[493.5,36.5],[215.5,36.5],[215.5,95.5],[231.5,95.5],[231.5,100.5],[259.5,100.5],[259.5,124.5],[268.5,125.5],[334.5,124.5],[334.5,78.5],[400.5,78.5],[400.5,124.5],[412.5,124.5],[412.5,103.5],[461.5,103.5],[461.5,119.5],[475.5,119.5],[475.5,103.5],[495.5,102.5],[494.5,79.5]]},
{"id":169,"name":"The Scream","description":"A painting by Norwegian artist Edvard Munch.","website":"","subreddit":"","center":[274.5,66.5],"path":[[247.5,40.5],[300.5,40.5],[300.5,91.5],[247.5,91.5]]},
{"id":170,"name":"Flag of Ukraine","description":"","website":"","subreddit":"","center":[205.5,213.5],"path":[[0.5,170.5],[337.5,171.5],[337.5,193.5],[433.5,193.5],[433.5,252.5],[237.5,251.5],[237.5,249.5],[-1.5,251.5]]},
{"id":171,"name":"Gnome Child","description":"An NPC from the MMORPG Runescape.","website":"","subreddit":"","center":[152.5,63.5],"path":[[146.5,34.5],[137.5,57.5],[146.5,71.5],[135.5,83.5],[138.5,86.5],[144.5,82.5],[168.5,84.5],[168.5,77.5],[161.5,71.5],[164.5,65.5],[164.5,54.5],[155.5,43.5],[151.5,43.5],[150.5,34.5]]},
{"id":172,"name":"Big Floppa","description":"The one and only.","website":"","subreddit":"r/bigfloppa","center":[1937.5,465.5],"path":[[1954.5,491.5],[1918.5,490.5],[1925.5,465.5],[1924.5,448.5],[1923.5,436.5],[1928.5,440.5],[1934.5,436.5],[1939.5,435.5],[1947.5,440.5],[1954.5,434.5],[1954.5,442.5],[1950.5,450.5],[1951.5,465.5]]},
{"id":174,"name": "Hytale","description": "Hytale is an upcoming sandbox game by Hypixel Studios. Production began in 2015 by developers from the Minecraft multiplayer server Hypixel with funding and assistance from Riot Games, who later acquired the studio in 2020.","website": "https://hytale.com/","subreddit": "/r/hytaleinfo","center": [342.5,630.5],"path": [[323.5,614.5],[361.5,614.5],[361.5,645.5],[323.5,645.5],[323.5,614.5]]},
{"id":174,"name":"Truttle1","description":"An animated Youtube channel dedicated to showcasing esoteric programming languages, old game engines, and other miscellaneous cartoons.","website":"http://truttle1.xyz/","subreddit":"r/Truttle1","center":[1857.5,497.5],"path":[[1853.5,494.5],[1853.5,494.5],[1853.5,494.5],[1851.5,496.5],[1851.5,497.5],[1852.5,498.5],[1854.5,498.5],[1854.5,498.5],[1856.5,500.5],[1858.5,498.5],[1860.5,500.5],[1860.5,500.5],[1862.5,498.5],[1862.5,497.5],[1858.5,493.5],[1857.5,493.5],[1855.5,495.5],[1854.5,495.5],[1854.5,495.5],[1854.5,495.5],[1854.5,495.5],[1853.5,494.5]]},
{"id":175,"name": "Indomie Logo", "description": "Logo of an instant noodle brand from Indonesia.", "website": "https://www.indomie.com/", "subreddit": "r/indonesia", "center": [900.5, 1714.5 ], "path": [[873.5, 1703.5 ], [929.5, 1703.5 ], [929.5, 1724.5 ], [888.5, 1724.5 ], [888.5, 1728.5 ], [873.5, 1728.5 ], [873.5, 1703.5 ] ] },
{"id":176,"name": "Viossa", "description": "Flag of the conpidgin Viossa.", "website": "", "subreddit": "/r/viossa", "center": [ 775.5, 296.5 ], "path": [ [ 769.5, 290.5 ], [ 780.5, 290.5 ], [ 780.5, 301.5 ], [ 769.5, 301.5 ] ] },
{"id":177,"name": "Lojban", "description": "Flag of Lojban", "website": "https://lojban.org", "subreddit": "/r/lojban", "center": [ 760.5, 328.5 ], "path": [ [ 763.5, 326.5 ], [ 757.5, 326.5 ], [ 757.5, 330.5 ], [ 763.5, 330.5 ] ] },
{"id":178,"name": "TUM Logo","description": "Logo of the Technical University of Munich","website": "https://tum.de","subreddit": "/r/tumunich","center": [1250.5,1184.5],"path": [[1239.5,1178.5],[1260.5,1178.5],[1260.5,1189.5],[1239.5,1189.5],[1239.5,1178.5]]},
{"id":179,"name":"SiIvaGunner","description":"SiIvaGunner is a collaborative YouTube channel uploading remixes, jokes and memes masquerading as video game music uploads.\nOnly the highest quality video game rips around!","website":"https://www.youtube.com/c/SiIvaGunner","subreddit":"/r/giivasunner","center":[77.5,962.5],"path":[[62.5,942.5],[62.5,982.5],[92.5,982.5],[92.5,942.5]]},
{"id":180, "name": "TeosGame", "description": "Mural made by the TeosGame community.", "website": "https://www.youtube.com/teosgame", "subreddit": "/r/TeosGame", "center": [1121.5,998.5], "path": [[1083.5,962.5], [1083.5,1038.5], [1116.5,1038.5], [1116.5,1003.5], [1118.5,1001.5], [1127.5,1001.5], [1129.5,1003.5], [1129.5,1038.5], [1160.5,1038.5], [1160.5,962.5]]},
{"id":181,"name": "Rhythm Doctor - Otto", "description": "The auto-play robot Otto, from the rhythm game Rhythm Doctor. RDL is the acronym for the community discord, Rhythm Doctor Lounge", "website": "https://rhythmdr.com/", "subreddit": "", "center": [ 77.5, 710.5 ], "path": [ [ 72.5, 704.5 ], [ 82.5, 704.5 ], [ 82.5, 715.5 ], [ 72.5, 715.5 ] ] },
{"id":182,"name":"Hello Internet","description":"A podcast by CGP Grey and Dr. Brady Haran.","website":"https://www.hellointernet.fm/","subreddit":"/r/HelloInternet/","center":[69.5,805.5],"path":[[48.5,777.5],[48.5,787.5],[58.5,787.5],[58.5,798.5],[48.5,798.5],[48.5,830.5],[94.5,830.5],[94.5,820.5],[89.5,820.5],[89.5,801.5],[80.5,801.5],[80.5,792.5],[89.5,792.5],[89.5,777.5]]},
{"id":183,"name":"Coldplay","description":"The \"Viva\" sign from the album Viva la Vida. 4 album covers of A Rush Of Blood To The Head, X&Y, Mylo Xyloto and Parachutes, and the A Head Full Of Dreams colour spectrum.","website":"","subreddit":"/r/coldplay","center":[1722.5,43.5],"path":[[1695.5,35.5],[1745.5,35.5],[1745.5,45.5],[1744.5,45.5],[1744.5,52.5],[1717.5,52.5],[1717.5,47.5],[1695.5,47.5],[1695.5,35.5]]},
{"id":184, "name": "Hololive Logo", "description": "Hololive is a VTuber agency from Japan. The agency has a Japanese, English, and Indonesian branch.", "website": "https://www.hololive.tv/", "subreddit": "r/hololive", "center": [ 239.5, 745.5 ], "path": [ [ 201.5, 722.5 ], [ 201.5, 771.5 ], [ 239.5, 752.5 ], [ 301.5, 752.5 ], [ 301.5, 737.5 ], [ 240.5, 738.5 ], [ 204.5, 720.5 ] ] },
{"id":185, "name": "Nijisanji Logo", "description": "Nijisanji is a VTuber agency from Japan with over 200 streamers in the agency.", "website": "https://www.nijisanji.jp/", "subreddit": "r/Nijisanji", "center": [ 183.5, 736.5 ], "path": [ [ 184.5, 720.5 ], [ 192.5, 723.5 ], [ 197.5, 729.5 ], [ 198.5, 735.5 ], [ 195.5, 736.5 ], [ 194.5, 744.5 ], [ 189.5, 749.5 ], [ 184.5, 751.5 ], [ 177.5, 750.5 ], [ 174.5, 748.5 ], [ 171.5, 749.5 ], [ 170.5, 751.5 ], [ 168.5, 751.5 ], [ 168.5, 749.5 ], [ 169.5, 747.5 ], [ 170.5, 746.5 ], [ 170.5, 744.5 ], [ 169.5, 742.5 ], [ 168.5, 739.5 ], [ 168.5, 736.5 ], [ 169.5, 733.5 ], [ 171.5, 730.5 ], [ 173.5, 727.5 ], [ 180.5, 724.5 ], [ 182.5, 724.5 ], [ 183.5, 720.5 ] ] },
{"id":186, "name": "Gawr Gura", "description": "Gawr Gura is a VTuber from Hololive English. Her twitter is https://twitter.com/gawrgura", "website": "https://www.youtube.com/channel/UCoSrY_IQQVpmIRZ9Xf-y93g", "subreddit": "r/GawrGura", "center": [ 247.5, 769.5 ], "path": [ [ 228.5, 769.5 ], [ 244.5, 754.5 ], [ 254.5, 754.5 ], [ 267.5, 771.5 ], [ 261.5, 770.5 ], [ 261.5, 774.5 ], [ 266.5, 775.5 ], [ 266.5, 780.5 ], [ 227.5, 780.5 ], [ 227.5, 775.5 ], [ 234.5, 774.5 ], [ 234.5, 769.5 ] ] },
{"id":187, "name": "Hololive English (2nd Gen.)", "description": "Hololive Council (EN 2nd Gen.) chibi artwork. From left to right: Hakos Baelz, Nanashi Mumei, Ceres Fauna, Ouro Kronii, Tsukumo Sana.", "website": "https://hololive.hololivepro.com/en/talents?gp=english", "subreddit": "/r/hololive", "center": [ 264.5, 731.5 ], "path": [ [ 236.5, 725.5 ], [ 292.5, 725.5 ], [ 298.5, 736.5 ], [ 295.5, 737.5 ], [ 238.5, 737.5 ], [ 231.5, 733.5 ] ] },
{"id":188, "name": "VShojo Logo", "description": "VShojo is a US-based VTuber organization based in San Francisco.\n\nUnlike Japan-based VTuber organizations, VShojo primarily uses Twitch for livestreaming, with YouTube reserved primarily for highlight clips and edited content.", "website": "https://www.vshojo.com/", "subreddit": "/r/VShojo", "center": [ 173.5, 757.5 ], "path": [ [ 170.5, 750.5 ], [ 165.5, 755.5 ], [ 165.5, 759.5 ], [ 167.5, 764.5 ], [ 170.5, 765.5 ], [ 177.5, 764.5 ], [ 180.5, 764.5 ], [ 182.5, 759.5 ], [ 182.5, 756.5 ], [ 181.5, 753.5 ], [ 175.5, 749.5 ] ] },
{"id":189, "name": "Shuba Duck", "description": "Shuba Duck / Dancing Duck Oozora Subaru, also known as Subaru Duck, refers to an animation of a duck in a backward baseball cap dancing alongside virtual Hololive influencer Oozora Subaru. The duck is a representation of Subaru, who is often likened to a duck for her raspy ASMR voice, among other reasons. The duck took on the nickname \"Shuba Duck\" or \"Shubaduck\" based on Subaru's habit of regularly saying \"shuba\" when excited.", "website": "https://knowyourmeme.com/memes/shuba-duck-dancing-duck-oozora-subaru", "subreddit": "/r/Hololive", "center": [ 242.5, 799.5 ], "path": [ [ 238.5, 782.5 ], [ 235.5, 787.5 ], [ 235.5, 790.5 ], [ 233.5, 791.5 ], [ 238.5, 793.5 ], [ 237.5, 796.5 ], [ 232.5, 801.5 ], [ 232.5, 805.5 ], [ 238.5, 809.5 ], [ 235.5, 813.5 ], [ 246.5, 813.5 ], [ 246.5, 810.5 ], [ 252.5, 806.5 ], [ 253.5, 802.5 ], [ 250.5, 798.5 ], [ 248.5, 797.5 ], [ 246.5, 799.5 ], [ 243.5, 797.5 ], [ 243.5, 792.5 ], [ 247.5, 790.5 ], [ 247.5, 789.5 ], [ 245.5, 787.5 ], [ 244.5, 782.5 ] ] },
{"id":190, "name": "Udin", "description": "Udin is the mascot of Kureiji Ollie, a VTuber from Hololive Indonesia", "website": "https://www.youtube.com/channel/UCYz_5n-uDuChHtLo7My1HnQ", "subreddit": "/r/Hololive", "center": [ 290.5, 763.5 ], "path": [ [ 279.5, 753.5 ], [ 279.5, 773.5 ], [ 300.5, 773.5 ], [ 300.5, 753.5 ] ] },
{"id":191, "name": "PEKO!!!", "description": "\"Peko\" is the catchphrase used by Usada Pekora, a VTuber from Hololive 3rd Gen. Japan branch", "website": "https://www.youtube.com/channel/UC1DCedRgGHBdm81E1llLhOQ", "subreddit": "/r/Hololive", "center": [ 228.5, 793.5 ], "path": [ [ 225.5, 781.5 ], [ 225.5, 804.5 ], [ 231.5, 804.5 ], [ 231.5, 781.5 ] ] },
{"id":192, "name": "Mini YAGOO", "description": "Motoaki Tanigo is the CEO of COVER Corporation, the company behind Hololive Production. His nickname is \"Yagoo\", which originated from a misreading of his name \"Tanigo\" as \"Yagoo\" by Oozora Subaru, one of Hololive's talents.\n\n Mini Yagoo is a figure that has been a running gag as his profile pictures mostly used his portrait without his body, so limbs were drawn for him during one stream", "website": "https://twitter.com/tanigox", "subreddit": "/r/Hololive", "center": [ 240.5, 821.5 ], "path": [ [ 234.5, 813.5 ], [ 230.5, 813.5 ], [ 230.5, 828.5 ], [ 249.5, 828.5 ], [ 249.5, 813.5 ] ] },
{"id":193, "name": "Haaton", "description": "Akai Haato is a VTuber from Hololive's 1st Generation from Japan. She also has a nickname \"Haachama\". Her fanbase is officially called \"Haaton\" (はあとん), which is a combination of \"Haato\" and \"ton\" 豚 (pig). They are represented by a yellow plush pig that also works as her mascot. ", "website": "https://www.youtube.com/channel/UC1CfXB_kRs3C-zaeTG3oGyg", "subreddit": "/r/Hololive", "center": [ 1362.5, 898.5 ], "path": [ [ 1354.5, 894.5 ], [ 1370.5, 894.5 ], [ 1370.5, 901.5 ], [ 1354.5, 901.5 ] ] },
{"id":194, "name": "r/place Vtubers","description": "An area carved up by a coalition of different vtuber communities which includes r/Hololive, r/Nijisanji, r/Vshojo. ","website": "","subreddit": "/r/VirtualYoutubers","center": [235.5,757.5],"path": [[174.5,724.5],[185.5,723.5],[183.5,716.5],[258.5,715.5],[261.5,726.5],[292.5,725.5],[298.5,737.5],[302.5,737.5],[301.5,754.5],[298.5,754.5],[300.5,766.5],[296.5,773.5],[288.5,773.5],[280.5,767.5],[267.5,773.5],[267.5,780.5],[259.5,781.5],[261.5,794.5],[256.5,794.5],[257.5,810.5],[257.5,829.5],[229.5,829.5],[229.5,806.5],[225.5,804.5],[225.5,789.5],[217.5,783.5],[206.5,782.5],[201.5,774.5],[196.5,774.5],[190.5,769.5],[183.5,765.5],[170.5,766.5],[165.5,757.5],[170.5,749.5],[167.5,738.5]]},
{"id":195, "name": "Kobo Kanaeru x Wave collab", "description": "Kobo Kanaeru is a VTuber from Hololive Indonesia. The art was made in collaboration with r/place_the_wave", "website": "https://www.youtube.com/channel/UCjLEmnpCNeisMxy134KPwWw", "subreddit": "/r/Hololive", "center": [ 1916.5, 714.5 ], "path": [ [ 1892.5, 697.5 ], [ 1939.5, 697.5 ], [ 1939.5, 731.5 ], [ 1892.5, 731.5 ] ] },
{"id":196,"name":"Oaklands","description":"A pixel art version of the game Oaklands on Roblox, made by Typical Developers.","website":"https://twitter.com/TypicalDevelops","subreddit":"r/Oaklands/","center":[19.5,1118.5],"path":[[0.5,1114.5],[40.5,1115.5],[40.5,1121.5],[0.5,1121.5]]},
{"id":197, "submitted_by": "Matojeje", "name": "Pokémon Workshop", "description": "A Discord community for artists who create drawings, songs or stories related to the Pokémon franchise. The Discord server with hundreds of friendly artists holds art weekly contests.", "website": "https://discord.gg/PkmnWorkshop", "subreddit":"", "center":[1495.5,1196.5], "path": [[1484.5,1192.5],[1505.5,1192.5],[1505.5,1200.5],[1484.5,1200.5]]},
{"id":198, "submitted_by": "Matojeje", "name": "Pokémon Workshop", "description": "A Discord community for artists who create drawings, songs or stories related to the Pokémon franchise. The Discord server with hundreds of friendly artists holds art weekly contests.", "website": "https://discord.gg/PkmnWorkshop", "subreddit":"", "center":[1090.5,493.5], "path": [[1078.5,489.5],[1078.5,497.5],[1101.5,497.5],[1101.5,489.5]]},
{"id":199, "name": "McMaster University Crest", "description": "The school crest of McMaster University, located in Hamilton, Ontario, Canada.","website": "https://www.mcmaster.ca/","subreddit": "/r/McMaster","center": [ 1255.5, 45.5 ], "path": [ [ 1261.5, 36.5 ], [ 1263.5, 36.5 ], [ 1263.5, 51.5 ], [ 1255.5, 58.5 ], [ 1247.5, 51.5 ], [ 1247.5, 36.5 ] ] },
{"id":200,"name":"ImmutableX","description":"ImmutableX is a Layer 2 scaling solution for NFTs built on Ethereum.","website":"https://www.immutable.com/","subreddit":"","center":[873.5,876.5],"path":[[841.5,856.5],[905.5,856.5],[905.5,896.5],[841.5,896.5]]},
{"id":201,"name":"Loopring","description":"Loopring is a zero-knowledge exchange and payment protocol built on Ethereum.","website":"https://loopring.org/","subreddit":"","center":[807.5,876.5],"path":[[775.5,856.5],[775.5,896.5],[839.5,896.5],[840.5,857.5],[775.5,856.5]]},
{"id":202,"name":"Flag of Morocco","description":"The flag of Morocco, consisting of a green pentagram over a red background","website":"","subreddit":"/r/morocco","center":[1661.5,815.5],"path":[[1624.5,798.5],[1624.5,831.5],[1698.5,832.5],[1698.5,799.5],[1624.5,798.5]]},
{"id":203,"name":"Genshin Impact","description":"Genshin Impact is an action role-playing game developed by Chinese developer miHoYo, and first published in 2020. The game features an anime-style open-world environment and an action-based battle system using elemental magic and character-switching.","website":"https://genshin.hoyoverse.com/","subreddit":"/r/Genshin_Impact","center":[1750.5,1786.5],"path":[[1736.5,1773.5],[1736.5,1761.5],[1772.5,1761.5],[1772.5,1809.5],[1723.5,1809.5],[1723.5,1803.5],[1727.5,1803.5],[1727.5,1802.5],[1728.5,1802.5],[1728.5,1801.5],[1729.5,1801.5],[1729.5,1800.5],[1730.5,1800.5],[1730.5,1798.5],[1731.5,1798.5],[1731.5,1792.5],[1730.5,1792.5],[1730.5,1791.5],[1729.5,1791.5],[1729.5,1790.5],[1728.5,1790.5],[1728.5,1789.5],[1727.5,1789.5],[1727.5,1788.5],[1723.5,1788.5],[1723.5,1773.5],[1736.5,1773.5]]},
{"id":204,"name": "The Sun","description": "The Sun is the name of the lightbulb held by Niko in the game OneShot.","website": "https://www.oneshot-game.com","subreddit": "/r/OneShot","center": [1681.5,555.5],"path": [[1668.5,564.5],[1671.5,561.5],[1669.5,558.5],[1669.5,552.5],[1672.5,547.5],[1678.5,543.5],[1684.5,543.5],[1690.5,547.5],[1693.5,552.5],[1693.5,558.5],[1690.5,563.5],[1684.5,567.5],[1678.5,567.5],[1674.5,565.5],[1672.5,568.5],[1670.5,567.5]]},
{"id":205,"name": "Divergence Meter", "description":"A recreation of the Divergence Meter from the popular anime & visual novel Steins;Gate. The meter reads the \"Steins Gate\" Wordline of 1.048596.","website":"","subreddit":"/r/steinsgate/","center":[1204.5,29.5],"path":[[1182.5,34.5],[1226.5,34.5],[1226.5,23.5],[1182.5,23.5],[1182.5,34.5]]},
{"id":206,"name": "forsenE", "description": "The face of Twitch. An emote by the popular streamer of the decade forsen (aka. Sebastian Forsen Fors).", "website": "https://twitch.tv/forsen", "subreddit": "r/forsen", "center": [ 727.5, 925.5 ], "path": [ [ 706.5, 906.5 ], [ 748.5, 906.5 ], [ 748.5, 943.5 ], [ 706.5, 943.5 ], [ 706.5, 906.5 ] ] },
{"id":207,"name":"Interlingue", "description": "Flag of Interlingue, an IAL to communicate between Western European languages.", "website": "https://occidental-lang.com", "subreddit": "/r/interlingue", "center": [ 768.5, 328.5 ], "path": [ [ 765.5, 326.5 ], [ 770.5, 326.5 ], [ 770.5, 329.5 ], [ 765.5, 329.5 ] ] },
{"id":208,"name":"Viossa", "description": "Flag of the conpidgin Viossa.", "website": "", "subreddit": "/r/viossa", "center": [ 775.5, 296.5 ], "path": [ [ 769.5, 290.5 ], [ 780.5, 290.5 ], [ 780.5, 301.5 ], [ 769.5, 301.5 ] ] },
{"id":209,"name":"Lojban", "description": "Flag of Lojban", "website": "https://lojban.org", "subreddit": "/r/lojban", "center": [ 760.5, 328.5 ], "path": [ [ 763.5, 326.5 ], [ 757.5, 326.5 ], [ 757.5, 330.5 ], [ 763.5, 330.5 ] ] },
{"id":210,"name":"DMU","description": "De Montfort University","website": "","subreddit": "","center": [919.5,1425.5],"path": [[909.5,1420.5],[929.5,1420.5],[929.5,1430.5],[909.5,1430.5],[909.5,1420.5]]},
{"id":211,"name":"The University of Texas at Austin","description":"The hand-sign, mascot, and the main tower of the University of Texas at Austin. Hook 'Em!","website":"https://utexas.edu","subreddit":"/r/UTAustin","center":[583.5,961.5],"path":[[594.5,974.5],[593.5,948.5],[573.5,948.5],[573.5,973.5],[594.5,974.5]]},
{"id":212,"name":"The Vineshroom", "description": "The mascot of the Vinesauce Twitch channel.", "website": "https://twitch.tv/Vinesauce", "subreddit": "/r/Vinesauce", "center": [76.5, 675.5], "path": [ [73.5, 676.5], [73.5, 683.5], [74.5, 684.5], [78.5, 684.5], [79.5, 683.5], [79.5, 676.5], [81.5, 676.5], [82.5, 675.5], [82.5, 672.5], [81.5, 671.5], [81.5, 670.5], [80.5, 669.5], [79.5, 668.5], [73.5, 668.5], [72.5, 669.5], [71.5, 670.5], [71.5, 671.5], [70.5, 672.5], [70.5, 676.5], [73.5, 676.5]]},
{"id":213,"submitted_by": "L33Tech", "name":"SMP Online","description":"The SMP Online Minecraft server community!","website":"https://callmecarson.live","subreddit":"/r/CallMeCarson","center":[516.5,1686.5],"path":[[499.5,1673.5],[499.5,1673.5],[537.5,1673.5],[536.5,1685.5],[530.5,1685.5],[530.5,1699.5],[500.5,1700.5],[500.5,1688.5],[499.5,1688.5],[499.5,1680.5]]},
{"id":214,"name":"Loky Ronin","description":"a piece of art drawn by Videoyun Community ","website":"https://twitch.tv/videoyun","subreddit":"/r/videoyun","center":[772.5,1421.5],"path":[[735.5,1403.5],[735.5,1439.5],[809.5,1439.5],[809.5,1403.5]]},
{"id":215,"submitted_by": "L33Tech", "name":"Place Start","description":"A start menu for r/place, syled after Windows XP","website":"","subreddit":"/r/PlaceStart","center":[589.5,1985.5],"path":[[0.5,1970.5],[1200.5,1972.5],[1200.5,1999.5],[0.5,2000.5],[0.5,1970.5]]},
{"id":216,"submitted_by": "L33Tech", "name":"r/TheBlueCorner","description":"Exactly what it sounds like, but filled with amogus.","website":"","subreddit":"/r/TheBlueCorner","center":[1959.5,1939.5],"path":[[1915.5,1868.5],[2002.5,1867.5],[2004.5,2007.5],[1916.5,2013.5],[1916.5,1991.5],[1916.5,1922.5],[1916.5,1868.5]]},
{"id":217,"name":"The Rust programming language","description":"This little square belongs to the community of the Rust programming language","website":"https://rust-lang.org","subreddit":"r/rust","center":[735.5,622.5],"path":[[722.5,608.5],[722.5,635.5],[748.5,635.5],[748.5,608.5]]},
{"id":218,"name":"Realm of the Mad God","description":"Realm of The Mad God is a permadeath MMORPG developed by Deca Games. The image shows all eighteen of the playable classes in the game, a White Bag (Rarest loot container), the head of Oryx the Mad God (An endgame boss), Craig the Intern (A friendly NPC), and Archbishop Leucoryx (Another endgame boss) pictured as part of the German Flag holding.","website":"","subreddit":"/r/Rotmg","center":[508.5,877.5],"path":[[470.5,866.5],[470.5,889.5],[561.5,889.5],[561.5,886.5],[536.5,886.5],[536.5,871.5],[548.5,871.5],[548.5,861.5],[547.5,861.5],[547.5,857.5],[546.5,857.5],[546.5,858.5],[543.5,858.5],[543.5,857.5],[541.5,857.5],[541.5,858.5],[538.5,858.5],[538.5,857.5],[538.5,858.5],[537.5,858.5],[537.5,865.5],[536.5,865.5],[536.5,866.5],[470.5,866.5]]},
{"id":219,"name":"Forgotten King and Shattered Queen","description":"Endgame Bosses from the video game Realm of the Mad God. The Forgotten King on the left shown holding a tri-force to symbolize the alliance between r/Zelda and r/RoTMG, while the Shattered Queen is shown on the right. In the bottom right corner is the iconic level 20 grave representing the permadeath nature of the game.","website":"","subreddit":"r/Rotmg","center":[1346.5,1888.5],"path":[[1326.5,1876.5],[1326.5,1900.5],[1366.5,1900.5],[1366.5,1876.5],[1326.5,1876.5]]},
{"id":220,"name":"The Shotbow Network ","description":"The Original Minecraft Server Network! Home to old classics like MineZ, Annihilation and Smash!","website":"https://shotbow.net/","subreddit":"/r/Shotbow","center":[1009.5,478.5],"path":[[999.5,495.5],[1008.5,495.5],[1008.5,492.5],[1010.5,492.5],[1010.5,488.5],[1012.5,487.5],[1014.5,486.5],[1020.5,486.5],[1020.5,465.5],[999.5,465.5]]},
{"id":221,"name":"MineZ","description":"Shotbow's original Minecraft gamemode! Based on the popular DayZ mod.","website":"https://shotbow.net/","subreddit":"/r/MineZ","center":[1012.5,460.5],"path":[[1004.5,465.5],[1020.5,465.5],[1020.5,455.5],[1004.5,455.5]]},
{"id":222,"name":"Blasphemous","description":"Blasphemous is a Spanish indie metroidvania created by TheGameKitchen and released in 2019.","website":"https://store.steampowered.com/app/774361/Blasphemous/","subreddit":"https://www.reddit.com/r/Blasphemous/","center":[1192.5,335.5],"path":[[1191.5,320.5],[1184.5,320.5],[1184.5,323.5],[1183.5,323.5],[1183.5,324.5],[1182.5,324.5],[1182.5,345.5],[1204.5,345.5],[1204.5,333.5],[1199.5,333.5],[1199.5,331.5],[1200.5,330.5],[1199.5,329.5],[1196.5,329.5],[1194.5,327.5],[1195.5,326.5],[1195.5,325.5],[1191.5,321.5],[1191.5,320.5]]},
{"id":223,"name":"Kaf","description": "Kaf is a Japanese female Virtual Singer on YouTube. She is a performer signed to Kamitsubaki Studio.","website": "https://discord.gg/NwCy89U","subreddit": "/r/Kamitsubaki_Fans","center": [1434.5,1114.5],"path": [[1452.5,1103.5],[1423.5,1103.5],[1423.5,1095.5],[1421.5,1095.5],[1421.5,1098.5],[1420.5,1098.5],[1420.5,1099.5],[1419.5,1099.5],[1419.5,1101.5],[1421.5,1101.5],[1421.5,1102.5],[1416.5,1102.5],[1416.5,1107.5],[1417.5,1107.5],[1417.5,1108.5],[1418.5,1108.5],[1418.5,1115.5],[1419.5,1115.5],[1419.5,1119.5],[1418.5,1119.5],[1418.5,1120.5],[1412.5,1120.5],[1412.5,1123.5],[1413.5,1123.5],[1413.5,1125.5],[1414.5,1125.5],[1414.5,1126.5],[1451.5,1126.5],[1451.5,1121.5],[1452.5,1121.5]]},
{"id":224,"name":"Big Ten East", "description": "The eastern claim of the Big Ten. Pioneered by Indiana, this claim also includes Northwestern, Michigan State, Minnesota, and PAC-12 member Stanford.", "website": "","subreddit": "/r/TheB1G", "center": [1529.5, 764.5], "path": [[1508.5,780.5],[1552.5,780.5],[1552.5,768.5],[1550.5,768.5],[1550.5,747.5],[1508.5,747.5],[1508.5,780.5]]},
{"id":225,"name":"Shelly (Small)", "description": "Shelly is the player character in the indie platformer Will You Snail?", "website": "https://store.steampowered.com/app/1115050/Will_You_Snail/", "subreddit": "/r/WillYouSnail", "center": [ 853.5, 973.5 ], "path": [ [ 849.5, 971.5 ], [ 849.5, 971.5 ], [ 850.5, 971.5 ], [ 851.5, 971.5 ], [ 851.5, 970.5 ], [ 857.5, 970.5 ], [ 857.5, 976.5 ], [ 849.5, 976.5 ], [ 849.5, 973.5 ] ] },
{"id":226,"name":"Hu Tao Poland from r/polandball","description":"Poland from r/polandball dressed up as Hu Tao from Genshin Impact, our allies!","website":"","subreddit":"r/polandball","center":[1598.5,1781.5],"path":[[1577.5,1762.5],[1576.5,1761.5],[1625.5,1761.5],[1625.5,1781.5],[1620.5,1784.5],[1620.5,1786.5],[1619.5,1788.5],[1615.5,1798.5],[1615.5,1801.5],[1612.5,1803.5],[1610.5,1801.5],[1607.5,1798.5],[1604.5,1797.5],[1603.5,1799.5],[1603.5,1800.5],[1604.5,1801.5],[1605.5,1802.5],[1604.5,1803.5],[1597.5,1803.5],[1595.5,1804.5],[1591.5,1804.5],[1594.5,1801.5],[1596.5,1798.5],[1593.5,1795.5],[1588.5,1798.5],[1587.5,1799.5],[1586.5,1802.5],[1588.5,1806.5],[1591.5,1806.5],[1587.5,1806.5],[1586.5,1810.5],[1576.5,1810.5],[1577.5,1761.5],[1577.5,1761.5]]},
{"id":227,"name":"Tiny! Hu Tao Poland - Polandball","description":"The tiny version of Poland from r/polandball dressed up as Hu Tao, with Boo Tao as well!","website":"","subreddit":"r/polandball","center":[1152.5,78.5],"path":[[1133.5,84.5],[1133.5,84.5],[1136.5,86.5],[1133.5,78.5],[1131.5,72.5],[1138.5,66.5],[1144.5,65.5],[1148.5,69.5],[1151.5,73.5],[1159.5,67.5],[1165.5,68.5],[1170.5,73.5],[1171.5,79.5],[1170.5,82.5],[1173.5,81.5],[1173.5,86.5],[1171.5,87.5],[1166.5,88.5],[1162.5,88.5],[1158.5,87.5],[1136.5,87.5],[1135.5,86.5]]},
{"id":228,"name":"Femboy Bean", "description": "Original artwork by Fleurfurr, and Bean's sona, reimagined in pixel form by furry_irl.", "website": "", "subreddit": "/r/furry_irl", "center": [ 1044.5, 1798.5 ], "path": [ [ 1030.5, 1780.5 ], [ 1056.5, 1780.5 ], [ 1056.5, 1817.5 ], [ 1054.5, 1817.5 ], [ 1054.5, 1818.5 ], [ 1053.5, 1818.5 ], [ 1053.5, 1819.5 ], [ 1052.5, 1819.5 ], [ 1052.5, 1820.5 ], [ 1051.5, 1820.5 ], [ 1051.5, 1821.5 ], [ 1048.5, 1821.5 ], [ 1048.5, 1822.5 ], [ 1045.5, 1822.5 ], [ 1045.5, 1820.5 ], [ 1044.5, 1820.5 ], [ 1044.5, 1816.5 ], [ 1043.5, 1816.5 ], [ 1043.5, 1815.5 ], [ 1042.5, 1815.5 ], [ 1042.5, 1814.5 ], [ 1041.5, 1814.5 ], [ 1041.5, 1813.5 ], [ 1041.5, 1812.5 ], [ 1033.5, 1812.5 ], [ 1033.5, 1813.5 ], [ 1032.5, 1813.5 ], [ 1032.5, 1814.5 ], [ 1031.5, 1814.5 ], [ 1030.5, 1814.5 ], [ 1030.5, 1815.5 ], [ 1030.5, 1780.5 ] ] },
{"id":229,"name":"Scott (Nelward)", "description": "Scott, the symbol for Atlanta-based independent music artist Nelward.", "website": "https://www.nelward.com", "subreddit": "https://www.reddit.com/r/Nelward","center": [7.5,69.5],"path": [[1.5,65.5],[12.5,65.5],[12.5,72.5],[1.5,72.5]]},
{"id":230,"name":"Taiwan's First Claim", "description": "r/Taiwan's first claims on r/Place, starting from the big Taiwan flag and evolving into the mini-flags, Taipei 101, and Boba tea. ", "website": "", "subreddit": "/r/Taiwan", "center": [938.5, 546.5], "path": [ [978.5, 567.5], [910.5, 567.5], [910.5, 515.5], [958.5, 515.5], [959.5, 519.5], [934.5, 519.5], [934.5, 542.5], [978.5, 542.5], [978.5, 567.5] ]},
{"id":231,"name":"Taiwan Independence Flag", "description": "The flag of the World Taiwanese Congress, the most common flag representing the Taiwanese Independence movement. ", "website": "", "subreddit": "/r/Taiwan", "center": [ 1227.5, 147.5 ], "path": [ [ 1206.5, 134.5 ], [ 1248.5, 134.5 ], [ 1248.5, 160.5 ], [ 1206.5, 160.5 ], [ 1206.5, 134.5 ] ]},
{"id":232,"name":"Taipei 101 attempt","description": "r/Taiwan tried to make a 101 pixel high Taipei 101 at this location, in coordination with many other allies. ","website": "","subreddit": "/r/Taiwan","center": [ 1200.5, 1266.5],"path": [[ 1178.5, 1275.5],[ 1219.5, 1275.5],[ 1219.5, 1265.5],[ 1217.5, 1265.5],[ 1217.5, 1264.5],[ 1216.5, 1264.5],[ 1216.5, 1262.5],[ 1214.5, 1262.5],[ 1214.5, 1261.5],[ 1213.5, 1261.5],[ 1213.5, 1260.5],[ 1212.5, 1260.5],[ 1212.5, 1259.5],[ 1211.5, 1259.5],[ 1211.5, 1258.5],[ 1210.5, 1258.5],[ 1210.5, 1257.5],[ 1209.5, 1257.5],[ 1209.5, 1256.5],[ 1207.5, 1256.5],[ 1207.5, 1254.5],[ 1206.5, 1254.5],[ 1206.5, 1251.5],[ 1205.5, 1251.5],[ 1205.5, 1247.5],[ 1204.5, 1247.5],[ 1204.5, 1241.5],[ 1202.5, 1241.5],[ 1202.5, 1250.5],[ 1199.5, 1250.5],[ 1199.5, 1257.5],[ 1199.5, 1257.5],[ 1199.5, 1258.5],[ 1198.5, 1258.5],[ 1198.5, 1263.5],[ 1179.5, 1263.5],[ 1178.5, 1263.5],[ 1178.5, 1275.5]]},
{"id":233,"name":"Super Smash Bros Melee", "description": "Super smash bros melee, a fighting game community dedicated to their game, which they have not abandoned after 20 years and 3 sequels. They also never abandoned their main slippi.gg logo, which stood for effectively the whole duration of r/place. They also collaborated with place trees to construct Dream Land, one of the 6 legal stages in competitive Melee, featuring Whispy woods, and added Fox and Falco Stock icons. ", "website": "https://slippi.gg", "subreddit": "/r/ssbm", "center": [789.5,943.5],"path": [[776.5,927.5],[775.5,961.5],[781.5,962.5],[781.5,978.5],[800.5,982.5],[817.5,979.5],[818.5,962.5],[824.5,962.5],[823.5,926.5],[800.5,915.5],[777.5,926.5],[771.5,907.5],[750.5,905.5],[749.5,927.5],[748.5,945.5],[776.5,947.5]]},
{"id":234,"name":"VRChat","description":"Logo of the VRChat online virtual reality social platform.","website":"https://vrchat.com","subreddit":"r/vrchat","center":[962.5,97.5],"path":[[930.5,88.5],[994.5,88.5],[994.5,104.5],[990.5,104.5],[991.5,112.5],[983.5,105.5],[930.5,105.5]]},
{"id":235,"name":"UW Madison Motion W", "description": "The \"Motion W\", University of Wisconsin-Madison's athletics logo.", "website": "https://wisc.edu", "subreddit": "/r/UWMadison", "center": [ 112.5, 593.5 ], "path": [ [ 100.5, 580.5 ], [ 124.5, 580.5 ], [ 124.5, 606.5 ], [ 100.5, 606.5 ] ] },
{"id":236,"name":"Bucky Badger", "description": "University of Wisconsin-Madison's mascot Bucky U Badger, in the middle of being consumed.", "website": "https://wisc.edu", "subreddit": "/r/UWMadison", "center": [ 280.5, 1565.5 ], "path": [ [ 250.5, 1552.5 ], [ 300.5, 1552.5 ], [ 300.5, 1585.5 ], [ 280.5, 1585.5 ], [ 280.5, 1569.5 ], [ 250.5, 1567.5 ], [ 250.5, 1552.5 ] ] },
{"id":237,"name":"Roscoe", "description": "Dog (and emote) of French Twitch streamer Shisheyu_Mayamoto. It's an Eurasier.", "website": "https://www.twitch.tv/shisheyu_mayamoto", "subreddit": "", "center": [ 1928.5, 1677.5 ], "path": [ [ 1907.5, 1659.5 ], [ 1907.5, 1694.5 ], [ 1949.5, 1694.5 ], [ 1949.5, 1659.5 ], [ 1907.5, 1659.5 ] ] },
{"id":238,"name":"Shisheyu_Mayamoto's Logo", "description": "Shisheyu Mayamoto's Twitch channel's logo", "website": "https://www.twitch.tv/shisheyu_mayamoto", "subreddit": "", "center": [ 1915.5, 1568.5 ], "path": [ [ 1909.5, 1562.5 ], [ 1909.5, 1573.5 ], [ 1921.5, 1573.5 ], [ 1921.5, 1562.5 ], [ 1909.5, 1562.5 ] ] },
{"id":239,"name":"Esperanto","description": "A proposed international language designed to be as simple as possible to understand","website": "https://esperanto.net/en/","subreddit": "/r/esperanto","center": [1466.5,494.5],"path": [[1433.5,487.5],[1499.5,487.5],[1499.5,501.5],[1433.5,501.5]]},
{"id":240,"name":"VRChat Modding Group","description":"Logo of the VRChat Modding Group, a community dedicated to creating and maintaining mods for the VR social platform VRChat","website":"https://discord.gg/vrcmg","subreddit":"","center":[1294.5,1985.5],"path":[[1284.5,1976.5],[1305.5,1976.5],[1305.5,1992.5],[1304.5,1992.5],[1304.5,1993.5],[1302.5,1993.5],[1302.5,1995.5],[1300.5,1995.5],[1298.5,1993.5],[1292.5,1993.5],[1292.5,1995.5],[1285.5,1995.5],[1285.5,1993.5],[1284.5,1993.5]]},
{"id":241,"name": "Disco Elisium", "description": "Main characters of the game.", "website": "https://discoelysium.com/", "subreddit": "https://www.reddit.com/r/DiscoElysium/", "center": [ 1383.5, 1900.5 ], "path": [ [ 1362.5, 1884.5 ], [ 1403.5, 1884.5 ], [ 1403.5, 1917.5 ], [ 1364.5, 1917.5 ] ] },
{"id":242,"submitted_by":"StrikerX3","name":"Pokémon Mystery Dungeon: Rescue Team DX Badge","description":"A depiction of the rescue team badge in Pokémon Mystery Dungeon: Rescue Team DX. The background has the pattern of the Harmony Scarf from Pokémon Super Mystery Dungeon, and the picture also contains a Seed and an Orb, two usable items in the game.","website":"","subreddit":"/r/MysteryDungeon","center":[722.5,791.5],"path":[[709.5,778.5],[709.5,803.5],[734.5,803.5],[734.5,778.5]]},
{"id":243,"submitted_by":"StrikerX3","name":"Time Gear","description":"A depiction of a Time Gear from Pokémon Mystery Dungeon: Explorers of Time/Darkness/Sky, a major plot item in the games.","website":"","subreddit":"/r/MysteryDungeon","center":[1090.5,477.5],"path":[[1078.5,465.5],[1078.5,488.5],[1101.5,488.5],[1101.5,465.5]]},
{"id":244,"submitted_by":"StrikerX3","name":"Sleeping Shiny Celebi","description":"A sleeping shiny Celebi. The sprite was based on in-game art from the Pokémon Mystery Dungeon games for the Nintendo DS.","website":"","subreddit":"/r/MysteryDungeon","center":[1325.5,61.5],"path":[[1323.5,50.5],[1321.5,54.5],[1321.5,61.5],[1318.5,61.5],[1318.5,63.5],[1320.5,66.5],[1320.5,68.5],[1326.5,69.5],[1328.5,68.5],[1328.5,65.5],[1331.5,63.5],[1331.5,55.5],[1330.5,54.5],[1327.5,55.5],[1325.5,54.5],[1325.5,53.5]]},
{"id":245,"submitted_by":"StrikerX3","name":"Victini and the V-Wheel","description":"A depiction of Victini and his V-Wheel from Pokémon Mystery Dungeon: Gates to Infinity.","website":"","subreddit":"/r/MysteryDungeon","center":[1752.5,1485.5],"path":[[1734.5,1473.5],[1734.5,1496.5],[1770.5,1496.5],[1770.5,1473.5]]},
{"id":246,"name": "Green Greens", "description": "A collaboration between /r/PlaceTrees and the Super Smash Bros. Melee community. Based on the Smash 64 stage Dream Land, with Pikachu, Fox, Falco, and Kirby fighting.", "website": "https://supersmashbros.fandom.com/wiki/Dream_Land_(Super_Smash_Bros.)", "subreddit": "", "center": [ 762.5, 918.5 ], "path": [[753.5,931.5],[771.5,931.5],[774.5,928.5],[774.5,908.5],[772.5,906.5],[753.5,906.5],[750.5,910.5],[750.5,928.5]]},
{"id":247,"name": "Veloren", "description": "Veloren is an open source multiplayer voxel RPG written in Rust.", "website": "https://veloren.net/", "subreddit": "/r/veloren", "center": [ 741.5, 642.5 ], "path": [ [ 736.5, 637.5 ], [ 745.5, 637.5 ], [ 745.5, 646.5 ], [ 736.5, 646.5 ], [ 736.5, 646.5 ] ] },
{"id": 249, "submitted_by": "ostensacken", "name": "Protea", "description": "Proteas are a species of plant mostly found in South Africa. The King Protea is the national flower of South Africa", "website": "", "subreddit": "/r/southafrica", "center": [771.5, 1054.5], "path": [[765.5, 1053.5], [764.5, 1051.5], [765.5, 1050.5], [767.5, 1050.5], [768.5, 1050.5], [767.5, 1049.5], [767.5, 1048.5], [768.5, 1048.5], [769.5, 1049.5], [770.5, 1048.5], [770.5, 1047.5], [771.5, 1046.5], [772.5, 1048.5], [773.5, 1048.5], [773.5, 1049.5], [774.5, 1048.5], [775.5, 1048.5], [775.5, 1047.5], [775.5, 1049.5], [774.5, 1050.5], [775.5, 1051.5], [776.5, 1050.5], [777.5, 1049.5], [778.5, 1048.5], [778.5, 1049.5], [778.5, 1051.5], [778.5, 1051.5], [777.5, 1052.5], [777.5, 1053.5], [777.5, 1054.5], [777.5, 1056.5], [776.5, 1057.5], [775.5, 1058.5], [775.5, 1060.5], [774.5, 1061.5], [773.5, 1060.5], [772.5, 1059.5], [771.5, 1061.5], [773.5, 1063.5], [772.5, 1064.5], [770.5, 1064.5], [770.5, 1063.5], [771.5, 1060.5], [769.5, 1060.5], [769.5, 1060.5], [768.5, 1061.5], [767.5, 1060.5], [767.5, 1058.5], [767.5, 1057.5], [766.5, 1057.5], [766.5, 1056.5], [766.5, 1055.5], [765.5, 1055.5]]},
{"id": 250, "submitted_by": "Glitchious404", "name": "Small Alula", "description": "A smaller version of the character Alula from Oneshot. Original sprite by Glitchious404.", "website": "www.oneshot-game.com", "subreddit": "/r/oneshot", "center": [1086.5, 1695.5], "path": [[1084.5, 1705.5], [1083.5, 1705.5], [1083.5, 1704.5], [1082.5, 1704.5], [1079.5, 1704.5], [1079.5, 1703.5], [1079.5, 1702.5], [1079.5, 1701.5], [1079.5, 1698.5], [1078.5, 1698.5], [1078.5, 1697.5], [1078.5, 1693.5], [1077.5, 1697.5], [1077.5, 1696.5], [1079.5, 1693.5], [1079.5, 1691.5], [1080.5, 1691.5], [1080.5, 1690.5], [1081.5, 1690.5], [1081.5, 1689.5], [1081.5, 1688.5], [1081.5, 1686.5], [1081.5, 1683.5], [1083.5, 1683.5], [1083.5, 1684.5], [1084.5, 1684.5], [1084.5, 1685.5], [1085.5, 1685.5], [1085.5, 1686.5], [1085.5, 1687.5], [1086.5, 1688.5], [1086.5, 1687.5], [1087.5, 1688.5], [1088.5, 1688.5], [1088.5, 1687.5], [1088.5, 1686.5], [1089.5, 1686.5], [1089.5, 1685.5], [1090.5, 1685.5], [1090.5, 1684.5], [1091.5, 1684.5], [1092.5, 1684.5], [1092.5, 1689.5], [1091.5, 1690.5], [1092.5, 1690.5], [1092.5, 1692.5], [1093.5, 1692.5], [1093.5, 1697.5], [1092.5, 1697.5], [1092.5, 1700.5], [1093.5, 1700.5], [1093.5, 1701.5], [1093.5, 1702.5], [1093.5, 1704.5], [1090.5, 1704.5], [1090.5, 1705.5], [1087.5, 1705.5]]},
{"id": 251, "submitted_by": "Evo_Kaer", "name": "No Man's Sky Atlas", "description": "The Atlas is an iconic symbol of the game No Man's Sky", "website": "https://nomanssky.fandom.com/de/wiki/No_Man%27s_Sky", "subreddit": "/r/NoMansSkyTheGame/", "center": [1631.5, 1631.5], "path": [[1615.5, 1610.5], [1615.5, 1636.5], [1631.5, 1657.5], [1635.5, 1657.5], [1653.5, 1628.5], [1635.5, 1610.5]]},
{"id": 252, "submitted_by": "MrEduxator", "name": "holostars", "description": "An icon that represents holostars, which is a male branch of hololive. ", "website": "https://holostars.hololivepro.com/en/", "subreddit": "r/holostars", "center": [312.5, 767.5], "path": [[302.5, 758.5], [321.5, 758.5], [321.5, 777.5], [303.5, 777.5]]},
{"id": 253, "submitted_by": "Lambocoon", "name": "r/baduk", "description": "the subreddit for the ancient board game Go/Baduk/Weiqi", "website": "", "subreddit": "/r/baduk", "center": [1522.5, 1284.5], "path": [[1494.5, 1279.5], [1550.5, 1279.5], [1550.5, 1289.5], [1494.5, 1289.5]]},
{"id": 254, "submitted_by": "ExpressEducator15", "name": "Indian Art on Place No.1", "description": "Indian Flag with artwork Design 1 nco-ordinated on discordnr/indianplacennShort descriptionnTop right side Isro Flag nfrom left to right on the flagn1> PSLV Launch of ISROn2> Gopuram of Menakshi Temlen3> Ashoka Chakra (flag component)n4> Taj Mahaln5> A Royal Indian Elephant", "website": "", "subreddit": "r/indianplace", "center": [372.5, 314.5], "path": [[237.5, 307.5], [240.5, 307.5], [241.5, 299.5], [250.5, 299.5], [250.5, 253.5], [293.5, 253.5], [293.5, 297.5], [536.5, 298.5], [536.5, 342.5], [237.5, 343.5], [237.5, 307.5]]},
{"id": 258, "submitted_by": "Tylersfoot", "name": "Green Lattice", "description": "Green Lattice was a peaceful faction, determined to fill the canvas with a beautiful orderly light and dark green lattice, that would serve as a safe home for art to live", "website": "", "subreddit": "/r/greenlattice", "center": [1547.5, 1542.5], "path": [[1499.5, 1499.5], [1569.5, 1499.5], [1570.5, 1518.5], [1620.5, 1520.5], [1620.5, 1539.5], [1595.5, 1539.5], [1594.5, 1580.5], [1535.5, 1579.5], [1534.5, 1585.5], [1499.5, 1586.5], [1498.5, 1499.5]]},
{"id": 259, "submitted_by": "zpjester", "name": "Scott Munley", "description": "Scott Manley's head nightmarishly projected onto the Mun. Fly ns\u0341\u031f\u032ca\u0317\u032a\u0353\u032cf\u0315\u031f\u0353\u032ee\u0334\u0319\u0347\u031e.", "website": "https://www.youtube.com/channel/UCxzC4EngIsMrPmbm6Nxvb-A", "subreddit": "r/SpaceXPlace", "center": [946.5, 1521.5], "path": [[938.5, 1519.5], [940.5, 1516.5], [943.5, 1513.5], [948.5, 1513.5], [952.5, 1515.5], [953.5, 1518.5], [953.5, 1523.5], [951.5, 1527.5], [949.5, 1528.5], [944.5, 1529.5], [940.5, 1526.5], [938.5, 1523.5]]},
{"id": 261, "submitted_by": "shekevje", "name": "University of Washiington", "description": "The logo of the University of Washington in Seattle, featuring some of the school's characteristic cherry blossoms. The school's mascot is a husky.", "website": "http://uw.edu/", "subreddit": "/r/udub", "center": [897.5, 527.5], "path": [[889.5, 520.5], [889.5, 534.5], [905.5, 534.5], [905.5, 520.5], [889.5, 520.5], [889.5, 520.5]]},
{"id": 262, "submitted_by": "Scotty98745", "name": "Green Bay Packers", "description": "The Green Bay Packers are a historic American football team based in Green Bay, Wisconsin that competes in the National Football League (NFL).nnIt is the third-oldest franchise in the NFL, dating back to 1919, and is the only non-profit, community-owned major league professional sports team based in the United States.nnThe Packers have won 13 league championships, the most in NFL history, with nine pre-Super Bowl NFL titles and four Super Bowl victories.nnGO PACK GO!", "website": "https://www.packers.com/", "subreddit": "r/GreenBayPackers", "center": [418.5, 922.5], "path": [[407.5, 913.5], [428.5, 913.5], [428.5, 931.5], [407.5, 931.5], [407.5, 913.5]]},
{"id": 263, "submitted_by": "jonathan6405", "name": "Roskilde Cathedral", "description": "A cathedral from the Danish city of Roskilde", "website": "https://roskildedomkirke.dk/english/", "subreddit": "", "center": [290.5, 144.5], "path": [[277.5, 139.5], [277.5, 157.5], [302.5, 157.5], [302.5, 139.5], [301.5, 139.5], [301.5, 138.5], [300.5, 138.5], [300.5, 131.5], [299.5, 131.5], [299.5, 130.5], [298.5, 130.5], [298.5, 128.5], [297.5, 128.5], [297.5, 119.5], [296.5, 119.5], [296.5, 128.5], [295.5, 128.5], [295.5, 129.5], [295.5, 130.5], [294.5, 130.5], [294.5, 131.5], [293.5, 131.5], [293.5, 132.5], [293.5, 135.5], [287.5, 135.5], [286.5, 135.5], [286.5, 131.5], [285.5, 131.5], [285.5, 130.5], [284.5, 130.5], [284.5, 128.5], [283.5, 128.5], [283.5, 119.5], [282.5, 119.5], [282.5, 128.5], [281.5, 129.5], [281.5, 129.5], [281.5, 130.5], [280.5, 130.5], [280.5, 131.5], [279.5, 131.5], [279.5, 137.5], [279.5, 138.5], [278.5, 138.5], [278.5, 139.5], [277.5, 139.5]]},
{"id": 264, "submitted_by": "carpinx", "name": "Boca Juniors and River Plate", "description": "The colors of the most popular football teams in Argentina, in the base of the Obelisco de Buenos Aires.", "website": "", "subreddit": "r/Argentina", "center": [1126.5, 656.5], "path": [[1117.5, 653.5], [1117.5, 660.5], [1135.5, 660.5], [1135.5, 652.5], [1117.5, 653.5]]},
{"id": 265, "submitted_by": "The_Rising_Emerald", "name": "Scott The Woz", "description": "A rectangle in homage to the American youtuber Scott The Woz, border included.", "website": "https://www.youtube.com/user/scottthewoz", "subreddit": "/r/scottthewoz", "center": [1577.5, 231.5], "path": [[1551.5, 212.5], [1551.5, 249.5], [1603.5, 249.5], [1603.5, 228.5], [1602.5, 228.5], [1602.5, 212.5]]},
{"id": 266, "submitted_by": "Turwaith", "name": "Switzerland and Liechtenstein", "description": "Swiss and Liechtenstein Flag, accompanied by some classics. The mountain Matterhorn, an Edelweiss flower, a chocolate bar which Switzerland is very famous for, a cow and an SBB train.", "website": "https://discord.gg/JS9eFKty", "subreddit": "", "center": [550.5, 697.5], "path": [[514.5, 682.5], [514.5, 716.5], [571.5, 716.5], [571.5, 698.5], [599.5, 698.5], [599.5, 682.5]]},
{"id": 267, "submitted_by": "madebymvx", "name": "Yandhi", "description": "Unreleased Kanye West album because Jesus Christ did the laundry.", "website": "", "subreddit": "r/westsubever", "center": [31.5, 814.5], "path": [[14.5, 799.5], [47.5, 799.5], [47.5, 829.5], [14.5, 829.5], [14.5, 799.5]]},
{"id": 268, "submitted_by": "HarbaughsKhakis", "name": "University of Michigan", "description": "Tile for the Michigan Wolverines, commemorating their 2021 football victory over Ohio State University", "website": "", "subreddit": "/r/michiganwolverines", "center": [413.5, 275.5], "path": [[392.5, 252.5], [392.5, 298.5], [433.5, 298.5], [433.5, 252.5], [392.5, 252.5]]},
{"id": 269, "submitted_by": "A_Fine_Potato", "name": "Average Greek vs. Turk Debate", "description": "The thumbnail of the video with the same name, Which has stayed a popular meme in Greece and Turkey", "website": "https://www.youtube.com/watch?v=HfFx5UvzSxc", "subreddit": "", "center": [1265.5, 737.5], "path": [[1200.5, 700.5], [1200.5, 773.5], [1329.5, 773.5], [1329.5, 700.5]]},
{"id": 270, "submitted_by": "xAqult", "name": "Terraria Calamity Mod Logo (1.5 Update)", "description": "The Terraria Calamity Mod Logo, for the largest ever Terraria Mod.", "website": "[https://discord.gg/calamity](https://discord.gg/calamity)", "subreddit": "[https://www.reddit.com/r/CalamityMod/](https://www.reddit.com/r/CalamityMod/)", "center": [867.5, 1467.5], "path": [[853.5, 1453.5], [880.5, 1453.5], [880.5, 1480.5], [853.5, 1480.5], [853.5, 1453.5]]},
{"id": 271, "submitted_by": "drc7777777", "name": "Gondola", "description": "A mutation of the Spurdo Sp\u00e4rde meme. He peacefully observes.", "website": "", "subreddit": "", "center": [742.5, 1708.5], "path": [[736.5, 1692.5], [743.5, 1694.5], [750.5, 1699.5], [755.5, 1705.5], [756.5, 1708.5], [757.5, 1713.5], [754.5, 1723.5], [749.5, 1729.5], [745.5, 1732.5], [737.5, 1733.5], [737.5, 1736.5], [742.5, 1735.5], [750.5, 1731.5], [758.5, 1724.5], [760.5, 1715.5], [760.5, 1707.5], [758.5, 1701.5], [753.5, 1695.5], [744.5, 1691.5], [740.5, 1691.5], [739.5, 1685.5], [732.5, 1685.5], [730.5, 1692.5], [725.5, 1695.5], [719.5, 1701.5], [716.5, 1704.5], [716.5, 1710.5], [716.5, 1721.5], [719.5, 1727.5], [729.5, 1734.5], [736.5, 1735.5], [736.5, 1733.5], [731.5, 1733.5], [723.5, 1728.5], [718.5, 1721.5], [716.5, 1715.5], [717.5, 1707.5], [721.5, 1700.5], [728.5, 1695.5], [737.5, 1693.5]]},
{"id": 272, "submitted_by": "N0ZTRA", "name": "lgwMlem", "description": "A Twitch emote from streamer DumbDog. Mlem.", "website": "https://www.twitch.tv/dumbdog", "subreddit": "", "center": [1856.5, 1403.5], "path": [[1838.5, 1383.5], [1838.5, 1423.5], [1873.5, 1423.5], [1873.5, 1383.5], [1838.5, 1383.5]]},
{"id": 273, "submitted_by": "Tylersfoot", "name": "Green Lattice", "description": "Green Lattice was a peaceful faction, determined to fill the canvas with a beautiful orderly light and dark green lattice, that would serve as a safe home for art to live", "website": "", "subreddit": "/r/greenlattice", "center": [1077.5, 438.5], "path": [[965.5, 365.5], [965.5, 365.5], [966.5, 495.5], [1004.5, 495.5], [1004.5, 502.5], [1004.5, 509.5], [1074.5, 510.5], [1077.5, 503.5], [1080.5, 503.5], [1082.5, 498.5], [1086.5, 498.5], [1090.5, 502.5], [1099.5, 504.5], [1105.5, 510.5], [1172.5, 509.5], [1197.5, 508.5], [1197.5, 446.5], [1195.5, 433.5], [1191.5, 432.5], [1191.5, 402.5], [1155.5, 407.5], [1154.5, 385.5], [1159.5, 371.5], [1150.5, 366.5], [1142.5, 372.5], [1139.5, 361.5], [1132.5, 362.5], [1126.5, 358.5], [1119.5, 360.5], [1116.5, 358.5], [1113.5, 353.5], [1104.5, 354.5], [1099.5, 359.5], [1098.5, 364.5], [1100.5, 368.5], [1095.5, 370.5], [1090.5, 365.5], [1083.5, 366.5], [1080.5, 367.5], [1034.5, 366.5], [965.5, 364.5]]},
{"id": 274, "submitted_by": "zpjester", "name": "Starship / Super Heavy stack", "description": "SpaceX's upcoming (as of 4/2022) Starship / Super Heavy launch vehicle, under development for crewed missions to the Moon and Mars (also pictured)", "website": "", "subreddit": "r/SpaceXPlace", "center": [817.5, 634.5], "path": [[811.5, 684.5], [816.5, 678.5], [816.5, 662.5], [820.5, 662.5], [819.5, 659.5], [816.5, 651.5], [792.5, 605.5], [834.5, 605.5], [834.5, 609.5], [826.5, 620.5], [826.5, 637.5], [827.5, 684.5]]},
{"id": 276, "submitted_by": "Key-Department-7826", "name": "Brad", "description": "The main character for the game Lisa: the Painful", "website": "[https://store.steampowered.com/app/335670/LISA_The_Painful/](https://store.steampowered.com/app/335670/LISA_The_Painful/)", "subreddit": "[https://www.reddit.com/r/lisathepainfulrpg/](https://www.reddit.com/r/lisathepainfulrpg/)", "center": [0.5, 0.5], "path": []},
{"id": 277, "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": 279, "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": 280, "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": 282, "submitted_by": "HarbaughsKhakis", "name": "Benchy", "description": "A fun diagnostic 3D print", "website": "3dbenchy.com", "subreddit": "/r/3dprinting", "center": [281.5, 537.5], "path": [[274.5, 517.5], [274.5, 523.5], [272.5, 523.5], [272.5, 528.5], [273.5, 528.5], [273.5, 538.5], [267.5, 538.5], [267.5, 542.5], [264.5, 542.5], [264.5, 541.5], [261.5, 538.5], [258.5, 541.5], [258.5, 545.5], [262.5, 549.5], [293.5, 549.5], [299.5, 542.5], [299.5, 540.5], [300.5, 540.5], [300.5, 533.5], [292.5, 533.5], [291.5, 535.5], [289.5, 535.5], [289.5, 526.5], [290.5, 526.5], [290.5, 521.5], [281.5, 521.5], [281.5, 522.5], [279.5, 522.5], [279.5, 517.5], [274.5, 517.5]]},
{"id": 283, "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": 285, "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": 286, "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": 288, "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]]},
{"id": 289, "submitted_by": "piggymon10", "name": "based mega charizard", "description": "Mega charizard x from Pok\u00e9mon is breathing fire on fr\ud83e\udd2ence, more specfically the Arc De Triumph(paris). Mega charizard is doing this because he is based", "website": "[www.pokemon.com](https://www.pokemon.com)", "subreddit": "/r/pokemon", "center": [86.5, 1914.5], "path": [[59.5, 1914.5], [59.5, 1914.5], [55.5, 1918.5], [54.5, 1920.5], [53.5, 1925.5], [53.5, 1932.5], [56.5, 1937.5], [55.5, 1940.5], [52.5, 1940.5], [51.5, 1941.5], [51.5, 1947.5], [53.5, 1947.5], [55.5, 1949.5], [57.5, 1951.5], [64.5, 1951.5], [69.5, 1951.5], [72.5, 1949.5], [73.5, 1948.5], [76.5, 1950.5], [83.5, 1950.5], [86.5, 1950.5], [87.5, 1950.5], [91.5, 1950.5], [90.5, 1948.5], [93.5, 1943.5], [92.5, 1941.5], [90.5, 1937.5], [89.5, 1932.5], [91.5, 1936.5], [93.5, 1936.5], [97.5, 1933.5], [97.5, 1930.5], [96.5, 1927.5], [91.5, 1927.5], [99.5, 1932.5], [101.5, 1931.5], [103.5, 1929.5], [103.5, 1925.5], [100.5, 1918.5], [99.5, 1919.5], [99.5, 1916.5], [96.5, 1911.5], [90.5, 1911.5], [87.5, 1911.5], [88.5, 1915.5], [90.5, 1916.5], [90.5, 1919.5], [85.5, 1921.5], [84.5, 1915.5], [89.5, 1908.5], [89.5, 1907.5], [95.5, 1902.5], [101.5, 1890.5], [143.5, 1848.5], [143.5, 1843.5], [109.5, 1867.5], [83.5, 1901.5], [80.5, 1902.5], [76.5, 1902.5], [75.5, 1903.5], [74.5, 1906.5], [70.5, 1912.5], [71.5, 1914.5], [73.5, 1915.5], [75.5, 1913.5], [76.5, 1913.5], [76.5, 1924.5], [74.5, 1926.5], [72.5, 1923.5], [70.5, 1923.5], [69.5, 1922.5], [66.5, 1923.5], [63.5, 1922.5], [62.5, 1914.5], [59.5, 1915.5]]},
{"id": 290, "submitted_by": "LetteredSymbol", "name": "Sertle Chicken", "description": "the one chicken that survived. Originally, there were also ones on Quebec's flag.", "website": "twitch.tv/sertle", "subreddit": "", "center": [1095.5, 965.5], "path": [[1097.5, 966.5], [1097.5, 963.5], [1094.5, 963.5], [1093.5, 967.5], [1096.5, 967.5], [1096.5, 965.5], [1097.5, 964.5], [1097.5, 965.5], [1097.5, 965.5], [1095.5, 965.5], [1096.5, 965.5], [1096.5, 965.5], [1098.5, 965.5], [1092.5, 966.5], [1092.5, 965.5], [1092.5, 967.5], [1094.5, 966.5], [1092.5, 966.5], [1093.5, 966.5], [1091.5, 966.5], [1094.5, 965.5], [1094.5, 965.5], [1094.5, 965.5], [1095.5, 965.5], [1095.5, 964.5], [1097.5, 964.5], [1097.5, 963.5], [1095.5, 964.5], [1095.5, 964.5], [1096.5, 966.5], [1096.5, 965.5], [1096.5, 966.5], [1093.5, 964.5]]},
{"id": 291, "submitted_by": "Tonda98", "name": "Girl's Last Tour", "description": "Manga/Anime: Characters Yuuri, Nuko and Chito on their Kettenkrad", "website": "", "subreddit": "/r/GirlsLastTour", "center": [1343.5, 1162.5], "path": [[1334.5, 1170.5], [1353.5, 1170.5], [1352.5, 1169.5], [1353.5, 1169.5], [1353.5, 1168.5], [1354.5, 1168.5], [1354.5, 1167.5], [1354.5, 1166.5], [1353.5, 1166.5], [1353.5, 1165.5], [1353.5, 1164.5], [1353.5, 1163.5], [1352.5, 1163.5], [1352.5, 1162.5], [1351.5, 1162.5], [1351.5, 1161.5], [1352.5, 1161.5], [1352.5, 1160.5], [1353.5, 1160.5], [1353.5, 1159.5], [1353.5, 1156.5], [1353.5, 1157.5], [1353.5, 1158.5], [1353.5, 1159.5], [1353.5, 1156.5], [1353.5, 1155.5], [1352.5, 1155.5], [1352.5, 1154.5], [1351.5, 1154.5], [1350.5, 1154.5], [1350.5, 1153.5], [1349.5, 1153.5], [1348.5, 1153.5], [1347.5, 1153.5], [1346.5, 1153.5], [1345.5, 1153.5], [1344.5, 1153.5], [1344.5, 1154.5], [1343.5, 1153.5], [1342.5, 1153.5], [1340.5, 1153.5], [1339.5, 1153.5], [1338.5, 1153.5], [1337.5, 1153.5], [1336.5, 1153.5], [1335.5, 1153.5], [1335.5, 1154.5], [1334.5, 1154.5], [1334.5, 1155.5], [1334.5, 1156.5], [1333.5, 1156.5], [1333.5, 1157.5], [1332.5, 1157.5], [1332.5, 1158.5], [1332.5, 1159.5], [1332.5, 1159.5], [1332.5, 1160.5], [1332.5, 1161.5], [1333.5, 1161.5], [1333.5, 1162.5], [1333.5, 1163.5], [1333.5, 1164.5], [1332.5, 1164.5], [1332.5, 1165.5], [1332.5, 1166.5], [1333.5, 1166.5], [1332.5, 1167.5], [1332.5, 1168.5], [1332.5, 1169.5], [1333.5, 1169.5], [1333.5, 1170.5]]},
{"id": 292, "submitted_by": "carpinx", "name": "Juggernaut", "description": "A Dota 2 hero.", "website": "", "subreddit": "r/DotA2", "center": [14.5, 190.5], "path": [[1.5, 178.5], [27.5, 178.5], [27.5, 202.5], [1.5, 201.5]]},
{"id": 293, "submitted_by": "ostensacken", "name": "Ghanaian flag", "description": "The flag of Ghana, a West African nation with a population of 31 million.nPreviously on the Nigerian flag to the south, it was moved here after being removed due to their inability to find a space for a larger flag.", "website": "", "subreddit": "", "center": [762.5, 1070.5], "path": [[759.5, 1068.5], [759.5, 1072.5], [764.5, 1072.5], [764.5, 1068.5]]},
{"id": 294, "submitted_by": "Flamberge3000", "name": "Doki Doki Literature Club!", "description": "Doki Doki Literature Club! is a 2017 freeware visual novel developed by American independent game studio Team Salvato for Microsoft Windows, macOS, and Linux. You play as a highschool student who must woo the girls of the literature club... through poetry!", "website": "https://ddlc.moe/", "subreddit": "/r/DDLC", "center": [1575.5, 1192.5], "path": [[1550.5, 1184.5], [1550.5, 1200.5], [1600.5, 1200.5], [1600.5, 1184.5]]},
{"id": 295, "submitted_by": "zpjester", "name": "r/spaceXPlace and affiliates mural", "description": "SpaceX and related interests. Features Starship S20, Starman / Roadster, the Hubble Space Telescope, Starhopper, and the logos for Tesla and LabPadre. Also features shoutouts to RGV Aerial Photography, Tim Dodd (The Everyday Astronaut), NasaSpaceflightLive, and Kerbal Space Program", "website": "", "subreddit": "r/SpaceXPlace", "center": [906.5, 1576.5], "path": [[941.5, 1638.5], [941.5, 1631.5], [900.5, 1631.5], [905.5, 1620.5], [930.5, 1620.5], [930.5, 1610.5], [916.5, 1610.5], [916.5, 1606.5], [933.5, 1599.5], [934.5, 1592.5], [943.5, 1591.5], [949.5, 1585.5], [949.5, 1556.5], [954.5, 1551.5], [955.5, 1543.5], [952.5, 1535.5], [936.5, 1528.5], [935.5, 1524.5], [931.5, 1524.5], [930.5, 1528.5], [926.5, 1529.5], [919.5, 1522.5], [915.5, 1519.5], [901.5, 1519.5], [902.5, 1524.5], [894.5, 1522.5], [882.5, 1539.5], [881.5, 1546.5], [887.5, 1547.5], [887.5, 1580.5], [845.5, 1580.5], [846.5, 1612.5], [890.5, 1611.5], [894.5, 1637.5]]},
{"id": 296, "submitted_by": "theguywith1025milk", "name": "Philippine Flag", "description": "The Philippine Flag, including Leni Robredo (who is currently running for president) and Kiko Pangilinan (who is currently running for vice president).", "website": "", "subreddit": "r/Philippines", "center": [332.5, 673.5], "path": [[301.5, 645.5], [301.5, 645.5], [362.5, 645.5], [363.5, 645.5], [363.5, 702.5], [301.5, 701.5]]},
{"id": 297, "submitted_by": "MarUlberg", "name": "Kirby", "description": "YouTube streamer Ludwig used his chat to overtake the Kirby built by russian streamer bratishkinoff.nThe art was overall loved by all communities (including bratishkinoff) and saw minimal sabotage throughout the remaining time.", "website": "https://www.youtube.com/c/Ludwigahgren", "subreddit": "r/LudwigAhgren/", "center": [1845.5, 581.5], "path": [[1800.5, 539.5], [1890.5, 539.5], [1890.5, 623.5], [1800.5, 623.5]]},
{"id": 299, "submitted_by": "SadChiruno", "name": ":Marisad:", "description": "Marisa Kirisame is a character from Touhou Project. And in the fan made anime \u201cMemories of Phantasm\u201d she is seen crying during one scene. Her funny expression quickly became a popular meme inside the Touhou fandom, who dubbed her \u201cMarisad\u201d (Marisa+Sad). Additionally the emote of Marisa crying spreaded across many Touhou related discord servers, further adding to its popularity. ", "website": "", "subreddit": "/r/marisad", "center": [1797.5, 881.5], "path": [[1785.5, 870.5], [1786.5, 870.5], [1809.5, 870.5], [1809.5, 893.5], [1791.5, 893.5], [1785.5, 887.5]]},
{"id": 300, "submitted_by": "ObliviousFail", "name": "New Zealand", "description": "R/NewZealand's place featuring the Laser Kiwi, Kakapo, Tino Rangatiratanga, Kiwi fruit, ANZAC Poppies, and a map of New Zealand", "website": "", "subreddit": "reddit.com/r/newzealand/", "center": [1546.5, 726.5], "path": [[1515.5, 689.5], [1515.5, 711.5], [1539.5, 711.5], [1539.5, 727.5], [1515.5, 727.5], [1515.5, 746.5], [1550.5, 747.5], [1551.5, 767.5], [1577.5, 767.5], [1576.5, 730.5], [1554.5, 729.5], [1554.5, 714.5], [1558.5, 711.5], [1562.5, 711.5], [1561.5, 689.5], [1515.5, 689.5]]},
{"id": 301, "submitted_by": "MrEduxator", "name": "Sakamata Chloe's Mask", "description": "A mask worn by Sakamata Chloe, a member of holoX, or hololive 6th Gen. ", "website": "https://www.youtube.com/channel/UCIBY1ollUsauvVi4hW4cumw", "subreddit": "r/hololive", "center": [1393.5, 1067.5], "path": [[1387.5, 1064.5], [1388.5, 1063.5], [1398.5, 1063.5], [1399.5, 1064.5], [1399.5, 1067.5], [1398.5, 1068.5], [1397.5, 1069.5], [1397.5, 1070.5], [1397.5, 1071.5], [1391.5, 1071.5], [1391.5, 1070.5], [1389.5, 1070.5], [1388.5, 1070.5], [1388.5, 1069.5], [1387.5, 1069.5], [1387.5, 1068.5], [1386.5, 1068.5], [1386.5, 1064.5], [1387.5, 1064.5], [1388.5, 1064.5]]},
{"id": 302, "submitted_by": "carpinx", "name": "Argentinian flag", "description": "", "website": "", "subreddit": "r/Argentina", "center": [1653.5, 1868.5], "path": [[1533.5, 1819.5], [1773.5, 1819.5], [1774.5, 1918.5], [1532.5, 1916.5], [1533.5, 1819.5]]},
{"id": 304, "submitted_by": "OEAAS", "name": "Kaaba", "description": "The kaaba.", "website": "[https://discord.gg/Tappelino](https://discord.gg/Tappelino)", "subreddit": "r/KanelbollensHjemland", "center": [789.5, 129.5], "path": [[779.5, 120.5], [779.5, 138.5], [799.5, 138.5], [799.5, 120.5]]},
{"id": 305, "submitted_by": "_ScrapLord_", "name": "Zero", "description": "Art of the protagonist of indie action game Katana:ZERO", "website": "https://katanazero.com/", "subreddit": "/r/KatanaZero", "center": [1150.5, 1874.5], "path": [[1136.5, 1857.5], [1164.5, 1857.5], [1164.5, 1871.5], [1166.5, 1871.5], [1166.5, 1885.5], [1166.5, 1883.5], [1165.5, 1883.5], [1165.5, 1883.5], [1163.5, 1881.5], [1159.5, 1885.5], [1159.5, 1890.5], [1159.5, 1893.5], [1136.5, 1893.5], [1136.5, 1857.5]]},
{"id": 306, "submitted_by": "Smirkydevil52", "name": "The Stormlight Archvive/Malazan", "description": "The Stormlight Archive and Malazan are both fantasy book series. The two communities worked together, becoming what is now the Science Fiction-Fantasy Alliance. Features characters from both series. n", "website": "", "subreddit": "r/Stormlight_Archive, r/Malazan, r/SFFA", "center": [1849.5, 910.5], "path": [[1830.5, 870.5], [1868.5, 870.5], [1868.5, 949.5], [1830.5, 949.5], [1830.5, 913.5]]},
{"id": 308, "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": "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": 309, "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": 310, "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": 311, "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": 312, "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": 315, "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": 317, "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]]},
{"id": 318, "submitted_by": "carpinx", "name": "World Cup", "description": "A representation of the World Cup, between the Argentinian and Brazilian flags.", "website": "", "subreddit": "", "center": [1033.5, 613.5], "path": [[1023.5, 634.5], [1029.5, 639.5], [1039.5, 638.5], [1043.5, 633.5], [1040.5, 628.5], [1039.5, 619.5], [1040.5, 612.5], [1043.5, 606.5], [1041.5, 597.5], [1036.5, 590.5], [1030.5, 589.5], [1024.5, 593.5], [1022.5, 600.5], [1022.5, 607.5], [1024.5, 610.5], [1025.5, 614.5], [1028.5, 617.5], [1028.5, 624.5], [1025.5, 628.5], [1024.5, 634.5]]},
{"id": 319, "submitted_by": "ostensacken", "name": "Lesotho flag", "description": "A small flag of Lesotho, a land-locked enclave nation of South Africa.", "website": "", "subreddit": "", "center": [739.5, 1070.5], "path": [[736.5, 1068.5], [736.5, 1072.5], [742.5, 1072.5], [742.5, 1068.5]]},
{"id": 320, "submitted_by": "HyBerTop_1", "name": "osu!hungary", "description": "An insanely small, but an insanely dedicated osu! discord group.", "website": "https://discordapp.com/invite/rFYD6Pq", "subreddit": "", "center": [719.5, 1660.5], "path": [[713.5, 1657.5], [719.5, 1654.5], [726.5, 1658.5], [726.5, 1664.5], [713.5, 1664.5]]},
{"id": 321, "submitted_by": "flippin_egg", "name": "Serball", "description": "A parody of the character 'Serval' from the anime 'Kemono Friends'. She is a playable character in the Roblox game 'Become Fumo'", "website": "", "subreddit": "", "center": [612.5, 1576.5], "path": [[607.5, 1569.5], [603.5, 1574.5], [604.5, 1581.5], [608.5, 1583.5], [617.5, 1583.5], [620.5, 1580.5], [620.5, 1578.5], [620.5, 1574.5], [620.5, 1572.5], [617.5, 1571.5], [611.5, 1569.5]]},
{"id": 322, "submitted_by": "Gourmet_Salad", "name": "Saudi Arabia", "description": "featuring the saudi emblem and some Arabic coffee", "website": "", "subreddit": "/r/saudiarabia", "center": [1618.5, 1059.5], "path": [[1591.5, 1044.5], [1645.5, 1044.5], [1645.5, 1074.5], [1591.5, 1074.5], [1591.5, 1044.5]]},
{"id": 323, "submitted_by": "MrEduxator", "name": "hat mouse", "description": "\u201cHi. Me sell hats. Okay, poke? Come to old old old haus, poke. Bring coines. -hat mouse\u201d", "website": "https://www.stardewvalley.net/", "subreddit": "r/StardewValley", "center": [1738.5, 1025.5], "path": [[1708.5, 1008.5], [1767.5, 1008.5], [1767.5, 1043.5], [1709.5, 1042.5]]},
{"id": 324, "submitted_by": "Enoshade", "name": "Rembrandt, The Night Watch, 1642", "description": "An iconic 363 by 437 cm oil painting by the Dutch painter Remrandt Van Rijn, commissioned by a militia company.", "website": "[https://en.wikipedia.org/wiki/The_Night_Watch](https://en.wikipedia.org/wiki/The_Night_Watch)", "subreddit": "", "center": [627.5, 1899.5], "path": [[541.5, 1852.5], [712.5, 1852.5], [712.5, 1945.5], [541.5, 1945.5]]},
{"id": 325, "submitted_by": "zpjester", "name": "Starman / Tesla Roadster", "description": "Elon Musk's Tesla Roaster and its sole passenger, Starman (not to scale). Currently orbiting the sun near the orbits of Earth and Mars.", "website": "https://spacein3d.com/where-is-starman-live-tracker/", "subreddit": "r/spacexplace", "center": [918.5, 1580.5], "path": [[908.5, 1608.5], [911.5, 1609.5], [932.5, 1599.5], [933.5, 1589.5], [930.5, 1587.5], [931.5, 1572.5], [929.5, 1560.5], [921.5, 1554.5], [912.5, 1554.5], [903.5, 1561.5], [904.5, 1584.5], [910.5, 1594.5], [910.5, 1604.5], [908.5, 1605.5], [905.5, 1605.5]]},
{"id": 327, "submitted_by": "ostensacken", "name": "Swazi flag", "description": "A flag for the small nation of eSwatini, an enclave of South Africa.", "website": "", "subreddit": "", "center": [0.5, 0.5], "path": []},
{"id": 328, "submitted_by": "carpinx", "name": "Capybara and Hornero", "description": "The Capybara (in Argentina called Carpincho) is a symbolic animal in the region. The Hornero is the National bird of Argentina. ", "website": "", "subreddit": "r/Argentina", "center": [940.5, 670.5], "path": [[919.5, 677.5], [937.5, 678.5], [956.5, 678.5], [960.5, 677.5], [963.5, 661.5], [954.5, 662.5], [936.5, 662.5], [930.5, 663.5], [923.5, 664.5], [917.5, 668.5], [916.5, 672.5], [919.5, 678.5]]},
{"id": 330, "submitted_by": "zpjester", "name": "Hubble Space Telescope", "description": "NASA's HST, launched in 1990 aboard the Space Shuttle Discovery.", "website": "https://www.nasa.gov/mission_pages/hubble/main/index.html", "subreddit": "r/spaceXPlace", "center": [935.5, 1540.5], "path": [[919.5, 1535.5], [918.5, 1534.5], [913.5, 1528.5], [913.5, 1526.5], [916.5, 1522.5], [919.5, 1522.5], [924.5, 1527.5], [925.5, 1529.5], [933.5, 1533.5], [931.5, 1528.5], [931.5, 1526.5], [934.5, 1525.5], [935.5, 1526.5], [935.5, 1533.5], [938.5, 1530.5], [953.5, 1537.5], [950.5, 1540.5], [954.5, 1543.5], [955.5, 1548.5], [952.5, 1552.5], [949.5, 1554.5], [946.5, 1554.5], [941.5, 1551.5], [936.5, 1555.5], [921.5, 1548.5], [926.5, 1543.5], [921.5, 1539.5], [920.5, 1534.5]]},
{"id": 331, "submitted_by": "ostensacken", "name": "Mauritian Flag", "description": "A small Mauritian flag. Mauritius is an Indian Ocean island nation.", "website": "", "subreddit": "", "center": [0.5, 0.5], "path": []},
{"id": 332, "submitted_by": "BeautifulStandard849", "name": "Stranger things", "description": "After loosing our full size logo we made a smaller logo here with the release date of season 4 of stranger things and a small cute eggo coz they are the best", "website": "", "subreddit": "/r/StrangerThings", "center": [0.5, 0.5], "path": []},
{"id": 333, "submitted_by": "Virtual_Cheek_7633", "name": "Sakuya Izayoi", "description": "The perfect and elegant maid from Touhou project", "website": "https://youtu.be/S9ZT0HXjTBs", "subreddit": "r/touhou", "center": [1671.5, 1468.5], "path": [[1654.5, 1451.5], [1654.5, 1484.5], [1687.5, 1484.5], [1687.5, 1451.5]]},
{"id": 334, "submitted_by": "theguywith1025milk", "name": "BFDI!", "description": "The BFDI section made by Battle For r/place, with the characters Firey, Donut, Four, X, Cloudy, and the announcers. ", "website": "", "subreddit": "r/BattleForDreamIsland", "center": [494.5, 1077.5], "path": [[477.5, 1062.5], [477.5, 1062.5], [511.5, 1063.5], [510.5, 1092.5], [477.5, 1091.5], [477.5, 1089.5], [477.5, 1089.5], [477.5, 1089.5], [477.5, 1081.5], [477.5, 1081.5], [477.5, 1081.5], [477.5, 1081.5], [477.5, 1081.5], [477.5, 1084.5], [477.5, 1084.5], [477.5, 1084.5], [477.5, 1085.5], [477.5, 1085.5], [477.5, 1085.5], [477.5, 1085.5], [477.5, 1085.5], [477.5, 1085.5], [477.5, 1077.5], [477.5, 1074.5], [477.5, 1074.5], [478.5, 1072.5], [477.5, 1072.5], [477.5, 1072.5], [477.5, 1072.5]]},
{"id": 336, "submitted_by": "TrashDanQuack", "name": "Ducks", "description": "Pixel ducks holding hands", "website": "", "subreddit": "/r/place_ducks", "center": [343.5, 911.5], "path": [[295.5, 916.5], [295.5, 916.5], [402.5, 915.5], [399.5, 908.5], [293.5, 905.5], [293.5, 907.5]]},
{"id": 337, "submitted_by": "carpinx", "name": "Argentinian flag", "description": "Argentinian flag with Tango dancers, Fernet con Coca, Mate, Obelisco, Mafalda and San Mart\u00edn crossing the Andes.", "website": "", "subreddit": "r/Argentina", "center": [1097.5, 642.5], "path": [[905.5, 619.5], [1290.5, 620.5], [1290.5, 665.5], [905.5, 665.5], [905.5, 620.5]]},
{"id": 338, "submitted_by": "meme--god", "name": "J\u00e4germeister", "description": "German alcoholic Drink", "website": "", "subreddit": "", "center": [181.5, 1151.5], "path": [[178.5, 1122.5], [178.5, 1135.5], [176.5, 1137.5], [175.5, 1138.5], [174.5, 1139.5], [173.5, 1140.5], [172.5, 1141.5], [172.5, 1171.5], [190.5, 1171.5], [190.5, 1142.5], [189.5, 1141.5], [188.5, 1139.5], [187.5, 1138.5], [186.5, 1137.5], [184.5, 1135.5], [184.5, 1122.5]]},
{"id": 339, "submitted_by": "Bazo_05", "name": "Radiance", "description": "Radiance, the final boss of Hollow Knight and our final project. A project by the Hollow Knight and Elden Ring Community", "website": "", "subreddit": "r/hkplace", "center": [294.5, 1392.5], "path": [[246.5, 1339.5], [341.5, 1339.5], [341.5, 1444.5], [246.5, 1444.5]]},
{"id": 340, "submitted_by": "MrEduxator", "name": "Etika Memorial", "description": "A Memorial dedicated to iconic YouTube streamer Desmond Daniel Amofah, or more commonly known as Etika. JoyCon Boyz for life! The following website will lead you to a library of his content.", "website": "https://www.youtube.com/c/LibraryofEtika", "subreddit": "", "center": [1625.5, 164.5], "path": [[1578.5, 165.5], [1616.5, 165.5], [1616.5, 148.5], [1617.5, 147.5], [1659.5, 147.5], [1659.5, 176.5], [1588.5, 174.5], [1578.5, 174.5], [1569.5, 177.5], [1568.5, 165.5]]},
{"id": 342, "submitted_by": "ziemnakiscool", "name": "The Azerbaijan flag", "description": "The azerbaijan flag formed here. It was originally a little bit more left, but its moon and star have been moved to the middle.", "website": "", "subreddit": "/r/placeazerbaijan", "center": [948.5, 182.5], "path": [[1071.5, 198.5], [1071.5, 197.5], [1071.5, 198.5], [1072.5, 198.5], [1071.5, 166.5], [825.5, 166.5], [821.5, 166.5], [822.5, 168.5], [823.5, 170.5], [821.5, 171.5], [822.5, 173.5], [821.5, 174.5], [825.5, 176.5], [821.5, 176.5], [825.5, 179.5], [824.5, 181.5], [823.5, 181.5], [821.5, 179.5], [822.5, 181.5], [824.5, 183.5], [823.5, 184.5], [824.5, 185.5], [825.5, 186.5], [823.5, 187.5], [822.5, 187.5], [826.5, 189.5], [826.5, 196.5], [825.5, 198.5], [825.5, 191.5], [825.5, 191.5], [826.5, 189.5], [825.5, 197.5]]},
{"id": 343, "submitted_by": "ostensacken", "name": "Nigerian Flag", "description": "The Nigerian Flag. Created by r/Nigeria, and with a blue butterfly as a collaboration with r/lifeisstrange.nPrior to the creation of this flag, r/Nigeria had multiple small flag-hearts but no definitive flag. This location was chosen after The Void damaged a previous flag location towards the south.", "website": "", "subreddit": "/r/nigeria", "center": [0.5, 0.5], "path": []},
{"id": 344, "submitted_by": "zpjester", "name": "Mars", "description": "Larger version of Mars", "website": "", "subreddit": "r/spaceXPlace", "center": [0.5, 0.5], "path": []},
{"id": 345, "submitted_by": "carpinx", "name": "Obelisco de Buenos Aires", "description": "The Obelisco de Buenos Aires (Obelisk of Buenos Aires) is a national historic monument and icon of Buenos Aires.", "website": "", "subreddit": "r/Argentina", "center": [1126.5, 641.5], "path": [[1124.5, 655.5], [1129.5, 655.5], [1127.5, 624.5], [1124.5, 624.5], [1124.5, 655.5]]},
{"id": 346, "submitted_by": "Virtual_Cheek_7633", "name": "Flandre Scarlet", "description": "A character from Touhou 6 Embodiment of Scarlet Devil", "website": "https://youtu.be/iSNfKxfhMnc", "subreddit": "r/touhou", "center": [1638.5, 1468.5], "path": [[1621.5, 1451.5], [1654.5, 1451.5], [1654.5, 1484.5], [1621.5, 1484.5]]},
{"id": 347, "submitted_by": "carpinx", "name": "San Mart\u00edn crossing the Andes", "description": "The Crossing of the Andes (Spanish: Cruce de los Andes) was one of the most important feats in the Argentine and Chilean wars of independence, in which a combined army of Argentine soldiers and Chilean exiles invaded Chile leading to Chile's liberation from Spanish rule. The crossing of the Andes was a major step in the strategy devised by Jos\u00e9 de San Mart\u00edn to defeat the royalist forces at their stronghold of Lima, Viceroyalty of Per\u00fa, and secure the Spanish American independence movements.", "website": "", "subreddit": "r/Argentina", "center": [1250.5, 652.5], "path": [[1200.5, 664.5], [1199.5, 658.5], [1196.5, 656.5], [1199.5, 650.5], [1207.5, 645.5], [1213.5, 648.5], [1212.5, 654.5], [1216.5, 657.5], [1225.5, 648.5], [1225.5, 646.5], [1229.5, 645.5], [1230.5, 653.5], [1232.5, 650.5], [1233.5, 644.5], [1238.5, 644.5], [1238.5, 651.5], [1242.5, 646.5], [1242.5, 642.5], [1247.5, 642.5], [1246.5, 647.5], [1252.5, 640.5], [1252.5, 635.5], [1258.5, 636.5], [1257.5, 641.5], [1265.5, 634.5], [1266.5, 630.5], [1271.5, 632.5], [1269.5, 636.5], [1274.5, 641.5], [1280.5, 636.5], [1280.5, 632.5], [1286.5, 632.5], [1283.5, 636.5], [1288.5, 641.5], [1290.5, 663.5], [1202.5, 664.5]]},
{"id": 348, "submitted_by": "zpjester", "name": "Starship S20", "description": "SpaceX's Starship S20, created by members of various SpaceX subs.", "website": "", "subreddit": "r/spacexplace", "center": [895.5, 1568.5], "path": [[881.5, 1539.5], [894.5, 1521.5], [897.5, 1521.5], [909.5, 1540.5], [909.5, 1546.5], [904.5, 1546.5], [904.5, 1585.5], [910.5, 1594.5], [910.5, 1606.5], [881.5, 1606.5], [881.5, 1593.5], [887.5, 1583.5], [887.5, 1548.5], [881.5, 1547.5]]},
{"id": 349, "submitted_by": "SoakingBearInTheMoss", "name": "Daimyo", "description": "Beloved dog of fabled paladin and game designer Artix von Krieger. Created by fans of Artix Entertainment games such as; /r/AQW, /r/AQ3D, /r/AdventureQuest and /r/DragonFable", "website": "https://twitter.com/Daimyo_AE", "subreddit": "/r/AQW", "center": [734.5, 1662.5], "path": [[727.5, 1656.5], [729.5, 1658.5], [730.5, 1658.5], [731.5, 1657.5], [732.5, 1656.5], [733.5, 1656.5], [733.5, 1658.5], [734.5, 1658.5], [735.5, 1657.5], [736.5, 1657.5], [737.5, 1656.5], [740.5, 1656.5], [742.5, 1658.5], [742.5, 1661.5], [741.5, 1661.5], [739.5, 1663.5], [739.5, 1666.5], [738.5, 1668.5], [737.5, 1667.5], [736.5, 1667.5], [735.5, 1668.5], [734.5, 1667.5], [733.5, 1667.5], [732.5, 1668.5], [731.5, 1667.5], [730.5, 1668.5], [729.5, 1667.5], [729.5, 1666.5], [728.5, 1665.5], [727.5, 1665.5], [727.5, 1656.5]]},
{"id": 350, "submitted_by": "Y_Martinaise", "name": "/r/SouthAfrica", "description": "Mural of the South African national flag displayed horizontally, featuring a mural of Nelson Mandela, the country's first democratically-elected president following the end of apartheid, and a springbok, a species of antelope which is the national animal of South Africa", "website": "", "subreddit": "/r/SouthAfrica", "center": [751.5, 1011.5], "path": [[720.5, 955.5], [720.5, 1066.5], [781.5, 1067.5], [781.5, 955.5], [781.5, 954.5], [781.5, 954.5]]},
{"id": 351, "submitted_by": "Bazo_05", "name": "Hornet", "description": "Made by the Hollow Knight Community", "website": "", "subreddit": "r/hkplace", "center": [262.5, 382.5], "path": [[225.5, 343.5], [225.5, 420.5], [299.5, 420.5], [299.5, 344.5], [299.5, 343.5]]},
{"id": 352, "submitted_by": "palapapa0201", "name": "Nitori", "description": "Nitori from Touhou Project", "website": "", "subreddit": "/r/touhou", "center": [485.5, 535.5], "path": [[469.5, 528.5], [501.5, 529.5], [501.5, 541.5], [469.5, 541.5], [469.5, 528.5]]},
{"id": 354, "submitted_by": "Youtube_Games123", "name": "The Nordic Union", "description": "A collection of flags, although most are not actually Nordic, they're just in the North.", "website": "", "subreddit": "r/place_nordicunion", "center": [501.5, 128.5], "path": [[537.5, 294.5], [437.5, 294.5], [437.5, 167.5], [344.5, 167.5], [344.5, 158.5], [275.5, 158.5], [275.5, 134.5], [266.5, 126.5], [235.5, 126.5], [235.5, 100.5], [231.5, 100.5], [207.5, 100.5], [207.5, 94.5], [215.5, 94.5], [215.5, 35.5], [657.5, 35.5], [657.5, 70.5], [840.5, 70.5], [840.5, 67.5], [885.5, 67.5], [885.5, 69.5], [892.5, 69.5], [892.5, 88.5], [798.5, 88.5], [798.5, 119.5], [778.5, 119.5], [778.5, 137.5], [633.5, 136.5], [633.5, 201.5], [633.5, 201.5], [593.5, 201.5], [593.5, 283.5], [537.5, 283.5], [537.5, 294.5]]},
{"id": 355, "submitted_by": "Nincadalop", "name": "Update TF2", "description": "A collaborative effort by the two communities of two games that share initials, game engine, and bot crisis. TF2 stands for Team Fortress 2 and Titanfall 2, two games which desperately need a security update. Subreddits: r/tf2 and r/titanfalln", "website": "", "subreddit": "", "center": [815.5, 53.5], "path": [[790.5, 35.5], [840.5, 35.5], [840.5, 70.5], [790.5, 70.5]]},
{"id": 356, "submitted_by": "ziemnakiscool", "name": "pxls.space", "description": "This community is named pxls.space and got helped mostly by osu!. They moved from a italian flag to this location to prevent being crushed.", "website": "", "subreddit": "", "center": [807.5, 723.5], "path": [[776.5, 733.5], [777.5, 719.5], [784.5, 718.5], [785.5, 717.5], [778.5, 716.5], [778.5, 714.5], [783.5, 713.5], [787.5, 708.5], [790.5, 708.5], [792.5, 712.5], [790.5, 718.5], [794.5, 719.5], [793.5, 714.5], [798.5, 713.5], [804.5, 714.5], [802.5, 718.5], [804.5, 718.5], [805.5, 712.5], [802.5, 708.5], [806.5, 709.5], [808.5, 711.5], [809.5, 717.5], [811.5, 718.5], [810.5, 714.5], [813.5, 713.5], [816.5, 714.5], [817.5, 718.5], [820.5, 719.5], [818.5, 715.5], [821.5, 712.5], [822.5, 710.5], [825.5, 713.5], [825.5, 717.5], [823.5, 719.5], [825.5, 711.5], [826.5, 708.5], [828.5, 708.5], [828.5, 715.5], [828.5, 719.5], [829.5, 710.5], [832.5, 707.5], [835.5, 711.5], [834.5, 717.5], [835.5, 718.5], [836.5, 729.5], [836.5, 734.5], [777.5, 735.5]]},
{"id": 357, "submitted_by": "Techtype_Apple", "name": "The Retro Apple Logo", "description": "This was made by the Retro Apple Community in alliance with r/GreenLattice. More specifically we're from the Action Retro Discord Server. Link is below.", "website": "[https://discord.com/invite/q4uJ5eC](https://discord.com/invite/q4uJ5eC)", "subreddit": "none", "center": [0.5, 0.5], "path": []},
{"id": 358, "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": 359, "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": 360, "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": 361, "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": 362, "submitted_by": "DarknDeepNut", "name": "Dofus From r/france", "description": "Dofus is a famous game in france wich marked most our childhood, it was created in 2004 by french studio Ankama.", "website": "[https://www.dofus.com/](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": 363, "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": 364, "submitted_by": "Canigetfries", "name": "DDRaceNetwork", "description": "Art of a free game on Steam.", "website": "[https://ddnet.tw](https://ddnet.tw)", "subreddit": "r/ddnet", "center": [0.5, 0.5], "path": []},
{"id": 365, "submitted_by": "ScarfKat", "name": "Teddy and Ben", "description": "Characters from a web series by Wavetro. It was cut short after it's first episode by the creator leaving his YouTube career to pursue new interests.", "website": "https://wavetro.net/", "subreddit": "", "center": [1056.5, 407.5], "path": [[1050.5, 401.5], [1062.5, 401.5], [1062.5, 413.5], [1050.5, 413.5]]},
{"id": 366, "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": 367, "submitted_by": "GeoJayman", "name": "Rainbow Dash", "description": "Depicts the Element of Loyalty saluting the future and the world. Caption demonstrates that the fandom will continue despite the ending of Friendship is Magic in 2019.", "website": "mlp.fandom.com/wiki/Rainbow_Dash", "subreddit": "/r/mylittlepony", "center": [927.5, 1858.5], "path": [[925.5, 1830.5], [892.5, 1830.5], [892.5, 1885.5], [961.5, 1886.5], [961.5, 1830.5], [925.5, 1830.5]]},
{"id": 368, "submitted_by": "Virtual_Cheek_7633", "name": "Nitori and Badapple", "description": "A kappa from Touhou she was raided by peru multiple times we were forced to concede land at the end", "website": "", "subreddit": "r/touhou", "center": [497.5, 527.5], "path": [[468.5, 528.5], [468.5, 541.5], [511.5, 541.5], [511.5, 528.5], [527.5, 528.5], [527.5, 513.5], [480.5, 513.5], [480.5, 527.5]]},
{"id": 369, "submitted_by": "Pandaxtor", "name": "Path of Exile", "description": "Diablo like game but you spend 10% of the time theory crafting and testing the build. The other 90% is falling back on a meta build.", "website": "https://www.pathofexile.com/", "subreddit": "https://www.reddit.com/r/pathofexile/", "center": [1405.5, 467.5], "path": [[1433.5, 473.5], [1433.5, 446.5], [1364.5, 447.5], [1365.5, 457.5], [1369.5, 457.5], [1369.5, 456.5], [1372.5, 456.5], [1372.5, 457.5], [1375.5, 457.5], [1375.5, 455.5], [1378.5, 457.5], [1377.5, 461.5], [1380.5, 463.5], [1381.5, 466.5], [1378.5, 467.5], [1374.5, 468.5], [1372.5, 470.5], [1372.5, 471.5], [1375.5, 472.5], [1375.5, 473.5], [1384.5, 473.5], [1384.5, 491.5], [1433.5, 491.5], [1433.5, 473.5], [1417.5, 464.5], [1393.5, 459.5], [1400.5, 466.5]]},
{"id": 370, "submitted_by": "lemonaid4", "name": "Suncracker0", "description": "the simplified logo of a small twitch streamer named Suncracker0", "website": "https://www.twitch.tv/suncracker0", "subreddit": "/r/Suncracker/", "center": [736.5, 950.5], "path": [[734.5, 946.5], [734.5, 954.5], [738.5, 954.5], [738.5, 946.5], [738.5, 946.5]]},
{"id": 371, "submitted_by": "SkytAsul", "name": "INSA", "description": "A French engineering school.", "website": "https://www.groupe-insa.fr/", "subreddit": "", "center": [12.5, 1073.5], "path": [[0.5, 1068.5], [24.5, 1068.5], [24.5, 1078.5], [1.5, 1078.5], [0.5, 1068.5]]},
{"id": 372, "submitted_by": "ostensacken", "name": "Blue Butterfly", "description": "The Blue Butterfly, an insect commonly depicted in the episodic adventure game, Life is Strange. Appearing on the Nigerian flag as a collaboration between r/lifeisstrange and r/Nigeria", "website": "", "subreddit": "/r/lifeisstrange", "center": [0.5, 0.5], "path": []},
{"id": 373, "submitted_by": "NerdKnight66", "name": "Kirby", "description": "An image of Kirby. After ludwig raided it, one of the only few wholesome raids on the subreddit, the detail and community around it drastically increased", "website": "", "subreddit": "", "center": [1845.5, 582.5], "path": [[1800.5, 540.5], [1890.5, 540.5], [1890.5, 623.5], [1800.5, 623.5]]},
{"id": 374, "submitted_by": "ziemnakiscool", "name": "Kurzgesagt Painting", "description": "The r/kurzgesagt community made this picture.", "website": "", "subreddit": "/r/kurzgesagt", "center": [749.5, 52.5], "path": [[788.5, 70.5], [790.5, 68.5], [790.5, 36.5], [788.5, 35.5], [707.5, 35.5], [708.5, 69.5], [707.5, 70.5], [707.5, 36.5], [707.5, 70.5]]},
{"id": 375, "submitted_by": "MagicBraden1", "name": "r/Cubers", "description": "r/cubers is a place for speedcubers (people who speedsolve different twisty-puzzles, such as the Rubik's cube) discuss different cubes, solving styles, records, and more.", "website": "[https://www.reddit.com/r/Cubers/](https://www.reddit.com/r/Cubers/)", "subreddit": "r/cubers", "center": [1388.5, 497.5], "path": [[1350.5, 485.5], [1364.5, 485.5], [1363.5, 486.5], [1364.5, 487.5], [1365.5, 487.5], [1365.5, 488.5], [1366.5, 488.5], [1366.5, 489.5], [1366.5, 489.5], [1367.5, 490.5], [1368.5, 490.5], [1368.5, 491.5], [1425.5, 491.5], [1425.5, 509.5], [1412.5, 509.5], [1412.5, 503.5], [1355.5, 503.5], [1355.5, 502.5], [1354.5, 502.5], [1354.5, 501.5], [1353.5, 501.5], [1353.5, 500.5], [1352.5, 500.5], [1352.5, 499.5], [1351.5, 499.5], [1351.5, 498.5], [1350.5, 498.5], [1350.5, 485.5]]},
{"id": 376, "submitted_by": "GeoJayman", "name": "Derpy Hooves", "description": "Depicts the fandom's favorite background character", "website": "mlp.fandom.com/wiki/Derpy_Hooves", "subreddit": "/r/mylittlepony", "center": [1975.5, 378.5], "path": [[2000.5, 356.5], [1950.5, 356.5], [1950.5, 400.5], [2000.5, 400.5], [2000.5, 356.5]]},
{"id": 377, "submitted_by": "sk1pzy", "name": "Bow from Inanimate Insanity", "description": "Bow from Inanimate Insanity holding up the earth (r/BuildTheEarth)", "website": "https://www.inanimateinsanity.com/", "subreddit": "/r/inanimateinsanity/", "center": [68.5, 638.5], "path": [[60.5, 632.5], [60.5, 642.5], [76.5, 642.5], [76.5, 632.5], [74.5, 632.5], [74.5, 633.5], [73.5, 633.5], [73.5, 634.5], [72.5, 634.5], [72.5, 635.5], [69.5, 635.5], [69.5, 633.5], [70.5, 633.5], [70.5, 632.5], [69.5, 632.5], [69.5, 635.5], [67.5, 635.5], [67.5, 632.5], [66.5, 632.5], [66.5, 633.5], [67.5, 633.5], [67.5, 635.5], [64.5, 635.5], [63.5, 635.5], [63.5, 634.5], [63.5, 633.5], [62.5, 633.5], [61.5, 633.5], [61.5, 632.5]]},
{"id": 378, "submitted_by": "Virtual_Cheek_7633", "name": "Kirisame Marisa", "description": "logo from Touhou 6 Embodiment of Scarlet Devil", "website": "", "subreddit": "r/touhou", "center": [1122.5, 1985.5], "path": [[1109.5, 1973.5], [1109.5, 1997.5], [1135.5, 1996.5], [1135.5, 1973.5]]},
{"id": 379, "submitted_by": "Boring_Disaster_21", "name": "Luna Crown", "description": "Crown representing Himemori Luna, a Vtuber from Hololive Japan 4th Generation.", "website": "https://hololive.hololivepro.com/en/talents/himemori-luna/", "subreddit": "r/hololive", "center": [1360.5, 1119.5], "path": [[1360.5, 1111.5], [1360.5, 1124.5], [1355.5, 1124.5], [1353.5, 1119.5], [1358.5, 1111.5], [1366.5, 1117.5], [1365.5, 1124.5], [1360.5, 1124.5]]},
{"id": 380, "submitted_by": "LetteredSymbol", "name": "VRChat logo", "description": "the logo for the Virtual Reality game VRChat", "website": "", "subreddit": "r/VRChat", "center": [962.5, 96.5], "path": [[994.5, 101.5], [994.5, 102.5], [994.5, 103.5], [931.5, 104.5], [931.5, 89.5], [995.5, 89.5], [994.5, 104.5], [931.5, 104.5], [989.5, 104.5], [986.5, 103.5], [983.5, 104.5], [990.5, 111.5], [990.5, 99.5]]},
{"id": 381, "submitted_by": "Narnall", "name": "Starscape", "description": "A small artwork relating to the roblox game starscape", "website": "", "subreddit": "", "center": [1663.5, 837.5], "path": [[1693.5, 832.5], [1632.5, 833.5], [1631.5, 842.5], [1693.5, 842.5]]},
{"id": 382, "submitted_by": "MrEduxator", "name": "Delutaya's Delta", "description": "A small green Delta symbol to represent Delutaya, a JP V-tuber. ", "website": "https://www.youtube.com/channel/UC7YXqPO3eUnxbJ6rN0z2z1Q", "subreddit": "", "center": [269.5, 766.5], "path": [[264.5, 767.5], [264.5, 766.5], [265.5, 766.5], [265.5, 765.5], [266.5, 765.5], [266.5, 764.5], [267.5, 764.5], [267.5, 763.5], [268.5, 763.5], [268.5, 762.5], [269.5, 762.5], [270.5, 762.5], [270.5, 763.5], [271.5, 763.5], [271.5, 764.5], [272.5, 764.5], [272.5, 765.5], [273.5, 765.5], [273.5, 766.5], [274.5, 766.5], [274.5, 767.5], [274.5, 768.5], [264.5, 768.5], [264.5, 767.5]]},
{"id": 383, "submitted_by": "Koton_Bads", "name": "r/unixporn", "description": "r/unixporn - the home for *NIX customization! Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a server running on an Amiga, or a thinkpad signed by Bjarne Stroustrup? Show the world how sexy your computer can be!", "website": "https://unixporn.github.io/", "subreddit": "r/unixporn", "center": [10.5, 761.5], "path": [[0.5, 765.5], [20.5, 765.5], [20.5, 756.5], [0.5, 756.5], [0.5, 765.5]]},
{"id": 384, "submitted_by": "-ChronicClub", "name": "Classic Guy, Spelunky Series", "description": "The protagonist of Spelunky Classic, and returns as the final unlockable character in Spelunky 2, both games being tough, 2D roguelike platformers.", "website": "[https://www.mossmouth.com/spelunky2/](https://www.mossmouth.com/spelunky2/)", "subreddit": "/r/Spelunky", "center": [871.5, 513.5], "path": [[867.5, 518.5], [877.5, 518.5], [876.5, 516.5], [874.5, 516.5], [874.5, 514.5], [877.5, 510.5], [875.5, 510.5], [874.5, 507.5], [869.5, 507.5], [867.5, 510.5], [867.5, 517.5]]},
{"id": 385, "submitted_by": "GeoJayman", "name": "My Little Pony", "description": "Combines the main characters of Generations 4 and 5 of the My Little Pony series. Also includes the combined Unicorn, Pegasus, and Earth Pony gems from A New Generation (2021).", "website": "mlp.wikia.com", "subreddit": "/r/mylittlepony", "center": [1651.5, 247.5], "path": [[1656.5, 211.5], [1645.5, 211.5], [1633.5, 212.5], [1627.5, 217.5], [1616.5, 229.5], [1613.5, 240.5], [1614.5, 258.5], [1619.5, 278.5], [1637.5, 279.5], [1640.5, 281.5], [1652.5, 281.5], [1669.5, 281.5], [1671.5, 279.5], [1684.5, 279.5], [1686.5, 261.5], [1689.5, 257.5], [1688.5, 228.5], [1677.5, 221.5], [1676.5, 213.5], [1662.5, 211.5], [1652.5, 211.5]]},
{"id": 386, "submitted_by": "migueloni_", "name": "France flag", "description": "Using layers, France united with other communities to fight against haters and build this artwork of France icons.", "website": "", "subreddit": "/r/placefrance", "center": [125.5, 1718.5], "path": [[3.5, 1469.5], [246.5, 1469.5], [246.5, 1967.5], [3.5, 1966.5]]},
{"id": 387, "submitted_by": "danieru_desu", "name": "The Philippine Flag", "description": "The Philippine Flag with the r/Philippines mascot and the Philippine archipelago silhouette", "website": "", "subreddit": "r/Philippines", "center": [332.5, 666.5], "path": [[302.5, 646.5], [302.5, 685.5], [362.5, 685.5], [362.5, 646.5]]},
{"id": 388, "submitted_by": "j123s", "name": "oc.tc (Overcast Community)", "description": "Overcast Community, formerly Overcast Network, is a Minecraft server that focuses on large team-based minigames like Capture the Wool.", "website": "https://oc.tc", "subreddit": "", "center": [1990.5, 1517.5], "path": [[1982.5, 1511.5], [1990.5, 1509.5], [1998.5, 1511.5], [1997.5, 1522.5], [1990.5, 1527.5], [1983.5, 1522.5]]},
{"id": 389, "submitted_by": "Gh0st_Division", "name": "De nachtwacht", "description": "A famous painting by Dutch painter Rembrandt van Rijn", "website": "", "subreddit": "", "center": [626.5, 1899.5], "path": [[540.5, 1947.5], [540.5, 1851.5], [713.5, 1851.5], [713.5, 1946.5]]},
{"id": 390, "submitted_by": "MagicBraden1", "name": "MLP ManeChat Mural", "description": "A My Little Pony tribute done by the ManeChat Discord server, featuring the main ponies from the G4 and G5 series. They are, in order starting from the top, Sunny Starscout, Zipp Storm, Pipp Petals, Rarity, Applejack, Rainbow Dash, Twilight Sparkle, Fluttershy, Pinkie Pie, Izzy Moonbow, and Hitch Trailblazer.", "website": "[https://discord.gg/manechat](https://discord.gg/manechat)", "subreddit": "", "center": [1651.5, 248.5], "path": [[1637.5, 213.5], [1643.5, 215.5], [1655.5, 212.5], [1660.5, 214.5], [1662.5, 216.5], [1665.5, 216.5], [1667.5, 214.5], [1670.5, 214.5], [1673.5, 215.5], [1670.5, 213.5], [1673.5, 217.5], [1676.5, 218.5], [1674.5, 222.5], [1675.5, 222.5], [1674.5, 224.5], [1676.5, 228.5], [1681.5, 228.5], [1683.5, 229.5], [1686.5, 230.5], [1686.5, 232.5], [1685.5, 235.5], [1687.5, 240.5], [1683.5, 245.5], [1684.5, 246.5], [1686.5, 248.5], [1686.5, 250.5], [1686.5, 253.5], [1686.5, 255.5], [1683.5, 260.5], [1682.5, 264.5], [1682.5, 266.5], [1682.5, 271.5], [1681.5, 277.5], [1680.5, 278.5], [1677.5, 276.5], [1671.5, 276.5], [1669.5, 274.5], [1668.5, 276.5], [1669.5, 278.5], [1665.5, 279.5], [1663.5, 279.5], [1659.5, 280.5], [1657.5, 279.5], [1656.5, 278.5], [1654.5, 276.5], [1653.5, 279.5], [1651.5, 279.5], [1648.5, 280.5], [1643.5, 280.5], [1639.5, 278.5], [1640.5, 276.5], [1636.5, 273.5], [1635.5, 276.5], [1634.5, 278.5], [1632.5, 277.5], [1630.5, 275.5], [1626.5, 276.5], [1624.5, 277.5], [1622.5, 278.5], [1619.5, 278.5], [1620.5, 275.5], [1621.5, 274.5], [1618.5, 268.5], [1623.5, 262.5], [1621.5, 263.5], [1619.5, 266.5], [1622.5, 261.5], [1620.5, 260.5], [1618.5, 258.5], [1616.5, 254.5], [1617.5, 243.5], [1617.5, 240.5], [1615.5, 240.5], [1617.5, 238.5], [1617.5, 234.5], [1625.5, 225.5], [1622.5, 224.5], [1622.5, 226.5], [1622.5, 228.5], [1625.5, 226.5], [1627.5, 228.5], [1629.5, 229.5], [1630.5, 226.5], [1629.5, 220.5], [1631.5, 217.5], [1631.5, 216.5], [1634.5, 214.5], [1635.5, 214.5], [1637.5, 214.5], [1647.5, 215.5], [1651.5, 213.5], [1650.5, 212.5], [1652.5, 212.5]]},
{"id": 391, "submitted_by": "MrEduxator", "name": "Uruha Rushia's Butterfly", "description": "A short and sweet tribute to Uruha Rushia, a hololive member who was a part of holoive until Feburary 24th, 2022. The butterfly was used to represent her, as she had a strong association with them. ", "website": "https://www.youtube.com/channel/UCl_gCybOJRIgOXw6Qb4qJzQ", "subreddit": "r/hololive", "center": [253.5, 790.5], "path": [[250.5, 785.5], [259.5, 785.5], [259.5, 791.5], [256.5, 793.5], [255.5, 794.5], [254.5, 795.5], [253.5, 795.5], [253.5, 796.5], [252.5, 796.5], [251.5, 795.5], [250.5, 794.5], [249.5, 794.5], [248.5, 793.5], [247.5, 793.5], [247.5, 789.5], [248.5, 789.5], [248.5, 787.5], [249.5, 786.5]]},
{"id": 392, "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": 393, "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": 394, "submitted_by": "OTechium", "name": "Hollow Knight: Silksong", "description": "", "website": "", "subreddit": "/r/HollowKnight", "center": [262.5, 382.5], "path": [[226.5, 344.5], [225.5, 419.5], [298.5, 419.5], [298.5, 344.5], [226.5, 344.5]]},
{"id": 397, "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": 398, "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](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": 399, "submitted_by": "Flamberge3000", "name": "Philippines Reddit Mascot", "description": "The mascot of r/Philippines. Its color here is based on those of the Philippine flag.", "website": "", "subreddit": "/r/Philippines", "center": [1354.5, 623.5], "path": [[1334.5, 600.5], [1334.5, 647.5], [1374.5, 647.5], [1374.5, 599.5]]},
{"id": 400, "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/](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": 401, "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": 405, "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]]},
{"id": 406, "submitted_by": "GoJoeyGo123", "name": "BL\u00c5HAJ", "description": "BL\u00c5HAJ is a popular soft toy sold by ikea", "website": "[https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/](https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/)", "subreddit": "r/BLAHAJ/", "center": [250.5, 669.5], "path": [[242.5, 668.5], [242.5, 667.5], [247.5, 667.5], [247.5, 666.5], [248.5, 666.5], [248.5, 665.5], [249.5, 665.5], [249.5, 664.5], [250.5, 664.5], [251.5, 664.5], [251.5, 667.5], [253.5, 667.5], [253.5, 666.5], [254.5, 666.5], [254.5, 665.5], [255.5, 665.5], [255.5, 664.5], [258.5, 664.5], [258.5, 665.5], [258.5, 666.5], [257.5, 666.5], [257.5, 667.5], [257.5, 668.5], [256.5, 668.5], [256.5, 669.5], [257.5, 669.5], [257.5, 670.5], [258.5, 670.5], [258.5, 671.5], [258.5, 672.5], [255.5, 672.5], [255.5, 671.5], [254.5, 671.5], [254.5, 670.5], [253.5, 671.5], [252.5, 671.5], [252.5, 672.5], [251.5, 672.5], [250.5, 672.5], [250.5, 673.5], [250.5, 674.5], [249.5, 674.5], [248.5, 674.5], [248.5, 673.5], [247.5, 673.5], [247.5, 672.5], [243.5, 672.5], [242.5, 672.5], [242.5, 671.5], [241.5, 671.5], [241.5, 669.5], [241.5, 668.5], [241.5, 668.5], [241.5, 668.5]]},
{"id": 407, "submitted_by": "flippin_egg", "name": "Olive", "description": "The protagonist of the Purrfect Apawcalypse series ", "website": "", "subreddit": "", "center": [492.5, 483.5], "path": [[486.5, 478.5], [486.5, 478.5], [486.5, 488.5], [486.5, 488.5], [497.5, 488.5], [497.5, 478.5]]},
{"id": 408, "submitted_by": "MrEduxator", "name": "FOOB", "description": "A meme-d and edited version of Shirakami Fubuki's Live2D model without a nose making a happy face, usually referred to as FOOB.", "website": "", "subreddit": "r/okbuddyhololive", "center": [1348.5, 884.5], "path": [[1333.5, 901.5], [1332.5, 870.5], [1365.5, 870.5], [1365.5, 893.5], [1355.5, 893.5], [1353.5, 901.5], [1333.5, 901.5]]},
{"id": 410, "submitted_by": "SenatusSPQR", "name": "Nano currency symbol", "description": "The currency symbol of Nano, a green, instant & feeless cryptocurrency", "website": "www.nano.org", "subreddit": "r/nanocurrency", "center": [841.5, 649.5], "path": [[826.5, 634.5], [856.5, 634.5], [856.5, 663.5], [826.5, 663.5]]},
{"id": 411, "submitted_by": "hakyeons-army", "name": "Pink Fantasy", "description": "Logo of K-Pop group Pink Fantasy. Left is a logo consisting of two keys crossing over each other, and to the right is a bunny representing member Daewang.", "website": "", "subreddit": "", "center": [1689.5, 894.5], "path": [[1684.5, 896.5], [1681.5, 897.5], [1681.5, 891.5], [1696.5, 891.5], [1696.5, 897.5]]},
{"id": 412, "submitted_by": "betterert", "name": "Juke's Towers of Hell", "description": "Juke's Towers of Hell is a platforming game on the ROBLOX platform where players are tasked with climbing very tall and difficult towers. It is notorious for its high difficulty. The three large towers (from left to right) are the Tower of Hecc (sic), the Tower of Screen Punching, and the Tower of Impossible Expectations. These are the first three towers ever added to the game, respectively. The small structures in the middle are other beloved towers in the community.", "website": "https://jtoh.fandom.com/wiki/Juke%27s_Towers_of_Hell_Wiki", "subreddit": "/r/JToH2", "center": [1520.5, 1628.5], "path": [[1507.5, 1605.5], [1532.5, 1605.5], [1532.5, 1651.5], [1507.5, 1651.5]]},
{"id": 415, "submitted_by": "Killer_The_Cat", "name": "M\u00e9tis Flag", "description": "The flag of the M\u00e9tis people of Canada", "website": "", "subreddit": "", "center": [218.5, 467.5], "path": [[226.5, 462.5], [210.5, 462.5], [210.5, 472.5], [226.5, 472.5]]},
{"id": 416, "submitted_by": "vizce", "name": "IQ & J\u00e4ger", "description": "Two of the four German playable characters from the game Rainbow Six Siege. Cooperation with /r/Rainbow6/ n", "website": "", "subreddit": "/r/placeDE/", "center": [255.5, 1160.5], "path": [[236.5, 1148.5], [274.5, 1148.5], [274.5, 1171.5], [235.5, 1171.5], [236.5, 1148.5]]},
{"id": 417, "submitted_by": "GaymerQWQ", "name": "Genshin Impact (Chinese Characters)", "description": "Genshin Impact's Chinese Logo. Venti, a playable character in the game, is featured above.", "website": "[https://genshin.hoyoverse.com/en/](https://genshin.hoyoverse.com/en/)", "subreddit": "/r/GenshinImpact", "center": [1145.5, 51.5], "path": [[1104.5, 74.5], [1110.5, 74.5], [1110.5, 71.5], [1112.5, 68.5], [1116.5, 70.5], [1118.5, 71.5], [1120.5, 67.5], [1122.5, 67.5], [1125.5, 65.5], [1127.5, 66.5], [1127.5, 70.5], [1130.5, 73.5], [1133.5, 70.5], [1145.5, 65.5], [1150.5, 71.5], [1151.5, 72.5], [1159.5, 67.5], [1164.5, 67.5], [1172.5, 75.5], [1175.5, 70.5], [1177.5, 65.5], [1181.5, 63.5], [1178.5, 60.5], [1183.5, 57.5], [1181.5, 54.5], [1179.5, 52.5], [1182.5, 50.5], [1181.5, 35.5], [1175.5, 35.5], [1174.5, 31.5], [1174.5, 26.5], [1170.5, 26.5], [1169.5, 24.5], [1171.5, 21.5], [1170.5, 20.5], [1166.5, 22.5], [1164.5, 20.5], [1163.5, 16.5], [1162.5, 14.5], [1161.5, 18.5], [1158.5, 21.5], [1156.5, 23.5], [1154.5, 20.5], [1156.5, 25.5], [1154.5, 28.5], [1156.5, 31.5], [1158.5, 35.5], [1149.5, 35.5], [1147.5, 38.5], [1132.5, 39.5], [1130.5, 41.5], [1118.5, 40.5], [1115.5, 36.5], [1104.5, 35.5]]},
{"id": 418, "submitted_by": "Beegrene", "name": "Daft Punk", "description": "The robotic hands of Daft Punk, a French house music duo active from 1993 to 2021.", "website": "", "subreddit": "/r/DaftPunk", "center": [220.5, 945.5], "path": [[195.5, 926.5], [195.5, 964.5], [244.5, 964.5], [244.5, 926.5], [195.5, 926.5]]},
{"id": 419, "submitted_by": "MineRabbit33", "name": "EPITA", "description": "EPITA (\u00c9cole Pour l'Informatique et les Techniques Avanc\u00e9es) is a French computer engineering school", "website": "https://www.epita.fr/", "subreddit": "/r/epita", "center": [1210.5, 321.5], "path": [[1209.5, 308.5], [1192.5, 320.5], [1196.5, 324.5], [1195.5, 327.5], [1201.5, 330.5], [1200.5, 332.5], [1205.5, 331.5], [1211.5, 336.5], [1212.5, 329.5], [1228.5, 328.5], [1226.5, 325.5], [1228.5, 323.5], [1223.5, 319.5], [1219.5, 309.5], [1214.5, 312.5]]},
{"id": 420, "submitted_by": "Vampire_Artyom", "name": "Stardew Valley Art #1", "description": "Created by the Stardew Valley Community, depicting some recognizable art from the game: Brown Chicken, Blue Chicken, a Stardrop and a Green Junimo, alongside a heavily pixelated part of the world's landscape ", "website": "https://www.stardewvalley.net", "subreddit": "/r/StardewValley", "center": [102.5, 365.5], "path": [[71.5, 345.5], [132.5, 345.5], [132.5, 386.5], [77.5, 386.5], [77.5, 385.5], [76.5, 385.5], [76.5, 383.5], [75.5, 383.5], [74.5, 382.5], [71.5, 382.5]]},
{"id": 421, "submitted_by": "AsrielDashie", "name": "Taiwan/R.O.C Flag", "description": "National flag of Republic of China a.k.a Taiwan.", "website": "", "subreddit": "/r/taiwan", "center": [959.5, 555.5], "path": [[941.5, 543.5], [941.5, 566.5], [977.5, 566.5], [977.5, 543.5]]},
{"id": 422, "submitted_by": "Killer_The_Cat", "name": "Flag of Nunavut", "description": "", "website": "", "subreddit": "/r/nunavut", "center": [201.5, 457.5], "path": [[193.5, 462.5], [209.5, 462.5], [209.5, 452.5], [193.5, 452.5]]},
{"id": 423, "submitted_by": "Asteralium", "name": "Animal Jam Ladybug", "description": "A ladybug from the logo of Animal Jam, a virtual world that opened in 2010.", "website": "https://discord.com/invite/animaljamcommunity", "subreddit": "/r/AnimalJam", "center": [1761.5, 1090.5], "path": [[1755.5, 1083.5], [1767.5, 1083.5], [1767.5, 1097.5], [1755.5, 1097.5]]},
{"id": 424, "submitted_by": "Drakzia", "name": "ENS Rennes Logo", "description": "The logo of the French school \u00c9cole normale sup\u00e9rieure de Rennes (ENS Rennes).", "website": "http://www.ens-rennes.fr/", "subreddit": "", "center": [288.5, 1590.5], "path": [[282.5, 1586.5], [282.5, 1594.5], [293.5, 1594.5], [293.5, 1586.5]]},
{"id": 425, "submitted_by": "Glum218", "name": "M 152.0 (810) motor coach", "description": "Small railway passenger vehicle manufactured in Czechoslovakia 1975-82. In total, 885 of them were made (including the export version for Hungary) and some are still in use, mostly on rural railways in Czechia, Slovakia, and Hungary.", "website": "https://en.wikipedia.org/wiki/%C4%8CSD_Class_M_152.0", "subreddit": "/r/czech", "center": [1286.5, 237.5], "path": [[1269.5, 248.5], [1269.5, 224.5], [1293.5, 223.5], [1304.5, 227.5], [1301.5, 245.5], [1294.5, 252.5]]},
{"id": 426, "submitted_by": "the_pain_train_town", "name": "Brick Hill Logo and Chicken Hat", "description": "Two small icons of the Brick Hill Logo and the Chicken Hat item.", "website": "https://www.brick-hill.com/", "subreddit": "/r/BrickHill", "center": [1925.5, 86.5], "path": [[1921.5, 74.5], [1921.5, 74.5], [1921.5, 74.5], [1921.5, 98.5], [1928.5, 98.5], [1928.5, 74.5], [1921.5, 74.5]]},
{"id": 427, "submitted_by": "GoJoeyGo123", "name": "Rickroll QR code", "description": "Rick Astley - Never Gonna Give You Up", "website": "[https://www.youtube.com/watch?v=dQw4w9WgXcQ](https://www.youtube.com/watch?v=dQw4w9WgXcQ)", "subreddit": "", "center": [1886.5, 933.5], "path": [[1870.5, 917.5], [1902.5, 917.5], [1902.5, 949.5], [1870.5, 949.5]]},
{"id": 428, "submitted_by": "TehEpicDuckeh", "name": "Stimlo", "description": "The short-lived logo of the musician Stimlo. They create music in varying styles and genres, but all are EDM.", "website": "https://open.spotify.com/artist/4hF7yJOF52q2pczg70fdl2", "subreddit": "r/stimlo", "center": [875.5, 1850.5], "path": [[872.5, 1847.5], [872.5, 1852.5], [877.5, 1852.5], [877.5, 1847.5]]},
{"id": 429, "submitted_by": "TL_H", "name": "Ninji", "description": "Ninji is an enemy from the Super Mario Bros. series, appearing in Super Mario Bros. 2 (USA), Super Mario World, Super Mario Run, Super Mario Maker 2, and more games. Super Mario Maker 2's v2.0.0 update added a Ninji Speedruns mode, where players complete to beat levels designed by Nintendo in the fastest time possible. In that mode, you can race against other players' times, with their ghosts appearing as Ninjis.", "website": "https://discord.gg/5ECWF94", "subreddit": "/r/MarioMaker2", "center": [1767.5, 145.5], "path": [[1762.5, 139.5], [1762.5, 151.5], [1772.5, 151.5], [1772.5, 139.5]]},
{"id": 430, "submitted_by": "Killer_The_Cat", "name": "Flag of Colorado", "description": "The flag of the US State of Colorado.", "website": "", "subreddit": "/r/colorado", "center": [10.5, 738.5], "path": [[19.5, 731.5], [0.5, 731.5], [0.5, 744.5], [19.5, 744.5]]},
{"id": 431, "submitted_by": "LandLovingFish", "name": "MCC (2)", "description": "An expansion of what was made on the first quarter of the map. Depicted are more logos of MCC, as well as MCC organizer Noxite.", "website": "[https://noxcrew.com/mcc](https://noxcrew.com/mcc)", "subreddit": "r/minecraftchampionship", "center": [1789.5, 116.5], "path": [[1785.5, 99.5], [1785.5, 100.5], [1785.5, 100.5], [1774.5, 100.5], [1774.5, 110.5], [1770.5, 110.5], [1770.5, 129.5], [1780.5, 129.5], [1780.5, 138.5], [1788.5, 138.5], [1788.5, 129.5], [1808.5, 129.5], [1808.5, 111.5], [1804.5, 111.5], [1804.5, 103.5], [1803.5, 102.5], [1799.5, 100.5], [1794.5, 100.5], [1794.5, 99.5], [1785.5, 99.5]]},
{"id": 432, "submitted_by": "MrEduxator", "name": "Risu Nut", "description": "HoloID's Ayunda Risu as a nut! How nutty! She's also the creator of Nonstop Nut November, a fun spin on the average No Nut November.", "website": "https://www.youtube.com/channel/UCOyYb1c43VlX9rc_lT6NKQw", "subreddit": "r/hololive", "center": [1342.5, 1070.5], "path": [[1336.5, 1082.5], [1349.5, 1082.5], [1349.5, 1081.5], [1350.5, 1081.5], [1350.5, 1079.5], [1351.5, 1079.5], [1351.5, 1076.5], [1352.5, 1076.5], [1352.5, 1070.5], [1352.5, 1069.5], [1353.5, 1069.5], [1354.5, 1069.5], [1354.5, 1068.5], [1355.5, 1067.5], [1354.5, 1066.5], [1353.5, 1065.5], [1353.5, 1061.5], [1351.5, 1061.5], [1351.5, 1060.5], [1349.5, 1060.5], [1349.5, 1059.5], [1347.5, 1059.5], [1347.5, 1058.5], [1345.5, 1058.5], [1345.5, 1057.5], [1338.5, 1057.5], [1338.5, 1058.5], [1336.5, 1058.5], [1336.5, 1059.5], [1336.5, 1059.5], [1334.5, 1059.5], [1334.5, 1060.5], [1333.5, 1060.5], [1333.5, 1061.5], [1332.5, 1061.5], [1332.5, 1079.5], [1333.5, 1079.5], [1333.5, 1079.5], [1333.5, 1081.5], [1335.5, 1081.5], [1335.5, 1082.5], [1341.5, 1082.5]]},
{"id": 433, "submitted_by": "Killer_The_Cat", "name": "Flag of Denver", "description": "The flag of Denver, Colorado, United States.", "website": "", "subreddit": "/r/denver", "center": [10.5, 750.5], "path": [[19.5, 745.5], [0.5, 745.5], [0.5, 755.5], [19.5, 755.5]]},
{"id": 434, "submitted_by": "micarot", "name": "Aromat", "description": "A swiss spice, famous in swizerland only", "website": "", "subreddit": "", "center": [1180.5, 885.5], "path": [[1177.5, 879.5], [1183.5, 879.5], [1183.5, 890.5], [1177.5, 890.5]]},
{"id": 435, "submitted_by": "keroshijoshi", "name": "Former Hero's Logo", "description": "Indie electronic musician Former Hero's bridge logo. Former Hero is known for his fast-paced, pulsating melodic tracks and is well-loved in the SoundCloud dance scene, garnering the attention of San Holo and his independent label bitbird.", "website": "", "subreddit": "/r/bitbird", "center": [883.5, 1795.5], "path": [[872.5, 1790.5], [872.5, 1799.5], [893.5, 1799.5], [893.5, 1790.5], [872.5, 1790.5]]},
{"id": 436, "submitted_by": "micarot", "name": "RTS", "description": "The french speaking radio and TV for Switzerland", "website": "https://www.rts.ch", "subreddit": "", "center": [0.5, 0.5], "path": []},
{"id": 437, "submitted_by": "CyborgRyno603", "name": "The iFunny watermark", "description": "Uh oh, you forgot to crop your stolen meme, now you deal with the consequences. Brought to you by r/Place_iFunny.", "website": "[https://www.ifunny.co](https://www.ifunny.co)", "subreddit": "r/iFunny", "center": [338.5, 1893.5], "path": [[311.5, 1888.5], [365.5, 1888.5], [365.5, 1897.5], [311.5, 1897.5], [311.5, 1888.5]]},
{"id": 438, "submitted_by": "GoJoeyGo123", "name": "Anarchy Chess", "description": "Anarchy chess is a chess meme subreddit ", "website": "", "subreddit": "[https://www.reddit.com/r/AnarchyChess/](https://www.reddit.com/r/AnarchyChess/)", "center": [123.5, 661.5], "path": [[80.5, 607.5], [151.5, 607.5], [151.5, 609.5], [174.5, 609.5], [174.5, 712.5], [125.5, 712.5], [125.5, 715.5], [71.5, 715.5], [71.5, 679.5], [70.5, 679.5], [70.5, 642.5], [76.5, 642.5], [76.5, 632.5], [74.5, 632.5], [74.5, 633.5], [73.5, 633.5], [73.5, 634.5], [72.5, 634.5], [72.5, 635.5], [70.5, 635.5], [70.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, 623.5], [81.5, 622.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, 607.5]]},
{"id": 440, "submitted_by": "MrEduxator", "name": "Snuffy", "description": "An emote of Twitch VTuber Snuffy. Lead by her community, and Snuffy herself.", "website": "https://www.twitch.tv/snuffy", "subreddit": "", "center": [694.5, 1074.5], "path": [[667.5, 1050.5], [719.5, 1050.5], [720.5, 1098.5], [668.5, 1098.5]]},
{"id": 441, "submitted_by": "ibm2431", "name": "DDLC Micro Yuri", "description": "A miniature representation of Yuri, a character from Doki Doki Literature Club. DDLC is a psychological horror visual novel about writing your way into a girl's heart. Yuri's hobbies include aromatherapy, reading horror novels, and knife collecting. Will you take a stab at her route and make the cut?", "website": "https://ddlc.moe/", "subreddit": "/r/ddlc", "center": [1862.5, 1443.5], "path": [[1859.5, 1439.5], [1864.5, 1439.5], [1864.5, 1447.5], [1859.5, 1447.5]]},
{"id": 442, "submitted_by": "BigPortal", "name": "Sonic Advance", "description": "Two sprites of Sonic the Hedgehog and Tails the Fox from the Sonic Advance trilogy for Game Boy Advance.", "website": "", "subreddit": "r/SonicTheHedgehog", "center": [1599.5, 373.5], "path": [[1626.5, 391.5], [1626.5, 374.5], [1625.5, 374.5], [1625.5, 373.5], [1624.5, 373.5], [1624.5, 372.5], [1624.5, 371.5], [1625.5, 371.5], [1625.5, 365.5], [1624.5, 365.5], [1623.5, 365.5], [1623.5, 364.5], [1622.5, 364.5], [1620.5, 364.5], [1620.5, 361.5], [1620.5, 359.5], [1615.5, 359.5], [1615.5, 358.5], [1614.5, 358.5], [1614.5, 357.5], [1613.5, 357.5], [1612.5, 357.5], [1612.5, 355.5], [1611.5, 355.5], [1611.5, 354.5], [1574.5, 354.5], [1574.5, 391.5], [1626.5, 391.5]]},
{"id": 443, "submitted_by": "eevee1714", "name": "Belkan Flag", "description": "The flag of Belka from the video game Ace Combat, infamous for dropping 7 nukes on itself to prevent the advance of allied forces", "website": "", "subreddit": "r/acecombat", "center": [1699.5, 319.5], "path": [[1706.5, 329.5], [1697.5, 329.5], [1697.5, 328.5], [1692.5, 328.5], [1692.5, 309.5], [1705.5, 309.5], [1705.5, 329.5]]},
{"id": 444, "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": 445, "submitted_by": "Chef_Senpai", "name": "Lord Of The Void", "description": "Ruler of the dark", "website": "", "subreddit": "", "center": [1076.5, 1273.5], "path": [[1069.5, 1169.5], [1123.5, 1171.5], [1118.5, 1280.5], [1130.5, 1281.5], [1130.5, 1339.5], [1085.5, 1338.5], [1059.5, 1376.5], [1079.5, 1418.5], [1038.5, 1379.5], [1022.5, 1299.5], [1042.5, 1196.5], [1070.5, 1169.5]]},
{"id": 446, "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": 448, "submitted_by": "CornMayor", "name": "Cuca from XTale (Undertale AU)", "description": "Cuca is a butterfly. Became a local character on Discord Server. XTale is a YT animation series by Jael Pe\u00f1aloza", "website": "https://www.youtube.com/c/JakeiHazen", "subreddit": "/r/XTale", "center": [1850.5, 1706.5], "path": [[1851.5, 1699.5], [1855.5, 1708.5], [1852.5, 1709.5], [1850.5, 1711.5], [1844.5, 1706.5], [1844.5, 1704.5], [1849.5, 1706.5], [1849.5, 1703.5], [1850.5, 1703.5], [1850.5, 1700.5]]},
{"id": 449, "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": 450, "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": 451, "submitted_by": "MiguJib", "name": "Moist Esports", "description": "Moist Esports is an e-sports team founded by MoistCr1TiKaL ", "website": "[https://www.twitch.tv/moistcr1tikal](https://www.twitch.tv/moistcr1tikal)", "subreddit": "", "center": [0.5, 0.5], "path": []},
{"id": 452, "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": 453, "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": 455, "submitted_by": "overacted", "name": "Elbphilharmonie Hamburg", "description": "Concert hall in Hamburg, Germany", "website": "https://www.elbphilharmonie.de/en/", "subreddit": "r/placeDE", "center": [518.5, 1156.5], "path": [[503.5, 1139.5], [503.5, 1171.5], [536.5, 1171.5], [536.5, 1150.5], [529.5, 1145.5], [519.5, 1141.5], [510.5, 1137.5], [503.5, 1139.5], [503.5, 1139.5], [503.5, 1171.5]]},
{"id": 456, "submitted_by": "I_Love_U_and_1892", "name": "Philippine Banner", "description": "Banner made by Filipinos from r/Philippines. Features the Philippine flag as the background, with the r/Philippines icon at center, and the Philippine Islands on the right.nnBelow it is a complimentary banner supporting Presidential Candidate Leni Robredo (#10 on the ballot) and Vice Presidential Candidate Kiko Pangilinan (#7 on the ballot). Above Kiko's name is a pink rose, further symbolizing the artwork creators' support for the duo.", "website": "", "subreddit": "r/Philippines", "center": [332.5, 674.5], "path": [[301.5, 645.5], [301.5, 702.5], [363.5, 702.5], [363.5, 645.5], [328.5, 645.5]]},
{"id": 457, "submitted_by": "SA_AVOCADO", "name": "Zyzz Tribute", "description": "A tribute to the late Aziz (Zyzz) Shavershian, a Russian-born Australian bodybuilder, who gained a cult following after posting on YouTube", "website": "", "subreddit": "R/Zyzz", "center": [1381.5, 1689.5], "path": [[1332.5, 1612.5], [1332.5, 1682.5], [1332.5, 1753.5], [1439.5, 1754.5], [1439.5, 1658.5], [1417.5, 1658.5], [1413.5, 1654.5], [1413.5, 1638.5], [1394.5, 1637.5], [1394.5, 1612.5]]},
{"id": 458, "submitted_by": "Narnall", "name": "Madotsuki (YUME NIKKI)", "description": "This is Madotsuki from the RPG Maker game Yume Nikki", "website": "", "subreddit": "", "center": [1221.5, 121.5], "path": [[1214.5, 116.5], [1215.5, 111.5], [1222.5, 108.5], [1226.5, 111.5], [1227.5, 116.5], [1228.5, 124.5], [1224.5, 120.5], [1227.5, 128.5], [1227.5, 129.5], [1225.5, 128.5], [1226.5, 131.5], [1226.5, 132.5], [1225.5, 133.5], [1223.5, 133.5], [1222.5, 132.5], [1222.5, 131.5], [1219.5, 130.5], [1219.5, 133.5], [1216.5, 133.5], [1215.5, 132.5], [1213.5, 127.5], [1215.5, 127.5], [1217.5, 122.5], [1217.5, 120.5], [1214.5, 124.5], [1213.5, 123.5], [1215.5, 119.5]]},
{"id": 460, "submitted_by": "GoJoeyGo123", "name": "Homage to Daft punk", "description": "daft punk was a french electronic duo that formed in 1993 and split in 2021", "website": "[https://en.wikipedia.org/wiki/Daft_Punk](https://en.wikipedia.org/wiki/Daft_Punk)", "subreddit": "[https://www.reddit.com/r/DaftPunk/](https://www.reddit.com/r/DaftPunk/)", "center": [220.5, 945.5], "path": [[195.5, 926.5], [244.5, 926.5], [244.5, 964.5], [195.5, 964.5]]},
{"id": 461, "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]]},
{"id": 463, "submitted_by": "Yolo1212123", "name": "AKL", "description": "Alternative Keyboard Layouts", "website": "", "subreddit": "", "center": [642.5, 1344.5], "path": [[639.5, 1343.5], [645.5, 1343.5], [644.5, 1346.5], [639.5, 1346.5], [639.5, 1343.5]]},
{"id": 248, "submitted_by": "Smokydoh", "name": "Aireu's hand", "description": "A photo of osu! top player, Aireu, after setting a play on 'Guess Who Is Back', awarding him 727pp.", "website": "[https://twitter.com/Aireuu_](https://twitter.com/Aireuu_)", "subreddit": "r/osugame", "center": [ 626.5, 1487.5 ], "path": [ [ 592.5, 1453.5 ], [ 660.5, 1453.5 ], [ 660.5, 1522.5 ], [ 645.5, 1522.5 ], [ 645.5, 1520.5 ], [ 636.5, 1520.5 ], [ 636.5, 1522.5 ], [ 592.5, 1522.5 ], [ 592.5, 1453.5 ] ] },
{"id": 255, "submitted_by": "Constant_Disillusion", "name": "Red vs. Blue Poster", "description": "Red vs. Blue or RvB is a Halo-based machinima and animated web series created by Rooster Teeth. The 19 on the helmet signifies the 19th anniversary of the series on April 1, 2022, and the heart on the border with RWBY shows the friendship between the communities as Rooster Teeth creations.", "website": "", "subreddit": "r/RedvsBlue", "center": [ 461.5, 698.5 ], "path": [ [ 449.5, 713.5 ], [ 472.5, 713.5 ], [ 472.5, 682.5 ], [ 449.5, 682.5 ] ] },
{ "id": 256, "submitted_by": "Git_Good", "name": "Half-life 3 Lambda", "description": "Half-life is a first-person shooter series developed by Valve. Half-Life 2: Episode two was released alongside Team Fortress 2 as part of the Orange Box Collection, and also runs on the Source engine.nnFans of the series have been waiting for a third instalment to the main series since 2007, and jokes about the wait time and nonexistent release date of 'Half-Life 3' has become one of the most iconic memes within the gaming community.", "website": "www.half-life.com", "subreddit": "/r/HalfLife/", "center": [ 1566.5, 1926.5 ], "path": [ [ 1559.5, 1919.5 ], [ 1573.5, 1919.5 ], [ 1573.5, 1933.5 ], [ 1562.5, 1933.5 ], [ 1562.5, 1932.5 ], [ 1562.5, 1931.5 ], [ 1559.5, 1931.5 ] ] },
{ "id": 257, "submitted_by": "iTzHard", "name": "Saudi Arabia ", "description": "The Saudi flag drawn by the r/SaudiArabia Discord displaying the traditional palm trees and swords, a mabkhara, a dallah, and a peepo wearing a thobe.", "website": "", "subreddit": "/r/SaudiArabia", "center": [ 1618.5, 1059.5 ], "path": [ [ 1645.5, 1044.5 ], [ 1645.5, 1074.5 ], [ 1591.5, 1074.5 ], [ 1591.5, 1044.5 ] ] },
{ "id": 260, "submitted_by": "lEternalDarkness", "name": "Okami", "description": "Features Amaterasu, the lupine protagonist of the video game 'Okami' (2006). Placement organized mainly by the Okami speedrunning community, and contributed to by all loving fans. ", "website": "https://okami.speedruns.wiki/Main_Page", "subreddit": "/r/okami", "center": [ 999.5, 398.5 ], "path": [ [ 989.5, 389.5 ], [ 989.5, 389.5 ], [ 989.5, 407.5 ], [ 1007.5, 407.5 ], [ 1010.5, 405.5 ], [ 1010.5, 389.5 ], [ 1010.5, 389.5 ], [ 1010.5, 389.5 ] ] },
{ "id": 275, "submitted_by": "Viktor_Denmark", "name": "The Danish flag", "description": "The Danish flag containing a swan which is the national bird of Denmark, a Lego brick and the famous Lego astronaut, since Lego is a danish company, the 3 shadowy figures are Egon Olsen, Benny Frandsen and Kjeld Jensen they make op the group called 'Olsen-banden' which is a series of Danish crime comedies", "website": "", "subreddit": "r/Denmark", "center": [ 588.5, 315.5 ], "path": [ [ 638.5, 342.5 ], [ 638.5, 286.5 ], [ 556.5, 286.5 ], [ 556.5, 290.5 ], [ 542.5, 290.5 ], [ 542.5, 298.5 ], [ 541.5, 298.5 ], [ 541.5, 299.5 ], [ 537.5, 298.5 ], [ 536.5, 343.5 ], [ 638.5, 342.5 ] ] },
{ "id": 278, "submitted_by": "Rocketman237", "name": "Koosh", "description": "Chibi representation of the Touhou Character 'Koishi Komeiji' from Touhou Project", "website": "https://en.touhouwiki.net/wiki/Koishi_Komeiji", "subreddit": "r/touhou", "center": [ 1453.5, 357.5 ], "path": [ [ 1438.5, 348.5 ], [ 1467.5, 348.5 ], [ 1467.5, 366.5 ], [ 1439.5, 366.5 ] ] },
{ "id": 281, "submitted_by": "Smirkydevil52", "name": "Cosmere R.A.F.O.", "description": "The Cosmere is the greater universe in which The Stormlight Archive - and many of Brandon Sanderson's other adult fiction books - take place. RAFO is a term Brandon Sanderson uses at signings as a non-answer for prying fans. It means 'Read and Find Out.' When Brandon uses this, it is neutral, and neither means one is right or one is wrong. Many things are RAFO'd because they would spoil future books.", "website": "", "subreddit": "r/Cosmere", "center": [ 881.5, 949.5 ], "path": [ [ 861.5, 924.5 ], [ 901.5, 924.5 ], [ 901.5, 974.5 ], [ 861.5, 974.5 ] ] },
{ "id": 284, "submitted_by": "jessneedsgeesuslol", "name": "Gir from Invader Zim ", "description": "Gir from the show 'Invader Zim'", "website": "", "subreddit": "r/invaderzim", "center": [ 1340.5, 1330.5 ], "path": [ [ 1332.5, 1344.5 ], [ 1331.5, 1344.5 ], [ 1347.5, 1317.5 ], [ 1332.5, 1317.5 ], [ 1332.5, 1344.5 ], [ 1347.5, 1344.5 ], [ 1348.5, 1318.5 ], [ 1347.5, 1318.5 ], [ 1348.5, 1318.5 ], [ 1347.5, 1318.5 ], [ 1348.5, 1318.5 ], [ 1347.5, 1318.5 ], [ 1347.5, 1318.5 ], [ 1348.5, 1317.5 ], [ 1348.5, 1318.5 ], [ 1349.5, 1318.5 ], [ 1347.5, 1317.5 ], [ 1331.5, 1344.5 ] ] },
{ "id": 287, "submitted_by": "nostalgicsobbing", "name": "Arctic Monkeys discography and references", "description": "This space contains six (6) studio albums and (1) solo EP by the British rock band Arctic monkeys. These albums are named Tranquility Base Hotel & Casino, Suck It And See (although in this screenshot it is still unfinished), Humbug, Whatever People Say I Am; That's What I'm Not, Favourite Worst Nightmare, AM, and the solo EP by the band's lead singer Alex Turner: Submarine. There is also a reference to the Monkeys' fandom favorite meme: 'bric[c]' and a song of theirs called 505 from the Favourite Worst Nightmare album.", "website": "", "subreddit": "r/arcticmonkeys", "center": [ 1338.5, 363.5 ], "path": [ [ 1315.5, 345.5 ], [ 1316.5, 381.5 ], [ 1361.5, 382.5 ], [ 1360.5, 344.5 ], [ 1315.5, 344.5 ], [ 1361.5, 344.5 ], [ 1360.5, 344.5 ] ] },
{ "id": 298, "submitted_by": "SimpleAmbassador", "name": "Futurama", "description": "The Futurama section, created by r/futurama users (with some help from other communities). It depicts various characters from the show, as well as the Planet Express, the main ship from the show, seen flying against a starry background. Underneath that is the subreddit's handle, as well as the main characters from 'It's Always Sunny in Philadelphia' (representing r/alwayssunny, with whom r/futurama was allied with). Towards the very end of this section's life, a mini version of the Comet Tiamat from 'Your Name.' (representing r/kiminonawa) was also added to the canvas above the Planet Express.", "website": "", "subreddit": "r/futurama, r/alwayssunny", "center": [ 1252.5, 1975.5 ], "path": [ [ 1201.5, 1954.5 ], [ 1299.5, 1954.5 ], [ 1300.5, 1970.5 ], [ 1286.5, 1972.5 ], [ 1288.5, 2000.5 ], [ 1219.5, 1999.5 ], [ 1219.5, 1971.5 ], [ 1201.5, 1971.5 ] ] },
{ "id": 303, "submitted_by": "PrincesStarfire1234", "name": "Five Nights at Freddy's banner", "description": "Banner for the popular indie horror franchise Five Nights at Freddy's (FNAF). To the left sits the iconic Purple Guy, and to the right is a version of Michael Afton from a fancomic called Children Rekindled. The banner was originally going to be bigger and would sit underneath My Little Pony but was made limited due to complications with the early Ukraine flag, several bot raids and streamer raids, multiple fights with the Denmark flag, and trolls attempting to change the words 'Nights' and 'Freddy's' into offensive words. It had been wiped out and messed with atleast 3 times, but was eventually restored thanks to allies from MLP, Deltarune, Asexual Flag gang, the Swifties, and Berserk.", "website": "", "subreddit": "/r/fivenightsatfreddys", "center": [ 641.5, 281.5 ], "path": [ [ 595.5, 277.5 ], [ 595.5, 285.5 ], [ 688.5, 284.5 ], [ 688.5, 281.5 ], [ 689.5, 281.5 ], [ 689.5, 277.5 ], [ 595.5, 277.5 ] ] },
{ "id": 307, "submitted_by": "ryanlllwolf", "name": "Ryan the Bun (ITBERYAN)", "description": "A small icon representing 'Ryan the Bun' a content creator known for being a bunny with a bowtie, closely linked with the VRChat community.", "website": "https://twitter.com/ITBERYAN2", "subreddit": "/r/VRChat", "center": [ 983.5, 110.5 ], "path": [ [ 979.5, 106.5 ], [ 979.5, 113.5 ], [ 987.5, 113.5 ], [ 987.5, 106.5 ], [ 979.5, 106.5 ] ] },
{ "id": 313, "submitted_by": "Dibblepistols", "name": "Foxhole Map", "description": "The first of three artworks made by a group of gamers who play the cooperative sandbox massively-multiplayer action-strategy video game 'Foxhole'. The piece depicts a map from the game colored in green and blue to represent the 'Colonial' and 'Warden' (logos at the bottom of the map) battle for control over the fictional land of Caoiva.", "website": "[https://www.foxholegame.com](https://www.foxholegame.com)", "subreddit": " r/foxholegame", "center": [ 727.5, 573.5 ], "path": [ [ 701.5, 533.5 ], [ 755.5, 547.5 ], [ 755.5, 601.5 ], [ 755.5, 602.5 ], [ 754.5, 603.5 ], [ 753.5, 603.5 ], [ 753.5, 606.5 ], [ 753.5, 607.5 ], [ 701.5, 607.5 ], [ 701.5, 557.5 ], [ 701.5, 556.5 ], [ 704.5, 556.5 ], [ 705.5, 556.5 ], [ 705.5, 550.5 ], [ 701.5, 550.5 ], [ 701.5, 533.5 ], [ 753.5, 533.5 ] ] },
{ "id": 314, "submitted_by": "Future_Breakfast_647", "name": "Will Wood - Love Me, Normally + Mr boy", "description": "A pixel rendition of the cover art for Will Woods single 'Love Me, Normally' + Will's pet rat Mr nBoy. This was constructed with the help of r/ena and the green lattice after our previous location on the left wall (above the wave) was destroyed.", "website": "[https://www.youtube.com/watch?v=yZf7EoV76Po&ab_channel=WillWood-OFFICIAL](https://www.youtube.com/watch?v=yZf7EoV76Po&ab_channel=WillWood-OFFICIAL)", "subreddit": "r/willwood", "center": [ 1084.5, 400.5 ], "path": [ [ 1099.5, 407.5 ], [ 1063.5, 407.5 ], [ 1063.5, 400.5 ], [ 1077.5, 400.5 ], [ 1077.5, 390.5 ], [ 1099.5, 390.5 ] ] },
{ "id": 316, "submitted_by": "Eclipsed_Luna", "name": "Say Gay Florida", "description": "A depiction of the state of Florida with the words 'SAY GAY' on it. A collaboration by r/placepride and r/transplace, it's created to combat the 'Don't Say Gay' bill in Florida.", "website": "https://en.wikipedia.org/wiki/Disney_and_Florida%27s_%22Don%27t_Say_Gay%22_bill", "subreddit": "r/placepride", "center": [ 555.5, 492.5 ], "path": [ [ 553.5, 493.5 ], [ 553.5, 492.5 ], [ 553.5, 491.5 ], [ 552.5, 491.5 ], [ 552.5, 489.5 ], [ 548.5, 489.5 ], [ 548.5, 490.5 ], [ 547.5, 490.5 ], [ 547.5, 489.5 ], [ 546.5, 489.5 ], [ 546.5, 488.5 ], [ 545.5, 488.5 ], [ 545.5, 487.5 ], [ 541.5, 487.5 ], [ 541.5, 486.5 ], [ 540.5, 486.5 ], [ 540.5, 483.5 ], [ 551.5, 483.5 ], [ 551.5, 484.5 ], [ 557.5, 484.5 ], [ 557.5, 483.5 ], [ 558.5, 483.5 ], [ 558.5, 484.5 ], [ 559.5, 484.5 ], [ 559.5, 488.5 ], [ 560.5, 488.5 ], [ 560.5, 490.5 ], [ 562.5, 490.5 ], [ 562.5, 491.5 ], [ 564.5, 491.5 ], [ 564.5, 490.5 ], [ 564.5, 491.5 ], [ 565.5, 491.5 ], [ 565.5, 492.5 ], [ 564.5, 492.5 ], [ 564.5, 494.5 ], [ 563.5, 494.5 ], [ 563.5, 496.5 ], [ 564.5, 496.5 ], [ 564.5, 501.5 ], [ 563.5, 501.5 ], [ 563.5, 503.5 ], [ 562.5, 503.5 ], [ 562.5, 504.5 ], [ 558.5, 504.5 ], [ 558.5, 503.5 ], [ 557.5, 503.5 ], [ 557.5, 501.5 ], [ 556.5, 501.5 ], [ 556.5, 500.5 ], [ 555.5, 500.5 ], [ 555.5, 498.5 ], [ 554.5, 498.5 ], [ 554.5, 495.5 ], [ 553.5, 495.5 ], [ 553.5, 491.5 ], [ 552.5, 491.5 ] ] },
{ "id": 326, "submitted_by": "Possible-Cress-5453", "name": "Kaaba", "description": "Kaaba is a building at the center of Islam's most important mosque, the Masjid al-Haram in Mecca, Saudi Arabia. Made by norwegian community 'Kanelbollens hjemland'.", "website": "[https://discord.gg/Gc8Y2xs7W7](https://discord.gg/Gc8Y2xs7W7)", "subreddit": "", "center": [ 789.5, 129.5 ], "path": [ [ 779.5, 120.5 ], [ 779.5, 120.5 ], [ 779.5, 120.5 ], [ 799.5, 120.5 ], [ 799.5, 138.5 ], [ 779.5, 138.5 ], [ 779.5, 120.5 ] ] },
{ "id": 329, "submitted_by": "ImportantYear8822", "name": "Starship Super Heavy Full stack ", "description": "Starship full stack is the tallest rocket ever to be build since The N-1 Rocket by the soviet union. It comprises of two stages, The first stage is called 'Superheavy'. The Superheavy is the world's largest booster and the most engines equipped (Currently 29 engines but it will be upgraded to 33 engines). The starship second stage is the largest second stage in the world. It has 6 engines and has Heat shield so it can survive while re-entering into the atmosphere ", "website": "https://spacex.com", "subreddit": "r/spacex", "center": [ 816.5, 639.5 ], "path": [ [ 793.5, 605.5 ], [ 834.5, 605.5 ], [ 828.5, 684.5 ], [ 811.5, 684.5 ] ] },
{ "id": 335, "submitted_by": "jessneedsgeesuslol", "name": "MCR Demolition Lovers", "description": "From the 'Three Cheers For Sweet Revenge' album cover by My Chemical Romance ", "website": "", "subreddit": "r/MyChemicalRomance", "center": [ 1738.5, 1341.5 ], "path": [ [ 1727.5, 1334.5 ], [ 1724.5, 1332.5 ], [ 1726.5, 1331.5 ], [ 1724.5, 1357.5 ], [ 1754.5, 1331.5 ], [ 1753.5, 1333.5 ], [ 1730.5, 1329.5 ], [ 1725.5, 1328.5 ], [ 1721.5, 1331.5 ], [ 1721.5, 1354.5 ], [ 1748.5, 1357.5 ], [ 1750.5, 1353.5 ], [ 1754.5, 1342.5 ], [ 1754.5, 1336.5 ], [ 1755.5, 1330.5 ], [ 1747.5, 1329.5 ], [ 1751.5, 1352.5 ], [ 1754.5, 1356.5 ], [ 1755.5, 1350.5 ], [ 1754.5, 1342.5 ], [ 1756.5, 1331.5 ], [ 1759.5, 1330.5 ], [ 1753.5, 1328.5 ] ] },
{ "id": 341, "submitted_by": "Thalros", "name": "EsfandTV's sfandL", "description": "Popular Twitch streamer Esfand 'the #1 ret. paladin' TV's artwork of his emote 'esfandL'.", "website": "https://www.twitch.tv/esfandtv", "subreddit": "/r/EsfandTV", "center": [ 645.5, 1019.5 ], "path": [ [ 625.5, 1000.5 ], [ 665.5, 1000.5 ], [ 665.5, 1037.5 ], [ 625.5, 1037.5 ] ] },
{ "id": 395, "submitted_by": "ThatMJGuy", "name": "Imagine Dragons Evolve Logo", "description": "A logo that represents Imagine Dragons' 3rd studio album 'Evolve'. It includes the signature E's that are associated with the Evolve name, as well as a backdrop of colors that represents their song 'Believer' from the same album.", "website": "https://www.imaginedragonsmusic.com", "subreddit": "/r/imaginedragons", "center": [ 44.5, 445.5 ], "path": [ [ 37.5, 440.5 ], [ 51.5, 440.5 ], [ 51.5, 450.5 ], [ 37.5, 450.5 ] ] },
{ "id": 396, "submitted_by": "Gh0st_Division", "name": "Rimuru Tempest", "description": "The protagonist from popular anime 'Tensei Shitara Suraimu Datta Ken'", "website": "", "subreddit": "r/TenseiSlime", "center": [ 1863.5, 1303.5 ], "path": [ [ 1843.5, 1328.5 ], [ 1843.5, 1277.5 ], [ 1882.5, 1277.5 ], [ 1882.5, 1328.5 ] ] },
{ "id": 402, "submitted_by": "FilmsxKalypsx0", "name": "SCP:F Logo", "description": "The fictional organization where their main goal is to contain anomalies.", "website": "", "subreddit": "r/PlaceSCP", "center": [ 628.5, 402.5 ], "path": [ [ 633.5, 393.5 ], [ 634.5, 392.5 ], [ 622.5, 392.5 ], [ 622.5, 411.5 ], [ 634.5, 411.5 ] ] },
{ "id": 403, "submitted_by": "FilmsxKalypsx0", "name": "GOC Logo", "description": "The GOC is another protagonist in the SCP Universe, they are the opposite of the Foundation, they destroy all anomalies. They are nicknamed the bookburners.", "website": "", "subreddit": "r/PlaceSCP", "center": [ 628.5, 421.5 ], "path": [ [ 634.5, 413.5 ], [ 622.5, 413.5 ], [ 622.5, 429.5 ], [ 634.5, 429.5 ] ] },
{ "id": 404, "submitted_by": "Slight-Department866", "name": "Z event flag", "description": "the Z event is a french charity event organised by the french streamer Zerator and it raised over 10m€ in the 2021 edition for 'Action against Hunger' with the help of 50 streamers.", "website": "https://zevent.fr/", "subreddit": "https://www.reddit.com/r/ZEvent/", "center": [ 1221.5, 1454.5 ], "path": [ [ 1166.5, 1419.5 ], [ 1166.5, 1489.5 ], [ 1276.5, 1489.5 ], [ 1276.5, 1418.5 ], [ 1166.5, 1419.5 ] ] },
{ "id": 409, "submitted_by": "USSMunkfish", "name": "Stargate", "description": "A military science fiction movie and television franchise involving travel to other planets through a ring-shaped 'Stargate.'", "website": "", "subreddit": "/r/stargate", "center": [ 530.5, 1116.5 ], "path": [ [ 512.5, 1101.5 ], [ 509.5, 1108.5 ], [ 510.5, 1130.5 ], [ 550.5, 1130.5 ], [ 551.5, 1118.5 ], [ 551.5, 1108.5 ], [ 547.5, 1101.5 ] ] },
{ "id": 413, "submitted_by": "ElsaFrozen2013", "name": "NASCAR - Dale Earnhardt, Sr. Tribute", "description": "Dale Earnhardt, Sr. aka 'The Intimidator,'' most known for piloting the #3 Chevrolet in the NASCAR Cup Series, is a legendary seven-time champion of the series. This artwork was created by the r/NASCAR subreddit to honor him.", "website": "[https://en.wikipedia.org/wiki/Dale_Earnhardt](https://en.wikipedia.org/wiki/Dale_Earnhardt)", "subreddit": "/r/NASCAR", "center": [ 780.5, 1536.5 ], "path": [ [ 754.5, 1511.5 ], [ 797.5, 1511.5 ], [ 797.5, 1542.5 ], [ 811.5, 1542.5 ], [ 811.5, 1555.5 ], [ 805.5, 1561.5 ], [ 777.5, 1561.5 ], [ 777.5, 1560.5 ], [ 769.5, 1560.5 ], [ 769.5, 1544.5 ], [ 753.5, 1544.5 ], [ 753.5, 1511.5 ] ] },
{ "id": 439, "submitted_by": "Narnall", "name": "Eren 'Ten years, at least!' Jeager", "description": "I don't want that!", "website": "", "subreddit": "/r/titanfolk", "center": [ 152.5, 113.5 ], "path": [ [ 142.5, 139.5 ], [ 137.5, 139.5 ], [ 132.5, 134.5 ], [ 131.5, 114.5 ], [ 136.5, 100.5 ], [ 139.5, 93.5 ], [ 145.5, 86.5 ], [ 160.5, 89.5 ], [ 174.5, 99.5 ], [ 175.5, 109.5 ], [ 172.5, 117.5 ], [ 174.5, 119.5 ], [ 174.5, 119.5 ], [ 174.5, 122.5 ], [ 170.5, 127.5 ], [ 166.5, 130.5 ], [ 154.5, 136.5 ] ] },
{ "id": 447, "submitted_by": "MortySmiiiith", "name": "Manneken Pis", "description": "'The little boy that pees' is one of the most known belgian statue, it's located in Bruxelles.", "website": "[https://fr.wikipedia.org/wiki/Manneken-Pis](https://fr.wikipedia.org/wiki/Manneken-Pis)", "subreddit": "/r/belgium", "center": [ 1307.5, 956.5 ], "path": [ [ 1307.5, 902.5 ], [ 1313.5, 904.5 ], [ 1318.5, 907.5 ], [ 1319.5, 923.5 ], [ 1327.5, 929.5 ], [ 1330.5, 934.5 ], [ 1328.5, 940.5 ], [ 1318.5, 947.5 ], [ 1316.5, 954.5 ], [ 1316.5, 963.5 ], [ 1309.5, 972.5 ], [ 1313.5, 977.5 ], [ 1317.5, 982.5 ], [ 1319.5, 990.5 ], [ 1319.5, 995.5 ], [ 1323.5, 993.5 ], [ 1321.5, 990.5 ], [ 1328.5, 990.5 ], [ 1329.5, 994.5 ], [ 1330.5, 997.5 ], [ 1330.5, 1000.5 ], [ 1292.5, 1000.5 ], [ 1290.5, 996.5 ], [ 1293.5, 994.5 ], [ 1292.5, 991.5 ], [ 1288.5, 988.5 ], [ 1288.5, 973.5 ], [ 1290.5, 963.5 ], [ 1286.5, 959.5 ], [ 1286.5, 955.5 ], [ 1292.5, 952.5 ], [ 1294.5, 945.5 ], [ 1300.5, 937.5 ], [ 1305.5, 930.5 ], [ 1301.5, 926.5 ], [ 1299.5, 926.5 ], [ 1296.5, 913.5 ], [ 1297.5, 907.5 ], [ 1302.5, 904.5 ]]},
{ "id": 454, "submitted_by": "HurrikateOsu", "name": "NikoPog", "description": "Niko, the cat-person, from the video game 'Oneshot' looking in a state of awe.", "website": "", "subreddit": "/r/oneshot", "center": [ 1092.5, 1652.5 ], "path": [ [ 1080.5, 1633.5 ], [ 1081.5, 1633.5 ], [ 1081.5, 1634.5 ], [ 1082.5, 1634.5 ], [ 1083.5, 1634.5 ], [ 1083.5, 1635.5 ], [ 1084.5, 1635.5 ], [ 1084.5, 1636.5 ], [ 1085.5, 1636.5 ], [ 1085.5, 1637.5 ], [ 1086.5, 1637.5 ], [ 1087.5, 1637.5 ], [ 1089.5, 1637.5 ], [ 1089.5, 1637.5 ], [ 1090.5, 1637.5 ], [ 1091.5, 1637.5 ], [ 1092.5, 1637.5 ], [ 1092.5, 1638.5 ], [ 1095.5, 1638.5 ], [ 1096.5, 1638.5 ], [ 1097.5, 1639.5 ], [ 1100.5, 1639.5 ], [ 1100.5, 1640.5 ], [ 1102.5, 1640.5 ], [ 1102.5, 1640.5 ], [ 1102.5, 1639.5 ], [ 1103.5, 1639.5 ], [ 1105.5, 1639.5 ], [ 1105.5, 1638.5 ], [ 1112.5, 1638.5 ], [ 1112.5, 1645.5 ], [ 1111.5, 1645.5 ], [ 1111.5, 1648.5 ], [ 1110.5, 1649.5 ], [ 1110.5, 1650.5 ], [ 1120.5, 1658.5 ], [ 1120.5, 1662.5 ], [ 1119.5, 1663.5 ], [ 1117.5, 1663.5 ], [ 1117.5, 1664.5 ], [ 1112.5, 1664.5 ], [ 1112.5, 1663.5 ], [ 1111.5, 1663.5 ], [ 1108.5, 1663.5 ], [ 1108.5, 1662.5 ], [ 1107.5, 1662.5 ], [ 1105.5, 1662.5 ], [ 1105.5, 1663.5 ], [ 1105.5, 1664.5 ], [ 1106.5, 1664.5 ], [ 1106.5, 1667.5 ], [ 1105.5, 1666.5 ], [ 1103.5, 1662.5 ], [ 1102.5, 1662.5 ], [ 1102.5, 1664.5 ], [ 1099.5, 1664.5 ], [ 1099.5, 1666.5 ], [ 1094.5, 1666.5 ], [ 1094.5, 1667.5 ], [ 1092.5, 1667.5 ], [ 1092.5, 1668.5 ], [ 1091.5, 1668.5 ], [ 1091.5, 1669.5 ], [ 1091.5, 1668.5 ], [ 1090.5, 1668.5 ], [ 1088.5, 1668.5 ], [ 1088.5, 1669.5 ], [ 1087.5, 1669.5 ], [ 1087.5, 1670.5 ], [ 1086.5, 1669.5 ], [ 1085.5, 1669.5 ], [ 1085.5, 1670.5 ], [ 1084.5, 1669.5 ], [ 1083.5, 1669.5 ], [ 1083.5, 1670.5 ], [ 1082.5, 1670.5 ], [ 1079.5, 1667.5 ], [ 1079.5, 1664.5 ], [ 1080.5, 1663.5 ], [ 1080.5, 1661.5 ], [ 1079.5, 1661.5 ], [ 1078.5, 1661.5 ], [ 1078.5, 1662.5 ], [ 1077.5, 1662.5 ], [ 1077.5, 1664.5 ], [ 1076.5, 1664.5 ], [ 1076.5, 1665.5 ], [ 1075.5, 1666.5 ], [ 1075.5, 1664.5 ], [ 1075.5, 1664.5 ], [ 1076.5, 1664.5 ], [ 1076.5, 1661.5 ], [ 1076.5, 1660.5 ], [ 1074.5, 1660.5 ], [ 1073.5, 1660.5 ], [ 1073.5, 1661.5 ], [ 1072.5, 1661.5 ], [ 1072.5, 1662.5 ], [ 1071.5, 1662.5 ], [ 1072.5, 1660.5 ], [ 1073.5, 1659.5 ], [ 1074.5, 1658.5 ], [ 1074.5, 1657.5 ], [ 1072.5, 1657.5 ], [ 1072.5, 1656.5 ], [ 1070.5, 1656.5 ], [ 1070.5, 1655.5 ], [ 1068.5, 1655.5 ], [ 1068.5, 1654.5 ], [ 1067.5, 1654.5 ], [ 1067.5, 1653.5 ], [ 1065.5, 1653.5 ], [ 1065.5, 1652.5 ], [ 1064.5, 1652.5 ], [ 1064.5, 1651.5 ], [ 1063.5, 1651.5 ], [ 1063.5, 1650.5 ], [ 1062.5, 1650.5 ], [ 1062.5, 1649.5 ], [ 1063.5, 1649.5 ], [ 1063.5, 1647.5 ], [ 1064.5, 1647.5 ], [ 1065.5, 1647.5 ], [ 1066.5, 1647.5 ], [ 1066.5, 1646.5 ], [ 1069.5, 1646.5 ], [ 1069.5, 1645.5 ], [ 1073.5, 1645.5 ], [ 1073.5, 1644.5 ], [ 1077.5, 1644.5 ], [ 1077.5, 1637.5 ], [ 1078.5, 1635.5 ], [ 1079.5, 1634.5 ], [ 1080.5, 1633.5 ], [ 1086.5, 1637.5 ], [ 1092.5, 1637.5 ], [ 1092.5, 1638.5 ], [ 1097.5, 1638.5 ] ] },
{ "id": 459, "submitted_by": "BigPortal", "name": "Wavetro", "description": "Two characters from ex-YouTuber Wavetro's final series, 'the untitled Teddy and Ben show'. The fish Teddy is in the background and the stickman Ben is in the front. ", "website": "https://www.youtube.com/channel/UCyFcxmkcQernyo0PmddhtGA", "subreddit": "r/wavetro", "center": [ 1056.5, 407.5 ], "path": [ [ 1062.5, 413.5 ], [ 1062.5, 402.5 ], [ 1061.5, 401.5 ], [ 1050.5, 401.5 ], [ 1050.5, 413.5 ], [ 1062.5, 413.5 ] ]},
{ "id": 462, "submitted_by": "Beegrene", "name": "Octavia", "description": "Octavia is a minor character from My Little Pony Friendship is Magic. She is often seen playing various stringed instruments. The '2SET' in her mane refers to TwoSet Violin, a comedy duo.", "website": "", "subreddit": "/r/mylittlepony", "center": [ 1343.5, 1985.5 ], "path": [ [ 1316.5, 1973.5 ], [ 1370.5, 1973.5 ], [ 1370.5, 1997.5 ], [ 1316.5, 1997.5 ], [ 1316.5, 1973.5 ] ] },
{ "id": 463, "submitted_by": "xXLInkster17Xx", "name": "Little Big Planet","description": "r/LittleBigPlanet was created by several dedicated members of the Little Big Planet Union, it includes the well-known Little Big Planet tree, a sackboy face to the right and the r/LittleBigPlanet sub-reddit text below the tree which used to read \"My Little Big Planet\" but was changed due to pixel limitations.", "website": "https://littlebigplanet.com/", "subreddit": "r/LittleBigPlanet", "center": [ 1046.5, 385.5 ], "path": [ [ 1064.5, 400.5 ], [ 1033.5, 400.5 ], [ 1033.5, 366.5 ], [ 1051.5, 366.5 ], [ 1051.5, 373.5 ], [ 1062.5, 373.5 ], [ 1062.5, 379.5 ], [ 1051.5, 379.5 ], [ 1051.5, 387.5 ], [ 1064.5, 387.5 ], [ 1064.5, 400.5 ] ] },
{ "id": 464, "submitted_by": "SirOllie_", "name":"Suzyroxx Twitch Streamer", "description":"Suzyroxx is a spanish twitch streamer. She is part of the content creators team of KOI.","website":"https://www.twitch.tv/suzyroxx","subreddit":"","center":[1896.5,905.5],"path":[[1892.5,893.5],[1900.5,893.5],[1900.5,916.5],[1892.5,916.5],[1892.5,893.5]]},
{ "id": 465, "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… was something supposed to be there? Nah…", "website": "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": 466, "name": "Hytale","description": "Hytale is an upcoming sandbox game by Hypixel Studios. Production began in 2015 by developers from the Minecraft multiplayer server Hypixel with funding and assistance from Riot Games, who later acquired the studio in 2020.","website": "https://hytale.com/","subreddit": "/r/hytaleinfo","center": [1531.5,127.5],"path": [[1521.5,115.5],[1539.5,115.5],[1539.5,118.5],[1538.5,119.5],[1538.5,138.5],[1531.5,142.5],[1530.5,142.5],[1528.5,137.5],[1523.5,135.5],[1523.5,118.5],[1521.5,115.5]]},
{"id": 467, "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": 468, "name": "Genshin Impact Icon","description": "The Genshin Impact Icon, a gatcha game made by hoyoverse","website": "","subreddit": "r/GenshinPlace","center": [1750.5,1787.5],"path": [[1737.5,1762.5],[1771.5,1762.5],[1772.5,1810.5],[1723.5,1808.5],[1727.5,1802.5],[1728.5,1801.5],[1729.5,1800.5],[1730.5,1798.5],[1731.5,1797.5],[1731.5,1793.5],[1730.5,1792.5],[1729.5,1791.5],[1728.5,1791.5],[1728.5,1790.5],[1727.5,1790.5],[1726.5,1789.5],[1725.5,1788.5],[1724.5,1788.5],[1724.5,1774.5],[1737.5,1774.5],[1737.5,1771.5]]},
{"id": 469, "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]]},
];
//console.log("There are "+atlas.length+" entries in the Atlas.");
/*
atlas.sort(function(a, b) {
if (a.id < b.id) {
return -1;
}
if (a.id > b.id) {
return 1;
}
// a must be equal to b
return 0;
});
for(var i = 0; i < atlas.length; i++) {
if(atlas[i-1]){
if(atlas[i-1].id == atlas[i].id) {
console.log(atlas[i-1].id + ": "+ atlas[i-1].name);
console.log(atlas[i ].id + ": "+ atlas[i ].name);
}
}
}
console.log("biggest id: "+atlas[atlas.length-1].id + ", " + atlas[atlas.length-1].name);
*/
/*
for(var i = 0; i < atlas.length; i++) {
if(typeof atlas[i].website == "undefined") {
console.log(atlas[i].name);
} else if(atlas[i].website.trim() != "") {
if(atlas[i].website.trim().substring(0, 4) != "http") {
console.log(atlas[i].name + ": " + atlas[i].website);
}
}
}
*/
// sort by center.y, so that lines will overlap less
atlas.sort(function (a, b) {
if (a.center[1] < b.center[1]) {
return -1;
}
if (a.center[1] > b.center[1]) {
return 1;
}
// a must be equal to b
return 0;
});
/*
// Populate with test data
for(var i = 0; i < 10000; i++) {
var x = ~~(Math.random() * 1000)+0.5;
var y = ~~(Math.random() * 1000)+0.5;
var w = ~~(Math.random()*100);
var h = ~~(Math.random()*100);
atlas.push( {
"id": 5,
"name": "test"+(i+3),
"website": "",
"subreddit": "",
"center": [0, 0],
"path":[
[x, y],
[x+w, y],
[x+w, y+h],
[x, y+h]
]
});
}
*/