diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95359b79..9c49f986 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,23 +1,35 @@ -# How To Contribute +# Contributing -## Contributing to the Map +This project is open source. You may contribute to the project by submitting a Pull Request on the GitHub repo. -To contribute to the map, we require a certain format for artwork region and labels. This can be generated on the [contributing page](/index.html?mode=draw) on the website. +## Map Contributions -You can either post this contribution to the subreddit, or make a Pull Request on the GitHub repo. +

WE ONLY ACCEPT NEW CONTRIBUTIONS ON REDDIT

+ +To contribute to the map, we require a certain format for artwork region and labels. This can be generated on the [contributing page](https://place-atlas.stefanocoding.me/index.html?mode=draw) on the website. ### Reddit Submission -1. Follow the instructions on the [contributing page](/index.html?mode=draw), then click "Post Direct to Reddit". +1. Follow the instructions on the [contributing page](https://place-atlas.stefanocoding.me/index.html?mode=draw), then click "Post Direct to Reddit". 2. Flair your post with the "New Entry" tag. 3. A moderator will accept your contribution shortly. + -This project is open source. You may contribute to the project by submitting a Pull Request on the GitHub repo. \ No newline at end of file +## Map Edits + +1. Create a fork of our repo. +2. Enter your data into the `web/_js/atlas.json` file, with the correct format and ID number. +3. Create a Pull Request against the `/cleanup` branch. + +## Cleaning Contributions + +If you spot a duplicate, please PR against `/cleanup`. To help find duplicates, run the code locally, changing line 92 of `main.js` to `overlap`. \ No newline at end of file diff --git a/README.md b/README.md index ce78a84d..0ae68bc0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,43 @@ # The Place Atlas -The /r/place Atlas is a project aiming to catalog all the artworks created during Reddit's 2022's /r/place event. +The /r/place Atlas is a project aiming to catalog all the artworks created during Reddit's 2022 /r/place event. This project was created by Roland Rytz and is licensed under the GNU Affero General Public License v3.0. --- -*You can check out the website at by clicking [here](https://place-atlas.stefanocoding.me/).* +*You can check out the website by clicking [here](https://place-atlas.stefanocoding.me/).* -To submit new entries or request changes to existing ones, please visist [/r/placeAtlas2](https://www.reddit.com/r/placeAtlas2/). +If you don't know GitHub and wanted to submit new entries or request changes to existing ones, please visit [/r/placeAtlas2](https://www.reddit.com/r/placeAtlas2/). + +## How To Contribute + +### Map Contributions + +

WE ONLY ACCEPT NEW CONTRIBUTIONS ON REDDIT

+ +To contribute to the map, we require a certain format for artwork region and labels. This can be generated on the [contributing page](https://place-atlas.stefanocoding.me/index.html?mode=draw) on the website. + +#### Reddit Submission + +1. Follow the instructions on the [contributing page](https://place-atlas.stefanocoding.me/index.html?mode=draw), then click "Post Direct to Reddit". +2. Flair your post with the "New Entry" tag. +3. A moderator will accept your contribution shortly. + + + +### Map Edits + +1. Create a fork of our repo. +2. Enter your data into the `web/_js/atlas.json` file, with the correct format and ID number. +3. Create a Pull Request against the `/cleanup` branch. + +### Cleaning Contributions + +If you spot a duplicate, please PR against `/cleanup`. To help find duplicates, run the code locally, changing line 92 of `main.js` to `overlap`. diff --git a/tools/redditcrawl.py b/tools/redditcrawl.py index ee4e8ac9..73c96a1a 100755 --- a/tools/redditcrawl.py +++ b/tools/redditcrawl.py @@ -24,7 +24,7 @@ existing_ids.append(item['id']) -for submission in reddit.subreddit('placeAtlas2').new(limit=500): +for submission in reddit.subreddit('placeAtlas2').new(limit=1000): """ Auth setup 1. Head to https://www.reddit.com/prefs/apps @@ -47,6 +47,7 @@ """ #print(dir(submission)) if (submission.id in existing_ids): + print("Found first duplicate!") break if(submission.link_flair_text == "New Entry"): text = submission.selftext diff --git a/web/atlas.json b/web/atlas.json index ed378168..8b0c6e12 100644 --- a/web/atlas.json +++ b/web/atlas.json @@ -10,7 +10,6 @@ {"id": "000008", "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": "000009", "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": "000010", "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": "000011", "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": "000012", "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": "000013", "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": "000014", "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]]}, @@ -18,7 +17,6 @@ {"id": "000016", "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": "000017", "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": "000018", "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": "000019", "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": "000020", "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": "000021", "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": "000022", "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]]}, @@ -184,7 +182,6 @@ {"id": "000183", "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": "000184", "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": "000185", "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": "000186", "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": "000187", "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": "000188", "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": "000189", "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]]}, @@ -202,7 +199,7 @@ {"id": "000201", "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": "000202", "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": "000203", "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": "000204", "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": "000204", "name": "The Sun", "description": "The Sun is the name of the lightbulb held by Niko in the indie video game OneShot. Breaking the sun will end the world (which actually happened on r/place).", "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": "000205", "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": "000206", "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": "000207", "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]]}, @@ -213,7 +210,7 @@ {"id": "000212", "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": "000213", "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": "000214", "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": "000215", "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": "000215", "submitted_by": "L33Tech", "name": "Place Start", "description": "A start menu for r/place, styled 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": "000216", "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": "000217", "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": "000218", "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]]}, @@ -258,7 +255,6 @@ {"id": "000262", "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": "000263", "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": "000264", "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": "000265", "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": "000266", "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": "000267", "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": "000268", "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]]}, @@ -266,7 +262,6 @@ {"id": "000270", "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": "000271", "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": "000272", "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": "000273", "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": "000274", "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": "000276", "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": "000277", "submitted_by": "madebymvx", "name": "Nah Nah Nah", "description": "Cover of one of Kanye West's greatest songs.", "website": "", "subreddit": "r/westsubever", "center": [31.5, 782.5], "path": [[14.5, 766.5], [47.5, 766.5], [47.5, 798.5], [14.5, 798.5], [14.5, 766.5]]}, @@ -277,14 +272,12 @@ {"id": "000285", "submitted_by": "ostensacken", "name": "Zimbabwean flag", "description": "The flag of Zimbabwe, a Southern African nation. This is one of two Zimbabwean flags on r/place, the other being to the north in what remains of the Green Latice.", "website": "", "subreddit": "", "center": [769.5, 1070.5], "path": [[766.5, 1068.5], [772.5, 1068.5], [772.5, 1072.5], [766.5, 1072.5]]}, {"id": "000286", "submitted_by": "zpjester", "name": "NASA / SpaceX / Rocket Lab Logos", "description": "Logos of 3 leading space agencies, along with Earth.", "website": "", "subreddit": "r/SpaceXPlace", "center": [804.5, 588.5], "path": [[755.5, 581.5], [851.5, 581.5], [850.5, 596.5], [756.5, 595.5]]}, {"id": "000288", "submitted_by": "Virtual_Cheek_7633", "name": "ToriGate", "description": "Gensokyo radio's iconnthey stream Touhou music", "website": "https://gensokyoradio.net/", "subreddit": "r/touhou", "center": [1654.5, 1517.5], "path": [[1649.5, 1513.5], [1650.5, 1513.5], [1650.5, 1512.5], [1658.5, 1512.5], [1658.5, 1513.5], [1659.5, 1513.5], [1659.5, 1521.5], [1658.5, 1521.5], [1658.5, 1522.5], [1650.5, 1522.5], [1650.5, 1521.5], [1649.5, 1521.5]]}, -{"id": "000289", "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": "000290", "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": "000291", "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": "000292", "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": "000293", "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": "000294", "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": "000295", "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": "000296", "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": "000297", "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": "000299", "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": "000300", "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]]}, @@ -315,7 +308,7 @@ {"id": "000332", "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": "000333", "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": "000334", "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": "000336", "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":"000336","name":"Duck chain","description":"A chain of ducks holding hands, originally created by r/duck_place, the following communities helped out by adding hats and a marshmallow on a stick to sit on r/croatia, r/serbia, r/outerwilds/","website":"","subreddit":"r/duck_place","center":[339.5,909.5],"path":[[293.5,901.5],[293.5,907.5],[291.5,907.5],[292.5,907.5],[292.5,912.5],[293.5,912.5],[293.5,916.5],[294.5,916.5],[294.5,917.5],[295.5,917.5],[295.5,918.5],[296.5,918.5],[297.5,918.5],[297.5,917.5],[297.5,917.5],[368.5,917.5],[368.5,918.5],[368.5,919.5],[389.5,919.5],[389.5,920.5],[394.5,920.5],[394.5,919.5],[395.5,919.5],[395.5,918.5],[396.5,918.5],[396.5,917.5],[404.5,917.5],[404.5,909.5],[400.5,909.5],[400.5,906.5],[393.5,906.5],[393.5,909.5],[389.5,909.5],[389.5,906.5],[382.5,906.5],[382.5,909.5],[378.5,909.5],[378.5,906.5],[371.5,906.5],[371.5,909.5],[367.5,909.5],[367.5,906.5],[361.5,906.5],[360.5,906.5],[360.5,909.5],[357.5,909.5],[357.5,905.5],[353.5,905.5],[353.5,906.5],[353.5,906.5],[352.5,906.5],[352.5,905.5],[348.5,905.5],[348.5,909.5],[346.5,909.5],[346.5,905.5],[343.5,905.5],[342.5,905.5],[342.5,906.5],[341.5,906.5],[341.5,905.5],[338.5,905.5],[337.5,905.5],[337.5,909.5],[335.5,909.5],[335.5,905.5],[331.5,905.5],[331.5,906.5],[330.5,906.5],[330.5,905.5],[327.5,905.5],[326.5,905.5],[326.5,909.5],[324.5,909.5],[324.5,905.5],[321.5,905.5],[320.5,905.5],[320.5,906.5],[319.5,906.5],[319.5,905.5],[315.5,905.5],[315.5,909.5],[313.5,909.5],[313.5,902.5],[309.5,902.5],[309.5,903.5],[308.5,903.5],[308.5,902.5],[304.5,902.5],[304.5,909.5],[302.5,909.5],[302.5,900.5],[299.5,899.5],[298.5,899.5],[298.5,898.5],[297.5,898.5],[297.5,896.5],[295.5,896.5],[295.5,895.5],[294.5,895.5],[294.5,894.5],[293.5,894.5],[293.5,893.5],[291.5,893.5],[291.5,892.5],[289.5,892.5],[289.5,891.5],[284.5,891.5],[284.5,889.5],[271.5,889.5],[271.5,896.5],[290.5,896.5],[290.5,897.5],[291.5,897.5],[291.5,898.5],[293.5,898.5],[293.5,899.5],[294.5,899.5],[294.5,900.5],[293.5,900.5],[293.5,901.5]]}, {"id": "000337", "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": "000338", "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": "000339", "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]]}, @@ -326,10 +319,8 @@ {"id": "000345", "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": "000346", "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": "000347", "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": "000348", "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": "000349", "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": "000350", "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": "000351", "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": "000352", "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": "000354", "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": "000355", "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]]}, @@ -343,7 +334,7 @@ {"id": "000363", "submitted_by": "Spenske-", "name": "TGForever Discord Advertisement", "description": "An advertisement for the TGForever Discord Server, a Minecraft and Terraria community with dedicated servers for each.", "website": "https://discord.gg/tgf", "subreddit": "/r/TGF", "center": [1602.5, 985.5], "path": [[1592.5, 969.5], [1612.5, 969.5], [1612.5, 1000.5], [1591.5, 1000.5], [1591.5, 969.5]]}, {"id": "000364", "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": "000365", "submitted_by": "ScarfKat", "name": "Teddy and Ben", "description": "Characters from a web series by Wavetro. It was cut short after it's first episode by the creator leaving his YouTube career to pursue new interests.", "website": "https://wavetro.net/", "subreddit": "", "center": [1056.5, 407.5], "path": [[1050.5, 401.5], [1062.5, 401.5], [1062.5, 413.5], [1050.5, 413.5]]}, -{"id": "000366", "submitted_by": "zL2noob-", "name": "The Longing", "description": "Shade, the main character from The Longing, is hiding behind Cookie Clicker, a game that the devs of The Longing were inspired by.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": "000366", "submitted_by": "zL2noob-", "name": "The Longing", "description": "Shade, the main character from The Longing, is hiding behind Cookie Clicker, a game that the devs of The Longing were inspired by. THE LONGING is an unusual mix of an adventure and an idle-game. The player controls a Shade, who is told to keep watch of a sleeping King for 400 days until he awakens. The catch: These 400 days start to count down in real-time.", "website": "http://www.399d-23h-59m-59s.com/", "subreddit": "/r/TheLonging", "center": [1563.5, 185.5], "path": [[1559.5, 179.5], [1569.5, 179.5], [1568.5, 181.5], [1568.5, 182.5], [1566.5, 183.5], [1567.5, 185.5], [1566.5, 185.5], [1566.5, 189.5], [1567.5, 189.5], [1567.5, 192.5], [1559.5, 192.5]]}, {"id": "000367", "submitted_by": "GeoJayman", "name": "Rainbow Dash", "description": "Depicts the Element of Loyalty saluting the future and the world. Caption demonstrates that the fandom will continue despite the ending of Friendship is Magic in 2019.", "website": "mlp.fandom.com/wiki/Rainbow_Dash", "subreddit": "/r/mylittlepony", "center": [927.5, 1858.5], "path": [[925.5, 1830.5], [892.5, 1830.5], [892.5, 1885.5], [961.5, 1886.5], [961.5, 1830.5], [925.5, 1830.5]]}, {"id": "000368", "submitted_by": "Virtual_Cheek_7633", "name": "Nitori and Badapple", "description": "A kappa from Touhou she was raided by peru multiple times we were forced to concede land at the end", "website": "", "subreddit": "r/touhou", "center": [497.5, 527.5], "path": [[468.5, 528.5], [468.5, 541.5], [511.5, 541.5], [511.5, 528.5], [527.5, 528.5], [527.5, 513.5], [480.5, 513.5], [480.5, 527.5]]}, {"id": "000369", "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]]}, @@ -362,25 +353,19 @@ {"id": "000382", "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": "000383", "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": "000384", "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": "000385", "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": "000386", "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": "000387", "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": "000388", "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": "000389", "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": "000390", "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": "000391", "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": "000392", "submitted_by": "Narnall", "name": "Space Station 13 ", "description": "Space station 13 clown", "website": "", "subreddit": "/r/ss13", "center": [1699.5, 591.5], "path": [[1678.5, 570.5], [1727.5, 569.5], [1726.5, 590.5], [1722.5, 596.5], [1715.5, 592.5], [1710.5, 593.5], [1707.5, 598.5], [1707.5, 600.5], [1710.5, 605.5], [1711.5, 606.5], [1705.5, 611.5], [1706.5, 618.5], [1678.5, 618.5]]}, {"id": "000393", "submitted_by": "Y_Martinaise", "name": "Russian anti-war flag", "description": "Variant of the Russian national flag (without the red stripe) currently being used by Russians protesting the invasion of Ukraine", "website": "https://en.wikipedia.org/wiki/White-blue-white_flag", "subreddit": "", "center": [726.5, 266.5], "path": [[695.5, 263.5], [753.5, 262.5], [753.5, 269.5], [695.5, 268.5]]}, -{"id": "000394", "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": "000397", "submitted_by": "hakyeons-army", "name": "Mini LOONA Logo", "description": "A small logo of K-Pop girl group LOONA", "website": "", "subreddit": "r/loona", "center": [515.5, 535.5], "path": [[511.5, 529.5], [511.5, 540.5], [519.5, 540.5], [519.5, 529.5]]}, {"id": "000398", "submitted_by": "migueloni_", "name": "Flag of Costa Rica w/ symbolic animals and items", "description": "National flag that includes 7 hearts (one per province), whitetail deer (national symbol), Arenal volcano eruption (1968), Red-eyed frog, Lizano sauce, Pura Vida popular greeting and slogan, sloth (national symbol), hummingbird and country purple girl (national symbol)", "website": "[https://www.visitcostarica.com/en](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": "000399", "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": "000400", "submitted_by": "RealJordanTRS", "name": "Chicago Bears logo", "description": "The logo for the American Football team known as the Chicago Bears, whom are one of the oldest teams currently in the NFL (National Football League)", "website": "[https://www.chicagobears.com/](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": "000401", "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": "000405", "submitted_by": "silverwolv", "name": "WolvHaven Minecraft Server", "description": "WolvHaven is a creative minecraft server that started out as a city-roleplay and survival server established in 2011. It is mainly known for its railway Metro Systems constructed using the TrainCarts bukkit plugin. The server has since transistioned into more of a creative city-building server for architecture, urban, and transit enthusiasts, centered around a showcase city. Depicted here is the server's official flag.", "website": "https://wolvhaven.net", "subreddit": "r/wolvhaven", "center": [1350.5, 463.5], "path": [[1346.5, 461.5], [1354.5, 461.5], [1354.5, 465.5], [1346.5, 465.5]]}, {"id": "000406", "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": "000407", "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": "000408", "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": "000410", "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": "000411", "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": "000412", "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]]}, @@ -410,11 +395,6 @@ {"id": "000438", "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": "000440", "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": "000441", "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": "000442", "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": "000443", "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": "000444", "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": "000445", "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": "000446", "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": "000448", "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": "000449", "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": "000450", "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]]}, @@ -422,11 +402,8 @@ {"id": "000452", "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": "000453", "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": "000455", "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": "000456", "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": "000457", "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": "000458", "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": "000460", "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": "000461", "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": "000463", "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": "000248", "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": "000255", "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]]}, @@ -445,11 +422,9 @@ {"id": "000314", "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": "000316", "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": "000326", "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": "000329", "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": "000335", "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": "000341", "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": "000395", "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": "000396", "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": "000402", "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": "000403", "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": "000404", "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\u20ac 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]]}, @@ -474,12 +449,10 @@ {"id": "twpejp", "submitted_by": "Tim_Coolwine", "name": "In Honor of Mako", "description": "A piece of art from the popular show Avatar the Last Aibender wich shows the character Iroh. The voice actor Mako is remebered in this picture.", "website": "", "subreddit": "r/avatarplace", "center": [1415.5, 1555.5], "path": [[1498.5, 1611.5], [1332.5, 1611.5], [1332.5, 1498.5], [1498.5, 1498.5]]}, {"id": "twpee3", "submitted_by": "themistik", "name": "Ancienne France", "description": "First french flag and art made by the french reddit community", "website": "https://www.reddit.com/r/placefrance/", "subreddit": "r/placefrance/", "center": [151.5, 414.5], "path": [[132.5, 387.5], [126.5, 387.5], [126.5, 495.5], [174.5, 496.5], [174.5, 389.5], [174.5, 330.5], [134.5, 329.5], [126.5, 329.5], [125.5, 346.5], [133.5, 344.5]]}, {"id": "twpee2", "submitted_by": "EmberBaban", "name": "The Tortoise Trainer", "description": "The Tortoise Trainer is a painting by Osman Hamdi Bey, with a first version created in 1906 and a second in 1907. Hamdi's painting of an anachronistic historical character attempting to train tortoises is usually interpreted as a satire on the slow and ineffective attempts at reforming the Ottoman Empire.", "website": "", "subreddit": "", "center": [1133.5, 187.5], "path": [[1071.5, 248.5], [1072.5, 121.5], [1162.5, 121.5], [1163.5, 132.5], [1195.5, 129.5], [1195.5, 251.5]]}, -{"id": "twpeak", "submitted_by": "th3_fish_", "name": "watchdominion.org", "description": "Link to a documentary about the animal exploitation industry. Created by animal rights activists.", "website": "", "subreddit": "r/vegan_place", "center": [1969.5, 902.5], "path": [[1939.5, 887.5], [1939.5, 916.5], [1999.5, 916.5], [1999.5, 887.5]]}, {"id": "twpdws", "submitted_by": "Leinon", "name": "Wowaka", "description": "A symbol for Wowaka. Wowaka was a Japanese musician best known for his Vocaloid music and his vocalist role in the band hitorie.", "website": "https://www.hitorie.jp/", "subreddit": "/r/hatsune", "center": [1829.5, 732.5], "path": [[1829.5, 728.5], [1828.5, 727.5], [1827.5, 726.5], [1825.5, 726.5], [1823.5, 728.5], [1822.5, 729.5], [1821.5, 730.5], [1821.5, 732.5], [1822.5, 733.5], [1822.5, 734.5], [1823.5, 735.5], [1824.5, 736.5], [1825.5, 737.5], [1826.5, 738.5], [1827.5, 739.5], [1828.5, 740.5], [1829.5, 741.5], [1830.5, 740.5], [1831.5, 739.5], [1832.5, 738.5], [1833.5, 737.5], [1834.5, 736.5], [1835.5, 735.5], [1836.5, 734.5], [1837.5, 733.5], [1837.5, 730.5], [1836.5, 729.5], [1835.5, 728.5], [1834.5, 727.5], [1831.5, 726.5]]}, {"id": "twpd2r", "submitted_by": "thresholdlimit", "name": "omori", "description": "The first region of OMORI, an Earthbound-inspired indie game, added in the first day. ", "website": "", "subreddit": "r/omori", "center": [1015.5, 827.5], "path": [[1123.5, 853.5], [909.5, 853.5], [909.5, 800.5], [1123.5, 802.5]]}, {"id": "twpd15", "submitted_by": "Hygrowhomie", "name": "Ficsit.app", "description": "FICSIT.app is the logo of the mod manager for the game Satisfactory. FICSIT itself is the employer in Satisfactory for which the pioneer works.", "website": "https://ficsit.app", "subreddit": "/r/satisfactory", "center": [1498.5, 44.5], "path": [[1467.5, 35.5], [1528.5, 35.5], [1528.5, 52.5], [1467.5, 52.5], [1467.5, 35.5]]}, {"id": "twpcyp", "submitted_by": "cosiestraptor", "name": "The Badger Head", "description": "The logo for the Minecraft server Badgercraft, it was adopted and protected by r/shibbysays as by chance her cat is called Badger", "website": "https://www.instagram.com/badgercraftserver/?hl=en-gb", "subreddit": "", "center": [1266.5, 450.5], "path": [[1259.5, 445.5], [1259.5, 454.5], [1272.5, 454.5], [1272.5, 445.5]]}, -{"id": "twpcxq", "submitted_by": "Ok_Acanthisitta_4102", "name": "Watch Dominion", "description": "Watch the life changing movie dominion", "website": "https://watchdominion.org/", "subreddit": "", "center": [1830.5, 1583.5], "path": [[1786.5, 1553.5], [1786.5, 1612.5], [1873.5, 1612.5], [1875.5, 1556.5], [1787.5, 1553.5]]}, {"id": "twpctl", "submitted_by": "SinisterMJ", "name": "LMU", "description": "Ludwig-Maximilians-Universit\u00e4t - University in Munich", "website": "https://www.lmu.de/de/index.html", "subreddit": "/r/LMUMunich/", "center": [1251.5, 1194.5], "path": [[1242.5, 1191.5], [1242.5, 1197.5], [1260.5, 1197.5], [1260.5, 1191.5]]}, {"id": "twpck8", "submitted_by": "Plshelpmeokay", "name": "Rijksmuseum", "description": "Rijksmuseum Amsterdam is home to Dutch masters paintings such as The Nachtwacht and many more", "website": "[https://www.rijksmuseum.nl/en](https://www.rijksmuseum.nl/en)", "subreddit": "", "center": [1765.5, 24.5], "path": [[1807.5, 33.5], [1807.5, 33.5], [1807.5, 33.5], [1723.5, 34.5], [1723.5, 18.5], [1729.5, 12.5], [1734.5, 19.5], [1750.5, 19.5], [1750.5, 12.5], [1751.5, 9.5], [1752.5, 6.5], [1755.5, 5.5], [1756.5, 8.5], [1757.5, 11.5], [1758.5, 15.5], [1772.5, 15.5], [1772.5, 12.5], [1773.5, 9.5], [1774.5, 6.5], [1775.5, 5.5], [1777.5, 5.5], [1778.5, 7.5], [1778.5, 8.5], [1779.5, 9.5], [1779.5, 11.5], [1780.5, 12.5], [1780.5, 19.5], [1796.5, 19.5], [1796.5, 18.5], [1797.5, 16.5], [1798.5, 15.5], [1799.5, 14.5], [1800.5, 13.5], [1801.5, 12.5], [1802.5, 12.5], [1803.5, 13.5], [1804.5, 14.5], [1805.5, 15.5], [1806.5, 16.5], [1807.5, 18.5], [1807.5, 34.5]]}, {"id": "twpce2", "submitted_by": "gamrin", "name": "Jip en Janneke", "description": "Jip and Janneke (Dutch: Jip en Janneke) is a series of children's books in the Netherlands, written by Annie M. G. Schmidt and illustrated by Fiep Westendorp. The series is known for its simplicity and wit.", "website": "https://nl.wikipedia.org/wiki/Jip_en_Janneke", "subreddit": "/r/PlaceNL", "center": [659.5, 16.5], "path": [[666.5, 3.5], [668.5, 3.5], [668.5, 4.5], [670.5, 4.5], [670.5, 6.5], [671.5, 6.5], [671.5, 9.5], [670.5, 9.5], [670.5, 11.5], [669.5, 11.5], [668.5, 11.5], [668.5, 12.5], [667.5, 12.5], [667.5, 14.5], [668.5, 14.5], [668.5, 16.5], [669.5, 16.5], [669.5, 21.5], [668.5, 21.5], [668.5, 31.5], [662.5, 31.5], [663.5, 30.5], [663.5, 23.5], [662.5, 22.5], [662.5, 19.5], [663.5, 18.5], [663.5, 17.5], [659.5, 17.5], [659.5, 18.5], [658.5, 18.5], [658.5, 17.5], [655.5, 17.5], [655.5, 20.5], [656.5, 20.5], [656.5, 21.5], [655.5, 21.5], [655.5, 22.5], [654.5, 22.5], [654.5, 31.5], [655.5, 31.5], [650.5, 31.5], [650.5, 22.5], [648.5, 22.5], [648.5, 19.5], [646.5, 19.5], [647.5, 18.5], [647.5, 17.5], [646.5, 16.5], [647.5, 16.5], [648.5, 17.5], [650.5, 16.5], [649.5, 14.5], [650.5, 13.5], [649.5, 12.5], [648.5, 11.5], [647.5, 12.5], [646.5, 12.5], [646.5, 11.5], [647.5, 10.5], [647.5, 6.5], [648.5, 5.5], [649.5, 5.5], [650.5, 4.5], [652.5, 4.5], [653.5, 5.5], [654.5, 5.5], [656.5, 7.5], [655.5, 8.5], [655.5, 10.5], [654.5, 11.5], [654.5, 15.5], [657.5, 17.5], [661.5, 17.5], [661.5, 15.5], [658.5, 13.5], [659.5, 12.5], [659.5, 10.5], [658.5, 9.5], [659.5, 8.5], [660.5, 9.5], [659.5, 10.5], [659.5, 13.5], [660.5, 13.5], [661.5, 14.5], [663.5, 14.5], [664.5, 12.5], [664.5, 11.5], [663.5, 11.5], [663.5, 9.5], [662.5, 9.5], [662.5, 8.5], [663.5, 8.5], [663.5, 6.5], [662.5, 6.5]]}, @@ -516,7 +489,7 @@ {"id": "twp7x2", "submitted_by": "jahdhjksasthmor", "name": "The Batter", "description": "The Batter is the protagonist from the 2008 video game OFF, by Mortis Ghost.", "website": "https://www.zchr.org/off.html", "subreddit": "/r/offthegame", "center": [1912.5, 776.5], "path": [[1905.5, 761.5], [1905.5, 791.5], [1919.5, 792.5], [1919.5, 761.5]]}, {"id": "twp7tf", "submitted_by": "Teldramet", "name": "Fuck AFD", "description": "Alternative F\u00fcr Deutschland is an extremist right wing party in Germany. They deserve to be ridiculed.", "website": "[https://en.wikipedia.org/wiki/Alternative_for_Germany](https://en.wikipedia.org/wiki/Alternative_for_Germany)", "subreddit": "", "center": [0.5, 0.5], "path": []}, {"id": "twp7pm", "submitted_by": "Kaneki_KonnoY", "name": "Tarik", "description": "Ex-CSGO pro (now Twitch star) who's a W Friend that plays valorant ", "website": "http://SaveTheTarik.com", "subreddit": "/r/tarik", "center": [1751.5, 1656.5], "path": [[1719.5, 1612.5], [1782.5, 1612.5], [1782.5, 1699.5], [1719.5, 1699.5]]}, -{"id": "twp7es", "submitted_by": "MilkyTough", "name": "Warrior Cat Clan Symbols", "description": "The clan symbols of RiverClan [blue], WindClan [green], and ShadowClan [red]. These clans belond to a somewhat famous book series called Warrior Cats made by Erin Hunter. The logos were made by the WCUE community, which is an experience on Roblox where you play as one of these cats and role-play as a clan, rogue or loner.nnThunderClan was here [yellow] and was built back on the left minutes after the creator of the art on the left of the symbols said we could rebuild.", "website": "", "subreddit": "r/wcueroblox/", "center": [1463.5, 1485.5], "path": [[1490.5, 1497.5], [1490.5, 1472.5], [1436.5, 1472.5], [1436.5, 1498.5]]}, +{"id": "twp7es", "submitted_by": "MilkyTough", "name": "Warrior Cat Clan Symbols", "description": "The clan symbols of RiverClan [blue], WindClan [green], and ShadowClan [red]. These clans belond to a somewhat famous book series called Warrior Cats made by Erin Hunter. The logos were made by the WCUE community, which is an experience on Roblox where you play as one of these cats and role-play as a clan, rogue or loner. ThunderClan was here [yellow] and was built back on the left minutes after the creator of the art on the left of the symbols said we could rebuild.", "website": "", "subreddit": "r/wcueroblox/", "center": [ 1463.5, 1485.5 ], "path": [ [ 1436.5, 1472.5 ], [ 1489.5, 1472.5 ], [ 1489.5, 1497.5 ], [ 1436.5, 1497.5 ], [ 1436.5, 1472.5 ] ] }, {"id": "twp78r", "submitted_by": "22cheez", "name": "Path of Exile", "description": "A dark fantasy online action role-playing game by Grinding Gear Games. The Mirror of Kalandra (center), Nervyr's logo (bottom left), a map (right), and NeverSink's FilterBlade styling for an exalted and chaos orb (bottom).", "website": "", "subreddit": "r/pathofexile", "center": [1403.5, 467.5], "path": [[1364.5, 446.5], [1364.5, 446.5], [1424.5, 446.5], [1424.5, 446.5], [1424.5, 459.5], [1424.5, 459.5], [1429.5, 459.5], [1429.5, 459.5], [1432.5, 462.5], [1432.5, 462.5], [1432.5, 490.5], [1432.5, 490.5], [1384.5, 490.5], [1384.5, 490.5], [1384.5, 473.5], [1384.5, 473.5], [1380.5, 473.5], [1380.5, 473.5], [1380.5, 456.5], [1380.5, 456.5], [1364.5, 456.5], [1364.5, 446.5]]}, {"id": "twp6v0", "submitted_by": "Uniquenessisuseless", "name": "Saab JAS 39 Gripen", "description": "Iconic swedish warplane", "website": "[https://en.wikipedia.org/wiki/Saab_JAS_39_Gripen](https://en.wikipedia.org/wiki/Saab_JAS_39_Gripen)", "subreddit": "", "center": [623.5, 56.5], "path": [[611.5, 55.5], [606.5, 62.5], [602.5, 61.5], [603.5, 65.5], [614.5, 70.5], [614.5, 68.5], [618.5, 67.5], [618.5, 69.5], [621.5, 69.5], [621.5, 66.5], [624.5, 65.5], [626.5, 67.5], [630.5, 66.5], [643.5, 66.5], [645.5, 68.5], [652.5, 70.5], [655.5, 69.5], [653.5, 66.5], [643.5, 59.5], [640.5, 57.5], [639.5, 51.5], [637.5, 52.5], [636.5, 53.5], [636.5, 55.5], [635.5, 55.5], [635.5, 51.5], [635.5, 48.5], [633.5, 48.5], [633.5, 45.5], [636.5, 45.5], [635.5, 43.5], [621.5, 36.5], [621.5, 38.5], [626.5, 42.5], [618.5, 50.5], [609.5, 43.5], [607.5, 44.5], [608.5, 47.5], [587.5, 35.5], [585.5, 36.5], [608.5, 51.5], [612.5, 56.5]]}, {"id": "twp6cg", "submitted_by": "Teldramet", "name": "Statue of Ambiorix", "description": "Ambiorix was a leader of the Eburones, a Gallic tribe that lived in what low is Belgium.", "website": "[https://en.wikipedia.org/wiki/Ambiorix](https://en.wikipedia.org/wiki/Ambiorix)", "subreddit": "", "center": [0.5, 0.5], "path": []}, @@ -571,7 +544,6 @@ {"id": "twoxzv", "submitted_by": "Deponianer", "name": "Elbphilharmonie Hamburg", "description": "Elbphilharmonie (Elbe Philharmonic Hall) is a concert hall in the german city of Hamburg.", "website": "[https://www.elbphilharmonie.de/de/](https://www.elbphilharmonie.de/de/)", "subreddit": "", "center": [518.5, 1157.5], "path": [[502.5, 1171.5], [502.5, 1140.5], [504.5, 1138.5], [506.5, 1140.5], [507.5, 1140.5], [508.5, 1139.5], [508.5, 1138.5], [510.5, 1136.5], [511.5, 1137.5], [512.5, 1138.5], [512.5, 1139.5], [515.5, 1142.5], [517.5, 1142.5], [517.5, 1141.5], [519.5, 1139.5], [520.5, 1140.5], [520.5, 1141.5], [521.5, 1142.5], [521.5, 1143.5], [522.5, 1144.5], [522.5, 1145.5], [523.5, 1146.5], [523.5, 1147.5], [524.5, 1148.5], [527.5, 1148.5], [527.5, 1147.5], [529.5, 1145.5], [530.5, 1146.5], [531.5, 1147.5], [531.5, 1148.5], [532.5, 1149.5], [533.5, 1150.5], [534.5, 1150.5], [535.5, 1149.5], [536.5, 1150.5], [537.5, 1151.5], [537.5, 1171.5], [502.5, 1171.5]]}, {"id": "twoxlf", "submitted_by": "richguy777", "name": "John Dillermand", "description": "John Dillermand is a Danish stop motion animated children's television series about a man and his very long penis. Part of the independent Denmark project with permission from r/place_nordicunion", "website": "", "subreddit": "r/Denmark", "center": [438.5, 222.5], "path": [[552.5, 252.5], [554.5, 252.5], [554.5, 253.5], [555.5, 253.5], [555.5, 254.5], [556.5, 254.5], [556.5, 255.5], [557.5, 255.5], [557.5, 256.5], [558.5, 256.5], [558.5, 261.5], [557.5, 261.5], [557.5, 262.5], [556.5, 262.5], [556.5, 263.5], [556.5, 264.5], [560.5, 264.5], [560.5, 256.5], [561.5, 256.5], [561.5, 254.5], [563.5, 254.5], [563.5, 256.5], [564.5, 256.5], [564.5, 266.5], [562.5, 266.5], [562.5, 267.5], [560.5, 267.5], [560.5, 268.5], [559.5, 268.5], [559.5, 276.5], [560.5, 276.5], [560.5, 282.5], [562.5, 282.5], [562.5, 283.5], [563.5, 283.5], [563.5, 285.5], [555.5, 285.5], [555.5, 289.5], [541.5, 289.5], [541.5, 297.5], [539.5, 297.5], [539.5, 298.5], [433.5, 298.5], [433.5, 171.5], [340.5, 171.5], [340.5, 135.5], [277.5, 135.5], [271.5, 130.5], [271.5, 106.5], [275.5, 106.5], [275.5, 129.5], [277.5, 131.5], [342.5, 131.5], [344.5, 133.5], [344.5, 167.5], [435.5, 167.5], [437.5, 169.5], [437.5, 294.5], [537.5, 294.5], [537.5, 286.5], [538.5, 285.5], [543.5, 285.5], [543.5, 283.5], [544.5, 282.5], [546.5, 282.5], [546.5, 276.5], [547.5, 275.5], [547.5, 269.5], [545.5, 267.5], [544.5, 267.5], [542.5, 265.5], [542.5, 256.5], [543.5, 255.5], [543.5, 254.5], [545.5, 254.5], [545.5, 256.5], [546.5, 256.5], [546.5, 263.5], [547.5, 264.5], [549.5, 264.5], [549.5, 262.5], [548.5, 262.5], [548.5, 257.5], [549.5, 257.5], [549.5, 256.5], [549.5, 255.5], [550.5, 255.5], [550.5, 254.5], [551.5, 254.5], [551.5, 253.5], [552.5, 253.5], [552.5, 252.5], [554.5, 252.5]]}, {"id": "twoxit", "submitted_by": "Petoexe", "name": "WYSI (When you see it)", "description": "The hand of a famous osu! player Aireu when he saw the number 727", "website": "https://osu.ppy.sh", "subreddit": "/r/osuplace", "center": [627.5, 1487.5], "path": [[593.5, 1453.5], [591.5, 1522.5], [661.5, 1521.5], [662.5, 1453.5]]}, -{"id": "twoxdt", "submitted_by": "evo3232", "name": "Inscryption", "description": "Inscryption is a rouge like card building game developed by Daniel Mullins Game. The art depicts two iconic characters from the game, The Lonely Wizard and Stoat (From left to right).", "website": "", "subreddit": "/r/inscryption/", "center": [126.5, 303.5], "path": [[103.5, 328.5], [151.5, 328.5], [151.5, 327.5], [152.5, 327.5], [152.5, 320.5], [143.5, 320.5], [143.5, 319.5], [142.5, 319.5], [142.5, 316.5], [141.5, 316.5], [142.5, 308.5], [148.5, 300.5], [148.5, 287.5], [147.5, 287.5], [147.5, 278.5], [144.5, 274.5], [138.5, 274.5], [131.5, 279.5], [127.5, 278.5], [117.5, 273.5], [112.5, 274.5], [110.5, 280.5], [110.5, 285.5], [111.5, 285.5], [111.5, 298.5], [115.5, 303.5], [112.5, 308.5], [111.5, 308.5], [108.5, 304.5], [104.5, 305.5], [98.5, 311.5], [96.5, 311.5], [95.5, 312.5], [94.5, 313.5], [94.5, 315.5], [95.5, 316.5], [97.5, 319.5], [98.5, 318.5], [99.5, 319.5], [100.5, 318.5], [101.5, 320.5], [101.5, 326.5], [102.5, 327.5], [103.5, 327.5]]}, {"id": "twox7i", "submitted_by": "Faytoto", "name": "Notre-Dame de Paris", "description": "Emblematic Cathedrale in Paris, great historic symbol. Notre Dame burnt in 2019, this pixelart shows it in her best days", "website": "[https://www.notredamedeparis.fr/](https://www.notredamedeparis.fr/)", "subreddit": "r/france", "center": [1161.5, 1213.5], "path": [[1118.5, 1282.5], [1119.5, 1249.5], [1120.5, 1249.5], [1121.5, 1204.5], [1122.5, 1199.5], [1122.5, 1192.5], [1122.5, 1175.5], [1124.5, 1154.5], [1123.5, 1154.5], [1123.5, 1152.5], [1124.5, 1150.5], [1125.5, 1149.5], [1126.5, 1147.5], [1125.5, 1146.5], [1125.5, 1143.5], [1125.5, 1142.5], [1128.5, 1142.5], [1128.5, 1139.5], [1129.5, 1137.5], [1130.5, 1137.5], [1131.5, 1139.5], [1131.5, 1142.5], [1150.5, 1142.5], [1151.5, 1143.5], [1152.5, 1148.5], [1153.5, 1153.5], [1152.5, 1157.5], [1153.5, 1153.5], [1167.5, 1153.5], [1167.5, 1151.5], [1168.5, 1151.5], [1168.5, 1147.5], [1169.5, 1147.5], [1169.5, 1142.5], [1170.5, 1141.5], [1182.5, 1141.5], [1182.5, 1139.5], [1181.5, 1139.5], [1181.5, 1138.5], [1182.5, 1137.5], [1183.5, 1137.5], [1184.5, 1138.5], [1184.5, 1140.5], [1188.5, 1140.5], [1188.5, 1135.5], [1195.5, 1136.5], [1195.5, 1141.5], [1196.5, 1141.5], [1197.5, 1142.5], [1197.5, 1145.5], [1196.5, 1145.5], [1196.5, 1148.5], [1197.5, 1147.5], [1197.5, 1148.5], [1197.5, 1150.5], [1198.5, 1149.5], [1198.5, 1151.5], [1199.5, 1151.5], [1199.5, 1154.5], [1199.5, 1154.5], [1199.5, 1154.5], [1198.5, 1154.5], [1198.5, 1174.5], [1200.5, 1174.5], [1200.5, 1184.5], [1199.5, 1184.5], [1199.5, 1191.5], [1200.5, 1191.5], [1200.5, 1194.5], [1199.5, 1194.5], [1199.5, 1198.5], [1200.5, 1198.5], [1200.5, 1203.5], [1201.5, 1203.5], [1201.5, 1249.5], [1201.5, 1249.5], [1202.5, 1279.5], [1118.5, 1282.5], [1118.5, 1281.5]]}, {"id": "twox10", "submitted_by": "Spinomantus", "name": "South African Flag", "description": "The flag of South Africa including many of cultural symbols of the country", "website": "", "subreddit": "", "center": [751.5, 1015.5], "path": [[720.5, 963.5], [721.5, 962.5], [721.5, 1067.5], [780.5, 1067.5], [780.5, 963.5], [780.5, 962.5], [722.5, 962.5]]}, {"id": "twox0x", "submitted_by": "ostensacken", "name": "Flag of Barbados", "description": "The flag of Barbados, in close proximity to the flag of Guyana. Barbados is a small island nation in the Caribbean.", "website": "", "subreddit": "/r/barbados ", "center": [959.5, 1382.5], "path": [[952.5, 1377.5], [966.5, 1377.5], [966.5, 1387.5], [952.5, 1387.5]]}, @@ -583,7 +555,6 @@ {"id": "twovtm", "submitted_by": "Iamtrollmaster", "name": "Lost Ark", "description": "Lost Ark is an MMORPG developed by Smilegate RPG and published by Amazon Games. First released in KR in November 2018. Now available in NA and EU.", "website": "https://www.playlostark.com/", "subreddit": "/r/lostarkgame", "center": [1175.5, 1909.5], "path": [[1167.5, 1889.5], [1173.5, 1889.5], [1175.5, 1891.5], [1177.5, 1889.5], [1185.5, 1889.5], [1184.5, 1896.5], [1184.5, 1901.5], [1187.5, 1906.5], [1200.5, 1907.5], [1200.5, 1924.5], [1156.5, 1924.5], [1156.5, 1893.5], [1159.5, 1893.5], [1159.5, 1889.5], [1167.5, 1889.5]]}, {"id": "twovs8", "submitted_by": "EmberBaban", "name": "Potrait of Bar\u0131\u015f Man\u00e7o", "description": "Bar\u0131\u015f Man\u00e7o was a popular singer/songwriter in Turkey.", "website": "", "subreddit": "", "center": [797.5, 1885.5], "path": [[765.5, 1933.5], [805.5, 1936.5], [808.5, 1933.5], [816.5, 1933.5], [814.5, 1915.5], [839.5, 1914.5], [832.5, 1889.5], [831.5, 1867.5], [827.5, 1852.5], [823.5, 1844.5], [812.5, 1835.5], [797.5, 1834.5], [786.5, 1834.5], [774.5, 1842.5], [766.5, 1851.5], [762.5, 1873.5], [761.5, 1889.5], [768.5, 1903.5], [762.5, 1916.5]]}, {"id": "twovld", "submitted_by": "zippee100", "name": "Dancing H mural ", "description": "ARG's dancing H gif with a H tessellation background. ", "website": "", "subreddit": "r/TheLetterH", "center": [1587.5, 1377.5], "path": [[1576.5, 1369.5], [1578.5, 1368.5], [1585.5, 1368.5], [1586.5, 1369.5], [1593.5, 1369.5], [1594.5, 1371.5], [1596.5, 1373.5], [1601.5, 1373.5], [1600.5, 1375.5], [1599.5, 1385.5], [1597.5, 1385.5], [1595.5, 1386.5], [1591.5, 1386.5], [1588.5, 1385.5], [1587.5, 1386.5], [1581.5, 1386.5], [1580.5, 1385.5], [1577.5, 1385.5]]}, -{"id": "twovjs", "submitted_by": "GoJoeyGo123", "name": "Australian Flag", "description": "Flag of Australia", "website": "[https://en.wikipedia.org/wiki/Australia](https://en.wikipedia.org/wiki/Australia)", "subreddit": "r/australia/", "center": [691.5, 657.5], "path": [[711.5, 650.5], [711.5, 668.5], [711.5, 667.5], [710.5, 667.5], [710.5, 666.5], [711.5, 666.5], [711.5, 665.5], [711.5, 664.5], [710.5, 664.5], [710.5, 663.5], [711.5, 663.5], [711.5, 660.5], [710.5, 660.5], [710.5, 659.5], [708.5, 659.5], [707.5, 659.5], [707.5, 660.5], [706.5, 660.5], [706.5, 663.5], [707.5, 663.5], [707.5, 664.5], [708.5, 664.5], [708.5, 665.5], [707.5, 665.5], [707.5, 666.5], [707.5, 667.5], [708.5, 667.5], [708.5, 668.5], [707.5, 668.5], [706.5, 668.5], [706.5, 665.5], [707.5, 665.5], [707.5, 664.5], [707.5, 663.5], [706.5, 663.5], [705.5, 662.5], [704.5, 662.5], [704.5, 663.5], [703.5, 663.5], [703.5, 664.5], [703.5, 665.5], [703.5, 666.5], [704.5, 666.5], [704.5, 668.5], [699.5, 668.5], [699.5, 664.5], [698.5, 664.5], [698.5, 663.5], [697.5, 663.5], [696.5, 663.5], [696.5, 664.5], [694.5, 664.5], [694.5, 663.5], [692.5, 663.5], [692.5, 662.5], [691.5, 662.5], [690.5, 662.5], [690.5, 661.5], [682.5, 661.5], [682.5, 662.5], [681.5, 662.5], [680.5, 662.5], [680.5, 663.5], [679.5, 663.5], [678.5, 663.5], [678.5, 664.5], [676.5, 664.5], [676.5, 663.5], [675.5, 663.5], [674.5, 663.5], [674.5, 664.5], [673.5, 664.5], [673.5, 665.5], [673.5, 664.5], [671.5, 664.5], [671.5, 650.5]]}, {"id": "twovg9", "submitted_by": "Less_Cardiologist952", "name": "RU3", "description": "RU3 is a roleplay community in roblox focused on conquest RP", "website": "", "subreddit": "r/RiskUniversalis", "center": [459.5, 878.5], "path": [[449.5, 866.5], [469.5, 866.5], [469.5, 889.5], [449.5, 889.5]]}, {"id": "twov9h", "submitted_by": "Unique_Maybe_4545", "name": "pi = 3", "description": "A meme which makes fun of approximations frequently used by engineers via hyperbole", "website": "", "subreddit": "", "center": [773.5, 306.5], "path": [[765.5, 302.5], [781.5, 302.5], [781.5, 309.5], [765.5, 309.5]]}, {"id": "twov44", "submitted_by": "ostensacken", "name": "Yellow Submarine", "description": "A small Yellow Submarine, in reference to the song by The Beatles, and to the 1968 film.", "website": "", "subreddit": "", "center": [131.5, 196.5], "path": [[122.5, 194.5], [122.5, 200.5], [124.5, 200.5], [125.5, 199.5], [126.5, 200.5], [127.5, 200.5], [129.5, 201.5], [136.5, 201.5], [137.5, 200.5], [138.5, 200.5], [139.5, 199.5], [140.5, 199.5], [141.5, 198.5], [141.5, 197.5], [140.5, 196.5], [138.5, 196.5], [137.5, 195.5], [136.5, 195.5], [135.5, 195.5], [134.5, 194.5], [134.5, 193.5], [133.5, 192.5], [133.5, 191.5], [134.5, 190.5], [134.5, 189.5], [131.5, 188.5], [130.5, 189.5], [129.5, 189.5], [128.5, 190.5], [129.5, 192.5], [129.5, 193.5], [129.5, 191.5], [129.5, 193.5], [129.5, 191.5], [129.5, 191.5], [129.5, 191.5], [129.5, 191.5], [129.5, 193.5], [128.5, 194.5], [128.5, 195.5], [126.5, 195.5], [125.5, 195.5], [125.5, 194.5], [123.5, 194.5], [122.5, 193.5], [122.5, 193.5], [122.5, 193.5], [122.5, 193.5], [123.5, 193.5], [123.5, 194.5]]}, @@ -630,7 +601,6 @@ {"id": "twobcm", "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": "twob1y", "submitted_by": "Spenske-", "name": "TGForever Discord Advertisement", "description": "An advertisement for the TGForever Discord Server, a Minecraft and Terraria community with dedicated servers for each.", "website": "https://discord.gg/tgf", "subreddit": "/r/TGF", "center": [1602.5, 985.5], "path": [[1592.5, 969.5], [1612.5, 969.5], [1612.5, 1000.5], [1591.5, 1000.5], [1591.5, 969.5]]}, {"id": "twob1s", "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": "twoad0", "submitted_by": "zL2noob-", "name": "The Longing", "description": "Shade, the main character from The Longing, is hiding behind Cookie Clicker, a game that the devs of The Longing were inspired by.nnTHE LONGING is an unusual mix of an adventure and an idle-game. The player controls a Shade, who is told to keep watch of a sleeping King for 400 days until he awakens. The catch: These 400 days start to count down in real-time.", "website": "http://www.399d-23h-59m-59s.com/", "subreddit": "/r/TheLonging", "center": [1563.5, 185.5], "path": [[1559.5, 179.5], [1569.5, 179.5], [1568.5, 181.5], [1568.5, 182.5], [1566.5, 183.5], [1567.5, 185.5], [1566.5, 185.5], [1566.5, 189.5], [1567.5, 189.5], [1567.5, 192.5], [1559.5, 192.5]]}, {"id": "twoa9g", "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": "two9iy", "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": "two9dx", "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]]}, @@ -651,15 +621,11 @@ {"id": "two6y0", "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": "two6n0", "submitted_by": "-ChronicClub", "name": "Classic Guy, Spelunky Series", "description": "The protagonist of Spelunky Classic, and returns as the final unlockable character in Spelunky 2, both games being tough, 2D roguelike platformers.", "website": "[https://www.mossmouth.com/spelunky2/](https://www.mossmouth.com/spelunky2/)", "subreddit": "/r/Spelunky", "center": [871.5, 513.5], "path": [[867.5, 518.5], [877.5, 518.5], [876.5, 516.5], [874.5, 516.5], [874.5, 514.5], [877.5, 510.5], [875.5, 510.5], [874.5, 507.5], [869.5, 507.5], [867.5, 510.5], [867.5, 517.5]]}, {"id": "two6gx", "submitted_by": "GeoJayman", "name": "My Little Pony", "description": "Combines the main characters of Generations 4 and 5 of the My Little Pony series. Also includes the combined Unicorn, Pegasus, and Earth Pony gems from A New Generation (2021).", "website": "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": "two6dq", "submitted_by": "migueloni_", "name": "A bot generated France flag", "description": "Users used scripts to create this artwork.", "website": "", "subreddit": "", "center": [125.5, 1718.5], "path": [[3.5, 1469.5], [246.5, 1469.5], [246.5, 1967.5], [3.5, 1966.5]]}, -{"id": "two67l", "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": "two5oy", "submitted_by": "j123s", "name": "oc.tc (Overcast Community)", "description": "Overcast Community, formerly Overcast Network, is a Minecraft server that focuses on large team-based minigames like Capture the Wool.", "website": "https://oc.tc", "subreddit": "", "center": [1990.5, 1517.5], "path": [[1982.5, 1511.5], [1990.5, 1509.5], [1998.5, 1511.5], [1997.5, 1522.5], [1990.5, 1527.5], [1983.5, 1522.5]]}, {"id": "two5fk", "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": "two5bh", "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": "two4yq", "submitted_by": "MrEduxator", "name": "Uruha Rushia's Butterfly", "description": "A short and sweet tribute to Uruha Rushia, a hololive member who was a part of holoive until Feburary 24th, 2022. The butterfly was used to represent her, as she had a strong association with them. ", "website": "https://www.youtube.com/channel/UCl_gCybOJRIgOXw6Qb4qJzQ", "subreddit": "r/hololive", "center": [253.5, 790.5], "path": [[250.5, 785.5], [259.5, 785.5], [259.5, 791.5], [256.5, 793.5], [255.5, 794.5], [254.5, 795.5], [253.5, 795.5], [253.5, 796.5], [252.5, 796.5], [251.5, 795.5], [250.5, 794.5], [249.5, 794.5], [248.5, 793.5], [247.5, 793.5], [247.5, 789.5], [248.5, 789.5], [248.5, 787.5], [249.5, 786.5]]}, {"id": "two4ji", "submitted_by": "Narnall", "name": "Space Station 13 ", "description": "Space station 13 clown", "website": "", "subreddit": "/r/ss13", "center": [1699.5, 591.5], "path": [[1678.5, 570.5], [1727.5, 569.5], [1726.5, 590.5], [1722.5, 596.5], [1715.5, 592.5], [1710.5, 593.5], [1707.5, 598.5], [1707.5, 600.5], [1710.5, 605.5], [1711.5, 606.5], [1705.5, 611.5], [1706.5, 618.5], [1678.5, 618.5]]}, {"id": "two4an", "submitted_by": "Y_Martinaise", "name": "Russian anti-war flag", "description": "Variant of the Russian national flag (without the red stripe) currently being used by Russians protesting the invasion of Ukraine", "website": "https://en.wikipedia.org/wiki/White-blue-white_flag", "subreddit": "", "center": [726.5, 266.5], "path": [[695.5, 263.5], [753.5, 262.5], [753.5, 269.5], [695.5, 268.5]]}, -{"id": "two480", "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": "two3qz", "submitted_by": "hakyeons-army", "name": "Mini LOONA Logo", "description": "A small logo of K-Pop girl group LOONA", "website": "", "subreddit": "r/loona", "center": [515.5, 535.5], "path": [[511.5, 529.5], [511.5, 540.5], [519.5, 540.5], [519.5, 529.5]]}, {"id": "two350", "submitted_by": "migueloni_", "name": "Flag of Costa Rica w/ symbolic animals and items", "description": "National flag that includes 7 hearts (one per province), whitetail deer (national symbol), Arenal volcano eruption (1968), Red-eyed frog, Lizano sauce, Pura Vida popular greeting and slogan, sloth (national symbol), hummingbird and country purple girl (national symbol)", "website": "[https://www.visitcostarica.com/en](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": "two30e", "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]]}, @@ -668,7 +634,6 @@ {"id": "two1zz", "submitted_by": "silverwolv", "name": "WolvHaven Minecraft Server", "description": "WolvHaven is a creative minecraft server that started out as a city-roleplay and survival server established in 2011. It is mainly known for its railway Metro Systems constructed using the TrainCarts bukkit plugin. The server has since transistioned into more of a creative city-building server for architecture, urban, and transit enthusiasts, centered around a showcase city. Depicted here is the server's official flag.", "website": "https://wolvhaven.net", "subreddit": "r/wolvhaven", "center": [1350.5, 463.5], "path": [[1346.5, 461.5], [1354.5, 461.5], [1354.5, 465.5], [1346.5, 465.5]]}, {"id": "two1vu", "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": "two1vh", "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": "two1q1", "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": "two0ph", "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": "two0lb", "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": "two0em", "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]]}, @@ -698,10 +663,8 @@ {"id": "twnvj5", "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": "twnvep", "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": "twnv32", "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": "twnv2l", "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": "twnutc", "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": "twnut5", "submitted_by": "Beegrene", "name": "Metroid", "description": "One of the titular alien parasites from the Metroid video game series", "website": "", "subreddit": "/r/Metroid", "center": [1357.5, 60.5], "path": [[1352.5, 68.5], [1362.5, 68.5], [1365.5, 62.5], [1365.5, 57.5], [1360.5, 52.5], [1353.5, 52.5], [1348.5, 58.5], [1349.5, 63.5], [1352.5, 68.5]]}, -{"id": "twnuqj", "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": "twnuop", "submitted_by": "Narnall", "name": "Chestnut Puck (Berserk)", "description": "This is Puck from Berserk in his iconic and emotional chestnut form.", "website": "", "subreddit": "/r/berserklejerk", "center": [730.5, 283.5], "path": [[715.5, 296.5], [715.5, 269.5], [745.5, 269.5], [745.5, 296.5]]}, {"id": "twntzq", "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": "twntyf", "submitted_by": "MrEduxator", "name": "Ankimo & Tokino Sora", "description": "Tokino Sora (Right side) and her mascot, Ankimo. (Left side)", "website": "https://hololive.hololivepro.com/en/", "subreddit": "r/hololive", "center": [1342.5, 1120.5], "path": [[1333.5, 1115.5], [1350.5, 1115.5], [1351.5, 1115.5], [1351.5, 1117.5], [1352.5, 1117.5], [1352.5, 1119.5], [1353.5, 1119.5], [1353.5, 1124.5], [1353.5, 1125.5], [1332.5, 1125.5], [1332.5, 1115.5]]}, @@ -710,9 +673,7 @@ {"id": "twntnk", "submitted_by": "MrDaveCole98", "name": "Guinness Rei", "description": "Pixel art of Rei Ayanami, a character from the anime Neon Genesis Evangelion, holding a mug of Guinness beer in honor of the subreddit's alliance with Ireland.", "website": "https://www.evangelion.co.jp/index.html", "subreddit": "/r/evangelion/", "center": [1261.5, 143.5], "path": [[1250.5, 157.5], [1272.5, 157.5], [1272.5, 128.5], [1250.5, 128.5], [1250.5, 157.5]]}, {"id": "twntm5", "submitted_by": "CanicheFumando", "name": "Flag of Uruguay", "description": "Uruguayan flag with some typical stuff of the country ", "website": "", "subreddit": "/r/Uruguay", "center": [1083.5, 675.5], "path": [[966.5, 665.5], [966.5, 684.5], [1172.5, 684.5], [1200.5, 684.5], [1200.5, 665.5], [966.5, 665.5]]}, {"id": "twnt6g", "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": "twnt56", "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": "twnsxr", "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": "twnsih", "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": "twnsd8", "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": "twns45", "submitted_by": "UrbanTea362", "name": "Inscryption", "description": "From the creator of Pony Island and The Hex comes the latest mind melting, self-destructing love letter to video games. Inscryption is a narrative focused, card-based odyssey that blends the deckbuilding roguelike, escape-room style puzzles, and psychological horror into a blood-laced smoothie. Darker still are the secrets inscrybed upon the cards", "website": "", "subreddit": "r/inscryption", "center": [127.5, 298.5], "path": [[106.5, 267.5], [160.5, 267.5], [160.5, 275.5], [144.5, 274.5], [146.5, 277.5], [146.5, 288.5], [148.5, 288.5], [148.5, 300.5], [141.5, 306.5], [141.5, 318.5], [143.5, 318.5], [144.5, 319.5], [144.5, 320.5], [152.5, 320.5], [152.5, 328.5], [104.5, 328.5], [101.5, 327.5], [101.5, 319.5], [99.5, 319.5], [98.5, 318.5], [96.5, 318.5], [96.5, 316.5], [95.5, 316.5], [95.5, 314.5], [94.5, 314.5], [94.5, 312.5], [95.5, 312.5], [95.5, 311.5], [98.5, 311.5], [98.5, 310.5], [99.5, 309.5], [100.5, 308.5], [101.5, 308.5], [105.5, 304.5], [110.5, 304.5], [111.5, 305.5], [110.5, 304.5], [111.5, 305.5], [112.5, 304.5], [114.5, 302.5], [114.5, 300.5], [113.5, 299.5], [112.5, 298.5], [112.5, 292.5], [111.5, 292.5], [111.5, 286.5], [110.5, 286.5], [110.5, 275.5], [106.5, 275.5]]}, {"id": "twnrj8", "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]]}, @@ -730,7 +691,6 @@ {"id": "twnnbb", "submitted_by": "BreakDownSphere", "name": "Star Trek Delta", "description": "The Star Trek Delta Insignia, a direct descendant of the vector component of the old NASA (and later UESPA) logos. The logo is synonymous with Star Trek in today's pop culture. ", "website": "", "subreddit": "/r/startrek", "center": [616.5, 960.5], "path": [[608.5, 975.5], [613.5, 973.5], [623.5, 973.5], [623.5, 947.5], [609.5, 947.5], [609.5, 961.5], [608.5, 965.5], [608.5, 975.5]]}, {"id": "twnn3g", "submitted_by": "Zerustu", "name": "ISAE SUPAERO/ENSMA", "description": "two major engineering schools in France specializing in aeronautics", "website": "http://groupe-isae.fr", "subreddit": "", "center": [1156.5, 877.5], "path": [[1130.5, 869.5], [1175.5, 869.5], [1175.5, 890.5], [1161.5, 890.5], [1161.5, 880.5], [1130.5, 880.5]]}, {"id": "twnn1g", "submitted_by": "CharlieNmyT", "name": "Sakamata Chloe Mask", "description": "Mask worn by Hololive Japan Generation 6 (Secret Society HoloX) Vtuber Sakamata Chloe. During her debut, she took off her eye mask and showed her red eyes to the audience. After her debut, her YouTube and Twitter profile pictures were updated to no longer feature the eye mask. A new version of the holoX PV was released on the official hololive channel after her debut to reflect the mask change. ", "website": "https://www.youtube.com/channel/UCIBY1ollUsauvVi4hW4cumw/featured", "subreddit": "/r/hololive", "center": [1392.5, 1067.5], "path": [[1386.5, 1065.5], [1386.5, 1068.5], [1389.5, 1070.5], [1397.5, 1070.5], [1399.5, 1067.5], [1399.5, 1064.5], [1386.5, 1064.5]]}, -{"id": "twnmn6", "submitted_by": "SA_AVOCADO", "name": "Australian Showcase", "description": "A small collection of iconic Australian imagery, including the aboriginal and Australian flag, Vegemite, Sydney harbour bridge, a koala, kangaroo, and more.", "website": "", "subreddit": "r/australia", "center": [692.5, 660.5], "path": [[701.5, 609.5], [720.5, 608.5], [721.5, 633.5], [723.5, 644.5], [719.5, 650.5], [715.5, 649.5], [713.5, 650.5], [712.5, 675.5], [710.5, 681.5], [707.5, 678.5], [704.5, 678.5], [701.5, 679.5], [700.5, 682.5], [700.5, 685.5], [697.5, 687.5], [688.5, 693.5], [684.5, 700.5], [681.5, 708.5], [678.5, 720.5], [678.5, 735.5], [678.5, 739.5], [673.5, 743.5], [671.5, 740.5], [672.5, 724.5], [671.5, 710.5], [671.5, 698.5], [669.5, 675.5], [669.5, 650.5], [669.5, 632.5], [702.5, 631.5]]}, {"id": "twnmmh", "submitted_by": "MrDaveCole98", "name": "NERV Logo (Evangelion)", "description": "The logo representing NERV, a fictional paramilitary agency from the Neon Genesis Evangelion anime, stylized in the color of Ireland's flag.", "website": "https://www.evangelion.co.jp/index.html", "subreddit": "/r/evangelion/", "center": [135.5, 751.5], "path": [[122.5, 763.5], [149.5, 763.5], [148.5, 738.5], [122.5, 738.5], [122.5, 763.5]]}, {"id": "twnmb9", "submitted_by": "TorebeCP", "name": "Piston", "description": "A Minecraft's piston, capable of pushing blocks, players, and mobs when given a redstone pulse", "website": "", "subreddit": "", "center": [244.5, 296.5], "path": [[241.5, 294.5], [246.5, 294.5], [246.5, 298.5], [241.5, 298.5], [241.5, 294.5]]}, {"id": "twnm8o", "submitted_by": "GoJoeyGo123", "name": "Hilbert curve ", "description": "Hilbert curve drawn by r/maths was originally in the top left quadrant but moved due to border dispute with the Ukraine flag ", "website": "[https://en.wikipedia.org/wiki/Hilbert_curve](https://en.wikipedia.org/wiki/Hilbert_curve)", "subreddit": "r/maths", "center": [1656.5, 303.5], "path": [[1641.5, 284.5], [1671.5, 284.5], [1671.5, 289.5], [1671.5, 290.5], [1672.5, 290.5], [1672.5, 321.5], [1672.5, 322.5], [1640.5, 322.5], [1640.5, 290.5], [1641.5, 290.5], [1641.5, 284.5], [1641.5, 284.5]]}, @@ -747,17 +707,14 @@ {"id": "twnil1", "submitted_by": "paketiket", "name": "Brams the Cat", "description": "A little ginger cat that was built by a group of his fans", "website": "", "subreddit": "r/kotbrams", "center": [1536.5, 1505.5], "path": [[1529.5, 1512.5], [1529.5, 1508.5], [1526.5, 1505.5], [1528.5, 1503.5], [1530.5, 1499.5], [1531.5, 1498.5], [1531.5, 1497.5], [1535.5, 1500.5], [1540.5, 1500.5], [1542.5, 1497.5], [1543.5, 1500.5], [1544.5, 1503.5], [1545.5, 1504.5], [1547.5, 1505.5], [1542.5, 1509.5], [1543.5, 1512.5]]}, {"id": "twnihw", "submitted_by": "RedditRodditRaddit", "name": "Geocaching", "description": "A traditional geocache overlaid on the Geocaching logo. It is the third generation of geocaches placed on the r/Place canvas.", "website": "https://geocaching.com", "subreddit": "/r/geocaching", "center": [1562.5, 199.5], "path": [[1556.5, 193.5], [1556.5, 204.5], [1568.5, 204.5], [1568.5, 193.5], [1556.5, 193.5]]}, {"id": "twni8x", "submitted_by": "wfa19", "name": "CLG", "description": "The logo of esports organization Counter Logic Gaming", "website": "https://clg.gg", "subreddit": "/r/CLG", "center": [1207.5, 891.5], "path": [[1192.5, 892.5], [1198.5, 886.5], [1205.5, 886.5], [1214.5, 888.5], [1221.5, 888.5], [1221.5, 894.5], [1221.5, 896.5], [1208.5, 895.5], [1206.5, 894.5], [1203.5, 894.5], [1201.5, 897.5], [1198.5, 897.5], [1195.5, 895.5], [1192.5, 893.5]]}, -{"id": "twni12", "submitted_by": "NoActive3589", "name": "Spyro the Dragon", "description": "Spyro the Dragon is a series of platforming games for the PlayStation, created by Insomniac Games. The series would later be remade by Toys for Bob in Spyro Reignited Trilogy for PlayStation 4, Xbox One, Nintendo Switch, and Steam.", "website": "https://spyrothedragon.com/", "subreddit": "https://www.reddit.com/r/Spyro/", "center": [1612.5, 812.5], "path": [[1623.5, 799.5], [1623.5, 825.5], [1600.5, 825.5], [1600.5, 799.5], [1618.5, 799.5], [1623.5, 799.5]]}, {"id": "twnhu3", "submitted_by": "userat", "name": "ISRO", "description": "Indian Space Research Organisation", "website": "", "subreddit": "", "center": [272.5, 275.5], "path": [[251.5, 252.5], [293.5, 252.5], [293.5, 298.5], [250.5, 298.5], [250.5, 252.5], [250.5, 252.5]]}, {"id": "twnhlv", "submitted_by": "Narnall", "name": "Astroneer Logo", "description": "The logo of the game Astroneer", "website": "", "subreddit": "/r/astroneer", "center": [1124.5, 495.5], "path": [[1118.5, 500.5], [1118.5, 497.5], [1119.5, 494.5], [1121.5, 491.5], [1120.5, 491.5], [1121.5, 489.5], [1125.5, 487.5], [1127.5, 490.5], [1128.5, 493.5], [1129.5, 496.5], [1130.5, 500.5], [1129.5, 501.5], [1119.5, 501.5]]}, {"id": "twngqg", "submitted_by": "userat", "name": "Indian Flag", "description": "Indian Flag with PSLV, Peacock, Madurai Meenakshi Temple, Taj Mahal and a caparisoned elephant.", "website": "", "subreddit": "", "center": [386.5, 320.5], "path": [[241.5, 298.5], [241.5, 308.5], [237.5, 308.5], [237.5, 343.5], [536.5, 342.5], [531.5, 342.5], [531.5, 340.5], [532.5, 339.5], [534.5, 339.5], [535.5, 340.5], [536.5, 340.5], [536.5, 298.5], [241.5, 298.5], [241.5, 298.5], [241.5, 300.5], [241.5, 300.5], [248.5, 298.5], [241.5, 298.5], [241.5, 298.5]]}, {"id": "twngew", "submitted_by": "TheWingedevil", "name": "Noita (H\u00e4mis)", "description": "Noita is a magical action roguelite set in a world where every pixel is physically simulated. Fight, explore, melt, burn, freeze and evaporate your way through the procedurally generated world using spells you've crafted yourself.", "website": "https://noitagame.com/", "subreddit": "/r/noita", "center": [590.5, 911.5], "path": [[549.5, 934.5], [549.5, 900.5], [556.5, 900.5], [556.5, 890.5], [562.5, 890.5], [562.5, 900.5], [638.5, 900.5], [638.5, 888.5], [655.5, 888.5], [655.5, 909.5], [579.5, 909.5], [580.5, 948.5], [572.5, 948.5], [572.5, 934.5], [549.5, 934.5]]}, -{"id": "twnge8", "submitted_by": "Narnall", "name": "Trash Taste After Dark", "description": "The logo of the Trash Taste After Dark podcast.", "website": "", "subreddit": "/r/trashtaste", "center": [36.5, 547.5], "path": [[30.5, 531.5], [28.5, 531.5], [27.5, 532.5], [27.5, 566.5], [28.5, 567.5], [30.5, 567.5], [31.5, 566.5], [33.5, 566.5], [34.5, 565.5], [35.5, 564.5], [39.5, 561.5], [41.5, 560.5], [44.5, 558.5], [46.5, 555.5], [47.5, 555.5], [47.5, 532.5], [46.5, 531.5]]}, {"id": "twng3y", "submitted_by": "Penguiner1888", "name": "evermore", "description": "Taylor Swift's 8th studio album. Completed in collaboration with the 13 and lover albums. Shortly before being taken over by the pufferfish bots.", "website": "www.taylorswift.com", "subreddit": "", "center": [1964.5, 923.5], "path": [[1927.5, 917.5], [1927.5, 929.5], [2001.5, 929.5], [2001.5, 917.5]]}, {"id": "twng0j", "submitted_by": "ICastTidalWave", "name": "Time Gear", "description": "From the video game Pokemon Mystery Dungeon: Explorers of Time/ Darkness/ Sky. Time Gears are artifacts that regulate time and a key part of the plot in this entry to the franchise.", "website": "", "subreddit": "/r/MysteryDungeon", "center": [1090.5, 477.5], "path": [[1079.5, 465.5], [1101.5, 465.5], [1101.5, 488.5], [1078.5, 488.5], [1078.5, 477.5], [1078.5, 474.5], [1078.5, 465.5], [1078.5, 465.5]]}, {"id": "twnfym", "submitted_by": "TheAdvertisement", "name": "Spamton", "description": "A popular character from Deltarune Chapter 2, who was heavily memed. The extremely long nose he was given was extended by random people.", "website": "", "subreddit": "r/Deltarune", "center": [601.5, 408.5], "path": [[698.5, 391.5], [670.5, 391.5], [670.5, 411.5], [594.5, 411.5], [594.5, 400.5], [481.5, 400.5], [481.5, 414.5], [670.5, 414.5], [670.5, 429.5], [698.5, 429.5], [698.5, 398.5], [706.5, 398.5], [706.5, 392.5], [706.5, 392.5], [706.5, 391.5], [675.5, 392.5]]}, {"id": "twnfed", "submitted_by": "Ugleh", "name": "My Neighbour Bebop", "description": "My Neighbour Totoro & Cowboy Bebop overlap made at the same time by streamer Ludwig and his viewers", "website": "https://www.youtube.com/channel/UCrPseYLGpNygVi34QpGNqpA", "subreddit": "/r/LudwigAhgren", "center": [1221.5, 1549.5], "path": [[1155.5, 1489.5], [1286.5, 1489.5], [1286.5, 1609.5], [1156.5, 1609.5]]}, -{"id": "twnf23", "submitted_by": "Trainzack", "name": "Fuck NFTS!", "description": "A sign made by those wishing to show their distaste for Non Fungible Tokens. There was a previous sign by this collective to the right of the Gamestop mural, but it was paved over and became part of the /r/FuckCars mural.", "website": "", "subreddit": "/r/fucknftsplace/", "center": [1666.5, 1661.5], "path": [[1649.5, 1649.5], [1649.5, 1672.5], [1682.5, 1672.5], [1682.5, 1649.5]]}, {"id": "twnevu", "submitted_by": "_8o_", "name": "Tomiii 11", "description": "tribute to tomiii 11, a child who passed away due to brain cancer in 2021 whose last wish was to become a big youtuber, as of 04/04/2022 tomiii 11 youtube channel has 10.5 million subscribers.", "website": "https://www.youtube.com/c/tomiii11_oficial", "subreddit": "", "center": [1272.5, 1921.5], "path": [[1299.5, 1953.5], [1243.5, 1953.5], [1244.5, 1897.5], [1249.5, 1894.5], [1249.5, 1890.5], [1248.5, 1890.5], [1248.5, 1888.5], [1300.5, 1888.5], [1300.5, 1953.5]]}, {"id": "twnep0", "submitted_by": "expectocat", "name": "Wynncraft", "description": "Wynncraft is the #1 Minecraft mmorpg", "website": "", "subreddit": "/r/wynncraft", "center": [705.5, 780.5], "path": [[703.5, 775.5], [703.5, 775.5], [701.5, 775.5], [709.5, 775.5], [709.5, 784.5], [701.5, 784.5], [701.5, 784.5], [701.5, 781.5], [701.5, 779.5], [701.5, 778.5], [701.5, 776.5], [709.5, 784.5], [701.5, 784.5], [701.5, 776.5]]}, {"id": "twne4z", "submitted_by": "MrDaveCole98", "name": "Red vs. Blue", "description": "An American web series produced by Rooster Teeth. The show is based on the Halo franchise.", "website": "https://roosterteeth.com/channel/red-vs-blue-universe", "subreddit": "/r/RedvsBlue/", "center": [461.5, 698.5], "path": [[448.5, 682.5], [472.5, 682.5], [472.5, 713.5], [449.5, 713.5], [449.5, 682.5]]}, @@ -778,7 +735,6 @@ {"id": "twn9em", "submitted_by": "GamerGuySeth", "name": "New Location McGee", "description": "Hey all, Scott here!", "website": "", "subreddit": "r/scottthewoz", "center": [1577.5, 230.5], "path": [[1577.5, 230.5], [1603.5, 231.5], [1603.5, 248.5], [1551.5, 248.5], [1551.5, 212.5], [1603.5, 212.5], [1603.5, 231.5]]}, {"id": "twn9c1", "submitted_by": "veem96", "name": "ISRO logo", "description": "Logo of the Indian Space Research Organisation", "website": "Indian Space Research Organisation", "subreddit": "reddit.com/r/indiaplace", "center": [272.5, 275.5], "path": [[251.5, 252.5], [251.5, 253.5], [292.5, 252.5], [292.5, 297.5], [251.5, 297.5]]}, {"id": "twn99e", "submitted_by": "LeaderThren", "name": "Anbennar", "description": "An fantasy word setting inspired by mainstream D&D worlds, and has become an EU4 mod.", "website": "", "subreddit": "/r/anbennar", "center": [580.5, 991.5], "path": [[540.5, 974.5], [540.5, 1012.5], [623.5, 1012.5], [624.5, 1012.5], [624.5, 974.5], [610.5, 974.5], [610.5, 975.5], [609.5, 975.5], [609.5, 976.5], [608.5, 976.5], [607.5, 976.5], [607.5, 975.5], [607.5, 974.5], [572.5, 974.5], [572.5, 960.5], [551.5, 960.5], [551.5, 974.5]]}, -{"id": "twn97p", "submitted_by": "Vernon-xta", "name": "The United States of America", "description": "A shrining bastion of Freedom and Democracy. An idea of free men and women in a land of brave generations. The flag was taken down by multiple invaders and shredded by many hostiles. But the American people hold their flag high and their voice higher. What can you stop? Certainly not an idea, certainly not the American people.", "website": "", "subreddit": "r/AmericaFlagInPlace", "center": [1887.5, 1809.5], "path": [[1775.5, 1751.5], [1999.5, 1750.5], [1999.5, 1867.5], [1774.5, 1868.5], [1774.5, 1792.5]]}, {"id": "twn8k6", "submitted_by": "Trainzack", "name": "GME Stock Price Line", "description": "A line representing the price of the GME stock. The line exits its originating mural and weaves between multiple other murals. Note that the line has been traced here only so far as it unambiguously does not branch; multiple offshoots of the line continue beyond that point.", "website": "", "subreddit": "", "center": [1328.5, 308.5], "path": [[774.5, 782.5], [774.5, 784.5], [870.5, 784.5], [871.5, 783.5], [872.5, 778.5], [874.5, 779.5], [876.5, 783.5], [877.5, 784.5], [878.5, 783.5], [879.5, 780.5], [881.5, 778.5], [882.5, 780.5], [882.5, 784.5], [883.5, 784.5], [884.5, 782.5], [885.5, 781.5], [886.5, 779.5], [887.5, 780.5], [888.5, 782.5], [889.5, 784.5], [890.5, 782.5], [891.5, 780.5], [892.5, 778.5], [893.5, 780.5], [894.5, 781.5], [895.5, 782.5], [896.5, 784.5], [897.5, 782.5], [898.5, 780.5], [899.5, 779.5], [900.5, 781.5], [901.5, 783.5], [902.5, 784.5], [905.5, 784.5], [905.5, 619.5], [909.5, 619.5], [909.5, 514.5], [956.5, 514.5], [956.5, 497.5], [964.5, 497.5], [964.5, 364.5], [1046.5, 364.5], [1098.5, 312.5], [1394.5, 312.5], [1394.5, 277.5], [1411.5, 247.5], [1440.5, 247.5], [1440.5, 240.5], [1458.5, 240.5], [1458.5, 205.5], [1514.5, 205.5], [1514.5, 204.5], [1522.5, 204.5], [1522.5, 114.5], [1527.5, 109.5], [1528.5, 107.5], [1529.5, 105.5], [1530.5, 103.5], [1531.5, 101.5], [1532.5, 99.5], [1537.5, 90.5], [1537.5, 64.5], [1562.5, 64.5], [1562.5, 37.5], [1597.5, 2.5], [1971.5, 2.5], [1998.5, 33.5], [1998.5, 80.5], [1971.5, 80.5], [1971.5, 99.5], [1953.5, 99.5], [1953.5, 118.5], [1951.5, 118.5], [1951.5, 119.5], [1952.5, 119.5], [1952.5, 132.5], [1953.5, 133.5], [1953.5, 159.5], [1947.5, 159.5], [1947.5, 173.5], [1940.5, 173.5], [1940.5, 174.5], [1939.5, 174.5], [1939.5, 238.5], [1941.5, 238.5], [1941.5, 175.5], [1949.5, 175.5], [1949.5, 161.5], [1955.5, 161.5], [1955.5, 131.5], [1953.5, 131.5], [1953.5, 119.5], [1955.5, 119.5], [1955.5, 101.5], [1973.5, 101.5], [1973.5, 82.5], [1999.5, 82.5], [1999.5, 28.5], [1974.5, 0.5], [1596.5, 0.5], [1559.5, 37.5], [1559.5, 61.5], [1534.5, 61.5], [1534.5, 89.5], [1525.5, 106.5], [1519.5, 110.5], [1519.5, 202.5], [1455.5, 202.5], [1455.5, 237.5], [1437.5, 237.5], [1437.5, 244.5], [1409.5, 244.5], [1391.5, 276.5], [1391.5, 309.5], [1096.5, 309.5], [1043.5, 361.5], [961.5, 361.5], [961.5, 494.5], [953.5, 494.5], [953.5, 511.5], [906.5, 511.5], [906.5, 616.5], [902.5, 616.5], [902.5, 781.5], [901.5, 778.5], [899.5, 774.5], [896.5, 780.5], [892.5, 774.5], [889.5, 780.5], [886.5, 776.5], [884.5, 779.5], [882.5, 776.5], [881.5, 773.5], [880.5, 776.5], [878.5, 778.5], [877.5, 781.5], [875.5, 777.5], [874.5, 774.5], [873.5, 776.5], [872.5, 773.5], [869.5, 782.5], [774.5, 782.5]]}, {"id": "twn8gv", "submitted_by": "Advanced-Vacation-49", "name": "France", "description": "The flag of France", "website": "", "subreddit": "r/france", "center": [0.5, 0.5], "path": []}, {"id": "twn8d6", "submitted_by": "qfoxb", "name": "Moist E-Sports", "description": "An E-Sports team ran by Cr1Tikal also known as penguinz0", "website": "https://www.twitch.tv/moistcr1tikal", "subreddit": "/r/penguinz0", "center": [1986.5, 98.5], "path": [[1974.5, 83.5], [1998.5, 83.5], [1998.5, 112.5], [1974.5, 112.5]]}, @@ -786,7 +742,6 @@ {"id": "twn7yg", "submitted_by": "connardnumero1", "name": "The Little Prince", "description": "Famous french story of Antoine de Saint-Exupery. This simple tale tells the story of a child, the little prince, who travels the universe gaining wisdom. He discovers how to love, appriciate, understand and truly live a happy and peaceful life ", "website": "https://en.wikipedia.org/wiki/The_Little_Prince", "subreddit": "/r/TheLittlePrince/", "center": [154.5, 357.5], "path": [[133.5, 386.5], [175.5, 386.5], [175.5, 328.5], [133.5, 328.5], [133.5, 328.5]]}, {"id": "twn7x2", "submitted_by": "BossBark", "name": "Scratch from The Ghost and Molly Magee", "description": "Tween optimist Molly McGee lives to make the world a better place, fix what has gone wrong, and spread joy. Meanwhile, cantankerous ghost Scratch lives to make the world a worse place, break what has gone right, and spread misery. When a curse from Scratch backfires, he finds himself forever bound to Molly. Despite that, Scratch and Molly form an unlikely friendship that guides each of them through the ups and downs of their respective worlds. - WIKI", "website": "https://www.reddit.com/r/GhostAndMollyMcGee/", "subreddit": "r/GhostAndMollyMcGee", "center": [500.5, 920.5], "path": [[494.5, 911.5], [506.5, 911.5], [506.5, 929.5], [494.5, 929.5], [494.5, 911.5]]}, {"id": "000000", "name": "Tumindig", "description": "The original Tumindig artwork was created by Filipino satirist and cartoonist Kevin Eric Raymundo. It is a Filipino symbol of standing up against tyranny especially when the threat of dictatorship looms near the country.", "website": "", "subreddit": " r/Philippines", "center": [1354.5, 624.5], "path": [[1334.5, 599.5], [1333.5, 648.5], [1374.5, 648.5], [1374.5, 599.5], [1349.5, 599.5], [1342.5, 600.5], [1338.5, 598.5]]}, -{"id": "twn73x", "submitted_by": "Zamedel", "name": "Arknights", "description": "free-to-play tactical RPG/tower defense mobile game developed by Chinese developer Hypergryph", "website": "[https://www.arknights.global/](https://www.arknights.global/)", "subreddit": "[https://www.reddit.com/r/arknights/](https://www.reddit.com/r/arknights/)", "center": [1647.5, 1735.5], "path": [[1626.5, 1713.5], [1626.5, 1760.5], [1661.5, 1760.5], [1661.5, 1737.5], [1673.5, 1737.5], [1673.5, 1713.5], [1626.5, 1713.5]]}, {"id": "twn6zp", "submitted_by": "Bob_Brick", "name": "F**kFace Logo", "description": "The logo of the F**kFace podcast, created by the joint efforts of the community Reddit and Discord. In typical F**kFace fashion, the F**kPlacers spent most of their battles defending the logo from themselves. Yes, it makes as much sense as you think.", "website": "[https://discord.gg/fuckface](https://discord.gg/fuckface)", "subreddit": "r/fuckfacepod", "center": [1198.5, 42.5], "path": [[1184.5, 35.5], [1212.5, 35.5], [1212.5, 49.5], [1184.5, 49.5], [1184.5, 35.5]]}, {"id": "twn6jx", "submitted_by": "TurtleTheSeawing", "name": "Wings of Fire", "description": "Wings of Fire is a book series about a world of Dragons, it consists of 15 main series books, 2 Legends books, and 4 Winglets. It is similar to the Warrior Cats series, and is rather gruesome at times, so if you are planning to read it, be warned. Along the sides are miniature portraits of some of the dragons from the series.", "website": "", "subreddit": "/r/WingsOfFire", "center": [1066.5, 482.5], "path": [[1053.5, 465.5], [1078.5, 465.5], [1078.5, 498.5], [1053.5, 498.5]]}, {"id": "twn6es", "submitted_by": "Gyfald", "name": "Mikoto Misaka from index/railgun", "description": "Misaka represent the toaru/raildex lightnovels & Animes", "website": "", "subreddit": "r/toarumajutsunoindex", "center": [1815.5, 1184.5], "path": [[1806.5, 1173.5], [1827.5, 1174.5], [1824.5, 1194.5], [1805.5, 1194.5]]}, @@ -812,16 +767,14 @@ {"id": "twn1pg", "submitted_by": "carpinx", "name": "Fernet con Coca", "description": "Typical drink from Argentina. Fernet Branca (Italian beverage) mixed with Coca-Cola, usually in a 30-70 proportion.", "website": "", "subreddit": "", "center": [1030.5, 654.5], "path": [[1016.5, 665.5], [1045.5, 665.5], [1044.5, 649.5], [1043.5, 647.5], [1043.5, 642.5], [1039.5, 642.5], [1028.5, 642.5], [1025.5, 644.5], [1018.5, 644.5], [1017.5, 651.5], [1015.5, 653.5], [1016.5, 665.5]]}, {"id": "twn1fh", "submitted_by": "firthisaword", "name": "Bulgarian Flag", "description": "The flag of Bulgaria and a portrait of its national hero Vasil Levski", "website": "", "subreddit": "/r/bulgaria", "center": [1622.5, 729.5], "path": [[1578.5, 691.5], [1664.5, 691.5], [1666.5, 767.5], [1580.5, 767.5], [1578.5, 691.5]]}, {"id": "twn0zr", "submitted_by": "GamerRighway", "name": "Hikari", "description": "One of the two main characters of Arcaea; representing 'Light'", "website": "https://arcaea.lowiro.com/en", "subreddit": "/r/arcaea", "center": [1841.5, 1665.5], "path": [[1833.5, 1661.5], [1834.5, 1660.5], [1834.5, 1659.5], [1835.5, 1658.5], [1835.5, 1657.5], [1836.5, 1656.5], [1837.5, 1655.5], [1838.5, 1654.5], [1839.5, 1654.5], [1840.5, 1654.5], [1841.5, 1654.5], [1842.5, 1654.5], [1843.5, 1654.5], [1844.5, 1655.5], [1845.5, 1656.5], [1846.5, 1657.5], [1846.5, 1658.5], [1847.5, 1659.5], [1847.5, 1660.5], [1848.5, 1661.5], [1848.5, 1662.5], [1847.5, 1662.5], [1847.5, 1663.5], [1847.5, 1664.5], [1847.5, 1665.5], [1847.5, 1666.5], [1847.5, 1667.5], [1847.5, 1668.5], [1847.5, 1669.5], [1848.5, 1670.5], [1849.5, 1671.5], [1848.5, 1672.5], [1847.5, 1673.5], [1846.5, 1672.5], [1845.5, 1672.5], [1844.5, 1673.5], [1843.5, 1674.5], [1843.5, 1675.5], [1842.5, 1676.5], [1841.5, 1675.5], [1840.5, 1675.5], [1839.5, 1676.5], [1838.5, 1675.5], [1838.5, 1674.5], [1837.5, 1673.5], [1836.5, 1672.5], [1835.5, 1672.5], [1834.5, 1673.5], [1833.5, 1672.5], [1832.5, 1671.5], [1833.5, 1670.5], [1834.5, 1669.5], [1834.5, 1668.5], [1834.5, 1667.5], [1834.5, 1666.5], [1834.5, 1665.5], [1834.5, 1664.5], [1834.5, 1663.5], [1834.5, 1662.5], [1833.5, 1662.5], [1833.5, 1661.5]]}, -{"id": "twn0lz", "submitted_by": "Trainzack", "name": "StotalMisplay", "description": "The Stoat from the video game Inscryption, accompanied by Lonely Wizard (left) and Goobert (right)", "website": "", "subreddit": "/r/inscryption", "center": [128.5, 299.5], "path": [[106.5, 267.5], [106.5, 275.5], [112.5, 275.5], [112.5, 277.5], [110.5, 277.5], [110.5, 285.5], [111.5, 285.5], [111.5, 286.5], [112.5, 286.5], [112.5, 299.5], [109.5, 299.5], [108.5, 300.5], [108.5, 304.5], [105.5, 304.5], [105.5, 305.5], [104.5, 306.5], [104.5, 307.5], [104.5, 308.5], [102.5, 308.5], [101.5, 309.5], [101.5, 311.5], [98.5, 311.5], [98.5, 312.5], [96.5, 312.5], [96.5, 317.5], [96.5, 318.5], [101.5, 318.5], [101.5, 328.5], [152.5, 328.5], [152.5, 313.5], [151.5, 313.5], [151.5, 309.5], [150.5, 308.5], [149.5, 307.5], [148.5, 306.5], [148.5, 279.5], [147.5, 279.5], [147.5, 276.5], [149.5, 276.5], [149.5, 277.5], [149.5, 275.5], [159.5, 275.5], [160.5, 274.5], [160.5, 268.5], [159.5, 267.5], [106.5, 267.5]]}, {"id": "twn05d", "submitted_by": "daily_flags", "name": "Giant \u00d1 between hispanic flags", "description": "Giant \u00d1 that represents the Spanish language, on the sides is the flag of Ecuador, Mexico, Dominican Republic, Guatemala, Argentina, Colombia, Spain, Panama, El Salvador, Cuba, Puerto Rico, Bolivia, Nicaragua, Chile, Venezuela, Uruguay and Paraguay plus the flag of France, the old Chechnya flag, and a random unrecognized flag", "website": "", "subreddit": "r/PERU with the help of other random redditords", "center": [500.5, 628.5], "path": [[535.5, 610.5], [535.5, 646.5], [465.5, 646.5], [465.5, 610.5]]}, {"id": "twmzrk", "submitted_by": "mc395686", "name": "Minecraft CHampionship", "description": "MCC is a Minecraft tournament featuring various different creators competing in minigames!", "website": "[https://noxcrew.com/mcc](https://noxcrew.com/mcc)", "subreddit": "r/MinecraftChampionship", "center": [886.5, 563.5], "path": [[877.5, 533.5], [905.5, 533.5], [905.5, 584.5], [880.5, 583.5], [879.5, 590.5], [851.5, 590.5], [851.5, 579.5], [877.5, 579.5], [877.5, 533.5]]}, {"id": "twmzln", "submitted_by": "_8o_", "name": "Cyclic VS Riot", "description": "a tribute to one of the biggest rivalries in geometry dash history", "website": "", "subreddit": "https://www.reddit.com/r/geometrydashplace/", "center": [583.5, 1698.5], "path": [[550.5, 1711.5], [588.5, 1711.5], [589.5, 1710.5], [597.5, 1710.5], [598.5, 1711.5], [615.5, 1711.5], [615.5, 1706.5], [616.5, 1706.5], [617.5, 1705.5], [618.5, 1705.5], [618.5, 1703.5], [619.5, 1702.5], [618.5, 1701.5], [618.5, 1700.5], [619.5, 1699.5], [618.5, 1698.5], [616.5, 1695.5], [617.5, 1695.5], [617.5, 1694.5], [618.5, 1693.5], [615.5, 1690.5], [614.5, 1687.5], [599.5, 1687.5], [598.5, 1688.5], [597.5, 1686.5], [598.5, 1686.5], [598.5, 1680.5], [590.5, 1680.5], [587.5, 1682.5], [583.5, 1682.5], [577.5, 1687.5], [573.5, 1687.5], [571.5, 1689.5], [568.5, 1689.5], [566.5, 1687.5], [562.5, 1687.5], [560.5, 1689.5], [558.5, 1689.5], [558.5, 1687.5], [557.5, 1687.5], [554.5, 1684.5], [553.5, 1684.5], [552.5, 1683.5], [550.5, 1683.5], [550.5, 1711.5]]}, -{"id": "twmzdz", "submitted_by": "Mathgeek007", "name": "Trash Taste", "description": "An anime podcast run by three well-known anitubers. Subtitles include two friends of the show - Chris Broad, a regular guest, and Ironmouse, a VTuber who is great friends with CDawgVA, one of the hosts.", "website": "https://www.youtube.com/channel/UCcmxOGYGF51T1XsqQLewGtQ", "subreddit": "/r/TrashTaste", "center": [39.5, 559.5], "path": [[77.5, 528.5], [78.5, 589.5], [0.5, 588.5], [0.5, 529.5]]}, +{"id": "twmzdz", "submitted_by": "Mathgeek007", "name": "Trash Taste", "description": "An anime podcast run by three anitubers: Connor (CDawgVA), Joey (TheAn1meMan), and Garnt (GiggukAZ). The white logo represents the main podcast and brand, while the black variant next to it is for After Dark, the YouTube channel that hosts stream VODs and other miscellaneous content. The subtitle references a friend of the show and regular guest - Chris Broad. Beneath are people related to the podcast, from left to right: Ashley, Mudan, Ironmouse, Sydsnap, Akidearest, Ladybeard, Shibuya Kaho, Meilyne, Chris Broad, Garnt, Joey, and Connor.", "website": "https://www.youtube.com/channel/UCcmxOGYGF51T1XsqQLewGtQ", "subreddit": "/r/TrashTaste", "center": [39.5, 559.5], "path": [[77.5, 528.5], [78.5, 589.5], [0.5, 588.5], [0.5, 529.5]]}, {"id": "twmyah", "submitted_by": "Arlong-sama", "name": "V\u0334\u030b\u0303\u030e\u030c\u0358\u034a\u034a\u0300\u035d\u0307\u034c\u0352\u0343\u0327o\u0334\u0313\u0350\u0304\u030a\u0315\u0315\u0303\u030a\u033e\u035d\u0351\u0314\u030c\u0321\u031c\u031c\u0329\u031c\u0328\u0325\u0320\u0329\u032c\u032bi\u0337\u0352\u0311\u033e\u0357\u0344\u0357\u0343\u030f\u030d\u033d\u0352\u034c\u0323\u0316\u0345\u0318\u0333\u031d\u032a\u032f\u0321\u0332\u033c\u033b\u0318\u033bd\u0336\u0305\u0330\u0326\u032d\u0324\u0347\u033c\u0316 \u0336\u034c\u0340\u0314\u030c\u033f\u0302\u0303\u0307\u0342\u0357\u030b\u030e\u035d\u030e\u035a\u0319\u035a\u035a\u0325\u0354\u0328\u031d\u0354\u035c\u034e\u0319\u0324\u033c\u034dM\u0334\u033e\u030f\u0342\u031b\u0301\u0351\u0310\u0351\u0310\u0311\u0300\u0301\u032f\u0319\u0322\u0339\u0356\u0330\u034d\u033c\u034d\u0339\u033bo\u0338\u0302\u035b\u0302\u0306\u0303\u0351\u0358\u0313\u0303\u0304\u0344\u0301\u033f\u030e\u030b\u0321t\u0335\u033e\u0344\u0343\u032c\u032f\u0339\u0333h\u0334\u035d\u0315\u031b\u0332\u032c\u0324\u0339\u0323\u0318\u0333e\u0335\u0351\u030f\u0302\u0308r\u0336\u0308\u0357\u0303\u030c\u032c", "description": "T\u0335\u0314\u0359\u0323\u0348he\u0337\u0312\u0350\u033d\u0317\u0323\u0330\u0349 \u0338\u0314\u030a\u0312\u0304\u032c\u035aV\u0335\u035b\u0305\u0304\u035b\u0318\u0316\u0326o\u0338\u0308\u0346\u0327\u0318\u031e\u0332i\u0338\u033f\u035b\u0303\u033b\u0349\u0319d\u0338\u0305\u035c\u0323\u031c \u0334\u0342\u031d\u031fC\u0338\u0351\u031c\u0328o\u0338\u0351\u0324\u0319\u0321n\u0338\u0302\u0345\u033b\u0333s\u0334\u0303\u0329\u0318\u0348\u0321u\u0335\u034c\u0303\u0303\u0348\u0329m\u0334\u033e\u0300\u0300\u0357\u035a\u034ee\u0337\u0315\u0318s\u0334\u0313\u0332\u0345\u0331 \u0337\u030f\u034a\u033f\u0306\u032e\u034dA\u0334\u030e\u032e\u032a\u0325l\u0334\u0343\u032cl\u0336\u0310\u0327\u034d", "website": "V\u0335\u0306\u0358\u030a\u0345\u0345\u031dO\u0335\u035d\u0312\u030e\u0350\u0345I\u0338\u030c\u0315\u035d\u0323\u0319\u034eD\u0338\u0300\u0311\u030f\u0341\u0330\u034e\u035c", "subreddit": "V\u0335\u0306\u0358\u030a\u0345\u0345\u031dO\u0335\u035d\u0312\u030e\u0350\u0345I\u0338\u030c\u0315\u035d\u0323\u0319\u034eD\u0338\u0300\u0311\u030f\u0341\u0330\u034e\u035c", "center": [1017.5, 1481.5], "path": [[989.5, 1349.5], [967.5, 1376.5], [949.5, 1427.5], [959.5, 1437.5], [965.5, 1446.5], [965.5, 1459.5], [965.5, 1471.5], [964.5, 1497.5], [962.5, 1574.5], [992.5, 1631.5], [1006.5, 1652.5], [1022.5, 1656.5], [1031.5, 1641.5], [1041.5, 1617.5], [1057.5, 1592.5], [1063.5, 1564.5], [1066.5, 1536.5], [1066.5, 1503.5], [1069.5, 1485.5], [1073.5, 1466.5], [1081.5, 1444.5], [1081.5, 1421.5], [1074.5, 1389.5], [1071.5, 1364.5], [1068.5, 1350.5], [1041.5, 1343.5], [1031.5, 1333.5], [1022.5, 1331.5], [1004.5, 1337.5], [993.5, 1343.5]]}, {"id": "twmxrw", "submitted_by": "ritardandoo", "name": "Thousand Sunny", "description": "The Thousand Sunny ship from the manga/anime One Piece. There is also a floating island called Onigashima in the background, and the One Piece logo on the far left. The smaller boat next to the Sunny is called the Mini Merry, a smaller ship based on the first One Piece ship.", "website": "", "subreddit": "/r/OnePiece", "center": [1576.5, 138.5], "path": [[1544.5, 113.5], [1543.5, 115.5], [1542.5, 115.5], [1541.5, 118.5], [1539.5, 120.5], [1540.5, 138.5], [1536.5, 141.5], [1533.5, 141.5], [1533.5, 138.5], [1524.5, 134.5], [1525.5, 118.5], [1523.5, 116.5], [1523.5, 158.5], [1525.5, 156.5], [1529.5, 154.5], [1532.5, 155.5], [1535.5, 155.5], [1534.5, 152.5], [1534.5, 148.5], [1537.5, 146.5], [1540.5, 143.5], [1542.5, 142.5], [1546.5, 145.5], [1549.5, 146.5], [1550.5, 147.5], [1550.5, 151.5], [1550.5, 153.5], [1551.5, 153.5], [1551.5, 155.5], [1553.5, 155.5], [1554.5, 160.5], [1558.5, 165.5], [1615.5, 165.5], [1615.5, 114.5]]}, {"id": "twmxnx", "submitted_by": "elljobellnackle", "name": "Silksong", "description": "Art of Hornet, main character of Silksong (the still-in-development sequel to Hollow Knight). Also depicts art of a small grub from the original Hollow Knight game.", "website": "", "subreddit": "/r/hkplace", "center": [263.5, 381.5], "path": [[225.5, 343.5], [299.5, 343.5], [299.5, 420.5], [228.5, 420.5], [228.5, 419.5], [227.5, 419.5], [227.5, 418.5], [226.5, 418.5], [226.5, 417.5], [225.5, 417.5], [225.5, 398.5], [226.5, 398.5], [226.5, 397.5], [227.5, 397.5], [227.5, 396.5], [228.5, 396.5], [228.5, 395.5], [237.5, 395.5], [237.5, 394.5], [238.5, 394.5], [238.5, 393.5], [239.5, 393.5], [239.5, 388.5], [238.5, 387.5], [238.5, 386.5], [237.5, 386.5], [237.5, 385.5], [225.5, 385.5]]}, {"id": "twmxmf", "submitted_by": "bigFoote0069", "name": "R/GreenLattice", "description": "A green lattice background created to give small pixel artists a place to build their art.", "website": "", "subreddit": "/r/GreenLattice", "center": [1036.5, 429.5], "path": [[866.5, 372.5], [867.5, 485.5], [963.5, 480.5], [962.5, 495.5], [1172.5, 499.5], [1172.5, 465.5], [1199.5, 465.5], [1198.5, 433.5], [1199.5, 361.5]]}, -{"id": "twmx4w", "submitted_by": "Dorankuu", "name": "Arknights", "description": "Arknights is a free-to-play tactical RPG/tower defense mobile game developed by Chinese developer Hypergryph. It was released in China on 1 May 2019, in other countries on 16 January 2020 and in Taiwan on 29 June 2020. Arknights is available on Android and iOS platforms and features gacha game mechanics.", "website": "[https://www.arknights.global/](https://www.arknights.global/)", "subreddit": "[https://www.reddit.com/r/arknights/](https://www.reddit.com/r/arknights/)", "center": [1648.5, 1735.5], "path": [[1625.5, 1713.5], [1673.5, 1713.5], [1674.5, 1738.5], [1662.5, 1738.5], [1662.5, 1761.5], [1626.5, 1761.5], [1627.5, 1713.5], [1624.5, 1713.5]]}, {"id": "twmwcx", "submitted_by": "Chartlecake", "name": "Oant Moarn", "description": "The catchphrase of Dutch weatherman Piet Paulusma, who died March 20th 2022 of cancer.", "website": "", "subreddit": "", "center": [1204.5, 17.5], "path": [[1180.5, 14.5], [1180.5, 20.5], [1227.5, 20.5], [1227.5, 14.5], [1204.5, 14.5], [1204.5, 14.5]]}, {"id": "twmw78", "submitted_by": "miku_hatsunase", "name": "Holo - Spice and Wolf", "description": "Holo the Wise Wolf from the light novel and anime series Spice and Wolf.", "website": "https://www.crunchyroll.com/spice-and-wolf", "subreddit": "/r/SpiceandWolf", "center": [0.5, 0.5], "path": []}, {"id": "twmvzq", "submitted_by": "Bismvth_", "name": "Nurture by Porter Robinson", "description": "A nod to Porter Robinson's 2021 album Nurture. The stylized N was a recurring icon throughout the album's promotion.", "website": "https://porterrobinson.com/", "subreddit": "/r/porterrobinson", "center": [1821.5, 85.5], "path": [[1841.5, 80.5], [1801.5, 80.5], [1801.5, 90.5], [1841.5, 90.5]]}, @@ -840,10 +793,7 @@ {"id": "twmsl5", "submitted_by": "ScorpionStrike77", "name": "Lateralus 'Flame Eye'", "description": "The Flame Eye is a logo associated with American Rock band Tool.", "website": "[https://en.wikipedia.org/wiki/Tool_(band)](https://en.wikipedia.org/wiki/Tool_(band))", "subreddit": "r/ToolBand", "center": [310.5, 1237.5], "path": [[319.5, 1247.5], [321.5, 1246.5], [323.5, 1245.5], [324.5, 1244.5], [325.5, 1242.5], [323.5, 1238.5], [320.5, 1237.5], [318.5, 1235.5], [317.5, 1231.5], [315.5, 1228.5], [313.5, 1233.5], [312.5, 1233.5], [313.5, 1228.5], [312.5, 1227.5], [310.5, 1224.5], [307.5, 1223.5], [309.5, 1226.5], [307.5, 1226.5], [306.5, 1229.5], [304.5, 1225.5], [301.5, 1226.5], [302.5, 1231.5], [299.5, 1229.5], [298.5, 1224.5], [297.5, 1228.5], [297.5, 1235.5], [298.5, 1236.5], [299.5, 1238.5], [302.5, 1241.5], [303.5, 1242.5], [306.5, 1244.5], [309.5, 1247.5], [319.5, 1248.5]]}, {"id": "twmsjg", "submitted_by": "Correct_Month9612", "name": "Technoblade ", "description": "One of the two technoblade pixel arts.", "website": "", "subreddit": "R/technoblade", "center": [220.5, 1078.5], "path": [[189.5, 1043.5], [190.5, 1044.5], [249.5, 1041.5], [253.5, 1044.5], [252.5, 1051.5], [250.5, 1061.5], [252.5, 1064.5], [252.5, 1070.5], [252.5, 1076.5], [252.5, 1081.5], [252.5, 1088.5], [251.5, 1088.5], [249.5, 1095.5], [250.5, 1098.5], [251.5, 1100.5], [252.5, 1102.5], [250.5, 1105.5], [250.5, 1104.5], [252.5, 1104.5], [253.5, 1103.5], [250.5, 1104.5], [250.5, 1106.5], [254.5, 1107.5], [251.5, 1109.5], [251.5, 1114.5], [188.5, 1112.5]]}, {"id": "twmsav", "submitted_by": "Kuberd", "name": "Gigachad Emote DGG", "description": "Popular Emote created by the DGG community together with the Destiny logo.", "website": "destiny.gg", "subreddit": "r/destiny", "center": [1917.5, 1495.5], "path": [[1875.5, 1430.5], [1959.5, 1430.5], [1959.5, 1561.5], [1954.5, 1556.5], [1943.5, 1558.5], [1939.5, 1554.5], [1926.5, 1560.5], [1875.5, 1561.5], [1875.5, 1430.5]]}, -{"id": "twms79", "submitted_by": "MemoryAggravating694", "name": "Maya ", "description": "This is Maya, a recurring and very important character in the ace attorney franchise Ace attorney", "website": "", "subreddit": "R/aceattorney", "center": [1410.5, 100.5], "path": [[1410.5, 93.5], [1415.5, 93.5], [1417.5, 93.5], [1417.5, 91.5], [1420.5, 92.5], [1420.5, 94.5], [1421.5, 99.5], [1420.5, 101.5], [1419.5, 101.5], [1420.5, 105.5], [1418.5, 106.5], [1417.5, 107.5], [1416.5, 108.5], [1413.5, 109.5], [1412.5, 109.5], [1412.5, 107.5], [1410.5, 106.5], [1409.5, 105.5], [1409.5, 104.5], [1410.5, 104.5], [1409.5, 104.5], [1407.5, 104.5], [1407.5, 104.5], [1407.5, 103.5], [1405.5, 104.5], [1402.5, 104.5], [1401.5, 101.5], [1400.5, 96.5], [1402.5, 94.5], [1404.5, 92.5], [1405.5, 92.5], [1407.5, 105.5], [1401.5, 104.5], [1399.5, 102.5], [1400.5, 99.5], [1407.5, 93.5], [1409.5, 93.5]]}, {"id": "twmrxn", "submitted_by": "Nezarecs", "name": "Elite: Dangerous ", "description": "A space simulation game. The duel coloured hearts and o7 salute represents the mutual love between the Star Citizen and Elite communities", "website": "[https://www.elitedangerous.com/](https://www.elitedangerous.com/)", "subreddit": "[https://www.reddit.com/r/EliteDangerous/](https://www.reddit.com/r/EliteDangerous/)", "center": [1733.5, 101.5], "path": [[1719.5, 86.5], [1720.5, 117.5], [1745.5, 116.5], [1744.5, 107.5], [1749.5, 100.5], [1749.5, 87.5], [1719.5, 86.5]]}, -{"id": "twmrwl", "submitted_by": "QuietWanderingNerd", "name": "Hollow Knight", "description": "Pixel art of the protagonist from the game, Hollow Knight", "website": "", "subreddit": "r/HKplace", "center": [1377.5, 82.5], "path": [[1365.5, 101.5], [1370.5, 97.5], [1370.5, 94.5], [1362.5, 86.5], [1362.5, 83.5], [1366.5, 84.5], [1368.5, 84.5], [1368.5, 74.5], [1365.5, 71.5], [1364.5, 66.5], [1367.5, 61.5], [1371.5, 58.5], [1375.5, 57.5], [1374.5, 61.5], [1369.5, 66.5], [1370.5, 69.5], [1371.5, 70.5], [1384.5, 70.5], [1386.5, 68.5], [1386.5, 64.5], [1381.5, 60.5], [1381.5, 57.5], [1384.5, 57.5], [1391.5, 63.5], [1391.5, 72.5], [1387.5, 75.5], [1388.5, 86.5], [1385.5, 89.5], [1383.5, 89.5], [1388.5, 99.5], [1383.5, 103.5], [1379.5, 99.5], [1377.5, 103.5], [1370.5, 103.5]]}, -{"id": "twmru6", "submitted_by": "TheShadowKick", "name": "My Little Pony Crystal", "description": "A My Little Pony Crystal surrounded by characters from generations 4 and 5. The number on the right counts how many times it was nuked and rebuilt, and reached 22 by the end of the event.", "website": "", "subreddit": "r/mylittlepony", "center": [1651.5, 247.5], "path": [[1618.5, 228.5], [1628.5, 217.5], [1633.5, 213.5], [1644.5, 214.5], [1646.5, 216.5], [1661.5, 216.5], [1668.5, 213.5], [1677.5, 217.5], [1677.5, 227.5], [1681.5, 228.5], [1682.5, 229.5], [1687.5, 229.5], [1688.5, 252.5], [1687.5, 259.5], [1684.5, 261.5], [1683.5, 269.5], [1682.5, 278.5], [1677.5, 276.5], [1669.5, 276.5], [1667.5, 280.5], [1641.5, 279.5], [1620.5, 278.5], [1619.5, 277.5], [1619.5, 265.5], [1616.5, 254.5], [1615.5, 243.5], [1615.5, 237.5], [1617.5, 235.5], [1618.5, 232.5], [1618.5, 228.5]]}, {"id": "twmrth", "submitted_by": "NeoCipher790", "name": "Destiny 2 ", "description": "Destiny 2 is a free-to-play online-only multiplayer first-person shooter video game developed by Bungie.", "website": "https://www.bungie.net/", "subreddit": "/r/Destinythegame", "center": [483.5, 997.5], "path": [[449.5, 962.5], [511.5, 961.5], [512.5, 992.5], [524.5, 993.5], [522.5, 1030.5], [448.5, 1031.5], [448.5, 963.5]]}, {"id": "twmrq2", "submitted_by": "FreakoSchizo", "name": "VRChat", "description": "VRChat is an online virtual world platform.", "website": "https://hello.vrchat.com/", "subreddit": "/r/VRChat", "center": [963.5, 97.5], "path": [[931.5, 89.5], [931.5, 104.5], [983.5, 104.5], [990.5, 111.5], [990.5, 104.5], [994.5, 104.5], [994.5, 89.5]]}, {"id": "twmrnx", "submitted_by": "frosty704", "name": "Superstonk / Gamestop", "description": "Superstonk is a subreddit that converses in all things GameStop/GME. The face on the left is DeepFuckingValue, the original founding father of GME's short squeeze. The face on the right is Ryan Cohen, an entrepreneur who is the CEO of Chewy and is the Chairman of GameStop. He owns 11.9% of all total shares of the company.", "website": "", "subreddit": "/r/Superstonk", "center": [841.5, 795.5], "path": [[774.5, 735.5], [909.5, 736.5], [909.5, 855.5], [773.5, 855.5]]}, @@ -866,10 +816,8 @@ {"id": "twmo8e", "submitted_by": "Kuberd", "name": "MrMouton Logo", "description": "Twitch streamer MrMouton, associated with the Dgg community", "website": "twitch.tv/mrmouton", "subreddit": "", "center": [194.5, 109.5], "path": [[180.5, 97.5], [207.5, 97.5], [207.5, 121.5], [180.5, 120.5], [180.5, 97.5]]}, {"id": "twmo0t", "submitted_by": "journcy", "name": "KyoAni", "description": "Abbreviated logo of the popular Japanese animation studio Kyoto Animation.", "website": "https://www.kyotoanimation.co.jp/", "subreddit": "/r/kyoani", "center": [1937.5, 764.5], "path": [[1920.5, 760.5], [1920.5, 768.5], [1953.5, 769.5], [1953.5, 760.5]]}, {"id": "twmnzn", "submitted_by": "KingMarine", "name": "Source", "description": "A game engine developed by Valve. Used in games like Team Fortress 2 and Counter-Strike: Global Offensive. Used in filmmaking with Source Filmmaker", "website": "https://www.sourcefilmmaker.com/", "subreddit": "r/SourceEngine", "center": [807.5, 66.5], "path": [[813.5, 61.5], [816.5, 61.5], [818.5, 63.5], [818.5, 66.5], [816.5, 68.5], [792.5, 68.5], [792.5, 65.5], [811.5, 65.5], [811.5, 63.5]]}, -{"id": "twmnfs", "submitted_by": "Wonderful-Surprise-7", "name": "North Atlantic Treaty Organization", "description": "The North Atlantic Treaty Organization, commonly known as NATO, is a military alliance formed in 1949 by the nations in Western Europe, the USA, and Canada. Over time, the alliance grew across Europe and is one of the most powerful alliances in the world as of 2022.", "website": "", "subreddit": "", "center": [1432.5, 1419.5], "path": [[1400.5, 1400.5], [1464.5, 1400.5], [1465.5, 1437.5], [1400.5, 1437.5]]}, {"id": "twmnes", "submitted_by": "MithradatesMegas", "name": "Demon Queen Lilith", "description": "The Queen of Demon World in Guardian Tales, also serving as the Guardian Tales Logo for Season 2.", "website": "https://guardiantales.com/", "subreddit": "r/GuardianTales", "center": [0.5, 0.5], "path": []}, {"id": "twmn8q", "submitted_by": "JasperDG828", "name": "World War 1 Memorial", "description": "A war memorial on the intersection of the Belgian and German flags", "website": "", "subreddit": "", "center": [1309.5, 1150.5], "path": [[1286.5, 1126.5], [1287.5, 1170.5], [1298.5, 1175.5], [1321.5, 1177.5], [1331.5, 1172.5], [1332.5, 1125.5]]}, -{"id": "twmn5l", "submitted_by": "FreakoSchizo", "name": "Ficsit.app", "description": "Ficsit.app is a website for the game Satisfactory that hosts mods and other helpful resources for players.", "website": "https://ficsit.app/", "subreddit": "/r/SatisfactoryGame", "center": [1498.5, 44.5], "path": [[1467.5, 35.5], [1528.5, 35.5], [1528.5, 52.5], [1467.5, 52.5]]}, {"id": "twmmyy", "submitted_by": "Seiunn", "name": "Boston Mural", "description": "A mural consisting of colleges located in and around the city of Boston. It includes Boston University, Tufts, Northeastern, Massachusetts Institute of Technology, Wentworth Institute of Technology, Worcester Polytechnic Institute, and Boston College.", "website": "", "subreddit": "", "center": [322.5, 1537.5], "path": [[300.5, 1500.5], [301.5, 1576.5], [343.5, 1572.5], [344.5, 1501.5]]}, {"id": "twmmwi", "submitted_by": "Narnall2", "name": "Asriel Dreemur", "description": "A small artwork of Asriel Dreemur from Undertale", "website": "", "subreddit": "", "center": [684.5, 826.5], "path": [[675.5, 834.5], [675.5, 833.5], [676.5, 832.5], [677.5, 832.5], [678.5, 833.5], [679.5, 833.5], [679.5, 830.5], [677.5, 828.5], [677.5, 824.5], [678.5, 822.5], [680.5, 819.5], [686.5, 817.5], [689.5, 819.5], [691.5, 822.5], [692.5, 826.5], [691.5, 829.5], [690.5, 832.5], [690.5, 832.5], [691.5, 833.5], [693.5, 832.5], [694.5, 833.5], [694.5, 834.5]]}, {"id": "twmmvg", "submitted_by": "The_Dinkster2201", "name": "Federation of the Rising Dawn", "description": "A popular Star Citizen community org", "website": "[https://robertsspaceindustries.com/orgs/DAWNBREAK](https://robertsspaceindustries.com/orgs/DAWNBREAK)", "subreddit": "", "center": [1763.5, 703.5], "path": [[1756.5, 701.5], [1769.5, 701.5], [1769.5, 705.5], [1756.5, 705.5]]}, @@ -903,7 +851,7 @@ {"id": "twmiry", "submitted_by": "K4M1k4ZE_", "name": "Pride flags", "description": "All kinds of different LGBTQ pride flags. This includes Turkey of course.", "website": "", "subreddit": "", "center": [458.5, 590.5], "path": [[448.5, 537.5], [468.5, 537.5], [468.5, 609.5], [468.5, 610.5], [465.5, 610.5], [465.5, 646.5], [448.5, 646.5], [448.5, 538.5]]}, {"id": "twmir2", "submitted_by": "Doodley0", "name": "SMTIV Smirk", "description": "The icon for the Smirk status from the 3DS game Shin Megami Tensei IV. Also briefly featured in Persona 2 when possessed.", "website": "https://megamitensei.fandom.com/wiki/Smirk", "subreddit": "/r/Megaten", "center": [599.5, 1589.5], "path": [[593.5, 1583.5], [605.5, 1583.5], [605.5, 1595.5], [593.5, 1595.5]]}, {"id": "twmiqx", "submitted_by": "Frostiikin", "name": "Jowee", "description": "Character from Nintendo DS game Drawn to Life", "website": "", "subreddit": "/r/drawntolifegame/", "center": [1833.5, 136.5], "path": [[1829.5, 131.5], [1829.5, 131.5], [1829.5, 141.5], [1829.5, 141.5], [1836.5, 141.5], [1836.5, 141.5], [1836.5, 131.5], [1836.5, 131.5]]}, -{"id": "twmig1", "submitted_by": "_Harkyn_", "name": "Puck", "description": "A character from the Manga Berserk.nThis little guy was constructed by the same Miura Memorial Development Team who designed Guts and the 'Rip Miura' mural to Puck's left.", "website": "https://berserk.fandom.com/wiki/Puck", "subreddit": "r/Berserk", "center": [730.5, 283.5], "path": [[715.5, 269.5], [715.5, 296.5], [745.5, 296.5], [745.5, 269.5], [745.5, 269.5], [745.5, 269.5], [745.5, 269.5], [745.5, 269.5]]}, +{"id": "twmig1", "submitted_by": "_Harkyn_", "name": "Puck", "description": "A character from the Manga Berserk. This little guy was constructed by the same Miura Memorial Development Team who designed Guts and the 'Rip Miura' mural to Puck's left.", "website": "https://berserk.fandom.com/wiki/Puck", "subreddit": "r/Berserk", "center": [730.5, 283.5], "path": [[715.5, 269.5], [715.5, 296.5], [745.5, 296.5], [745.5, 269.5], [745.5, 269.5], [745.5, 269.5], [745.5, 269.5], [745.5, 269.5]]}, {"id": "twmi5f", "submitted_by": "The_Dinkster2201", "name": "#33 Max Verstappen", "description": "Dutch 2021 F1 World Champion Max Verstappen's car, RB16, along with his driver number #33. A collaboration between r/Formula1 and r/PlaceNL", "website": "", "subreddit": "/r/Formula1", "center": [612.5, 8.5], "path": [[595.5, 12.5], [595.5, 11.5], [597.5, 11.5], [597.5, 9.5], [598.5, 9.5], [598.5, 0.5], [610.5, 0.5], [610.5, 4.5], [614.5, 4.5], [614.5, 3.5], [618.5, 3.5], [618.5, 4.5], [620.5, 4.5], [620.5, 5.5], [623.5, 5.5], [623.5, 6.5], [624.5, 6.5], [624.5, 7.5], [625.5, 7.5], [625.5, 6.5], [626.5, 6.5], [626.5, 5.5], [627.5, 5.5], [627.5, 4.5], [633.5, 4.5], [633.5, 5.5], [633.5, 6.5], [632.5, 6.5], [632.5, 9.5], [631.5, 9.5], [631.5, 10.5], [630.5, 10.5], [630.5, 11.5], [629.5, 11.5], [629.5, 12.5], [627.5, 12.5], [628.5, 13.5], [627.5, 13.5], [595.5, 13.5]]}, {"id": "twmi3h", "submitted_by": "MemoryAggravating694", "name": "Everhood", "description": "Blue Thief from the indie rhythm action game Everhood", "website": "", "subreddit": "/r/everhood", "center": [1315.5, 1891.5], "path": [[1300.5, 1893.5], [1303.5, 1892.5], [1303.5, 1891.5], [1306.5, 1891.5], [1308.5, 1889.5], [1306.5, 1887.5], [1307.5, 1886.5], [1310.5, 1884.5], [1311.5, 1882.5], [1315.5, 1881.5], [1318.5, 1881.5], [1322.5, 1881.5], [1324.5, 1882.5], [1325.5, 1885.5], [1325.5, 1886.5], [1325.5, 1889.5], [1324.5, 1893.5], [1322.5, 1897.5], [1319.5, 1899.5], [1316.5, 1899.5], [1313.5, 1901.5], [1311.5, 1900.5], [1309.5, 1898.5], [1307.5, 1897.5], [1301.5, 1895.5]]}, {"id": "twmhwh", "submitted_by": "FreakoSchizo", "name": "Arsehole", "description": "An unexpected alliance", "website": "", "subreddit": "", "center": [727.5, 528.5], "path": [[702.5, 523.5], [752.5, 523.5], [752.5, 533.5], [702.5, 533.5]]}, @@ -952,7 +900,7 @@ {"id": "twmas3", "submitted_by": "mitgas", "name": "r/sadboys", "description": "An emblem made by the r/sadboys subreddit. The subreddit is for the fans of the Sad Boys and Drain Gang music collectives. The emblem depicts two logos of the collectives, SBE for Sad Boys Entertainment on top, and DG for Drain Gang on the bottom.", "website": "", "subreddit": "r/sadboys", "center": [1550.5, 382.5], "path": [[1526.5, 353.5], [1526.5, 353.5], [1526.5, 408.5], [1531.5, 413.5], [1568.5, 413.5], [1568.5, 411.5], [1573.5, 411.5], [1573.5, 360.5], [1573.5, 353.5], [1564.5, 353.5], [1563.5, 353.5], [1563.5, 352.5], [1537.5, 352.5], [1537.5, 353.5], [1526.5, 353.5]]}, {"id": "twmard", "submitted_by": "TheXtremeVocaloid", "name": "Dreamcatcher", "description": "A South Korean girl group. Notable for their more rock-based songs.", "website": "", "subreddit": "/r/Dreamcatcher", "center": [1627.5, 874.5], "path": [[1588.5, 869.5], [1588.5, 879.5], [1670.5, 878.5], [1670.5, 870.5], [1588.5, 869.5]]}, {"id": "twmaoz", "submitted_by": "MortalUnicornnn", "name": "Honduras", "description": "Hondurans came together to leave something that represented our country. With our beutiful flag and our national bird, the red macaw. ", "website": "", "subreddit": "", "center": [0.5, 0.5], "path": []}, -{"id": "twmajs", "submitted_by": "DeidreMengedoht", "name": "Yume Nikki Fan Games", "description": "Sprites of three characters, Urotsuki, Madotsuki, and Sabitsuki. Madotsuki is the protagonist of the surreal indie game Yume Nikki, while the others are protagonists from two of its popular fangames.", "website": "", "subreddit": "https://www.reddit.com/r/yumenikki/", "center": [1222.5, 120.5], "path": [[1197.5, 104.5], [1197.5, 104.5], [1197.5, 104.5], [1213.5, 104.5], [1213.5, 107.5], [1248.5, 107.5], [1248.5, 134.5], [1197.5, 134.5]]}, +{"id": "twmajs", "submitted_by": "DeidreMengedoht", "name": "Yume Nikki Fan Games", "description": "Sprites of three characters, Urotsuki, Madotsuki, and Sabitsuki. Madotsuki is the protagonist of the surreal indie game Yume Nikki, while the others are protagonists from two of its popular fangames.", "website": "", "subreddit": "/r/yumenikki/", "center": [1222.5, 120.5], "path": [[1197.5, 104.5], [1197.5, 104.5], [1197.5, 104.5], [1213.5, 104.5], [1213.5, 107.5], [1248.5, 107.5], [1248.5, 134.5], [1197.5, 134.5]]}, {"id": "twmae3", "submitted_by": "Loicass", "name": "Halo Energy Sword", "description": "", "website": "", "subreddit": "", "center": [83.5, 1246.5], "path": [[0.5, 1226.5], [0.5, 1265.5], [166.5, 1265.5], [166.5, 1226.5]]}, {"id": "twmaay", "submitted_by": "a_printer", "name": "H", "description": "H", "website": "", "subreddit": "/r/theletterH", "center": [1587.5, 1377.5], "path": [[1576.5, 1368.5], [1576.5, 1386.5], [1600.5, 1386.5], [1600.5, 1373.5], [1595.5, 1373.5], [1595.5, 1372.5], [1594.5, 1372.5], [1594.5, 1368.5], [1576.5, 1368.5]]}, {"id": "twma30", "submitted_by": "fleeval", "name": "6reen Bay Packers", "description": "Football team from Green Bay, Wisconsin. ", "website": "", "subreddit": "r/greenbaypackers", "center": [418.5, 922.5], "path": [[408.5, 914.5], [427.5, 914.5], [427.5, 930.5], [408.5, 930.5], [408.5, 914.5]]}, @@ -974,7 +922,6 @@ {"id": "twm8ad", "submitted_by": "SmoreBender", "name": "Moist E-Sports", "description": "An esports team run by Cr1tikal.", "website": "[https://www.youtube.com/channel/UCq6VFHwMzcMXbuKyG7SQYIg](https://www.youtube.com/channel/UCq6VFHwMzcMXbuKyG7SQYIg)", "subreddit": "", "center": [1986.5, 97.5], "path": [[1973.5, 82.5], [1974.5, 112.5], [1999.5, 112.5], [1998.5, 83.5], [1973.5, 82.5]]}, {"id": "twm89u", "submitted_by": "K4M1k4ZE_", "name": "Flag of the province Flevoland", "description": "", "website": "", "subreddit": "", "center": [1354.5, 7.5], "path": [[1347.5, 2.5], [1347.5, 12.5], [1361.5, 12.5], [1361.5, 2.5], [1347.5, 2.5]]}, {"id": "twm899", "submitted_by": "Pure_Library_1069", "name": "Liverpool Football Club", "description": "", "website": "", "subreddit": "r/LiverpoolFC", "center": [0.5, 0.5], "path": []}, -{"id": "twm832", "submitted_by": "wetyrgdgdfgdfg", "name": "Arknights", "description": "Arknights is a gacha tower defense game created by Yostar", "website": "https://gamepress.gg/arknights/tier-list/arknights-operator-tier-list#topic-548776", "subreddit": "/r/arknights", "center": [1650.5, 1736.5], "path": [[1625.5, 1760.5], [1625.5, 1712.5], [1675.5, 1712.5], [1674.5, 1760.5], [1674.5, 1760.5]]}, {"id": "twm82r", "submitted_by": "fleeval", "name": "Minnesota Vikings", "description": "American football team based in Minneapolis, Minnesota. Featuring the team's Norseman logo, SKOL! cheer, and star wide receiver Justin Jefferson. ", "website": "", "subreddit": "r/minnesotavikings", "center": [1312.5, 640.5], "path": [[1290.5, 615.5], [1333.5, 615.5], [1333.5, 664.5], [1290.5, 664.5], [1290.5, 616.5]]}, {"id": "twm7uz", "submitted_by": "K4M1k4ZE_", "name": "Flag of the province Zuid-Holland", "description": "", "website": "", "subreddit": "", "center": [1335.5, 7.5], "path": [[1328.5, 2.5], [1328.5, 12.5], [1342.5, 12.5], [1342.5, 2.5], [1328.5, 2.5]]}, {"id": "twm7hv", "submitted_by": "FancySkunk", "name": "IronMan, btw", "description": "Recreations of in-game icons representing the three IronMan modes in OldSchool Runescape: Standard, Hardcore, and Ultimate", "website": "", "subreddit": "/r/2007scape", "center": [90.5, 42.5], "path": [[63.5, 34.5], [118.5, 34.5], [117.5, 50.5], [113.5, 50.5], [111.5, 51.5], [105.5, 51.5], [102.5, 50.5], [96.5, 50.5], [93.5, 51.5], [87.5, 51.5], [84.5, 49.5], [79.5, 49.5], [75.5, 51.5], [69.5, 51.5], [63.5, 48.5], [63.5, 34.5]]}, @@ -992,7 +939,7 @@ {"id": "twm5um", "submitted_by": "smokeyinferno", "name": "Spirit Phone Album Cover", "description": "The album cover for Neil Cicierega\u2019s 2016 album, Spirit Phone, which was released under the musical project known as \u201cLemon Demon\u201d. This album cover was drawn by Neil\u2019s wife, Ming Doyle, and features art of Neil holding Maui, a cat owned by the two until he passed away in 2020. The album itself is very eccentric; it is primarily composed of synth-pop songs about various things related to the occult, ranging from Gef the Talking Mongoose to a girl from another dimension who the narrator is hopelessly in love with despite her race\u2019s Earth-shattering properties.", "website": "https://lemondemon.bandcamp.com/album/spirit-phone", "subreddit": "/r/lemondemon", "center": [316.5, 1947.5], "path": [[292.5, 1926.5], [292.5, 1926.5], [292.5, 1925.5], [292.5, 1969.5], [340.5, 1969.5], [340.5, 1925.5]]}, {"id": "twm5se", "submitted_by": "Flamberge3000", "name": "Kobo Kanaeru", "description": "Kobo Kanaeru is a talent of Hololive, a Vtuber agency. She debuted with two other VTubers as the third generation of Hololive's Indonesian branch.", "website": "https://hololive.hololivepro.com/en/talents/kobo-kanaeru/", "subreddit": "/r/Hololive", "center": [1916.5, 714.5], "path": [[1891.5, 696.5], [1891.5, 732.5], [1940.5, 732.5], [1940.5, 696.5]]}, {"id": "twm5b4", "submitted_by": "K4M1k4ZE_", "name": "Flag of the Dutch province Overijssel", "description": "", "website": "", "subreddit": "", "center": [1260.5, 7.5], "path": [[1253.5, 2.5], [1253.5, 12.5], [1267.5, 12.5], [1267.5, 2.5], [1253.5, 2.5]]}, -{"id": "twm4kc", "submitted_by": "Spoken-Softly", "name": "Stellaris Gigastructures Kaiser", "description": "A crisis event from the major Stellaris mod Gigastructures.", "website": "", "subreddit": "", "center": [1464.5, 987.5], "path": [[1451.5, 974.5], [1451.5, 999.5], [1475.5, 999.5], [1475.5, 998.5], [1476.5, 998.5], [1476.5, 997.5], [1478.5, 997.5], [1478.5, 974.5], [1467.5, 974.5], [1467.5, 975.5], [1466.5, 975.5], [1466.5, 976.5], [1463.5, 976.5], [1463.5, 975.5], [1462.5, 975.5], [1462.5, 974.5]]}, +{"id": "twm4kc", "submitted_by": "Spoken-Softly", "name": "Stellaris Gigastructures Kaiser", "description": "A crisis event from the major Stellaris mod Gigastructures.", "website": "", "subreddit": "", "center": [1464.5, 987.5], "path": [[787.5, 692.5 ], [ 822.5, 693.5 ], [ 822.5, 697.5 ], [ 820.5, 698.5 ], [ 823.5, 701.5 ], [ 821.5, 704.5 ], [ 821.5, 708.5 ], [ 818.5, 711.5 ], [ 812.5, 711.5 ], [ 809.5, 708.5 ], [ 805.5, 707.5 ], [ 803.5, 707.5 ], [ 801.5, 709.5 ], [ 799.5, 711.5 ], [ 794.5, 711.5 ], [ 791.5, 710.5 ], [ 790.5, 707.5 ], [ 787.5, 707.5 ], [ 785.5, 702.5 ], [ 787.5, 692.5 ]]}, {"id": "twm4jy", "submitted_by": "Charimia", "name": "r/StardewValley Mural", "description": "It all started with a Chicken, but this tribute to the Stardew Valley community and subreddit grew into the piece you see before you. It underwent several renditions -- First just the Chicken, then the text and its mountainous background was added, then a green Junimo, a Blue chicken, and a purple Junimo. By day 2, the purple Junimo had lost to a more iconic Stardrop. The piece remained relatively unchanged for the remainder of r/place, with the exception of coloring improvements and several updates to the text backdrop. I'm so proud of our community for keeping this piece beautiful till the very end.", "website": "", "subreddit": "r/StardewValley", "center": [102.5, 366.5], "path": [[71.5, 345.5], [132.5, 345.5], [132.5, 386.5], [71.5, 386.5]]}, {"id": "twm4ix", "submitted_by": "Various_Profit1097", "name": "Reimu Hakurei & Hatsune Miku", "description": "A small Reimu beside a small Miku symbolizing the friendship between the two subreddits throughout r/place 2022", "website": "", "subreddit": "r/Touhou, r/ Hatsune", "center": [810.5, 697.5], "path": [[786.5, 687.5], [777.5, 685.5], [792.5, 687.5], [801.5, 688.5], [807.5, 687.5], [809.5, 688.5], [811.5, 689.5], [812.5, 688.5], [813.5, 687.5], [813.5, 687.5], [814.5, 687.5], [813.5, 689.5], [813.5, 689.5], [813.5, 690.5], [813.5, 690.5], [813.5, 690.5], [811.5, 685.5], [821.5, 686.5], [829.5, 685.5], [806.5, 686.5], [805.5, 686.5], [806.5, 685.5], [793.5, 686.5], [791.5, 685.5], [787.5, 685.5], [786.5, 685.5], [784.5, 685.5], [808.5, 685.5], [811.5, 684.5], [810.5, 685.5], [794.5, 689.5], [790.5, 690.5], [791.5, 691.5], [796.5, 688.5], [797.5, 689.5], [799.5, 689.5], [802.5, 690.5], [804.5, 689.5], [805.5, 689.5], [807.5, 689.5], [790.5, 688.5], [787.5, 689.5], [786.5, 689.5], [784.5, 689.5], [783.5, 688.5], [782.5, 687.5], [779.5, 687.5], [778.5, 687.5], [778.5, 686.5], [777.5, 686.5], [777.5, 687.5], [778.5, 688.5], [775.5, 686.5], [782.5, 689.5], [781.5, 689.5], [778.5, 689.5], [780.5, 690.5], [781.5, 691.5], [785.5, 691.5], [788.5, 690.5], [789.5, 690.5], [786.5, 689.5], [784.5, 688.5], [781.5, 689.5], [781.5, 689.5], [798.5, 690.5], [799.5, 691.5], [797.5, 692.5], [789.5, 691.5], [788.5, 690.5], [788.5, 691.5], [784.5, 687.5], [783.5, 689.5], [783.5, 687.5], [781.5, 688.5], [782.5, 688.5], [792.5, 688.5], [794.5, 688.5], [794.5, 688.5], [790.5, 687.5], [788.5, 688.5], [789.5, 687.5], [788.5, 688.5], [787.5, 688.5], [809.5, 688.5], [809.5, 691.5], [807.5, 691.5], [807.5, 691.5], [801.5, 691.5], [801.5, 691.5], [816.5, 690.5], [813.5, 690.5], [820.5, 686.5], [828.5, 687.5], [828.5, 688.5], [828.5, 690.5], [828.5, 690.5], [828.5, 690.5], [827.5, 691.5], [814.5, 692.5], [813.5, 689.5], [829.5, 690.5], [829.5, 686.5], [828.5, 684.5], [825.5, 685.5], [815.5, 685.5], [814.5, 685.5], [813.5, 684.5], [820.5, 685.5], [824.5, 684.5], [828.5, 683.5], [830.5, 687.5], [831.5, 685.5], [829.5, 683.5], [830.5, 688.5], [831.5, 689.5], [831.5, 688.5], [830.5, 686.5], [829.5, 690.5], [828.5, 691.5], [826.5, 691.5], [827.5, 691.5], [824.5, 690.5], [825.5, 688.5], [826.5, 685.5], [826.5, 689.5], [823.5, 690.5], [823.5, 691.5], [820.5, 691.5], [822.5, 691.5], [818.5, 689.5], [820.5, 686.5], [820.5, 690.5], [819.5, 690.5], [820.5, 690.5], [821.5, 689.5], [827.5, 688.5], [827.5, 688.5], [826.5, 687.5], [824.5, 689.5], [822.5, 687.5], [823.5, 686.5], [824.5, 689.5], [821.5, 690.5], [821.5, 690.5], [821.5, 691.5], [820.5, 692.5], [819.5, 692.5], [820.5, 691.5], [821.5, 690.5], [821.5, 689.5], [813.5, 696.5], [817.5, 698.5], [814.5, 702.5], [814.5, 705.5], [812.5, 707.5], [812.5, 707.5], [811.5, 709.5], [817.5, 709.5], [817.5, 704.5], [812.5, 698.5], [811.5, 706.5], [796.5, 708.5], [789.5, 705.5], [787.5, 705.5], [795.5, 710.5], [787.5, 702.5], [798.5, 709.5], [788.5, 697.5], [787.5, 701.5], [790.5, 701.5], [820.5, 694.5], [820.5, 699.5], [821.5, 693.5], [822.5, 700.5], [828.5, 694.5], [827.5, 700.5], [827.5, 703.5], [828.5, 703.5], [827.5, 705.5], [826.5, 706.5], [822.5, 708.5], [818.5, 710.5], [814.5, 712.5], [810.5, 711.5], [787.5, 693.5], [787.5, 696.5], [793.5, 710.5], [784.5, 694.5], [783.5, 692.5], [782.5, 703.5], [777.5, 707.5], [774.5, 709.5], [784.5, 706.5], [776.5, 711.5], [786.5, 703.5], [774.5, 713.5], [786.5, 705.5]]}, {"id": "twm4i3", "submitted_by": "Wonderful-Surprise-7", "name": "Arsenal F.C.", "description": "Arsenal are a soccer/football club founded in 1886. They are currently based in North London. They are known as one of the most successful clubs in English football history, winning 13 Division One Titles and 14 FA Cups respectively, as well as many more. ", "website": "", "subreddit": "r/gunners", "center": [727.5, 503.5], "path": [[701.5, 482.5], [752.5, 482.5], [753.5, 523.5], [701.5, 523.5]]}, @@ -1010,14 +957,13 @@ {"id": "twm2l0", "submitted_by": "AdrianOne_1", "name": "Senzawa", "description": "Pixel art of content creator/Vtuber, Senzawa, who went inactive mid 2020.", "website": "[https://www.youtube.com/c/senzawa](https://www.youtube.com/c/senzawa)", "subreddit": "[reddit.com/r/Senzawa/](https://reddit.com/r/Senzawa/)", "center": [1856.5, 811.5], "path": [[1845.5, 792.5], [1845.5, 830.5], [1867.5, 830.5], [1867.5, 792.5], [1846.5, 792.5]]}, {"id": "twm253", "submitted_by": "cabbage-soup", "name": "Mug Moment", "description": "A popular movement started by Streamer/Youtuber Vargskelethor Joel (Vinesauce). ", "website": "", "subreddit": "r/vinesauce", "center": [669.5, 1707.5], "path": [[645.5, 1693.5], [651.5, 1687.5], [687.5, 1687.5], [693.5, 1692.5], [692.5, 1715.5], [690.5, 1719.5], [689.5, 1719.5], [689.5, 1731.5], [685.5, 1730.5], [681.5, 1729.5], [670.5, 1727.5], [664.5, 1728.5], [657.5, 1729.5], [653.5, 1729.5], [649.5, 1725.5], [648.5, 1720.5], [650.5, 1719.5], [645.5, 1716.5], [644.5, 1709.5], [645.5, 1692.5]]}, {"id": "twm22t", "submitted_by": "K4M1k4ZE_", "name": "Flag of the Dutch province Drenthe", "description": "", "website": "", "subreddit": "", "center": [1165.5, 7.5], "path": [[1158.5, 2.5], [1158.5, 12.5], [1172.5, 12.5], [1172.5, 2.5], [1158.5, 2.5]]}, -{"id": "twm20m", "submitted_by": "f5xs_0000b", "name": "Rimuru Tempest, Slime Form", "description": "The slime form of the Slime Demon Rimuru Tempest. Don't let the cute looks fool you; he's the strongest being in his world. He wears the mask of the late Otherworlder Shizue Izawa.nnAppears in the anime That Time I Got Reincarnated as a Slime.nn", "website": "https://myanimelist.net/anime/37430/Tensei_shitara_Slime_Datta_Ken", "subreddit": "https://www.reddit.com/r/TenseiSlime/", "center": [1822.5, 120.5], "path": [[1821.5, 110.5], [1828.5, 110.5], [1829.5, 111.5], [1830.5, 111.5], [1834.5, 115.5], [1834.5, 116.5], [1835.5, 117.5], [1835.5, 121.5], [1834.5, 122.5], [1834.5, 126.5], [1831.5, 129.5], [1814.5, 129.5], [1810.5, 125.5], [1810.5, 124.5], [1809.5, 123.5], [1809.5, 120.5], [1810.5, 119.5], [1810.5, 118.5], [1811.5, 117.5], [1811.5, 116.5], [1814.5, 113.5], [1815.5, 113.5], [1816.5, 112.5], [1817.5, 112.5], [1818.5, 111.5], [1820.5, 111.5]]}, +{"id": "twm20m", "submitted_by": "f5xs_0000b", "name": "Rimuru Tempest, Slime Form", "description": "The slime form of the Slime Demon Rimuru Tempest. Don't let the cute looks fool you; he's the strongest being in his world. He wears the mask of the late Otherworlder Shizue Izawa.nnAppears in the anime That Time I Got Reincarnated as a Slime.nn", "website": "https://myanimelist.net/anime/37430/Tensei_shitara_Slime_Datta_Ken", "subreddit": "r/TenseiSlime/", "center": [1822.5, 120.5], "path": [[1821.5, 110.5], [1828.5, 110.5], [1829.5, 111.5], [1830.5, 111.5], [1834.5, 115.5], [1834.5, 116.5], [1835.5, 117.5], [1835.5, 121.5], [1834.5, 122.5], [1834.5, 126.5], [1831.5, 129.5], [1814.5, 129.5], [1810.5, 125.5], [1810.5, 124.5], [1809.5, 123.5], [1809.5, 120.5], [1810.5, 119.5], [1810.5, 118.5], [1811.5, 117.5], [1811.5, 116.5], [1814.5, 113.5], [1815.5, 113.5], [1816.5, 112.5], [1817.5, 112.5], [1818.5, 111.5], [1820.5, 111.5]]}, {"id": "twm1va", "submitted_by": "MemoryAggravating694", "name": "Aphex Twin", "description": "Richard Davis James, also knows as Aphex Twin, is a popular indie electronic music artist known for producing music of the IDM genre. This image is the logo for the project, and this specific one comes from 1992s, selected ambient works ", "website": "", "subreddit": "/r/Aphex twin ", "center": [1315.5, 519.5], "path": [[1309.5, 504.5], [1323.5, 505.5], [1329.5, 510.5], [1330.5, 517.5], [1331.5, 524.5], [1325.5, 531.5], [1322.5, 534.5], [1307.5, 533.5], [1305.5, 529.5], [1301.5, 527.5], [1299.5, 517.5], [1302.5, 511.5], [1306.5, 506.5]]}, {"id": "twm1qt", "submitted_by": "AungAlvin", "name": "Yuuko, Mio and Mai", "description": "Yuuko Aioi, Mio Naganohara and Mai Minakami are the main charaters of the Nichijou anime and manga.", "website": "", "subreddit": "r/Nichijou", "center": [1413.5, 1252.5], "path": [[1387.5, 1243.5], [1387.5, 1261.5], [1439.5, 1261.5], [1439.5, 1243.5], [1387.5, 1243.5]]}, {"id": "twm1kb", "submitted_by": "K4M1k4ZE_", "name": "Flag of the Dutch province Groningen", "description": "", "website": "", "subreddit": "", "center": [1146.5, 7.5], "path": [[1139.5, 2.5], [1139.5, 12.5], [1153.5, 12.5], [1153.5, 2.5], [1139.5, 2.5]]}, {"id": "twm1h0", "submitted_by": "CharlieNmyT", "name": "CHAD CAST Calli, IRyS, Baelz", "description": "Podcast featuring Hololive English talents (Myth) Calliope Mori, (Project Hope) IRyS and (Council) Hakos Baelz.", "website": "https://www.youtube.com/watch?v=MXd7uOemEzc", "subreddit": "/r/hololive", "center": [1347.5, 919.5], "path": [[1344.5, 905.5], [1341.5, 908.5], [1341.5, 912.5], [1340.5, 917.5], [1338.5, 925.5], [1340.5, 928.5], [1345.5, 933.5], [1357.5, 927.5], [1354.5, 920.5], [1354.5, 915.5], [1355.5, 913.5], [1350.5, 905.5]]}, {"id": "twm166", "submitted_by": "Wonderful-Surprise-7", "name": "Dark Side Of The Moon", "description": "Dark Side Of The Moon is an album released in 1973 by British rock group Pink Floyd. It is regarded as one of the best musical albums of all time and is one of the most bestselling albums to date.", "website": "", "subreddit": "r/pinkfloyd", "center": [1803.5, 1353.5], "path": [[1722.5, 1330.5], [1883.5, 1329.5], [1884.5, 1377.5], [1725.5, 1378.5]]}, {"id": "twm14d", "submitted_by": "JustKoiru", "name": "Jojolands", "description": "It\u2019s Bizarre.", "website": "", "subreddit": "r/shitpostcrusaders", "center": [93.5, 911.5], "path": [[0.5, 883.5], [28.5, 883.5], [27.5, 876.5], [30.5, 876.5], [41.5, 888.5], [56.5, 876.5], [57.5, 881.5], [57.5, 883.5], [162.5, 883.5], [162.5, 898.5], [138.5, 898.5], [136.5, 956.5], [91.5, 956.5], [88.5, 942.5], [62.5, 941.5], [59.5, 904.5], [55.5, 904.5], [42.5, 892.5], [28.5, 904.5], [26.5, 899.5], [28.5, 898.5], [0.5, 898.5]]}, -{"id": "twm128", "submitted_by": "morningstarunicorn", "name": "The Hollow Knight", "description": "a reference to the Hollow Knight from the game Hollow Knight", "website": "", "subreddit": "/r/HollowKnight", "center": [1377.5, 81.5], "path": [[1365.5, 101.5], [1370.5, 94.5], [1365.5, 89.5], [1365.5, 87.5], [1364.5, 87.5], [1363.5, 86.5], [1362.5, 85.5], [1362.5, 83.5], [1364.5, 83.5], [1365.5, 84.5], [1369.5, 87.5], [1368.5, 84.5], [1367.5, 74.5], [1365.5, 73.5], [1364.5, 64.5], [1371.5, 57.5], [1375.5, 58.5], [1375.5, 60.5], [1370.5, 65.5], [1370.5, 70.5], [1371.5, 70.5], [1384.5, 70.5], [1386.5, 68.5], [1386.5, 64.5], [1383.5, 61.5], [1381.5, 61.5], [1381.5, 58.5], [1384.5, 57.5], [1385.5, 58.5], [1386.5, 59.5], [1388.5, 59.5], [1388.5, 60.5], [1389.5, 62.5], [1391.5, 62.5], [1391.5, 71.5], [1391.5, 72.5], [1390.5, 72.5], [1388.5, 74.5], [1388.5, 87.5], [1385.5, 89.5], [1384.5, 89.5], [1384.5, 93.5], [1389.5, 100.5], [1389.5, 101.5], [1388.5, 100.5], [1385.5, 101.5], [1382.5, 103.5], [1382.5, 104.5], [1382.5, 101.5], [1381.5, 101.5], [1381.5, 98.5], [1380.5, 98.5], [1379.5, 97.5], [1378.5, 98.5], [1378.5, 100.5], [1377.5, 101.5]]}, {"id": "twm10g", "submitted_by": "kane91123", "name": "Natus Vincere Logo", "description": "Logo for popular Ukrainian based Esport organization known as Natus Vincere. Better known as Na'Vi", "website": "https://navi.gg/en/", "subreddit": "/r/natusvincere/", "center": [47.5, 178.5], "path": [[34.5, 172.5], [34.5, 174.5], [33.5, 174.5], [33.5, 178.5], [32.5, 177.5], [32.5, 181.5], [31.5, 180.5], [31.5, 183.5], [30.5, 183.5], [30.5, 185.5], [60.5, 185.5], [61.5, 182.5], [61.5, 181.5], [61.5, 180.5], [62.5, 180.5], [62.5, 179.5], [63.5, 178.5], [63.5, 177.5], [64.5, 177.5], [64.5, 175.5], [65.5, 175.5], [65.5, 172.5], [65.5, 172.5], [49.5, 172.5], [35.5, 172.5], [35.5, 172.5]]}, {"id": "twm0zt", "submitted_by": "Yay295", "name": "Madoka Chibis", "description": "Four characters from the Puella Magi Madoka Magica anime series.nnClockwise from top-left: Homura Akemi, Madoka Kaname, Iroha Tamaki, and Yachiyo Nanami.", "website": "", "subreddit": "/r/MadokaMagica", "center": [652.5, 411.5], "path": [[635.5, 393.5], [669.5, 393.5], [669.5, 429.5], [635.5, 429.5], [635.5, 415.5], [669.5, 415.5], [669.5, 410.5], [635.5, 410.5]]}, {"id": "twm0vi", "submitted_by": "Pool-noodle-muncher2", "name": "Super Smash Bros Melee", "description": "SSBM is a fighting game made by HAL Laboratory released in 2001. Slippi.gg is an application that improves Melee, while also bringing online play.", "website": "https://slippi.gg/", "subreddit": "r/SSBM", "center": [799.5, 949.5], "path": [[775.5, 927.5], [775.5, 961.5], [775.5, 961.5], [782.5, 961.5], [782.5, 979.5], [793.5, 981.5], [810.5, 981.5], [818.5, 978.5], [818.5, 962.5], [824.5, 961.5], [824.5, 954.5], [823.5, 953.5], [823.5, 927.5], [800.5, 916.5], [776.5, 927.5]]}, @@ -1058,7 +1004,6 @@ {"id": "twlubc", "submitted_by": "Excellent-Sort6280", "name": "St. Louis Blues", "description": "A logo of the St. Louis Blues hockey team", "website": "", "subreddit": "r/stlouisblues", "center": [1789.5, 923.5], "path": [[1774.5, 912.5], [1807.5, 912.5], [1807.5, 916.5], [1791.5, 931.5], [1792.5, 936.5], [1791.5, 936.5], [1791.5, 937.5], [1788.5, 939.5], [1779.5, 940.5], [1776.5, 936.5], [1776.5, 932.5], [1780.5, 929.5], [1784.5, 929.5], [1775.5, 915.5], [1774.5, 915.5], [1774.5, 912.5]]}, {"id": "twlu7o", "submitted_by": "rodentchronicler", "name": "The Bigender Flag", "description": "", "website": "", "subreddit": "/r/Bigender", "center": [461.5, 643.5], "path": [[457.5, 646.5], [457.5, 639.5], [457.5, 640.5], [465.5, 640.5], [465.5, 646.5]]}, {"id": "twlt2a", "submitted_by": "f5xs_0000b", "name": "German Maple Leaf", "description": "As a result of the inability of the Canadians above to draw a proper maple leaf, the Germans below teach them how it's done.", "website": "", "subreddit": "", "center": [1721.5, 1144.5], "path": [[1720.5, 1163.5], [1722.5, 1163.5], [1722.5, 1153.5], [1725.5, 1153.5], [1726.5, 1154.5], [1731.5, 1154.5], [1731.5, 1153.5], [1730.5, 1152.5], [1730.5, 1151.5], [1732.5, 1149.5], [1733.5, 1149.5], [1737.5, 1145.5], [1737.5, 1144.5], [1736.5, 1144.5], [1735.5, 1143.5], [1736.5, 1142.5], [1736.5, 1140.5], [1737.5, 1139.5], [1737.5, 1138.5], [1735.5, 1138.5], [1734.5, 1139.5], [1731.5, 1139.5], [1731.5, 1138.5], [1730.5, 1137.5], [1729.5, 1138.5], [1727.5, 1140.5], [1726.5, 1139.5], [1726.5, 1138.5], [1727.5, 1137.5], [1727.5, 1133.5], [1726.5, 1133.5], [1725.5, 1134.5], [1724.5, 1134.5], [1723.5, 1133.5], [1723.5, 1132.5], [1722.5, 1131.5], [1722.5, 1130.5], [1721.5, 1129.5], [1720.5, 1130.5], [1720.5, 1131.5], [1719.5, 1132.5], [1718.5, 1134.5], [1717.5, 1134.5], [1716.5, 1133.5], [1715.5, 1133.5], [1715.5, 1136.5], [1716.5, 1137.5], [1716.5, 1139.5], [1715.5, 1140.5], [1712.5, 1137.5], [1710.5, 1139.5], [1708.5, 1139.5], [1707.5, 1138.5], [1705.5, 1138.5], [1705.5, 1139.5], [1706.5, 1140.5], [1706.5, 1142.5], [1707.5, 1143.5], [1706.5, 1144.5], [1705.5, 1144.5], [1705.5, 1145.5], [1709.5, 1149.5], [1710.5, 1149.5], [1712.5, 1151.5], [1712.5, 1152.5], [1711.5, 1153.5], [1711.5, 1154.5], [1715.5, 1154.5], [1716.5, 1153.5], [1720.5, 1153.5]]}, -{"id": "twlst4", "submitted_by": "f5xs_0000b", "name": "Tanya Degurechaff", "description": "The protagonist of the anime series The Saga of Tanya The Evil (Youjo Senki in Japanese)", "website": "https://myanimelist.net/anime/32615/Youjo_Senki", "subreddit": "https://www.reddit.com/r/YoujoSenki/", "center": [1446.5, 1151.5], "path": [[1441.5, 1166.5], [1442.5, 1166.5], [1444.5, 1164.5], [1446.5, 1163.5], [1447.5, 1164.5], [1447.5, 1165.5], [1448.5, 1166.5], [1449.5, 1166.5], [1450.5, 1165.5], [1450.5, 1162.5], [1451.5, 1161.5], [1451.5, 1158.5], [1453.5, 1156.5], [1456.5, 1150.5], [1456.5, 1149.5], [1457.5, 1148.5], [1454.5, 1146.5], [1454.5, 1144.5], [1453.5, 1143.5], [1453.5, 1142.5], [1451.5, 1140.5], [1450.5, 1140.5], [1448.5, 1138.5], [1447.5, 1139.5], [1444.5, 1139.5], [1443.5, 1140.5], [1441.5, 1140.5], [1439.5, 1142.5], [1439.5, 1143.5], [1437.5, 1145.5], [1437.5, 1147.5], [1438.5, 1148.5], [1438.5, 1149.5], [1437.5, 1150.5], [1437.5, 1151.5], [1436.5, 1152.5], [1437.5, 1153.5], [1438.5, 1154.5], [1437.5, 1155.5], [1438.5, 1156.5], [1439.5, 1156.5], [1442.5, 1159.5], [1442.5, 1160.5], [1441.5, 1161.5]]}, {"id": "twlssp", "submitted_by": "ErinEvie", "name": "SFU", "description": "Simon Fraser University (SFU) is a public research university in British Columbia, Canada. SFU Consistently ranks as Canada's top comprehensive university and named to the Times Higher Education List of 100 universities. SFU was founded in 1962. This pixel art is SFU's smaller current logo", "website": "[https://www.sfu.ca/](https://www.sfu.ca/)", "subreddit": "r/simonfraser", "center": [1467.5, 793.5], "path": [[1461.5, 790.5], [1461.5, 796.5], [1473.5, 796.5], [1473.5, 790.5], [1461.5, 790.5]]}, {"id": "twlsm9", "submitted_by": "yaboimankeez", "name": "Xi Jinping / Winnie de Pooh Poster", "description": "An Anti-CCP/Anti-Xi Jinping poster depicting Winnie de Pooh with Xi Jinping's face holding a Coronavirus, made by the ADVChina community, a pair of YouTubers who lived in China for over a decade and now dedicate their channels to exposing the ugly truth about the CCP and China today, SerpentZA and Laowhy86.", "website": "", "subreddit": "", "center": [987.5, 143.5], "path": [[949.5, 166.5], [949.5, 120.5], [1025.5, 120.5], [1025.5, 166.5], [1025.5, 166.5]]}, {"id": "twlshq", "submitted_by": "CaptainDoge", "name": "Dogecoin", "description": "One of the most memeable cryptocurrencies. Featuring a picture of Kabosu the original source of the Doge meme. Much Teamwork, wow!", "website": "", "subreddit": "/r/dogecoin", "center": [1681.5, 402.5], "path": [[1651.5, 377.5], [1651.5, 427.5], [1684.5, 427.5], [1684.5, 420.5], [1713.5, 419.5], [1714.5, 415.5], [1721.5, 414.5], [1721.5, 396.5], [1702.5, 395.5], [1701.5, 378.5]]}, @@ -1094,7 +1039,6 @@ {"id": "twllvq", "submitted_by": "CharlieNmyT", "name": "Delutaya \u25b2", "description": "Symbol representing Independent Japanese vtuber Delutaya \u25b2", "website": "https://www.youtube.com/channel/UC7YXqPO3eUnxbJ6rN0z2z1Q/featured", "subreddit": "/r/Delutaya", "center": [269.5, 765.5], "path": [[269.5, 762.5], [265.5, 767.5], [273.5, 767.5]]}, {"id": "twllnn", "submitted_by": "alexspm", "name": "The great warfield", "description": "French flag made by french streamers and their community, leaded by Kameton", "website": "", "subreddit": "", "center": [125.5, 1707.5], "path": [[250.5, 1970.5], [250.5, 1443.5], [0.5, 1443.5], [0.5, 1970.5]]}, {"id": "twlllz", "submitted_by": "MugaSofer", "name": "Offline Twitch Streamers", "description": "Banner for offline Twitch streamers, featuring the subreddit's Pepe mascot.nnThe crown is a reference to the Turtle Queen, a contagious meme entity in the free urban fantasy series Pale.", "website": "", "subreddit": "/r/Offliners", "center": [781.5, 1335.5], "path": [[702.5, 1302.5], [701.5, 1323.5], [711.5, 1324.5], [719.5, 1330.5], [720.5, 1335.5], [722.5, 1338.5], [723.5, 1347.5], [725.5, 1348.5], [727.5, 1357.5], [722.5, 1360.5], [723.5, 1369.5], [735.5, 1369.5], [741.5, 1366.5], [741.5, 1364.5], [742.5, 1360.5], [745.5, 1356.5], [757.5, 1358.5], [758.5, 1364.5], [772.5, 1364.5], [774.5, 1365.5], [777.5, 1368.5], [808.5, 1368.5], [854.5, 1368.5], [852.5, 1312.5], [790.5, 1313.5], [789.5, 1301.5]]}, -{"id": "twll1m", "submitted_by": "NerdKnight66", "name": "Windows 7 Taskbar", "description": "The beginnings of a Windows 7 taskbar. It was started too late in the subreddits history to reach completion", "website": "", "subreddit": "/r/PlaceStart", "center": [555.5, 1985.5], "path": [[0.5, 1999.5], [0.5, 1970.5], [1249.5, 1972.5], [1244.5, 1972.5], [1244.5, 1973.5], [1173.5, 1974.5], [1171.5, 1981.5], [1167.5, 1979.5], [1157.5, 1980.5], [1151.5, 1986.5], [1151.5, 1993.5], [1161.5, 1996.5], [1165.5, 1998.5], [1207.5, 1998.5], [1206.5, 1999.5], [870.5, 1999.5], [879.5, 1996.5], [881.5, 1992.5], [886.5, 1995.5], [892.5, 1996.5], [897.5, 1997.5], [899.5, 1992.5], [899.5, 1987.5], [896.5, 1981.5], [896.5, 1977.5], [896.5, 1975.5], [892.5, 1978.5], [882.5, 1976.5], [872.5, 1975.5], [853.5, 1974.5], [836.5, 1972.5], [787.5, 1973.5], [785.5, 1975.5], [784.5, 1978.5], [797.5, 1984.5], [799.5, 1987.5], [802.5, 1997.5], [870.5, 1998.5], [870.5, 1999.5]]}, {"id": "twlkr6", "submitted_by": "f5xs_0000b", "name": "Mik-Mik", "description": "A popular candy in the Philippines containing, you guessed it, sweetened milk powder.", "website": "", "subreddit": "", "center": [432.5, 1617.5], "path": [[408.5, 1600.5], [455.5, 1600.5], [455.5, 1633.5], [408.5, 1633.5]]}, {"id": "twlknz", "submitted_by": "Guilty_Nail_1333", "name": "5up's Leaflings", "description": "Emote character for Twitch Streamer 5up who, along with his community, assisted smaller communities in restoring their voided art during r/place", "website": "https://www.twitch.tv/5uppp/", "subreddit": "", "center": [1792.5, 1439.5], "path": [[1770.5, 1423.5], [1815.5, 1423.5], [1815.5, 1455.5], [1770.5, 1456.5], [1770.5, 1423.5]]}, {"id": "twlkjp", "submitted_by": "Anonymous0726", "name": "5up Scarf Art", "description": "A small collection of streamer 5up's leaflings wrapped up in a scarf.", "website": "twitch.tv/5uppp", "subreddit": "/r/5up", "center": [1793.5, 1439.5], "path": [[1814.5, 1454.5], [1814.5, 1424.5], [1771.5, 1424.5], [1771.5, 1454.5]]}, @@ -1114,22 +1058,19 @@ {"id": "twlj8d", "submitted_by": "Ericbazinga", "name": "Kanto Starter Pokemon", "description": "From left to right- The water-type Squirtle, the fire-type Charmander, and the grass-type Bulbasaur. The three Pokemon are tied for most popular starter of their generation.", "website": "", "subreddit": "r/pokemon", "center": [1845.5, 9.5], "path": [[1878.5, 0.5], [1879.5, 17.5], [1879.5, 18.5], [1813.5, 19.5], [1813.5, 0.5]]}, {"id": "twlj2p", "submitted_by": "noobykongo", "name": "Super Auto Pets Turtle", "description": "The artwork for the Turtle unit in the auto battler Super Auto Pets by Teamwood Games", "website": "", "subreddit": "/r/superautopets", "center": [258.5, 978.5], "path": [[258.5, 968.5], [266.5, 968.5], [269.5, 978.5], [265.5, 981.5], [267.5, 984.5], [267.5, 987.5], [263.5, 987.5], [263.5, 985.5], [260.5, 985.5], [260.5, 987.5], [255.5, 987.5], [255.5, 984.5], [253.5, 984.5], [253.5, 987.5], [248.5, 987.5], [248.5, 983.5], [245.5, 980.5], [246.5, 974.5], [248.5, 972.5], [252.5, 972.5], [254.5, 974.5], [255.5, 974.5], [258.5, 969.5], [266.5, 968.5], [267.5, 969.5]]}, {"id": "twlj1s", "submitted_by": "sinfjr", "name": "Neoliberalism", "description": "A banner dedicated to the ideology of Neoliberalism, that advocates for liberalism, free trade, open borders, and internationalism. Inside the banner are the Pride Flag, a Globe wearing glasses as the symbol for Neoliberalism, the logo of NATO, F-35-chan from Flight Highschool, and Trans Pride Flag.", "website": "https://neoliberalproject.org/", "subreddit": "/r/neoliberal", "center": [846.5, 114.5], "path": [[799.5, 99.5], [893.5, 99.5], [893.5, 129.5], [799.5, 129.5], [799.5, 99.5]]}, -{"id": "twlij4", "submitted_by": "Aksyyy", "name": "The Flag of the Philippines with Leni-Kiko", "description": "The Flag of the Philippines with the Philippine Archipelago and a Filipino Snoo wearing barong and salakot. Leni-Kiko Banner for this upcoming election", "website": "[https://www.reddit.com/r/Philippines/](https://www.reddit.com/r/Philippines/)", "subreddit": "r/Philippines", "center": [332.5, 674.5], "path": [[301.5, 645.5], [363.5, 645.5], [363.5, 702.5], [301.5, 702.5], [301.5, 645.5]]}, {"id": "twli7l", "submitted_by": "MrDarKoffee", "name": "Ratge ", "description": "Reconstruction of Ratge after being destroyed", "website": "", "subreddit": "", "center": [1677.5, 999.5], "path": [[1646.5, 956.5], [1708.5, 957.5], [1708.5, 1042.5], [1646.5, 1042.5]]}, {"id": "twli2j", "submitted_by": "MemoryAggravating694", "name": "My Beautiful Dark Twisted Fantasy", "description": "Depicts the album My Beautiful Dark Twisted Fantasy, released in 2010 by Kanye West ", "website": "", "subreddit": "/r/kanye", "center": [1789.5, 998.5], "path": [[1779.5, 1007.5], [1779.5, 988.5], [1799.5, 988.5], [1799.5, 1009.5]]}, {"id": "twlhuj", "submitted_by": "HijoDeFootspa", "name": "The Philippines", "description": "A country in Southeast Asia. Shown on the flag is a map of the Philippine Archipelago and r/Philippines' snoo avatar.", "website": "", "subreddit": "r/Philippines", "center": [332.5, 665.5], "path": [[302.5, 645.5], [363.5, 645.5], [362.5, 685.5], [302.5, 686.5], [302.5, 686.5]]}, {"id": "twlhm4", "submitted_by": "MiniMeowl", "name": "Younha", "description": "One of the OG singer-songwriters of kpop. First K-female soloist to top US iTunes chart. Check out 'End Theory', part of Billboard and Time's Best Kpop Albums of 2021.", "website": "", "subreddit": "r/younha", "center": [1523.5, 1048.5], "path": [[1522.5, 1044.5], [1522.5, 1051.5], [1524.5, 1051.5], [1524.5, 1044.5]]}, {"id": "twlhf3", "submitted_by": "morningstarunicorn", "name": "JackSepticEye Logo", "description": "A logo for the youtuber JackSepticEye", "website": "https://www.youtube.com/jacksepticeye", "subreddit": "/r/jacksepticeye", "center": [1468.5, 1991.5], "path": [[1480.5, 1999.5], [1459.5, 1999.5], [1459.5, 1983.5], [1477.5, 1983.5], [1477.5, 1996.5]]}, {"id": "twlh9g", "submitted_by": "samgg007", "name": "Vladilena Miliz\u00e9", "description": "Main character in the anime 86 - Eighty Six (86\u2015\u30a8\u30a4\u30c6\u30a3\u30b7\u30c3\u30af\u30b9\u2015), also known as Lena.", "website": "", "subreddit": "/r/EightySix/", "center": [988.5, 1798.5], "path": [[989.5, 1769.5], [993.5, 1769.5], [993.5, 1770.5], [994.5, 1771.5], [994.5, 1773.5], [999.5, 1779.5], [1000.5, 1782.5], [1001.5, 1790.5], [1002.5, 1799.5], [1001.5, 1810.5], [998.5, 1814.5], [996.5, 1818.5], [996.5, 1823.5], [994.5, 1824.5], [994.5, 1827.5], [982.5, 1827.5], [982.5, 1819.5], [980.5, 1819.5], [980.5, 1816.5], [980.5, 1814.5], [977.5, 1814.5], [976.5, 1812.5], [974.5, 1811.5], [974.5, 1799.5], [973.5, 1792.5], [973.5, 1787.5], [979.5, 1778.5], [983.5, 1775.5]]}, -{"id": "twlh5v", "submitted_by": "MonDellBit0987", "name": "Vietnam", "description": "A Vietnam Flag ", "website": "", "subreddit": "", "center": [437.5, 1690.5], "path": [[413.5, 1675.5], [413.5, 1704.5], [462.5, 1703.5], [460.5, 1676.5], [460.5, 1676.5], [460.5, 1676.5], [425.5, 1675.5], [429.5, 1675.5]]}, -{"id": "twlh05", "submitted_by": "Ericbazinga", "name": "Hey All, Scott Here!", "description": "A reference to the YouTuber Scott The Woz, otherwise known as the guy who owns Sonic Jam.", "website": "https://www.youtube.com/c/scottthewoz", "subreddit": "r/scottthewoz", "center": [1577.5, 230.5], "path": [[1551.5, 212.5], [1602.5, 212.5], [1603.5, 248.5], [1551.5, 248.5]]}, {"id": "twlgzi", "submitted_by": "Tristan_Saber", "name": "Red Rising (Grey war)", "description": "A Red Sigil from The Red Rising Book Series (Part of the SFFA Alliance) Encapsulated as a battle between greyscaling tinpots and the Red Rain. Stay prime, my goodman.", "website": "", "subreddit": "r/redrising r/SFFA", "center": [1645.5, 1357.5], "path": [[1644.5, 1340.5], [1637.5, 1355.5], [1623.5, 1355.5], [1646.5, 1373.5], [1662.5, 1356.5], [1653.5, 1351.5], [1649.5, 1341.5], [1644.5, 1341.5]]}, {"id": "twlgt5", "submitted_by": "burnoutsuckass", "name": "Flag of Azerbaijan", "description": "The national flag of the Republic of Azerbaijan, with its ratio being stretched out.", "website": "", "subreddit": "r/azerbaijan", "center": [950.5, 183.5], "path": [[826.5, 167.5], [826.5, 167.5], [1071.5, 167.5], [1071.5, 199.5], [826.5, 197.5]]}, {"id": "twlgqo", "submitted_by": "SeiIkeyia2", "name": "Risk Of Rain", "description": "A small banner featuring Risk of Rain 1 and 2 characters, items, and enemies.", "website": "", "subreddit": "r/RiskofRain", "center": [565.5, 422.5], "path": [[508.5, 414.5], [508.5, 429.5], [621.5, 429.5], [621.5, 414.5]]}, {"id": "twlg0b", "submitted_by": "learn2die101", "name": "University of Houston", "description": "University of Houston academic logo with shadow", "website": "https://old.reddit.com/r/UniversityOfHouston", "subreddit": "/r/UniversityOfHouston", "center": [35.5, 264.5], "path": [[24.5, 253.5], [24.5, 275.5], [45.5, 275.5], [45.5, 253.5]]}, {"id": "twlfzh", "submitted_by": "alexspm", "name": "Drapeau fran\u00e7ais twitch FR", "description": "The greatest warfield of r/placenMade by french streamers and their communititynMY CEO", "website": "", "subreddit": "", "center": [125.5, 1707.5], "path": [[0.5, 1443.5], [250.5, 1443.5], [250.5, 1971.5], [0.5, 1970.5]]}, {"id": "twlfmm", "submitted_by": "Nameless1101", "name": "Granblue Fantasy Lyria", "description": "The female protagonist of the mobile JRPG Granblue Fantasy developed by Cygames", "website": "https://granbluefantasy.jp/en/", "subreddit": "/r/Granblue_en", "center": [1452.5, 1739.5], "path": [[1440.5, 1727.5], [1464.5, 1727.5], [1464.5, 1751.5], [1440.5, 1751.5], [1440.5, 1751.5], [1440.5, 1751.5]]}, -{"id": "twlfjl", "submitted_by": "yuri_iwi", "name": "Jerma985/Vinesauce Streamer Mural", "description": "Created in appreciation for Jerma985 and Vinesauce along with related inside jokes and characters.", "website": "https://www.twitch.tv/vinesauce https://www.twitch.tv/jerma985", "subreddit": "/r/vinesauce /r/Jerma985", "center": [114.5, 1060.5], "path": [[93.5, 999.5], [136.5, 999.5], [136.5, 1120.5], [92.5, 1121.5]]}, +{"id": "twlfjl", "submitted_by": "yuri_iwi", "name": "Jerma985/Vinesauce Streamer Mural", "description": "Created in appreciation for Jerma985 and Vinesauce along with related inside jokes and characters.", "website": "https://www.twitch.tv/vinesauce", "subreddit": "/r/Jerma985", "center": [114.5, 1060.5], "path": [[93.5, 999.5], [136.5, 999.5], [136.5, 1120.5], [92.5, 1121.5]]}, {"id": "twlfhj", "submitted_by": "Flamberge3000", "name": "LazuLight ft. Vox Akuma", "description": "The talents Pomu Rainpuff, Elira Pendora, and Finana Ryugu that form the group LazuLight of the Vtuber agency Nijisanji. Along with them is Vox Akuma of Luxiem, also from the same VTuber agency.", "website": "https://www.nijisanji.jp/en/members", "subreddit": "/r/Nijisanji", "center": [1922.5, 738.5], "path": [[1882.5, 732.5], [1962.5, 732.5], [1962.5, 744.5], [1882.5, 744.5], [1882.5, 738.5]]}, {"id": "twlfck", "submitted_by": "TimeWandrer", "name": "A Grandfather's Gift", "description": "A tribute to the beloved Stardew Valley game made by Concerned Ape", "website": "https://www.stardewvalley.net/", "subreddit": "https://www.reddit.com/r/StardewValley/", "center": [102.5, 365.5], "path": [[71.5, 345.5], [71.5, 385.5], [132.5, 386.5], [132.5, 345.5]]}, {"id": "twlfcb", "submitted_by": "LimonWafer109", "name": "Kobo Kanaeru", "description": "A collaboration between the wave and Vtuber communities. The collab is of the Hololive Indonesia 3rd gen rain shaman Kobo Kanaeru.", "website": "", "subreddit": "", "center": [1916.5, 714.5], "path": [[1891.5, 732.5], [1891.5, 696.5], [1940.5, 696.5], [1940.5, 732.5], [1891.5, 732.5]]}, @@ -1150,14 +1091,12 @@ {"id": "twldb4", "submitted_by": "therealnumberone", "name": "Shiny Chatot", "description": "The 441st Pokemon, Chatot is based off of a musical note/singing birds. This one is in the rarer 'shiny' coloration", "website": "[https://www.serebii.net/pokedex-sm/441.shtml](https://www.serebii.net/pokedex-sm/441.shtml)", "subreddit": "r/pokemon", "center": [0.5, 0.5], "path": []}, {"id": "twld3g", "submitted_by": "MugaSofer", "name": "Grodan Boll", "description": "A Swedish cartoon character and popular meme on /r/Sweden. nnThe crown is a reference to the Turtle Queen, an infectious meme from urban fantasy series Pale.", "website": "https://www.reddit.com/r/OutOfTheLoop/comments/7zokxc/okay_i_give_up_whats_with_the_det_\u00e4r_fredag_mina/", "subreddit": "/r/Sweden", "center": [636.5, 100.5], "path": [[618.5, 117.5], [622.5, 102.5], [712.5, 103.5], [711.5, 93.5], [616.5, 91.5], [612.5, 83.5], [604.5, 83.5], [591.5, 99.5], [589.5, 102.5], [594.5, 112.5], [591.5, 118.5], [594.5, 121.5], [614.5, 120.5]]}, {"id": "twld2e", "submitted_by": "bubbasplat", "name": "LeChuck", "description": "Evil undead pirate captain from the point & click puzzle adventure series Monkey Island", "website": "https://returntomonkeyisland.com", "subreddit": "r/MonkeyIsland", "center": [585.5, 1201.5], "path": [[579.5, 1209.5], [579.5, 1194.5], [592.5, 1194.5], [590.5, 1209.5], [579.5, 1209.5]]}, -{"id": "twld1h", "submitted_by": "Owl-Paints", "name": "Warrior Clans", "description": "All of the clan symbols from the book series Warrior Cats by Erin Hunter. The order of the clans from top to bottom and left to right: Starclan, Skyclan, Thunderclan, Riverclan, Windclan, and Shadowclan.", "website": "https://warriorcats.com", "subreddit": "/r/warriorcats", "center": [1445.5, 1485.5], "path": [[1400.5, 1498.5], [1490.5, 1498.5], [1490.5, 1472.5], [1400.5, 1472.5]]}, {"id": "twlcx8", "submitted_by": "carlyc999", "name": "A2C", "description": "A community for anyone going through the college application process. Whether you need resources to help you through your college admissions journey or just a place to destress, we\u2019re here for you!", "website": "[https://applyingto.college](https://applyingto.college)", "subreddit": "r/ApplyingToCollege", "center": [354.5, 1571.5], "path": [[343.5, 1564.5], [365.5, 1564.5], [365.5, 1571.5], [364.5, 1579.5], [344.5, 1579.5], [344.5, 1565.5], [344.5, 1564.5], [345.5, 1565.5], [345.5, 1565.5]]}, {"id": "twlcoj", "submitted_by": "FancySkunk", "name": "TWRP Logo", "description": "TWRP is a Canadian rock band originally from Halifax, Nova Scotia. Their lineup consists of keyboardist and vocalist Doctor Sung, guitarist Lord Phobos, bassist Commander Meouch, and drummer Havve Hogan.", "website": "https://linktr.ee/twrpband", "subreddit": "/r/TWRP", "center": [493.5, 418.5], "path": [[481.5, 414.5], [505.5, 414.5], [505.5, 422.5], [481.5, 422.5], [481.5, 414.5]]}, {"id": "twlcnp", "submitted_by": "Enough-Nebula-1654", "name": "BFDI Firey", "description": "Characters Firey, Four, X, Cloudy, and some speaker boxes from the web series Battle for Dream Island.", "website": "https://bfdi.tv", "subreddit": "r/BattleForDreamIsland", "center": [494.5, 1077.5], "path": [[477.5, 1091.5], [510.5, 1091.5], [510.5, 1063.5], [482.5, 1063.5], [482.5, 1070.5], [477.5, 1071.5], [477.5, 1091.5]]}, {"id": "twlcmm", "submitted_by": "AAAAAARRRRRR", "name": "The Stormight Archive", "description": "The Stormlight Archive is a series of epic fantasy novels written by American author Brandon Sanderson. Unlike some other authors Sanderson actually writes books activity. Also Moash loves his grandparents a lot", "website": "", "subreddit": "r/Stormlight_Archive", "center": [1686.5, 1396.5], "path": [[1689.5, 1414.5], [1689.5, 1418.5], [1686.5, 1421.5], [1684.5, 1418.5], [1684.5, 1414.5], [1678.5, 1412.5], [1674.5, 1409.5], [1670.5, 1405.5], [1668.5, 1400.5], [1668.5, 1391.5], [1670.5, 1385.5], [1675.5, 1381.5], [1681.5, 1377.5], [1685.5, 1377.5], [1685.5, 1371.5], [1686.5, 1370.5], [1687.5, 1371.5], [1688.5, 1377.5], [1694.5, 1378.5], [1698.5, 1382.5], [1702.5, 1386.5], [1704.5, 1390.5], [1705.5, 1394.5], [1705.5, 1399.5], [1702.5, 1404.5], [1698.5, 1409.5], [1693.5, 1413.5], [1689.5, 1413.5]]}, -{"id": "twlcgh", "submitted_by": "littleMAHER1", "name": "Hey All Scott Here", "description": "A mural made by the fine folks over at r/scottthewoznBetween them needing to switch locations 3 times to XQC destroying it causing Luidwig to help rebuild it, this little picture's life was pretty rough but dangit did it pull through creating a pretty good picture that Hey Alls", "website": "[https://www.youtube.com/channel/UC4rqhyiTs7XyuODcECvuiiQ](https://www.youtube.com/channel/UC4rqhyiTs7XyuODcECvuiiQ)", "subreddit": "[https://www.reddit.com/r/scottthewoz/](https://www.reddit.com/r/scottthewoz/)", "center": [1576.5, 230.5], "path": [[1551.5, 213.5], [1602.5, 213.5], [1602.5, 248.5], [1551.5, 248.5], [1551.5, 212.5], [1601.5, 212.5]]}, +{"id": "twlcgh", "submitted_by": "littleMAHER1", "name": "Hey All Scott Here", "description": "A mural made by the fine folks over at r/scottthewoznBetween them needing to switch locations 3 times to XQC destroying it causing Luidwig to help rebuild it, this little picture's life was pretty rough but dangit did it pull through creating a pretty good picture that Hey Alls", "website": "[https://www.youtube.com/channel/UC4rqhyiTs7XyuODcECvuiiQ](https://www.youtube.com/channel/UC4rqhyiTs7XyuODcECvuiiQ)", "subreddit": "/r//scottthewoz/", "center": [1576.5, 230.5], "path": [[1551.5, 213.5], [1602.5, 213.5], [1602.5, 248.5], [1551.5, 248.5], [1551.5, 212.5], [1601.5, 212.5]]}, {"id": "twlcfj", "submitted_by": "CharlieNmyT", "name": "Risu Nnnut", "description": "Hololive Indonesia 1st Generation Vtuber Ayunda Risu as a Walnut.", "website": "https://www.youtube.com/channel/UCOyYb1c43VlX9rc_lT6NKQw", "subreddit": "/r/hololive", "center": [1342.5, 1070.5], "path": [[1332.5, 1062.5], [1332.5, 1079.5], [1334.5, 1081.5], [1336.5, 1082.5], [1345.5, 1083.5], [1350.5, 1082.5], [1352.5, 1076.5], [1352.5, 1069.5], [1355.5, 1067.5], [1352.5, 1061.5], [1347.5, 1059.5], [1344.5, 1057.5], [1338.5, 1057.5], [1336.5, 1058.5]]}, -{"id": "000000", "name": "Komi Shouko", "description": "cat form of komi from a popular manga Komi-san wa, Komyushou desu by Oda Tomohito ", "website": "", "subreddit": "r/Komi_san", "center": [725.5, 666.5], "path": [[713.5, 650.5], [737.5, 651.5], [737.5, 682.5], [713.5, 682.5], [713.5, 675.5]]}, {"id": "twlcbj", "submitted_by": "insert553", "name": "Mindustry", "description": "A sandbox tower defense game. The block shown here is the Core.n", "website": "mindustrygame.github.io", "subreddit": "r/mindustry", "center": [864.5, 566.5], "path": [[850.5, 552.5], [850.5, 579.5], [877.5, 579.5], [877.5, 552.5]]}, {"id": "twlc0g", "submitted_by": "KirbeTheEngineer", "name": "Python", "description": "Python is a programming language, invented on 1991.", "website": "", "subreddit": "", "center": [1270.5, 889.5], "path": [[1260.5, 884.5], [1265.5, 884.5], [1265.5, 879.5], [1274.5, 879.5], [1274.5, 884.5], [1279.5, 884.5], [1279.5, 894.5], [1274.5, 894.5], [1274.5, 899.5], [1265.5, 899.5], [1265.5, 894.5], [1260.5, 894.5]]}, {"id": "twlbw5", "submitted_by": "morningstarunicorn", "name": "The Night Watch by Rembrandt", "description": "a 1642 painting by Rembrandt van Rijn", "website": "https://en.wikipedia.org/wiki/The_Night_Watch", "subreddit": "", "center": [627.5, 1899.5], "path": [[540.5, 1851.5], [540.5, 1946.5], [713.5, 1946.5], [713.5, 1851.5]]}, @@ -1176,7 +1115,7 @@ {"id": "twl9fs", "submitted_by": "Phosuletec-Shen", "name": "Retrora pepeL", "description": "A recreation of a twitch emote representing twitch streamer Retrora.", "website": "twitch.tv/retrora", "subreddit": "/r/retrora", "center": [436.5, 1442.5], "path": [[426.5, 1437.5], [426.5, 1446.5], [448.5, 1446.5], [448.5, 1442.5], [445.5, 1439.5], [445.5, 1437.5], [427.5, 1437.5]]}, {"id": "twl99l", "submitted_by": "MemoryAggravating694", "name": "Talking heads section", "description": "Different Talking heads representation. From top down, The most iconic logo for the group, used on the album True Stories (86), The album Speaking in Tongues on the left (83), The album Remain in Light (80), and a picture of David Byrne in his iconic large suit", "website": "", "subreddit": "/r/talkingheads", "center": [543.5, 1385.5], "path": [[531.5, 1367.5], [530.5, 1408.5], [545.5, 1408.5], [545.5, 1393.5], [559.5, 1392.5], [559.5, 1367.5]]}, {"id": "twl909", "submitted_by": "cpthawking", "name": "8-bit Saber", "description": "Mini saber pixel art made by r/Grandorder alongside gudako", "website": "", "subreddit": "r/Grandorder", "center": [1426.5, 385.5], "path": [[1423.5, 382.5], [1423.5, 381.5], [1425.5, 381.5], [1425.5, 382.5], [1428.5, 382.5], [1427.5, 384.5], [1429.5, 383.5], [1429.5, 384.5], [1430.5, 384.5], [1430.5, 385.5], [1429.5, 386.5], [1429.5, 387.5], [1428.5, 387.5], [1428.5, 388.5], [1426.5, 388.5], [1425.5, 388.5], [1424.5, 388.5], [1425.5, 389.5], [1426.5, 389.5], [1423.5, 387.5], [1423.5, 385.5], [1423.5, 383.5], [1427.5, 385.5]]}, -{"id": "twl8uf", "submitted_by": "Own_Structure_2163", "name": "Minecraft Speedrunning (MCSR)", "description": "The Minecraft speedrunning community revolves around completing various aspects of the titular video game as fast as possible. Important elements of a speedrun, as well as the current world record holders, are pictured.", "website": "[https://www.speedrun.com/mc](https://www.speedrun.com/mc)", "subreddit": "", "center": [1451.5, 1456.5], "path": [[1399.5, 1436.5], [1499.5, 1436.5], [1499.5, 1499.5], [1491.5, 1498.5], [1490.5, 1472.5], [1399.5, 1473.5]]}, +{"id": "twl8uf", "submitted_by": "Own_Structure_2163", "name": "Minecraft Speedrunning (MCSR)", "description": "The Minecraft speedrunning community revolves around completing various aspects of the titular video game as fast as possible. Important elements of a speedrun, as well as the current world record holders, are pictured.", "website": "[https://www.speedrun.com/mc](https://www.speedrun.com/mc)", "subreddit": "", "center": [1451.5, 1456.5], "path": [ [ 1436.5, 1436.5 ], [ 1498.5, 1436.5 ], [ 1499.5, 1497.5 ], [ 1490.5, 1497.5 ], [ 1490.5, 1472.5 ], [ 1436.5, 1472.5 ], [ 1436.5, 1436.5 ] ] }, {"id": "twl8o1", "submitted_by": "herobrian328", "name": "Boston University Banner", "description": "The banner representing Boston University, featuring the iconic Citgo sign with a sunset background and Rhett the Terrier mascot", "website": "https://www.bu.edu", "subreddit": "r/BostonU", "center": [1579.5, 345.5], "path": [[1552.5, 336.5], [1552.5, 353.5], [1606.5, 353.5], [1606.5, 336.5], [1591.5, 336.5]]}, {"id": "twl8le", "submitted_by": "NerdKnight66", "name": "Celeste", "description": "Celeste is a videogame made in 2018 by EXOK studios. The artwork shows the game's logo", "website": "https://celestegame.com", "subreddit": "/r/celestegame", "center": [1416.5, 1300.5], "path": [[1387.5, 1279.5], [1446.5, 1279.5], [1445.5, 1280.5], [1444.5, 1322.5], [1389.5, 1322.5], [1389.5, 1311.5], [1388.5, 1311.5], [1388.5, 1306.5], [1387.5, 1306.5], [1387.5, 1279.5]]}, {"id": "twl8ew", "submitted_by": "Flamberge3000", "name": "Gawr Gura", "description": "Gawr Gura is a talent of the VTuber agency Hololive. She has the most subscribers out of any VTuber in YouTube.", "website": "https://www.youtube.com/channel/UCoSrY_IQQVpmIRZ9Xf-y93g", "subreddit": "/r/GawrGura", "center": [247.5, 769.5], "path": [[227.5, 780.5], [266.5, 780.5], [266.5, 775.5], [260.5, 774.5], [265.5, 769.5], [253.5, 755.5], [246.5, 753.5], [240.5, 757.5], [230.5, 769.5], [233.5, 770.5], [234.5, 775.5], [227.5, 775.5], [227.5, 778.5]]}, @@ -1186,20 +1125,17 @@ {"id": "twl86b", "submitted_by": "Leggo15", "name": "Osteh\u00f8vel", "description": "The Mighty Osteh\u00f8vel a symbol of Norwegian Innovation! ", "website": "", "subreddit": "", "center": [446.5, 56.5], "path": [[433.5, 68.5], [433.5, 67.5], [444.5, 56.5], [444.5, 55.5], [442.5, 53.5], [442.5, 53.5], [442.5, 52.5], [444.5, 50.5], [445.5, 50.5], [448.5, 47.5], [451.5, 47.5], [455.5, 51.5], [455.5, 54.5], [452.5, 57.5], [452.5, 58.5], [450.5, 60.5], [449.5, 60.5], [447.5, 58.5], [446.5, 58.5], [435.5, 69.5], [434.5, 69.5], [433.5, 68.5]]}, {"id": "twl85l", "submitted_by": "AAAAAARRRRRR", "name": "Mistborn", "description": "Mistborn is a series of epic fantasy novels written by American author Brandon Sanderson and published by Tor Books. The first trilogy, published between 2006 and 2008, consists of The Final Empire, The Well of Ascension, and The Hero of Ages.", "website": "", "subreddit": "r/mistborn", "center": [1647.5, 1402.5], "path": [[1662.5, 1393.5], [1667.5, 1398.5], [1666.5, 1405.5], [1663.5, 1410.5], [1661.5, 1411.5], [1654.5, 1413.5], [1649.5, 1414.5], [1644.5, 1414.5], [1638.5, 1413.5], [1635.5, 1410.5], [1630.5, 1411.5], [1626.5, 1404.5], [1626.5, 1398.5], [1631.5, 1394.5], [1639.5, 1391.5], [1646.5, 1390.5], [1655.5, 1391.5]]}, {"id": "twl80u", "submitted_by": "MAGNAPlNNA", "name": "Subnautica", "description": "The Peeper, a fauna species and mascot from the Unknown Worlds game, Subnautica.", "website": "", "subreddit": "r/subnautica", "center": [1964.5, 412.5], "path": [[1950.5, 400.5], [1973.5, 400.5], [1973.5, 416.5], [1987.5, 416.5], [1988.5, 416.5], [1988.5, 422.5], [1950.5, 422.5], [1950.5, 400.5]]}, -{"id": "twl7zt", "submitted_by": "Prior_Gate_9909", "name": "The New York Jets", "description": "(American Football)nThe New York Jets are an NFL team that plays for New York City, New York. Pictured is a New York Jets logo from 1978.", "website": "https://www.newyorkjets.com", "subreddit": "/r/nyjets", "center": [1349.5, 43.5], "path": [[1329.5, 49.5], [1329.5, 36.5], [1368.5, 36.5], [1368.5, 49.5]]}, {"id": "twl7yu", "submitted_by": "FrothiestWord", "name": "Neo of Matrix", "description": "Art of character Neo from The Matrix freezing bullets in place.", "website": "", "subreddit": "", "center": [785.5, 1380.5], "path": [[796.5, 1368.5], [775.5, 1368.5], [775.5, 1397.5], [781.5, 1397.5], [781.5, 1393.5], [784.5, 1390.5], [793.5, 1390.5], [796.5, 1393.5]]}, {"id": "twl7v8", "submitted_by": "d0ntK", "name": "Supreme Calamitas", "description": "One of the final Bosses from Calamity Mod, for the modded version of Terraria.", "website": "[https://calamitymod.fandom.com/wiki/Calamity_Mod_Wiki](https://calamitymod.fandom.com/wiki/Calamity_Mod_Wiki)", "subreddit": "[https://www.reddit.com/r/CalamityMod/](https://www.reddit.com/r/CalamityMod/)", "center": [1429.5, 94.5], "path": [[1422.5, 81.5], [1436.5, 81.5], [1436.5, 107.5], [1422.5, 107.5]]}, {"id": "twl7ut", "submitted_by": "TimeWandrer", "name": "Duck of Violence", "description": "A fan (fans are known as Fat Ducks) of The Wandering Inn web serial bearing some one of the main character's key items: a kitchen knife and a mystery flame. This is part of a larger art collaboration encouraging the reading of web serials.", "website": "https://wanderinginn.com/", "subreddit": "https://www.reddit.com/r/WanderingInn/", "center": [1747.5, 1266.5], "path": [[1738.5, 1255.5], [1759.5, 1255.5], [1755.5, 1277.5], [1736.5, 1276.5]]}, {"id": "twl7nr", "submitted_by": "FairyRave", "name": "L'Manberg Flag", "description": "L'Manberg, alternatively spelt as L'Manburg, was an independent nation-state on the Dream SMP. The flag was created and fought for by the L'Manplace community. It was our L'Manberg.", "website": "https://dreamteam.fandom.com/wiki/L%27Manberg", "subreddit": "/r/dreamsmp/", "center": [122.5, 156.5], "path": [[108.5, 147.5], [108.5, 165.5], [136.5, 165.5], [136.5, 147.5]]}, {"id": "twl7bo", "submitted_by": "Ericbazinga", "name": "VRCat", "description": "The official mascot of VRchat, although few actually like the mascot. It is not animated at all, just a single image that never changes. VRcat debuted alongide the launch of VRchat , a monthly subscription service that was met with mass backlash, mainly since it didn't offer enough features to warrant the $10 subscription. ", "website": "https://hello.vrchat.com/vrchatplus", "subreddit": "r/vrchat", "center": [1604.5, 1682.5], "path": [[1606.5, 1661.5], [1613.5, 1656.5], [1615.5, 1664.5], [1624.5, 1669.5], [1618.5, 1689.5], [1620.5, 1693.5], [1617.5, 1693.5], [1621.5, 1703.5], [1619.5, 1707.5], [1606.5, 1707.5], [1605.5, 1707.5], [1596.5, 1706.5], [1596.5, 1705.5], [1589.5, 1704.5], [1589.5, 1701.5], [1594.5, 1697.5], [1595.5, 1686.5], [1593.5, 1686.5], [1590.5, 1688.5], [1587.5, 1688.5], [1582.5, 1688.5], [1584.5, 1684.5], [1584.5, 1679.5], [1591.5, 1661.5], [1595.5, 1661.5], [1600.5, 1655.5], [1602.5, 1662.5]]}, {"id": "twl74x", "submitted_by": "Zaquking1", "name": "Megumin", "description": "Crimson Demon Megumin form Konosuba with Aqua, Darkness, Kazuma, Wiz, Chomusuke and a weird stranger.", "website": "", "subreddit": "r/pMegu", "center": [1680.5, 182.5], "path": [[1660.5, 153.5], [1660.5, 151.5], [1660.5, 151.5], [1660.5, 151.5], [1660.5, 212.5], [1707.5, 212.5], [1707.5, 207.5], [1707.5, 206.5], [1698.5, 206.5], [1698.5, 151.5], [1660.5, 151.5], [1660.5, 151.5]]}, -{"id": "twl6tl", "submitted_by": "Background_Sock_3231", "name": "VA-11 HALL-A", "description": "a cyberpunk visual novel about being a bartender", "website": "[https://store.steampowered.com/app/447530/VA11_HallA_Cyberpunk_Bartender_Action/](https://store.steampowered.com/app/447530/VA11_HallA_Cyberpunk_Bartender_Action/)", "subreddit": "r/waifubartending", "center": [512.5, 1575.5], "path": [[491.5, 1561.5], [486.5, 1561.5], [486.5, 1591.5], [492.5, 1590.5], [492.5, 1599.5], [535.5, 1599.5], [535.5, 1550.5], [492.5, 1550.5]]}, {"id": "twl6ow", "submitted_by": "Zaquking1", "name": "Megumin", "description": "Crimson Demon Megumin form Konosuba with Aqua, Darkness, Kazuma, Wiz, Chomusuke and a weird stranger.", "website": "", "subreddit": "r/pMegu", "center": [1680.5, 182.5], "path": [[1660.5, 153.5], [1660.5, 151.5], [1660.5, 151.5], [1660.5, 151.5], [1660.5, 212.5], [1707.5, 212.5], [1707.5, 207.5], [1707.5, 206.5], [1698.5, 206.5], [1698.5, 151.5], [1660.5, 151.5], [1660.5, 151.5]]}, {"id": "twl6n2", "submitted_by": "Bottomtexting", "name": "\u018eNA", "description": "Turron! Turron! Turron! Turrrrron!", "website": "[https://joelgc.com/](https://joelgc.com/)", "subreddit": "r/ENA", "center": [1140.5, 400.5], "path": [[1154.5, 385.5], [1154.5, 413.5], [1126.5, 413.5], [1126.5, 412.5], [1125.5, 412.5], [1125.5, 411.5], [1124.5, 411.5], [1124.5, 394.5], [1129.5, 394.5], [1129.5, 393.5], [1130.5, 393.5], [1130.5, 392.5], [1131.5, 392.5], [1131.5, 385.5], [1153.5, 385.5]]}, {"id": "twl6i0", "submitted_by": "ScythePigeon", "name": "Red vs Blue", "description": "A machinima comedy show created by Rooster Teeth. The 19 Represents it's 19th anniversary, which it had on the first day of r/place 20222", "website": "[https://roosterteeth.com/](https://roosterteeth.com/)", "subreddit": "r/redvsblue", "center": [461.5, 697.5], "path": [[449.5, 682.5], [472.5, 682.5], [472.5, 712.5], [449.5, 712.5], [449.5, 682.5]]}, {"id": "twl6eu", "submitted_by": "tagthe", "name": "No Love Deep Web", "description": "No Love Deep Web is the second studio album from experimental Hip-Hop group Death Grips released on October 1, 2012. It's notoriously known for having one of the band member's erect penis as it's album cover.", "website": "https://thirdworlds.net/main.html", "subreddit": "/r/deathgrips", "center": [7.5, 773.5], "path": [[0.5, 765.5], [14.5, 765.5], [13.5, 782.5], [0.5, 781.5], [0.5, 781.5]]}, {"id": "twl6aa", "submitted_by": "soweli-Lin", "name": "Che Guevara", "description": "Portrait of Cuban revolutionary Che Guevara.", "website": "", "subreddit": "r/TheFarLeftSide", "center": [1393.5, 1492.5], "path": [[1385.5, 1497.5], [1400.5, 1497.5], [1400.5, 1486.5], [1385.5, 1486.5]]}, -{"id": "twl5wj", "submitted_by": "LolaPamela", "name": "Chibi Ranni", "description": "Ranni the Witch is an NPC in Elden Ring.", "website": "", "subreddit": "", "center": [1343.5, 84.5], "path": [[1328.5, 69.5], [1330.5, 69.5], [1333.5, 66.5], [1336.5, 70.5], [1326.5, 81.5], [1326.5, 84.5], [1331.5, 89.5], [1331.5, 91.5], [1329.5, 93.5], [1332.5, 94.5], [1328.5, 101.5], [1332.5, 103.5], [1338.5, 102.5], [1340.5, 104.5], [1350.5, 105.5], [1359.5, 104.5], [1360.5, 102.5], [1362.5, 102.5], [1356.5, 94.5], [1351.5, 89.5], [1356.5, 86.5], [1355.5, 82.5], [1355.5, 80.5], [1363.5, 78.5], [1364.5, 76.5], [1353.5, 72.5], [1344.5, 62.5], [1339.5, 59.5], [1335.5, 58.5], [1332.5, 61.5], [1329.5, 66.5], [1328.5, 69.5]]}, {"id": "twl5ul", "submitted_by": "morningstarunicorn", "name": "Jinx", "description": "A reference to the League of Legends/Arcane character Jinx", "website": "", "subreddit": "/r/arcane", "center": [359.5, 1943.5], "path": [[378.5, 1917.5], [378.5, 1969.5], [340.5, 1969.5], [340.5, 1917.5]]}, {"id": "twl5ab", "submitted_by": "Blakethekitty", "name": "BT-7274", "description": "Art of the players titan from the singleplayer campaign of TF|2 BT-7274", "website": "", "subreddit": "", "center": [1546.5, 1952.5], "path": [[1522.5, 1918.5], [1570.5, 1918.5], [1570.5, 1985.5], [1522.5, 1985.5]]}, {"id": "twl57d", "submitted_by": "MemoryAggravating694", "name": "Foo Fighters", "description": "The logo of the popular band The Foo Fighters, the logo can be found on majority of their albums. Hawkins refers to Taylor Hawkins, who passed away recently. RIP", "website": "", "subreddit": "/r/foofighters", "center": [1629.5, 985.5], "path": [[1613.5, 970.5], [1644.5, 970.5], [1644.5, 999.5], [1613.5, 999.5]]}, @@ -1215,8 +1151,7 @@ {"id": "twl3ve", "submitted_by": "uwu0w00W0", "name": "UNFINISHED sneed's feed n seed", "description": "It's unfinished because you place atlas people didn't update your canvas to show the most recent artwork", "website": "https://www.4chan.org", "subreddit": "/b/ (it's not on reddit)", "center": [1757.5, 882.5], "path": [[1733.5, 870.5], [1780.5, 869.5], [1783.5, 877.5], [1782.5, 888.5], [1776.5, 890.5], [1771.5, 891.5], [1770.5, 897.5], [1733.5, 896.5]]}, {"id": "twl3uz", "submitted_by": "OnlyManOnMars", "name": "Dungeons And Dragons Logo", "description": "The logo for popular tabletop role playing game Dungeons And Dragons.", "website": "https://dnd.wizards.com/", "subreddit": "/r/DnD", "center": [534.5, 1078.5], "path": [[513.5, 1051.5], [540.5, 1051.5], [540.5, 1068.5], [562.5, 1068.5], [561.5, 1100.5], [511.5, 1100.5], [511.5, 1064.5], [513.5, 1063.5]]}, {"id": "twl3rd", "submitted_by": "Poker7Seven", "name": "Bittersweet Candy Bowl", "description": "Bittersweet Candy Bowl is a comic about love, cats, dogs, and highschool drama!", "website": "bcb.cat", "subreddit": "", "center": [1767.5, 1945.5], "path": [[1760.5, 1938.5], [1760.5, 1952.5], [1774.5, 1952.5], [1774.5, 1938.5], [1760.5, 1938.5]]}, -{"id": "twl3mn", "submitted_by": "Ericbazinga", "name": "Fuck NFTs", "description": "An anti-NFTs statement placed on the canvas in the event that it r/place itself would be minted as an NFT.", "website": "", "subreddit": "", "center": [1665.5, 1660.5], "path": [[1682.5, 1672.5], [1682.5, 1649.5], [1649.5, 1648.5], [1649.5, 1672.5]]}, -{"id": "twl3ko", "submitted_by": "TheForthcomingStorm", "name": ":FubuHappy:", "description": "A happy emoji of the Hololive Vtuber Fubuki. Created by the people of r/OkBuddyHololive.", "website": "https://discord.gg/holotards", "subreddit": "https://www.reddit.com/r/okbuddyhololive/", "center": [1348.5, 884.5], "path": [[1332.5, 869.5], [1332.5, 902.5], [1353.5, 902.5], [1353.5, 898.5], [1354.5, 898.5], [1354.5, 893.5], [1356.5, 893.5], [1356.5, 894.5], [1357.5, 894.5], [1357.5, 895.5], [1359.5, 895.5], [1359.5, 896.5], [1365.5, 896.5], [1365.5, 869.5], [1332.5, 869.5]]}, +{"id": "twl3ko", "submitted_by": "TheForthcomingStorm", "name": ":FubuHappy:", "description": "A happy emoji of the Hololive Vtuber Fubuki. Created by the people of r/OkBuddyHololive.", "website": "https://discord.gg/holotards", "subreddit": "/r/okbuddyhololive/", "center": [1348.5, 884.5], "path": [[1332.5, 869.5], [1332.5, 902.5], [1353.5, 902.5], [1353.5, 898.5], [1354.5, 898.5], [1354.5, 893.5], [1356.5, 893.5], [1356.5, 894.5], [1357.5, 894.5], [1357.5, 895.5], [1359.5, 895.5], [1359.5, 896.5], [1365.5, 896.5], [1365.5, 869.5], [1332.5, 869.5]]}, {"id": "twl3jo", "submitted_by": "therealnumberone", "name": "wubby7 emote", "description": "An emote used by popular twitch streamer paymoneywubby", "website": "[https://www.twitch.tv/paymoneywubby](https://www.twitch.tv/paymoneywubby)", "subreddit": "r/PaymoneyWubby", "center": [406.5, 1496.5], "path": [[371.5, 1460.5], [442.5, 1460.5], [442.5, 1532.5], [370.5, 1532.5]]}, {"id": "twl3fj", "submitted_by": "raavaatis", "name": "Gacha Alliance", "description": "Several Gacha games that worked together to represent their communities.", "website": "", "subreddit": "", "center": [1662.5, 1758.5], "path": [[1774.5, 1712.5], [1775.5, 1809.5], [1577.5, 1810.5], [1577.5, 1761.5], [1528.5, 1761.5], [1528.5, 1712.5], [1773.5, 1712.5]]}, {"id": "twl2y7", "submitted_by": "Djjjunior", "name": "r/TameImpala", "description": "the reddit community for fans of the Australian psych project Tame Impala ", "website": "https://www.reddit.com/r/TameImpala/", "subreddit": "r/TameImpala", "center": [1576.5, 775.5], "path": [[1553.5, 768.5], [1600.5, 769.5], [1600.5, 782.5], [1553.5, 782.5], [1553.5, 782.5], [1553.5, 768.5]]}, @@ -1225,7 +1160,6 @@ {"id": "twl2l2", "submitted_by": "Carnage_317", "name": "F.C. Barcelona", "description": "The crest of Spanish football club F.C. Barcelona", "website": "", "subreddit": "r/Barca", "center": [470.5, 948.5], "path": [[459.5, 935.5], [459.5, 960.5], [480.5, 960.5], [480.5, 935.5]]}, {"id": "twl2hd", "submitted_by": "QuartzComposer", "name": "Pittsburgh, PA ", "description": "A collection of Pittsburgh, Pennsylvania colleges and sports teams.nnUniversity of Pittsburg's Logo and the Cathedral of Learning.nnLogos for The Steelers, Penguins, and the area code, 412.nnThe Scotty Dog logo of Carnegie Mellon University.", "website": "", "subreddit": "/r/CMU, /r/PITT, /r/Pittsburgh", "center": [1768.5, 643.5], "path": [[1743.5, 606.5], [1743.5, 684.5], [1744.5, 685.5], [1744.5, 686.5], [1745.5, 687.5], [1746.5, 688.5], [1747.5, 689.5], [1748.5, 690.5], [1749.5, 691.5], [1750.5, 692.5], [1754.5, 692.5], [1755.5, 691.5], [1757.5, 691.5], [1757.5, 689.5], [1758.5, 688.5], [1760.5, 687.5], [1760.5, 682.5], [1761.5, 681.5], [1761.5, 664.5], [1808.5, 664.5], [1808.5, 647.5], [1806.5, 647.5], [1806.5, 637.5], [1785.5, 637.5], [1785.5, 606.5]]}, {"id": "twl2hc", "submitted_by": "Kidlatski", "name": "Site for 203B", "description": "Image was taken before the 203B was added.n203B is a reference to the Marcos Family's 203 Billion Philippine Pesos worth of Estate tax (around 3 Billion USD). The Marcos family is credited with 'The greatest Robbery of a Nation'.", "website": "lenirobredo.com", "subreddit": "/r/philippines", "center": [438.5, 1659.5], "path": [[444.5, 1655.5], [432.5, 1655.5], [431.5, 1656.5], [430.5, 1657.5], [429.5, 1658.5], [428.5, 1659.5], [428.5, 1662.5], [429.5, 1663.5], [431.5, 1663.5], [432.5, 1662.5], [433.5, 1661.5], [434.5, 1660.5], [435.5, 1659.5], [440.5, 1659.5], [442.5, 1661.5], [443.5, 1662.5], [444.5, 1663.5], [446.5, 1663.5], [447.5, 1662.5], [448.5, 1661.5], [448.5, 1659.5], [447.5, 1658.5], [446.5, 1657.5], [445.5, 1656.5]]}, -{"id": "twl26t", "submitted_by": "karebear64_", "name": "MSI if Album Cover", "description": "The fourth studio album released by Mindless self Indulgence in April 2008! Although the picture was taken during the raid, there are many example of the finished product in r/MSI :)", "website": "[https://en.wikipedia.org/wiki/If_(Mindless_Self_Indulgence_album)](https://en.wikipedia.org/wiki/If_(Mindless_Self_Indulgence_album))", "subreddit": "r/MSI", "center": [1894.5, 1237.5], "path": [[1903.5, 1246.5], [1903.5, 1228.5], [1884.5, 1228.5], [1884.5, 1246.5], [1894.5, 1246.5], [1896.5, 1246.5]]}, {"id": "twl25g", "submitted_by": "aidend_27", "name": "Red Rising", "description": "Dedicated to the critically acclaimed Sci-Fi book series by Pierce Brown. ", "website": "https://www.piercebrown.com/", "subreddit": "/r/redrising", "center": [889.5, 430.5], "path": [[865.5, 412.5], [866.5, 448.5], [912.5, 448.5], [911.5, 412.5], [866.5, 412.5]]}, {"id": "twl23i", "submitted_by": "MinTDotJ", "name": "NootNToot", "description": "Small YouTube content creator that makes content primarily on the Minetown Minecraft server.", "website": "https://www.youtube.com/channel/UCcxO9zgG-i9mXQsTWGPlJhA", "subreddit": "r/minetown", "center": [900.5, 572.5], "path": [[896.5, 568.5], [903.5, 568.5], [903.5, 575.5], [896.5, 575.5], [896.5, 568.5]]}, {"id": "000463", "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]]}, @@ -1251,7 +1185,6 @@ {"id": "6448c5", "name": "EMIYA", "description": "A main character in the Fate/Stay Night series and also a summonable character in Fate/Grand Order", "website": "https://typemoon.fandom.com/wiki/EMIYA_(Archer)", "subreddit": "/r/grandorder", "center": [8.5, 957.5], "path": [[0.5, 942.5], [16.5, 942.5], [15.5, 972.5], [0.5, 972.5], [0.5, 942.5]]}, {"id": "twrtjb", "submitted_by": "lmN0tAR0b0t", "name": "sitelen pona", "description": "The logo of toki pona, which was inducted into the Web Serial Alliance as an honourary serial due to their existing alliance with Parahumans.", "website": "https://tokipona.org/", "subreddit": "/r/tokipona", "center": [1779.5, 1282.5], "path": [[1774.5, 1275.5], [1772.5, 1282.5], [1772.5, 1288.5], [1775.5, 1291.5], [1776.5, 1291.5], [1777.5, 1292.5], [1781.5, 1292.5], [1782.5, 1291.5], [1783.5, 1291.5], [1785.5, 1289.5], [1786.5, 1288.5], [1786.5, 1282.5], [1785.5, 1281.5], [1785.5, 1273.5], [1779.5, 1273.5], [1775.5, 1274.5]]}, {"id": "twrtgk", "submitted_by": "AwayNefariousness442", "name": "France vs Spain", "description": "Spanish people and Deepwoken taking over a French flag created by twitch streamer JOYCA", "website": "", "subreddit": "", "center": [387.5, 1345.5], "path": [[376.5, 1340.5], [376.5, 1349.5], [398.5, 1349.5], [398.5, 1340.5], [376.5, 1340.5]]}, -{"id": "twrtgf", "submitted_by": "Inposa-D", "name": "Joueur Du Grenier", "description": "Frederic Molas, the french equivalent of the Angry Video Game Nerd.nHe's been testing bad video games for at least 10 years.", "website": "https://www.youtube.com/user/joueurdugrenier", "subreddit": "", "center": [26.5, 1924.5], "path": [[23.5, 1896.5], [21.5, 1898.5], [20.5, 1901.5], [22.5, 1906.5], [21.5, 1907.5], [22.5, 1910.5], [21.5, 1913.5], [16.5, 1914.5], [12.5, 1920.5], [8.5, 1913.5], [3.5, 1917.5], [14.5, 1928.5], [18.5, 1925.5], [17.5, 1932.5], [19.5, 1949.5], [25.5, 1951.5], [30.5, 1955.5], [34.5, 1952.5], [31.5, 1948.5], [35.5, 1939.5], [36.5, 1926.5], [41.5, 1926.5], [44.5, 1923.5], [42.5, 1919.5], [42.5, 1914.5], [39.5, 1911.5], [37.5, 1912.5], [34.5, 1908.5], [35.5, 1904.5], [33.5, 1896.5], [23.5, 1895.5], [22.5, 1897.5]]}, {"id": "twrtfu", "submitted_by": "GLUE_COLLUSION", "name": "GeoGuessr pin", "description": "Another pin from the game GeoGuessr. This artwork was actually fully restored before the whiteout, this screenshot is just not recent enough.", "website": "geoguessr.com", "subreddit": "/r/geoguessr", "center": [1493.5, 480.5], "path": [[1486.5, 474.5], [1486.5, 486.5], [1500.5, 486.5], [1500.5, 474.5]]}, {"id": "twrtec", "submitted_by": "_hhhnnnggg_", "name": "Kishirika Kishirisu", "description": "A character from the novel/anime series Mushoku Tensei", "website": "", "subreddit": "r/mushokutensei", "center": [1739.5, 220.5], "path": [[1731.5, 212.5], [1747.5, 212.5], [1747.5, 228.5], [1731.5, 228.5], [1731.5, 212.5]]}, {"id": "twrsum", "submitted_by": "IceDragonus23", "name": "r/ShibbySays Spiral", "description": "A large spiral created by r/ShibbySays, a subreddit dedicated to an ASMR Hypnosis content creator. One of a few animated art pieces on the canvas, the colors of the spiral changed consistently up until the very end.", "website": "", "subreddit": "/r/ShibbySays", "center": [0.5, 0.5], "path": []}, @@ -1292,9 +1225,7 @@ {"id": "twrph6", "submitted_by": "Melter30", "name": "Einstein", "description": "One of the most briliant people to ever live.", "website": "", "subreddit": "", "center": [1960.5, 849.5], "path": [[1955.5, 866.5], [1952.5, 863.5], [1952.5, 862.5], [1951.5, 861.5], [1951.5, 859.5], [1950.5, 859.5], [1950.5, 855.5], [1949.5, 855.5], [1949.5, 850.5], [1948.5, 850.5], [1948.5, 848.5], [1947.5, 848.5], [1946.5, 849.5], [1946.5, 847.5], [1947.5, 846.5], [1947.5, 844.5], [1945.5, 844.5], [1946.5, 843.5], [1947.5, 842.5], [1949.5, 841.5], [1950.5, 840.5], [1950.5, 838.5], [1948.5, 838.5], [1950.5, 836.5], [1951.5, 836.5], [1952.5, 835.5], [1953.5, 835.5], [1954.5, 834.5], [1960.5, 834.5], [1960.5, 833.5], [1963.5, 833.5], [1963.5, 834.5], [1967.5, 834.5], [1966.5, 835.5], [1966.5, 836.5], [1968.5, 836.5], [1969.5, 837.5], [1970.5, 837.5], [1971.5, 838.5], [1971.5, 842.5], [1972.5, 842.5], [1972.5, 845.5], [1973.5, 846.5], [1973.5, 847.5], [1974.5, 848.5], [1974.5, 851.5], [1976.5, 853.5], [1976.5, 854.5], [1975.5, 855.5], [1975.5, 856.5], [1974.5, 857.5], [1972.5, 857.5], [1972.5, 858.5], [1970.5, 858.5], [1970.5, 857.5], [1968.5, 857.5], [1967.5, 859.5], [1967.5, 860.5], [1964.5, 863.5], [1963.5, 864.5], [1962.5, 864.5], [1961.5, 865.5], [1959.5, 865.5], [1959.5, 866.5], [1955.5, 866.5]]}, {"id": "twrp7z", "submitted_by": "JackThatGamerYT", "name": "Thomas\u2019 Number 1", "description": "A Number 1 from the character Thomas The Tank Engine.", "website": "", "subreddit": "/r/thomasthetankengine", "center": [641.5, 1377.5], "path": [[636.5, 1372.5], [645.5, 1372.5], [645.5, 1382.5], [636.5, 1382.5]]}, {"id": "twrp78", "submitted_by": "AltoNeptune", "name": "", "description": "A small logo dedicated to the Manga/Anime Beastars.nBuilt by r/Beastars and Project Cherryton(IB)", "website": "[https://www.youtube.com/c/ImaginaryBadger](https://www.youtube.com/c/ImaginaryBadger)", "subreddit": "/r/Beastars", "center": [1340.5, 389.5], "path": [[1333.5, 382.5], [1345.5, 382.5], [1345.5, 396.5], [1336.5, 396.5], [1336.5, 389.5], [1335.5, 389.5], [1335.5, 383.5], [1333.5, 383.5], [1333.5, 382.5]]}, -{"id": "twrp55", "submitted_by": "eXernox", "name": "Sakurajima Mai ", "description": "Main character from Seishun Buta Yarou wa Bunny Girl Senpai no Yume wo Minai light novel/anime/movie series.", "website": "", "subreddit": "/r/SeishunButaYarou/", "center": [526.5, 1797.5], "path": [[501.5, 1782.5], [549.5, 1782.5], [549.5, 1803.5], [540.5, 1803.5], [537.5, 1813.5], [534.5, 1822.5], [524.5, 1822.5], [516.5, 1814.5], [516.5, 1800.5], [501.5, 1800.5]]}, {"id": "twrp1b", "submitted_by": "smity31", "name": "Yogscast Bleb Icons", "description": "Various icons and logos from across the Yogscast", "website": "[https://www.yogscast.com/](https://www.yogscast.com/)", "subreddit": "r/yogscast", "center": [1514.5, 242.5], "path": [[1502.5, 206.5], [1531.5, 278.5], [1496.5, 279.5], [1497.5, 206.5], [1530.5, 205.5], [1531.5, 278.5]]}, -{"id": "twrorm", "submitted_by": "Greenthy", "name": "Enviosity", "description": "Twitch streamer", "website": "[https://www.twitch.tv/enviosity](https://www.twitch.tv/enviosity)", "subreddit": "", "center": [552.5, 1610.5], "path": [[539.5, 1597.5], [564.5, 1597.5], [564.5, 1624.5], [538.5, 1623.5], [539.5, 1623.5], [539.5, 1623.5]]}, {"id": "twrojz", "submitted_by": "Notekalia", "name": "A tribute to Etoiles", "description": "As a greeting for the great effort made by the twitch streamer Etoiles and his community on the french zone nearby", "website": "twitch.tv/etoiles", "subreddit": "", "center": [264.5, 1576.5], "path": [[249.5, 1552.5], [249.5, 1600.5], [279.5, 1600.5], [279.5, 1552.5], [248.5, 1551.5]]}, {"id": "twrohx", "submitted_by": "What_A_Flame", "name": "Shelly (Large)", "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": [1683.5, 1048.5], "path": [[1676.5, 1043.5], [1690.5, 1043.5], [1690.5, 1053.5], [1676.5, 1053.5], [1676.5, 1043.5]]}, {"id": "twrogm", "submitted_by": "Inheritance2", "name": "Energy Sword", "description": "Melee weapon from the Halo gaming franchise. Created by xQcOW and his community.", "website": "", "subreddit": "/r/halo", "center": [71.5, 1246.5], "path": [[3.5, 1236.5], [11.5, 1236.5], [24.5, 1238.5], [29.5, 1245.5], [26.5, 1252.5], [4.5, 1255.5], [4.5, 1260.5], [10.5, 1264.5], [20.5, 1264.5], [30.5, 1259.5], [45.5, 1255.5], [54.5, 1255.5], [57.5, 1253.5], [165.5, 1250.5], [165.5, 1248.5], [165.5, 1242.5], [74.5, 1239.5], [45.5, 1237.5], [18.5, 1227.5], [11.5, 1228.5], [4.5, 1232.5]]}, @@ -1316,7 +1247,6 @@ {"id": "twrmrz", "submitted_by": "Aldeey", "name": "Eraserheads", "description": "The Eraserheads (Eheads for short) was a popular band in the Philippines froom 1989 - 2002.", "website": "https://en.wikipedia.org/wiki/Eraserheads", "subreddit": "", "center": [395.5, 1605.5], "path": [[382.5, 1600.5], [408.5, 1600.5], [408.5, 1610.5], [385.5, 1610.5], [385.5, 1609.5], [384.5, 1609.5], [384.5, 1608.5], [384.5, 1607.5], [383.5, 1607.5], [383.5, 1606.5], [382.5, 1606.5], [382.5, 1600.5]]}, {"id": "twrmqk", "submitted_by": "Melter30", "name": "The Brandenburge Tor", "description": "", "website": "", "subreddit": "", "center": [704.5, 849.5], "path": [[677.5, 865.5], [677.5, 864.5], [681.5, 864.5], [681.5, 863.5], [680.5, 862.5], [680.5, 858.5], [679.5, 858.5], [678.5, 857.5], [678.5, 845.5], [676.5, 845.5], [676.5, 844.5], [678.5, 843.5], [678.5, 841.5], [676.5, 841.5], [676.5, 840.5], [676.5, 839.5], [677.5, 839.5], [677.5, 837.5], [676.5, 837.5], [676.5, 835.5], [697.5, 835.5], [698.5, 833.5], [698.5, 832.5], [698.5, 831.5], [700.5, 829.5], [701.5, 829.5], [702.5, 828.5], [703.5, 827.5], [705.5, 827.5], [707.5, 829.5], [708.5, 829.5], [709.5, 830.5], [710.5, 830.5], [711.5, 831.5], [711.5, 835.5], [733.5, 835.5], [733.5, 843.5], [731.5, 843.5], [731.5, 845.5], [730.5, 845.5], [730.5, 862.5], [731.5, 862.5], [731.5, 865.5], [682.5, 865.5], [677.5, 865.5]]}, {"id": "twrmlj", "submitted_by": "lmN0tAR0b0t", "name": "Esperanto Flag", "description": "Originally the only Esperanto presence on canvas. Esperanto is a constructed language, made by L. L. Zamenhof. Vandalised shortly before canvas closure.", "website": "", "subreddit": "/r/esperanto ", "center": [776.5, 327.5], "path": [[771.5, 325.5], [781.5, 325.5], [781.5, 329.5], [771.5, 329.5]]}, -{"id": "twrmlb", "submitted_by": "TheWilyOstric", "name": "suisex", "description": "Have hot secks with Hoshimachi Suisei", "website": "[https://discord.com/invite/holotards](https://discord.com/invite/holotards)", "subreddit": "r/okbuddyhololive/", "center": [239.5, 720.5], "path": [[259.5, 715.5], [259.5, 726.5], [219.5, 725.5], [218.5, 725.5], [218.5, 715.5], [218.5, 715.5], [259.5, 715.5], [259.5, 725.5]]}, {"id": "twrma6", "submitted_by": "mrfanfan", "name": "Nier / Emil's Head", "description": "Yoko Taro's iconic mascot for his series Nier. Emil's Headn", "website": "https://nier.fandom.com/wiki/Emil_Heads", "subreddit": "r/nier/", "center": [1299.5, 687.5], "path": [[1288.5, 674.5], [1288.5, 699.5], [1310.5, 699.5], [1310.5, 674.5]]}, {"id": "twrm5q", "submitted_by": "Party_Ad_619", "name": "Polytech", "description": "French ingeneering school group's logo", "website": "https://www.polytech-reseau.org/", "subreddit": "", "center": [897.5, 1768.5], "path": [[889.5, 1758.5], [905.5, 1758.5], [905.5, 1778.5], [889.5, 1778.5]]}, {"id": "twrlzz", "submitted_by": "Cultural-Direction29", "name": "r/placetrees main grove", "description": "The main grove of r/placetrees, used to be located at the Immutable x area and the small area under the scotland flag, now a grove filled with many different creatures!n <3 treesn", "website": "", "subreddit": "r/placetrees", "center": [956.5, 914.5], "path": [[774.5, 906.5], [1084.5, 906.5], [1125.5, 906.5], [1125.5, 923.5], [862.5, 923.5], [863.5, 911.5], [853.5, 911.5], [851.5, 921.5], [823.5, 921.5], [823.5, 925.5], [801.5, 915.5], [774.5, 926.5], [774.5, 906.5]]}, @@ -1384,7 +1314,6 @@ {"id": "twrfai", "submitted_by": "FlyingKiwiNZ", "name": "The Crimean Tatar symbol.", "description": "Crimean Tatars are the are indigenous people of Crimea, Ukraine. They faced oppression and mass deportation under the Soviet Union. This symbol represents their people, and can be found on their flag.", "website": "", "subreddit": "/r/PlaceUkraine", "center": [203.5, 181.5], "path": [[188.5, 191.5], [218.5, 191.5], [218.5, 170.5], [188.5, 170.5], [188.5, 191.5]]}, {"id": "twrf4s", "submitted_by": "plasticflwr", "name": "Gojo Satoru", "description": "Gojo Satoru, a special grade jujutsu sorcerer, first bearer of both the Limitless and Six Eyes technique in 400 years, regarded as the strongest sorcerer of the modern world. Mentor at Tokyo Metropolitan Curse Technical College.", "website": "", "subreddit": "r/JuJutsuKaisen", "center": [437.5, 1419.5], "path": [[455.5, 1420.5], [446.5, 1420.5], [445.5, 1401.5], [445.5, 1400.5], [421.5, 1400.5], [422.5, 1417.5], [426.5, 1417.5], [426.5, 1436.5], [452.5, 1436.5], [455.5, 1431.5], [455.5, 1426.5], [455.5, 1426.5]]}, {"id": "twrf2g", "submitted_by": "AURAequine", "name": "Semi-hidden Twilight Sparkle", "description": "Twilight Sparkle, a purple unicorn from My Little Pony: Friendship is Magic", "website": "", "subreddit": "", "center": [1815.5, 1730.5], "path": [[1807.5, 1730.5], [1808.5, 1729.5], [1809.5, 1728.5], [1809.5, 1727.5], [1810.5, 1726.5], [1811.5, 1725.5], [1816.5, 1725.5], [1817.5, 1726.5], [1819.5, 1726.5], [1820.5, 1725.5], [1822.5, 1725.5], [1822.5, 1728.5], [1822.5, 1734.5], [1809.5, 1734.5], [1810.5, 1733.5], [1809.5, 1732.5], [1808.5, 1732.5], [1808.5, 1731.5], [1807.5, 1730.5]]}, -{"id": "twrewz", "submitted_by": "Patatelover434", "name": "Joueur du Grenier", "description": "A very popular French youtuber making tests of retro games such as Dragon's Lair or even Bubbsy 3D", "website": "", "subreddit": "r/joueurdugrenier", "center": [25.5, 1921.5], "path": [[19.5, 1894.5], [34.5, 1892.5], [39.5, 1909.5], [45.5, 1911.5], [45.5, 1923.5], [43.5, 1930.5], [39.5, 1931.5], [37.5, 1940.5], [36.5, 1946.5], [35.5, 1954.5], [30.5, 1957.5], [20.5, 1954.5], [15.5, 1943.5], [19.5, 1938.5], [16.5, 1936.5], [13.5, 1932.5], [5.5, 1923.5], [3.5, 1919.5], [4.5, 1911.5], [6.5, 1901.5]]}, {"id": "twrew4", "submitted_by": "177013", "name": "Texas A&M University Mascot", "description": "The school mascot of Texas A&M University.", "website": "https://www.tamu.edu/", "subreddit": "", "center": [867.5, 1961.5], "path": [[855.5, 1950.5], [874.5, 1950.5], [874.5, 1959.5], [883.5, 1959.5], [883.5, 1970.5], [855.5, 1970.5], [855.5, 1950.5]]}, {"id": "twreup", "submitted_by": "Melter30", "name": "L\u00f6wenzahn Bauwagen", "description": "It's the Home of the protagonist of a German Show that aims to bring science to young kids and adults. Formerly it was home to Peter Lustig and now to Fritz Fuchs", "website": "", "subreddit": "", "center": [940.5, 1153.5], "path": [[967.5, 1171.5], [965.5, 1171.5], [965.5, 1170.5], [963.5, 1169.5], [963.5, 1167.5], [956.5, 1167.5], [956.5, 1168.5], [957.5, 1169.5], [957.5, 1171.5], [937.5, 1171.5], [937.5, 1169.5], [938.5, 1169.5], [938.5, 1168.5], [938.5, 1167.5], [923.5, 1167.5], [923.5, 1169.5], [915.5, 1169.5], [914.5, 1168.5], [914.5, 1167.5], [908.5, 1167.5], [908.5, 1165.5], [908.5, 1162.5], [910.5, 1162.5], [910.5, 1159.5], [907.5, 1159.5], [906.5, 1135.5], [940.5, 1135.5], [940.5, 1139.5], [956.5, 1139.5], [956.5, 1136.5], [957.5, 1136.5], [958.5, 1135.5], [959.5, 1136.5], [963.5, 1136.5], [963.5, 1135.5], [964.5, 1135.5], [965.5, 1135.5], [965.5, 1136.5], [966.5, 1136.5], [966.5, 1139.5], [972.5, 1139.5], [972.5, 1140.5], [973.5, 1141.5], [974.5, 1143.5], [974.5, 1145.5], [975.5, 1145.5], [976.5, 1146.5], [976.5, 1148.5], [975.5, 1148.5], [975.5, 1156.5], [976.5, 1156.5], [976.5, 1157.5], [978.5, 1157.5], [978.5, 1158.5], [979.5, 1159.5], [979.5, 1160.5], [978.5, 1161.5], [976.5, 1161.5], [975.5, 1162.5], [974.5, 1163.5], [973.5, 1164.5], [972.5, 1164.5], [973.5, 1166.5], [973.5, 1167.5], [969.5, 1167.5], [969.5, 1169.5], [968.5, 1169.5], [967.5, 1170.5]]}, {"id": "twrese", "submitted_by": "SuccessfulCitron7", "name": "TU Berlin", "description": "The logo of the Technical University in Berlin. It was mostly held alive by the german community, thanks to DerBerliner.", "website": "https://www.tu.berlin/", "subreddit": "/r/tuberlin", "center": [1418.5, 823.5], "path": [[1392.5, 806.5], [1392.5, 830.5], [1430.5, 830.5], [1430.5, 829.5], [1459.5, 829.5], [1459.5, 822.5], [1443.5, 822.5], [1443.5, 820.5], [1434.5, 820.5], [1434.5, 824.5], [1411.5, 824.5], [1411.5, 817.5], [1401.5, 817.5], [1401.5, 806.5], [1392.5, 806.5]]}, @@ -1422,7 +1351,6 @@ {"id": "twrby1", "submitted_by": "the29er", "name": "Cambridge University Crest", "description": "An orange tinted University of Cambridge crest was allowed to hide in the lava surrounding Obi-Wan. Many Star wars fans quite liked it & thought it was a cross for Obi-Wan 'Space-Jesus' Kenobi.", "website": "https://www.cam.ac.uk/", "subreddit": "", "center": [774.5, 1595.5], "path": [[767.5, 1586.5], [781.5, 1586.5], [783.5, 1586.5], [784.5, 1586.5], [784.5, 1590.5], [778.5, 1606.5], [772.5, 1608.5], [766.5, 1601.5], [766.5, 1586.5]]}, {"id": "twrbjj", "submitted_by": "75Centz", "name": "M.F. DOOM Tribute", "description": "Daniel Dumile, most known by his stage name MF DOOM.nnHe died on October 31, 2020, but it wasn't until December 31, 2020 when his death was publicly announced.nnAlways remember, all caps when you spell the man name!n", "website": "", "subreddit": "https://www.reddit.com/r/mfdoom/", "center": [1598.5, 895.5], "path": [[1588.5, 881.5], [1607.5, 882.5], [1608.5, 908.5], [1589.5, 908.5], [1589.5, 907.5]]}, {"id": "twrbi2", "submitted_by": "madebymvx", "name": "Can U Be / Kenya Bee", "description": "Unreleased Kanye West song. Pixel artwork in cooperation with the bees below. nKENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE KENYA BEE", "website": "", "subreddit": "/r/westsubever", "center": [53.5, 793.5], "path": [[48.5, 787.5], [58.5, 787.5], [58.5, 798.5], [48.5, 798.5], [48.5, 787.5]]}, -{"id": "twrbe8", "submitted_by": "Borisotto-", "name": "Catradora artwork", "description": "A small pixelart depicting a popular ship between the characters of Catra and Adora from the 2018 animated Netflix original show She-ra and the princesses of power. With the lesbian flag as a background. ", "website": "", "subreddit": "r/PrincessesOfPower", "center": [1584.5, 424.5], "path": [[1570.5, 426.5], [1570.5, 421.5], [1597.5, 421.5], [1597.5, 426.5]]}, {"id": "twrbdv", "submitted_by": "TwoMuchSicko", "name": "KingKontent", "description": "KingKontent is a Twitch streamer from the Netherlands. This pixel art was placed in the last 2 hours of r/Place. In allience with the people from r/bi_irl we made the backdrop a Bi flag.", "website": "[https://kingkontent.me/](https://kingkontent.me/)", "subreddit": "", "center": [396.5, 1931.5], "path": [[379.5, 1918.5], [412.5, 1918.5], [412.5, 1943.5], [379.5, 1943.5], [379.5, 1918.5]]}, {"id": "twrb90", "submitted_by": "Mari_-", "name": "Madness Combat Sheriff/Grunt", "description": "Originally a grunt from the Madness Combat web series created by Krinkels, now the sheriff from Madness Combat 2: Redeemer.", "website": "", "subreddit": "r/madnesscombat/", "center": [209.5, 1235.5], "path": [[200.5, 1224.5], [218.5, 1224.5], [219.5, 1246.5], [200.5, 1245.5], [200.5, 1224.5]]}, {"id": "twrb7m", "submitted_by": "jobbo321", "name": "William of Orange", "description": "Also known as William the Silent. Famous leader of the Dutch Revolt against Spain which resulted in the formal independence of the United Provinces of the Netherlands.", "website": "", "subreddit": " /r/placeNL and /r/cirkeltrek", "center": [1893.5, 19.5], "path": [[1892.5, 3.5], [1885.5, 3.5], [1896.5, 3.5], [1897.5, 4.5], [1884.5, 4.5], [1899.5, 6.5], [1901.5, 9.5], [1901.5, 13.5], [1901.5, 20.5], [1902.5, 19.5], [1903.5, 21.5], [1903.5, 24.5], [1904.5, 25.5], [1905.5, 29.5], [1905.5, 28.5], [1904.5, 31.5], [1903.5, 33.5], [1901.5, 34.5], [1898.5, 34.5], [1891.5, 34.5], [1883.5, 28.5], [1883.5, 24.5], [1881.5, 20.5], [1883.5, 13.5], [1881.5, 11.5], [1883.5, 6.5], [1885.5, 4.5], [1892.5, 4.5], [1895.5, 3.5]]}, @@ -1437,7 +1365,6 @@ {"id": "twra60", "submitted_by": "leicester_fan", "name": "Bills logo", "description": "Logo of the Buffalo Bills NFL team.", "website": "https://www.buffalobills.com", "subreddit": "r/buffalobills", "center": [558.5, 731.5], "path": [[546.5, 716.5], [546.5, 745.5], [570.5, 745.5], [570.5, 716.5]]}, {"id": "twra4f", "submitted_by": "sburban-reversal", "name": "RuneScape Logo", "description": "The logo for the popular MMORPG RuneScape.", "website": "", "subreddit": "/r/runescape", "center": [201.5, 79.5], "path": [[187.5, 65.5], [214.5, 65.5], [214.5, 92.5], [187.5, 92.5]]}, {"id": "twra3y", "submitted_by": "heyhowzitgoinn", "name": "Rock from Over the Garden Wall", "description": "A rock with a face painted on it. It's from the 2014 Cartoon Network miniseries Over the Garden Wall by Patrick McHale, and that's a rock fact!", "website": "https://www.hbomax.com", "subreddit": "r/overthegardenwall", "center": [1456.5, 929.5], "path": [[1450.5, 924.5], [1450.5, 934.5], [1462.5, 934.5], [1462.5, 924.5]]}, -{"id": "twra0y", "submitted_by": "cannotcomputename", "name": "Germany Flag", "description": "This is the 2 parallel lines which have the pattern of the Flag of Germany.", "website": "", "subreddit": "", "center": [1206.5, 2595.5], "path": [[-3.5, 828.5], [1994.5, 828.5], [1994.5, 866.5], [6.5, 871.5], [1.5, 1124.5], [-0.5, 1171.5], [1998.5, 1171.5], [1998.5, 1121.5], [0.5, 1122.5], [1.5, 1122.5]]}, {"id": "twr9yp", "submitted_by": "2ndmerrik255", "name": "Hank J. Wimbleton", "description": "A subtly added reference to the character Hank, the protagonist of the flash-animated Newgrounds series Madness Combat", "website": "https://krinkels.newgrounds.com/", "subreddit": "r/madnesscombat", "center": [973.5, 1904.5], "path": [[967.5, 1907.5], [967.5, 1900.5], [979.5, 1900.5], [979.5, 1907.5], [973.5, 1907.5]]}, {"id": "twr9w6", "submitted_by": "XDFloody", "name": "Scoresaber", "description": "ScoreSaber is Beat Saber's largest leaderboard system for custom songs, hosting 60 million scores across 170,000 leaderboards, with more than 1 million users worldwide. This art also stayed almost time!", "website": "https://scoresaber.com/", "subreddit": "/r/ScoreSaber", "center": [240.5, 7.5], "path": [[233.5, 0.5], [233.5, 13.5], [247.5, 13.5], [247.5, 0.5]]}, {"id": "twr9t3", "submitted_by": "Melter30", "name": "Die drei ???", "description": "A german mystery Show/radio play/movie/book for german childrens", "website": "", "subreddit": "", "center": [453.5, 836.5], "path": [[433.5, 829.5], [475.5, 830.5], [474.5, 842.5], [433.5, 842.5], [433.5, 829.5]]}, @@ -1460,7 +1387,6 @@ {"id": "twr7jt", "submitted_by": "Sarinyann", "name": "Unturned Zombie Face", "description": "Zombie's Face from the game Unturned", "website": "", "subreddit": "", "center": [670.5, 583.5], "path": [[662.5, 575.5], [677.5, 575.5], [677.5, 590.5], [662.5, 590.5], [662.5, 576.5]]}, {"id": "twr7i3", "submitted_by": "Trianglesaremyfave", "name": "F1, TM, France collab", "description": "Collaboration between Formula1, TrackMania and France: race car in French colors, TrackMania car and Pride race car to show the F1 community's support of the LGBTQIA+ community", "website": "", "subreddit": "/r/formula1", "center": [441.5, 791.5], "path": [[433.5, 757.5], [433.5, 757.5], [433.5, 757.5], [448.5, 757.5], [448.5, 825.5], [433.5, 825.5]]}, {"id": "twr7gl", "submitted_by": "XDFloody", "name": "The 7TV Community", "description": "A twitch third party extension logo with a meme from the community, Doctor Disrespect.", "website": "https://7tv.app/", "subreddit": "/r/7TV", "center": [682.5, 950.5], "path": [[669.5, 944.5], [669.5, 956.5], [694.5, 956.5], [694.5, 944.5]]}, -{"id": "twr7ey", "submitted_by": "Melter30", "name": "The German Flag", "description": "The third expansion of the German Territory on r/place", "website": "", "subreddit": "", "center": [1006.5, 1146.5], "path": [[0.5, 1122.5], [1999.5, 1120.5], [1999.5, 1171.5], [0.5, 1171.5], [0.5, 1122.5]]}, {"id": "twr7ed", "submitted_by": "Dragonsmissyou", "name": "Shapez.io", "description": "A factorio Like game.", "website": "https://shapez.io/", "subreddit": "https://www.reddit.com/r/shapezio/", "center": [1536.5, 791.5], "path": [[1525.5, 780.5], [1553.5, 780.5], [1553.5, 788.5], [1542.5, 788.5], [1542.5, 788.5], [1542.5, 804.5], [1524.5, 804.5], [1525.5, 780.5], [1524.5, 781.5], [1524.5, 804.5]]}, {"id": "twr7dq", "submitted_by": "Zaborgar_Delta", "name": "Miffy (Nijntje)", "description": "Miffy (Nijntje in Dutch) is a fictional rabbit drawn and written by Dutch artist Dick Bruna.", "website": "https://www.miffy.com/", "subreddit": "", "center": [791.5, 22.5], "path": [[769.5, 34.5], [765.5, 32.5], [767.5, 28.5], [769.5, 29.5], [769.5, 22.5], [765.5, 14.5], [768.5, 13.5], [771.5, 15.5], [773.5, 19.5], [775.5, 19.5], [773.5, 15.5], [773.5, 12.5], [774.5, 11.5], [775.5, 10.5], [777.5, 10.5], [778.5, 12.5], [780.5, 15.5], [780.5, 18.5], [783.5, 21.5], [784.5, 22.5], [785.5, 23.5], [787.5, 23.5], [787.5, 20.5], [783.5, 17.5], [782.5, 15.5], [781.5, 11.5], [786.5, 6.5], [787.5, 6.5], [788.5, 5.5], [793.5, 5.5], [793.5, 6.5], [798.5, 10.5], [798.5, 11.5], [799.5, 12.5], [799.5, 14.5], [798.5, 15.5], [798.5, 17.5], [795.5, 19.5], [792.5, 21.5], [792.5, 23.5], [795.5, 23.5], [800.5, 18.5], [800.5, 14.5], [804.5, 10.5], [807.5, 10.5], [807.5, 12.5], [808.5, 13.5], [806.5, 16.5], [806.5, 16.5], [806.5, 18.5], [808.5, 16.5], [811.5, 13.5], [812.5, 12.5], [814.5, 12.5], [815.5, 14.5], [815.5, 18.5], [811.5, 22.5], [812.5, 23.5], [812.5, 28.5], [814.5, 28.5], [815.5, 29.5], [815.5, 33.5], [813.5, 34.5], [812.5, 34.5], [812.5, 34.5]]}, {"id": "twr74y", "submitted_by": "iemand02", "name": "Delft university of technology", "description": "The oldest and largest technical university in the Netherlands. A collaboration between r/TUDelft and r/PlaceNL ", "website": "[https://www.tudelft.nl/](https://www.tudelft.nl/)", "subreddit": "[https://www.reddit.com/r/TUDelft/](https://www.reddit.com/r/TUDelft/)", "center": [1912.5, 47.5], "path": [[1894.5, 35.5], [1895.5, 37.5], [1895.5, 53.5], [1936.5, 53.5], [1936.5, 44.5], [1905.5, 44.5], [1905.5, 35.5], [1894.5, 35.5]]}, @@ -1481,7 +1407,7 @@ {"id": "twr53w", "submitted_by": "_-_FraiSaY_-_", "name": "CESI", "description": "Logo from a french engineering school", "website": "https://www.cesi.fr/", "subreddit": "", "center": [1835.5, 488.5], "path": [[1823.5, 476.5], [1847.5, 476.5], [1847.5, 499.5], [1823.5, 499.5], [1823.5, 476.5]]}, {"id": "twr4y6", "submitted_by": "noogai223", "name": "bo en", "description": "Logo of bo en as it appears on his 2013 album Pale Machine.nnbo en is the composer of 'My Time,' a song known for it's use in OMORI's first trailer and became in turn heavily associated with the indie RPG. He has also scored some tracks for OMORI itself.", "website": "[https://www.youtube.com/watch?v=-RREEDH8AnQ](https://www.youtube.com/watch?v=-RREEDH8AnQ)", "subreddit": "", "center": [1718.5, 1548.5], "path": [[1701.5, 1552.5], [1701.5, 1543.5], [1735.5, 1543.5], [1735.5, 1552.5], [1702.5, 1552.5]]}, {"id": "twr4w0", "submitted_by": "chinkiang_vinegar", "name": "University of Pennsylvania", "description": "The athletic logo of the University of Pennsylvania. Go Quakers!", "website": "https://www.upenn.edu/", "subreddit": "/r/upenn", "center": [1266.5, 1799.5], "path": [[1255.5, 1808.5], [1255.5, 1790.5], [1256.5, 1789.5], [1267.5, 1789.5], [1272.5, 1793.5], [1274.5, 1794.5], [1279.5, 1795.5], [1279.5, 1808.5]]}, -{"id": "twr4lw", "submitted_by": "FORUofO", "name": "Senbo", "description": "Senbo is a (very cute) slime mascot from the popular Genshin Impact and variety Twitch streamer Enviosity.", "website": "", "subreddit": "/r/Enviosity", "center": [552.5, 1610.5], "path": [[538.5, 1596.5], [565.5, 1596.5], [565.5, 1623.5], [538.5, 1623.5]]}, +{"id": "twr4lw", "submitted_by": "FORUofO", "name": "Senbo", "description": "Senbo is the slime mascot of twitch streamer Enviosity.", "website": "", "subreddit": "/r/Enviosity", "center": [552.5, 1610.5], "path": [[538.5, 1596.5], [565.5, 1596.5], [565.5, 1623.5], [538.5, 1623.5]]}, {"id": "twr4lu", "submitted_by": "madebymvx", "name": "Zoil", "description": "A British Twitch streamer known for doing funny voices and watching Tik Toks every day for 5 hours. His wholesome community is worried for his health because of his obesity, but he is refusing to lose weight.", "website": "", "subreddit": "r/zoil", "center": [1619.5, 930.5], "path": [[1592.5, 909.5], [1608.5, 909.5], [1608.5, 905.5], [1644.5, 905.5], [1645.5, 949.5], [1644.5, 949.5], [1643.5, 948.5], [1640.5, 948.5], [1640.5, 948.5], [1639.5, 949.5], [1638.5, 950.5], [1637.5, 951.5], [1638.5, 953.5], [1638.5, 954.5], [1631.5, 954.5], [1631.5, 955.5], [1603.5, 955.5], [1592.5, 945.5], [1592.5, 909.5]]}, {"id": "twr4li", "submitted_by": "DestroKind", "name": "Discord MLP FIM", "description": "Discord is the antagonist of MLP:FIM Season 2 Premiere,he is a beloved character of the MLP community due to his personality and voice actor, John de Lancie", "website": "[https://mlp.fandom.com/wiki/Discord](https://mlp.fandom.com/wiki/Discord)", "subreddit": "/r/mylittlepony/", "center": [1079.5, 1530.5], "path": [[1073.5, 1526.5], [1071.5, 1526.5], [1071.5, 1529.5], [1072.5, 1529.5], [1072.5, 1530.5], [1073.5, 1530.5], [1073.5, 1531.5], [1074.5, 1531.5], [1074.5, 1532.5], [1075.5, 1532.5], [1076.5, 1532.5], [1076.5, 1533.5], [1076.5, 1538.5], [1075.5, 1538.5], [1075.5, 1540.5], [1074.5, 1540.5], [1074.5, 1542.5], [1072.5, 1542.5], [1072.5, 1544.5], [1078.5, 1544.5], [1078.5, 1542.5], [1078.5, 1539.5], [1081.5, 1539.5], [1081.5, 1541.5], [1082.5, 1541.5], [1082.5, 1544.5], [1085.5, 1544.5], [1085.5, 1540.5], [1087.5, 1540.5], [1087.5, 1537.5], [1084.5, 1537.5], [1084.5, 1536.5], [1083.5, 1536.5], [1083.5, 1535.5], [1082.5, 1535.5], [1082.5, 1530.5], [1083.5, 1530.5], [1083.5, 1531.5], [1084.5, 1531.5], [1084.5, 1532.5], [1085.5, 1532.5], [1086.5, 1532.5], [1086.5, 1531.5], [1087.5, 1531.5], [1087.5, 1530.5], [1088.5, 1530.5], [1088.5, 1529.5], [1089.5, 1529.5], [1089.5, 1526.5], [1086.5, 1526.5], [1086.5, 1528.5], [1085.5, 1528.5], [1085.5, 1529.5], [1085.5, 1529.5], [1085.5, 1528.5], [1084.5, 1528.5], [1085.5, 1528.5], [1085.5, 1523.5], [1083.5, 1523.5], [1083.5, 1524.5], [1082.5, 1525.5], [1082.5, 1523.5], [1081.5, 1523.5], [1081.5, 1522.5], [1080.5, 1522.5], [1080.5, 1521.5], [1080.5, 1520.5], [1079.5, 1520.5], [1080.5, 1520.5], [1080.5, 1519.5], [1081.5, 1519.5], [1081.5, 1518.5], [1082.5, 1518.5], [1082.5, 1517.5], [1082.5, 1516.5], [1081.5, 1516.5], [1080.5, 1516.5], [1080.5, 1517.5], [1079.5, 1517.5], [1079.5, 1518.5], [1078.5, 1518.5], [1078.5, 1519.5], [1077.5, 1519.5], [1077.5, 1520.5], [1077.5, 1519.5], [1076.5, 1519.5], [1076.5, 1518.5], [1075.5, 1518.5], [1076.5, 1518.5], [1076.5, 1517.5], [1076.5, 1516.5], [1075.5, 1516.5], [1074.5, 1517.5], [1074.5, 1517.5], [1073.5, 1517.5], [1073.5, 1518.5], [1073.5, 1519.5], [1074.5, 1519.5], [1074.5, 1520.5], [1074.5, 1521.5], [1074.5, 1522.5], [1073.5, 1522.5], [1072.5, 1522.5], [1072.5, 1523.5], [1072.5, 1524.5], [1073.5, 1524.5], [1073.5, 1526.5]]}, {"id": "twr4l3", "submitted_by": "JonnyCorry", "name": "r/LiverpoolFC", "description": "An artwork for Liverpool Football Club. Includes a Champions League Trophy with a 6 to show the club's accomplashments in the tournemnt, manager and legend Jurgen Klopp, homegrown talent Trent Alexander-Arnold #66, and finally Divock Origi a club hero, because 'football without Origi is nothing'.", "website": "", "subreddit": "/r/LiverpoolFC", "center": [1632.5, 1565.5], "path": [[1620.5, 1539.5], [1594.5, 1539.5], [1594.5, 1578.5], [1594.5, 1579.5], [1700.5, 1579.5], [1700.5, 1570.5], [1684.5, 1570.5], [1684.5, 1573.5], [1668.5, 1573.5], [1668.5, 1557.5], [1620.5, 1557.5], [1620.5, 1539.5]]}, @@ -1519,7 +1445,6 @@ {"id": "twqzhw", "submitted_by": "Veilmisk", "name": "TWICE", "description": "A female K-Pop group composed of 9 members. The colored squares on the left represent each member's assigned color and the lollipop next to the logo is a candy bong lightstick.", "website": "[https://mobile.twitter.com/jypetwice?lang=en](https://mobile.twitter.com/jypetwice?lang=en)", "subreddit": "r/twice", "center": [1566.5, 881.5], "path": [[1525.5, 870.5], [1587.5, 870.5], [1587.5, 897.5], [1558.5, 897.5], [1558.5, 876.5], [1525.5, 876.5]]}, {"id": "twqzg7", "submitted_by": "Enframed", "name": "Oliver Tree", "description": "r/OliverTree's pixel-art rendition of Oliver Tree's Alien Boy EP Coverart.", "website": "", "subreddit": "r/olivertree", "center": [650.5, 1309.5], "path": [[645.5, 1304.5], [654.5, 1304.5], [654.5, 1313.5], [645.5, 1313.5]]}, {"id": "twqz0o", "submitted_by": "Adarain", "name": "Conlang flag", "description": "The flag for constructed languages. Constructed languages are languages created by people as an artform, as experiments to push the boundaries of what language can and cannot do, or to try to help people from different backgrounds communicate with one another. The flag depicts a stylized version of the Tower of Babel in front of a rising sun.", "website": "https://conlang.org/conlang-flag/", "subreddit": "/r/conlangs", "center": [735.5, 329.5], "path": [[732.5, 326.5], [732.5, 331.5], [738.5, 331.5], [738.5, 326.5], [732.5, 326.5]]}, -{"id": "twqz05", "submitted_by": "Ambitious_Map4507", "name": "Joueur de Grenier", "description": "He's a french youtuber and streamer. JDG is here since 13 years with his friend Seb.nHe play at bad retro games and jokes about it.", "website": "https://www.youtube.com/user/joueurdugrenier", "subreddit": "", "center": [25.5, 1923.5], "path": [[26.5, 1953.5], [32.5, 1955.5], [33.5, 1952.5], [30.5, 1948.5], [33.5, 1938.5], [36.5, 1940.5], [37.5, 1934.5], [35.5, 1929.5], [35.5, 1925.5], [41.5, 1927.5], [43.5, 1925.5], [42.5, 1918.5], [41.5, 1913.5], [37.5, 1912.5], [34.5, 1908.5], [35.5, 1902.5], [31.5, 1897.5], [25.5, 1897.5], [20.5, 1897.5], [20.5, 1904.5], [21.5, 1909.5], [21.5, 1913.5], [15.5, 1913.5], [12.5, 1917.5], [13.5, 1907.5], [10.5, 1903.5], [5.5, 1905.5], [6.5, 1914.5], [4.5, 1917.5], [7.5, 1922.5], [12.5, 1927.5], [16.5, 1928.5], [18.5, 1923.5], [17.5, 1932.5], [20.5, 1938.5], [18.5, 1945.5], [20.5, 1950.5], [27.5, 1954.5], [28.5, 1954.5]]}, {"id": "twqyg2", "submitted_by": "OKamers", "name": "Romelu Lukaku and Kevin De Bruyne", "description": "Remake of an iconic picture from the 2014 World Cup in Brazil.", "website": "https://sportmagazine.knack.be/medias/14435/7391149.jpg", "subreddit": "/r/belgium", "center": [1308.5, 1395.5], "path": [[1310.5, 1370.5], [1306.5, 1369.5], [1304.5, 1370.5], [1306.5, 1373.5], [1285.5, 1394.5], [1286.5, 1403.5], [1292.5, 1411.5], [1297.5, 1411.5], [1330.5, 1411.5], [1330.5, 1395.5], [1324.5, 1386.5], [1313.5, 1375.5], [1315.5, 1370.5], [1310.5, 1369.5]]}, {"id": "twqy9f", "submitted_by": "Garchomprocks", "name": "Leaves From the Vine", "description": "A depiction of a scene from Avatar: The Last Airbender of Uncle Iroh mourning his son Lu Ten. This scene was also used by the show to pay tribute to Mako, the late original voice actor of Uncle Iroh.", "website": "", "subreddit": "r/atla", "center": [1415.5, 1554.5], "path": [[1332.5, 1497.5], [1332.5, 1611.5], [1498.5, 1611.5], [1498.5, 1498.5], [1332.5, 1497.5]]}, {"id": "twqxsf", "submitted_by": "yamirzmmdx", "name": "Liverpool FC", "description": "We've conquered all of EuropenWe're never going to stopnFrom Paris down to TurkeynWe've won the fucking lotnBob Paisley and Bill ShanklynThe fields of Anfield RoadnWe are loyal supportersnAnd we come from Liverpool!nYNWA.", "website": "", "subreddit": "/r/LiverpoolFC", "center": [1229.5, 537.5], "path": [[1207.5, 508.5], [1207.5, 567.5], [1250.5, 567.5], [1250.5, 507.5], [1207.5, 508.5]]}, @@ -1541,7 +1466,6 @@ {"id": "twqunv", "submitted_by": "merwie001", "name": "G E K O L O N I S E E R D ", "description": "A Dutch memen(Gekoloniseerd means colonized) n", "website": "", "subreddit": "/r/placenl", "center": [445.5, 24.5], "path": [[386.5, 21.5], [384.5, 21.5], [384.5, 27.5], [481.5, 27.5], [503.5, 26.5], [508.5, 27.5], [508.5, 21.5], [385.5, 21.5], [384.5, 21.5]]}, {"id": "twquj6", "submitted_by": "maxpower778", "name": "Mortadelo y Filem\u00f3n", "description": "The most famous comic characters from Spain. They were created by Francisco Ib\u00e1\u00f1ez. They are two detectives that work for an agency, and you can read their shenanigans", "website": "", "subreddit": "r/esPlace", "center": [942.5, 296.5], "path": [[936.5, 281.5], [944.5, 281.5], [945.5, 286.5], [947.5, 286.5], [948.5, 287.5], [950.5, 287.5], [949.5, 286.5], [953.5, 284.5], [958.5, 288.5], [959.5, 291.5], [960.5, 294.5], [963.5, 296.5], [964.5, 298.5], [958.5, 306.5], [956.5, 308.5], [929.5, 308.5], [924.5, 301.5], [922.5, 296.5], [926.5, 291.5], [930.5, 293.5], [932.5, 289.5], [926.5, 286.5], [926.5, 284.5], [928.5, 280.5], [936.5, 281.5]]}, {"id": "twquhe", "submitted_by": "IAmDutch666", "name": "Atomium", "description": "The Atomium is the most famous monument in Belgium and is located in Brussels, the capital of Belgium.", "website": "https://atomium.be/", "subreddit": "/r/belgium", "center": [289.5, 814.5], "path": [[288.5, 797.5], [288.5, 804.5], [290.5, 813.5], [293.5, 804.5], [294.5, 797.5], [291.5, 797.5], [288.5, 798.5], [276.5, 815.5], [280.5, 830.5], [299.5, 829.5], [301.5, 810.5], [294.5, 797.5]]}, -{"id": "twqtqs", "submitted_by": "SuperCrepen", "name": "[Ficsit.app](https://Ficsit.app) logo", "description": "[Ficsit.app](https://Ficsit.app) is the modmanager for the game Satisfactory", "website": "[https://www.](https://ficsit.app/)[ficsit.app/](https://ficsit.app/)", "subreddit": "[/r/SatisfactoryGame/](https://www.reddit.com/r/SatisfactoryGame/)", "center": [1497.5, 43.5], "path": [[1467.5, 35.5], [1527.5, 35.5], [1527.5, 52.5], [1467.5, 51.5], [1467.5, 35.5]]}, {"id": "twqtmr", "submitted_by": "VeryAwkwardDude", "name": "18-25 / :noel: and :hap:", "description": "Place constructed by the 18-25, A popular French forum.nThe two emoticons, :noel: (left) and :hap: (right) are popular emoticons used on the website.", "website": "https://www.jeuxvideo.com/forums/0-51-0-1-0-1-0-blabla-18-25-ans.htm", "subreddit": "", "center": [452.5, 1386.5], "path": [[436.5, 1374.5], [436.5, 1398.5], [467.5, 1399.5], [468.5, 1374.5], [436.5, 1374.5]]}, {"id": "twqtff", "submitted_by": "FakeGoonmachine", "name": "Ice Barrage", "description": "The Ice Barrage spell icon from the 'Old School' edition of the game Runescape.", "website": "[https://oldschool.runescape.wiki/w/Ice_Barrage](https://oldschool.runescape.wiki/w/Ice_Barrage)", "subreddit": "/r/2007scape", "center": [0.5, 0.5], "path": []}, {"id": "twqtdy", "submitted_by": "theminortom", "name": "Tigerente and Frog", "description": "Tigerenten Club is a German children's television programme. The programme involves a mix of games, quizzes, cartoons and outside reports from the presenters and children, with the aim to educate and entertain.nThis art depicts the shows two main characters, the Tigerente and the frog.", "website": "https://en.wikipedia.org/wiki/Tigerenten_Club", "subreddit": "/r/de", "center": [1468.5, 846.5], "path": [[1406.5, 848.5], [1410.5, 852.5], [1412.5, 852.5], [1415.5, 849.5], [1415.5, 851.5], [1417.5, 851.5], [1417.5, 853.5], [1419.5, 853.5], [1419.5, 851.5], [1421.5, 851.5], [1421.5, 849.5], [1422.5, 849.5], [1422.5, 853.5], [1425.5, 856.5], [1427.5, 854.5], [1427.5, 851.5], [1428.5, 851.5], [1428.5, 852.5], [1428.5, 853.5], [1429.5, 853.5], [1429.5, 855.5], [1430.5, 855.5], [1430.5, 856.5], [1431.5, 856.5], [1431.5, 857.5], [1431.5, 858.5], [1432.5, 858.5], [1432.5, 863.5], [1433.5, 863.5], [1433.5, 865.5], [1435.5, 865.5], [1435.5, 866.5], [1439.5, 866.5], [1439.5, 865.5], [1441.5, 865.5], [1441.5, 864.5], [1443.5, 864.5], [1443.5, 863.5], [1446.5, 863.5], [1449.5, 866.5], [1451.5, 866.5], [1452.5, 865.5], [1453.5, 865.5], [1454.5, 864.5], [1455.5, 864.5], [1456.5, 863.5], [1457.5, 864.5], [1459.5, 864.5], [1460.5, 863.5], [1461.5, 864.5], [1462.5, 865.5], [1464.5, 865.5], [1466.5, 863.5], [1467.5, 863.5], [1468.5, 862.5], [1470.5, 862.5], [1471.5, 861.5], [1471.5, 860.5], [1472.5, 859.5], [1472.5, 857.5], [1474.5, 857.5], [1474.5, 854.5], [1475.5, 854.5], [1475.5, 853.5], [1476.5, 853.5], [1476.5, 856.5], [1477.5, 857.5], [1477.5, 861.5], [1475.5, 863.5], [1475.5, 866.5], [1492.5, 866.5], [1492.5, 863.5], [1491.5, 863.5], [1490.5, 862.5], [1489.5, 861.5], [1489.5, 859.5], [1491.5, 859.5], [1492.5, 860.5], [1493.5, 860.5], [1494.5, 859.5], [1497.5, 859.5], [1500.5, 856.5], [1500.5, 855.5], [1504.5, 851.5], [1504.5, 850.5], [1505.5, 849.5], [1505.5, 848.5], [1506.5, 847.5], [1506.5, 846.5], [1507.5, 845.5], [1507.5, 844.5], [1508.5, 843.5], [1508.5, 842.5], [1508.5, 836.5], [1509.5, 836.5], [1509.5, 828.5], [1514.5, 828.5], [1514.5, 827.5], [1515.5, 827.5], [1515.5, 826.5], [1516.5, 825.5], [1516.5, 820.5], [1515.5, 820.5], [1515.5, 819.5], [1515.5, 818.5], [1512.5, 818.5], [1511.5, 817.5], [1511.5, 816.5], [1512.5, 816.5], [1512.5, 812.5], [1511.5, 812.5], [1511.5, 810.5], [1509.5, 810.5], [1509.5, 809.5], [1507.5, 809.5], [1507.5, 810.5], [1505.5, 810.5], [1505.5, 809.5], [1503.5, 809.5], [1501.5, 811.5], [1501.5, 812.5], [1500.5, 812.5], [1500.5, 816.5], [1501.5, 816.5], [1501.5, 818.5], [1498.5, 818.5], [1498.5, 819.5], [1497.5, 820.5], [1497.5, 821.5], [1496.5, 822.5], [1496.5, 824.5], [1497.5, 825.5], [1497.5, 825.5], [1498.5, 825.5], [1499.5, 826.5], [1499.5, 827.5], [1500.5, 828.5], [1505.5, 828.5], [1506.5, 829.5], [1506.5, 836.5], [1505.5, 836.5], [1505.5, 841.5], [1504.5, 841.5], [1504.5, 841.5], [1503.5, 843.5], [1502.5, 843.5], [1502.5, 845.5], [1501.5, 845.5], [1501.5, 847.5], [1500.5, 847.5], [1500.5, 848.5], [1499.5, 848.5], [1499.5, 850.5], [1498.5, 850.5], [1498.5, 851.5], [1497.5, 851.5], [1497.5, 850.5], [1496.5, 850.5], [1496.5, 849.5], [1495.5, 849.5], [1495.5, 848.5], [1496.5, 848.5], [1496.5, 842.5], [1493.5, 841.5], [1493.5, 840.5], [1491.5, 840.5], [1491.5, 837.5], [1490.5, 837.5], [1490.5, 836.5], [1485.5, 836.5], [1485.5, 837.5], [1484.5, 837.5], [1484.5, 838.5], [1483.5, 838.5], [1483.5, 837.5], [1482.5, 837.5], [1482.5, 836.5], [1477.5, 836.5], [1471.5, 830.5], [1470.5, 831.5], [1468.5, 831.5], [1467.5, 832.5], [1465.5, 832.5], [1463.5, 834.5], [1464.5, 835.5], [1464.5, 836.5], [1465.5, 837.5], [1466.5, 838.5], [1465.5, 839.5], [1462.5, 839.5], [1461.5, 838.5], [1460.5, 837.5], [1455.5, 837.5], [1454.5, 836.5], [1452.5, 836.5], [1449.5, 837.5], [1448.5, 838.5], [1447.5, 839.5], [1446.5, 840.5], [1445.5, 842.5], [1445.5, 844.5], [1443.5, 844.5], [1442.5, 843.5], [1441.5, 843.5], [1440.5, 842.5], [1431.5, 842.5], [1431.5, 843.5], [1430.5, 844.5], [1429.5, 844.5], [1429.5, 847.5], [1428.5, 847.5], [1428.5, 849.5], [1425.5, 849.5], [1424.5, 849.5], [1424.5, 847.5], [1421.5, 847.5], [1421.5, 846.5], [1419.5, 846.5], [1419.5, 849.5], [1417.5, 849.5], [1417.5, 847.5], [1416.5, 847.5], [1416.5, 846.5], [1413.5, 843.5], [1412.5, 843.5], [1411.5, 844.5], [1410.5, 843.5], [1409.5, 843.5], [1406.5, 846.5]]}, @@ -1577,8 +1501,6 @@ {"id": "twqk7t", "submitted_by": "deet0109", "name": "Flag of the SMC x WIRE_FPS Logo", "description": "The Scratch Mapping Community (SMC) agreed to let the streamer WIRE_FPS temporarily take over this area. It depicts the flag used by the SMC with part of WIRE_FPS\u2019s logo mixed in.", "website": "https://www.twitch.tv/wire_fps", "subreddit": "/r/ScratchMappers", "center": [3.5, 76.5], "path": [[0.5, 74.5], [6.5, 74.5], [6.5, 78.5], [0.5, 78.5]]}, {"id": "twqk2v", "submitted_by": "R1515LF0NTE", "name": "Pastel de Nata ", "description": "Portuguese egg custard tart pastry, optionally dusted with cinnamon. Outside Portugal, they are particularly popular in other parts of Western Europe, Asia and former Portuguese colonies.", "website": "", "subreddit": "/r/portugal", "center": [909.5, 383.5], "path": [[906.5, 389.5], [901.5, 385.5], [901.5, 382.5], [902.5, 380.5], [904.5, 378.5], [906.5, 378.5], [907.5, 377.5], [913.5, 377.5], [913.5, 378.5], [915.5, 378.5], [915.5, 379.5], [917.5, 380.5], [918.5, 381.5], [918.5, 384.5], [918.5, 385.5], [916.5, 386.5], [915.5, 387.5], [914.5, 388.5], [913.5, 389.5], [912.5, 390.5], [910.5, 390.5], [907.5, 390.5], [906.5, 389.5]]}, {"id": "twqk1j", "submitted_by": "Mintybirdd", "name": "ULTRAKILL", "description": "Depiction of the V1 Logo from ULTRAKILL", "website": "[devilmayquake.com](https://devilmayquake.com)", "subreddit": "r/Ultrakill", "center": [1360.5, 1808.5], "path": [[1346.5, 1818.5], [1346.5, 1797.5], [1374.5, 1797.5], [1374.5, 1818.5], [1365.5, 1818.5], [1365.5, 1820.5], [1353.5, 1820.5], [1353.5, 1818.5]]}, -{"id": "twqjq8", "submitted_by": "Moriko-Is-Tired", "name": "Mai from SBY", "description": "Mai from Seishun Buta Yarou an anime which released on Fall of 2018 with 14 episodes about a weird phenomenon happening in school.(Thanks to all the members of r/maiplace for this!)", "website": "[https://myanimelist.net/anime/37450/Seishun_Buta_Yarou_wa_Bunny_Girl_Senpai_no_Yume_wo_Minai](https://myanimelist.net/anime/37450/Seishun_Buta_Yarou_wa_Bunny_Girl_Senpai_no_Yume_wo_Minai)", "subreddit": "[https://www.reddit.com/r/SeishunButaYarou/](https://www.reddit.com/r/SeishunButaYarou/)", "center": [529.5, 1801.5], "path": [[520.5, 1793.5], [515.5, 1793.5], [514.5, 1792.5], [514.5, 1789.5], [515.5, 1786.5], [517.5, 1785.5], [518.5, 1784.5], [521.5, 1784.5], [523.5, 1785.5], [524.5, 1786.5], [525.5, 1790.5], [525.5, 1791.5], [534.5, 1791.5], [540.5, 1785.5], [544.5, 1789.5], [544.5, 1793.5], [543.5, 1795.5], [538.5, 1795.5], [537.5, 1793.5], [536.5, 1793.5], [537.5, 1796.5], [541.5, 1802.5], [539.5, 1804.5], [538.5, 1805.5], [538.5, 1807.5], [535.5, 1815.5], [533.5, 1818.5], [532.5, 1821.5], [529.5, 1821.5], [524.5, 1821.5], [522.5, 1816.5], [519.5, 1797.5], [520.5, 1794.5], [521.5, 1790.5], [520.5, 1790.5], [514.5, 1793.5], [517.5, 1785.5], [515.5, 1792.5]]}, -{"id": "twqjnm", "submitted_by": "sisinobubles", "name": "Sai Makurajima Chibi", "description": "Sai Makurajima Chibi, from the show 'Rascal does not dream of Bunny Girl Senpai'", "website": "", "subreddit": "r/seishunbutayarou", "center": [526.5, 1797.5], "path": [[501.5, 1782.5], [501.5, 1800.5], [516.5, 1800.5], [516.5, 1814.5], [516.5, 1817.5], [525.5, 1823.5], [528.5, 1820.5], [530.5, 1823.5], [548.5, 1796.5], [548.5, 1782.5], [510.5, 1782.5]]}, {"id": "twqjmc", "submitted_by": "Phats06", "name": "Princess Connect! Re:Dive", "description": "Princess Connect! Re:Dive (\u30d7\u30ea\u30f3\u30bb\u30b9\u30b3\u30cd\u30af\u30c8\uff01Re:Dive) is a Japanese role-playing video game developed by Cygames. It was released in Japan on February 15, 2018 for Android and iOS, and on May 22, 2018 for Microsoft Windows via DMM Games. Mobile version would later be released in other regions. The game was announced in August 2016 as a sequel to Princess Connect!, which was released on February 18, 2015 and ended service in June 2016. An anime television series adaptation by CygamesPictures aired from April to June 2020. A second season aired from January to March 2022.", "website": "https://priconne-redive.jp/", "subreddit": "r/Priconne", "center": [1624.5, 1799.5], "path": [[1613.5, 1805.5], [1613.5, 1802.5], [1614.5, 1802.5], [1615.5, 1801.5], [1615.5, 1800.5], [1616.5, 1800.5], [1617.5, 1799.5], [1617.5, 1794.5], [1618.5, 1793.5], [1618.5, 1792.5], [1621.5, 1789.5], [1621.5, 1787.5], [1620.5, 1786.5], [1620.5, 1785.5], [1623.5, 1782.5], [1624.5, 1782.5], [1625.5, 1781.5], [1627.5, 1781.5], [1626.5, 1781.5], [1622.5, 1785.5], [1622.5, 1786.5], [1622.5, 1787.5], [1623.5, 1788.5], [1624.5, 1787.5], [1624.5, 1786.5], [1625.5, 1787.5], [1626.5, 1787.5], [1627.5, 1786.5], [1626.5, 1785.5], [1626.5, 1784.5], [1627.5, 1784.5], [1627.5, 1786.5], [1626.5, 1787.5], [1627.5, 1789.5], [1628.5, 1790.5], [1629.5, 1789.5], [1629.5, 1792.5], [1631.5, 1794.5], [1631.5, 1795.5], [1632.5, 1796.5], [1631.5, 1797.5], [1632.5, 1798.5], [1631.5, 1799.5], [1630.5, 1800.5], [1631.5, 1801.5], [1631.5, 1804.5], [1632.5, 1804.5], [1634.5, 1806.5], [1634.5, 1807.5], [1636.5, 1809.5], [1615.5, 1809.5], [1615.5, 1807.5], [1614.5, 1806.5], [1613.5, 1805.5]]}, {"id": "twqjdy", "submitted_by": "Explodingmemes", "name": "Magnus Carlsen", "description": "Magnus Carlsen is a Norwegian chess player, and the current FIDE World Chess Champion.", "website": "", "subreddit": "/r/Chess", "center": [234.5, 66.5], "path": [[216.5, 91.5], [219.5, 88.5], [222.5, 88.5], [223.5, 82.5], [219.5, 72.5], [218.5, 66.5], [218.5, 54.5], [225.5, 42.5], [232.5, 38.5], [236.5, 39.5], [243.5, 40.5], [243.5, 41.5], [247.5, 42.5], [251.5, 48.5], [252.5, 54.5], [252.5, 59.5], [248.5, 65.5], [247.5, 66.5], [247.5, 79.5], [248.5, 84.5], [247.5, 86.5], [250.5, 92.5], [216.5, 92.5], [216.5, 91.5]]}, {"id": "twqizt", "submitted_by": "bayerslyf", "name": "BT-7472", "description": "Character from the game Titanfall 2. Made by the northstar client discord server with contribution from the Team Fortress 2 and Titanfall 2 communities.", "website": "https://discord.gg/northstar", "subreddit": "", "center": [1546.5, 1952.5], "path": [[1522.5, 1923.5], [1528.5, 1917.5], [1571.5, 1918.5], [1570.5, 1985.5], [1522.5, 1986.5]]}, @@ -1586,7 +1508,6 @@ {"id": "twqivm", "submitted_by": "theminortom", "name": "Autobahn road sign", "description": "The Autobahn is the federal controlled-access highway system in Germany.", "website": "https://en.wikipedia.org/wiki/Autobahn", "subreddit": "/r/de", "center": [550.5, 848.5], "path": [[549.5, 871.5], [549.5, 860.5], [548.5, 860.5], [548.5, 856.5], [540.5, 856.5], [540.5, 857.5], [539.5, 857.5], [539.5, 840.5], [540.5, 840.5], [540.5, 839.5], [541.5, 839.5], [541.5, 838.5], [559.5, 838.5], [559.5, 839.5], [560.5, 839.5], [560.5, 840.5], [561.5, 840.5], [561.5, 858.5], [560.5, 858.5], [560.5, 859.5], [559.5, 859.5], [559.5, 860.5], [551.5, 860.5], [551.5, 871.5]]}, {"id": "twqisu", "submitted_by": "king_john651", "name": "Former r/nba LeMao site #1", "description": "r/nba made their first attempt at contributing to the canvas halfway through day 1 covering up r/lebanon, r/dwarffortress, and others.nnWith help from the likes of r/temple, r/rimworld, r/deeprockgalactic, and other communities to repel the LeMao artwork (as well as disorganisation within the r/nba community) the parts in this section were able to expand and mostly survive the life of the canvas.", "website": "[https://imgur.com/a/JwNcVX7](https://imgur.com/a/JwNcVX7)", "subreddit": "", "center": [27.5, 462.5], "path": [[0.5, 429.5], [53.5, 429.5], [53.5, 495.5], [0.5, 495.5]]}, {"id": "twqir6", "submitted_by": "Antarioo", "name": "Gekoloniseerd", "description": "A meme by the Dutch reddit community is to colonize or GEKOLONISEERD every comment section of a post about any dutch topic", "website": "", "subreddit": "", "center": [446.5, 24.5], "path": [[384.5, 20.5], [508.5, 20.5], [508.5, 28.5], [384.5, 28.5]]}, -{"id": "twqibz", "submitted_by": "ziemnakiscool", "name": "The new american flag", "description": "This is the new american flag moved from its old location.", "website": "", "subreddit": "/r/americanflaginplace", "center": [1892.5, 1808.5], "path": [[1998.5, 1864.5], [1999.5, 1867.5], [1775.5, 1868.5], [1774.5, 1751.5], [1998.5, 1750.5], [2022.5, 1769.5]]}, {"id": "twqibg", "submitted_by": "Explodingmemes", "name": "Anarcho Communist Flag", "description": "The flag of the political ideology Anarcho Communism, an anarchist political ideology that advocates for the abolition of states and hierarchies. ", "website": "", "subreddit": "/r/Anarchism", "center": [35.5, 398.5], "path": [[9.5, 378.5], [9.5, 418.5], [60.5, 418.5], [61.5, 378.5]]}, {"id": "twqi7m", "submitted_by": "Dinkelwecken", "name": "Wei\u00dfe Rose", "description": "The white rose is the symbol of a german student resistance organization against the Nazi regime. Through their work they became a famous german resistance symbol against Totalitarianism and facism. Most members were inacerated and executed.", "website": "https://en.wikipedia.org/wiki/White_Rose", "subreddit": "r/placeDE", "center": [1893.5, 845.5], "path": [[1890.5, 868.5], [1901.5, 855.5], [1899.5, 850.5], [1908.5, 845.5], [1905.5, 835.5], [1885.5, 832.5], [1880.5, 837.5], [1881.5, 843.5], [1878.5, 847.5], [1886.5, 852.5], [1893.5, 853.5], [1890.5, 856.5], [1890.5, 865.5], [1888.5, 868.5]]}, {"id": "twqhov", "submitted_by": "wallmenis", "name": "Greek flag", "description": "The Greek flag with extra decorations with a bit of suspicious flare", "website": "https://www.reddit.com/r/GreecePlace", "subreddit": "/r/GreecePlace", "center": [1459.5, 1944.5], "path": [[1397.5, 1917.5], [1521.5, 1917.5], [1521.5, 1970.5], [1397.5, 1970.5]]}, @@ -1607,7 +1528,6 @@ {"id": "twqf15", "submitted_by": "potsatou", "name": "Yotsuba's pigtail", "description": "4chan's /b/ board's attempt to draw Yotsuba (404 girl) but only managed to finish the pigtail and the clover", "website": "", "subreddit": "", "center": [1919.5, 550.5], "path": [[1938.5, 541.5], [1938.5, 559.5], [1901.5, 559.5], [1901.5, 540.5]]}, {"id": "twqewi", "submitted_by": "Explodingmemes", "name": "Trans Celeste Berry", "description": "A golden strawberry from the video game Celeste featuring the trans pride colors.", "website": "", "subreddit": "/r/Celeste", "center": [524.5, 458.5], "path": [[521.5, 462.5], [524.5, 465.5], [525.5, 465.5], [528.5, 462.5], [529.5, 461.5], [530.5, 461.5], [531.5, 462.5], [532.5, 462.5], [534.5, 460.5], [535.5, 460.5], [536.5, 459.5], [538.5, 457.5], [539.5, 457.5], [541.5, 455.5], [541.5, 454.5], [534.5, 454.5], [533.5, 455.5], [532.5, 455.5], [530.5, 457.5], [530.5, 452.5], [529.5, 452.5], [527.5, 454.5], [525.5, 452.5], [524.5, 452.5], [522.5, 454.5], [519.5, 451.5], [519.5, 456.5], [518.5, 456.5], [517.5, 455.5], [516.5, 455.5], [515.5, 454.5], [509.5, 454.5], [508.5, 455.5], [509.5, 456.5], [510.5, 457.5], [511.5, 457.5], [511.5, 458.5], [512.5, 458.5], [513.5, 459.5], [516.5, 462.5], [519.5, 462.5], [520.5, 461.5], [521.5, 462.5]]}, {"id": "twqev0", "submitted_by": "CelerySilent7734", "name": "Nijisanji East", "description": "depictions of several Nijisanji members. Nijisanji is a vtuber agency.", "website": "", "subreddit": "r/Nijisanji", "center": [1927.5, 743.5], "path": [[1882.5, 732.5], [1962.5, 732.5], [1962.5, 744.5], [1953.5, 744.5], [1953.5, 760.5], [1919.5, 760.5], [1919.5, 744.5], [1882.5, 744.5]]}, -{"id": "twqell", "submitted_by": "hydro_cookie_z", "name": "Arknights - Swagmiya/Pogmiya", "description": "Amiya from arknights but with shades. ", "website": "", "subreddit": "r/Arknights", "center": [1149.5, 103.5], "path": [[1135.5, 87.5], [1163.5, 87.5], [1163.5, 119.5], [1135.5, 119.5]]}, {"id": "twqehn", "submitted_by": "sealmealdeal", "name": "necrotomigaud", "description": "necrotomigaud is an art piece made by ivan seal, and is used in the caretaker's, everywhere at the end of time, as the album cover for stage 6.", "website": "", "subreddit": "https://www.reddit.com/r/TheCaretaker/", "center": [1603.5, 328.5], "path": [[1599.5, 322.5], [1599.5, 322.5], [1598.5, 322.5], [1598.5, 334.5], [1607.5, 334.5], [1607.5, 322.5], [1607.5, 322.5]]}, {"id": "twqegy", "submitted_by": "Gideon770", "name": "Maya the Bee (Biene Maja)", "description": "The main character of a popular german book series and TV show for children.", "website": "[https://en.wikipedia.org/wiki/Maya_the_Bee](https://en.wikipedia.org/wiki/Maya_the_Bee)", "subreddit": "/r/de", "center": [674.5, 1142.5], "path": [[671.5, 1125.5], [662.5, 1128.5], [658.5, 1135.5], [658.5, 1143.5], [663.5, 1147.5], [667.5, 1147.5], [668.5, 1152.5], [672.5, 1155.5], [684.5, 1156.5], [694.5, 1160.5], [694.5, 1156.5], [688.5, 1151.5], [684.5, 1150.5], [685.5, 1145.5], [688.5, 1140.5], [683.5, 1137.5], [679.5, 1138.5], [678.5, 1141.5], [678.5, 1134.5], [675.5, 1130.5], [681.5, 1134.5], [679.5, 1128.5], [672.5, 1124.5], [670.5, 1125.5], [668.5, 1126.5]]}, {"id": "twqegl", "submitted_by": "MorrMorrr", "name": "Shinmyoumaru Sukuna", "description": "An inchling living in the Shining Needle Castle. She is the final boss in Touhou 14 - Double Dealing Character", "website": "https://en.touhouwiki.net/wiki/Shinmyoumaru_Sukuna", "subreddit": "/r/touhou", "center": [1671.5, 1534.5], "path": [[1687.5, 1517.5], [1654.5, 1517.5], [1654.5, 1550.5], [1687.5, 1550.5], [1687.5, 1517.5]]}, @@ -1646,13 +1566,12 @@ {"id": "twqag9", "submitted_by": "Thelorian", "name": "Yuru Camp", "description": "Logo of the yuru camp anime about a group of girls going camping around mount fuji", "website": "", "subreddit": "/r/laidbackcamp", "center": [1358.5, 131.5], "path": [[1350.5, 122.5], [1350.5, 140.5], [1367.5, 139.5], [1366.5, 122.5]]}, {"id": "twqaf6", "submitted_by": "legenddarkrai", "name": "Wizard101", "description": "Wizard101 is an MMO children's card game released in 2008 by KingsIsle. Although it is an old game, it stays very alive with a large fanbase as a classic.", "website": "https://www.wizard101.com/", "subreddit": "/r/Wizard101", "center": [1183.5, 452.5], "path": [[1175.5, 438.5], [1189.5, 438.5], [1195.5, 445.5], [1196.5, 446.5], [1196.5, 464.5], [1176.5, 464.5], [1169.5, 458.5], [1169.5, 446.5], [1175.5, 439.5]]}, {"id": "twqa81", "submitted_by": "R1515LF0NTE", "name": "Cravos (Carnations)", "description": "Carnations are a flower that symbolizes freedom in Portugal, because it was the flower that soldiers during the revolution of April 25, 1974 wore on their chests or on the barrel of their weapons.", "website": "", "subreddit": "/r/portugal", "center": [1426.5, 1905.5], "path": [[1403.5, 1891.5], [1409.5, 1887.5], [1415.5, 1888.5], [1419.5, 1895.5], [1423.5, 1900.5], [1429.5, 1902.5], [1439.5, 1904.5], [1448.5, 1905.5], [1455.5, 1902.5], [1461.5, 1902.5], [1463.5, 1908.5], [1465.5, 1914.5], [1462.5, 1913.5], [1456.5, 1915.5], [1451.5, 1913.5], [1446.5, 1913.5], [1441.5, 1908.5], [1436.5, 1909.5], [1434.5, 1909.5], [1432.5, 1912.5], [1431.5, 1916.5], [1404.5, 1916.5], [1403.5, 1911.5], [1403.5, 1903.5], [1404.5, 1896.5], [1403.5, 1891.5], [1403.5, 1891.5]]}, -{"id": "twqa36", "submitted_by": "Leertaste21", "name": "Suisex", "description": "A meme from the r/okbuddyhololive community featuring small pixelart of the Vtuber Korone to the right.", "website": "", "subreddit": "/r/okbuddyhololive", "center": [239.5, 720.5], "path": [[218.5, 715.5], [218.5, 724.5], [218.5, 725.5], [260.5, 725.5], [260.5, 715.5]]}, +{"id": "twqa36", "submitted_by": "Leertaste21", "name": "Suisex", "description": "'Suisex' refers to a meme from the r/okbuddyhololive community, parodying the name of Hololive Vtuber 'Suisei Hoshimachi'. On the right is a pixelart of Hololive Vtuber Inugami Korone. Maintained by r/okbuddyhololive but hotly warred upon as people kept changing it to 'Suisei' and back to 'Suisex'.", "website": "", "subreddit": "/r/okbuddyhololive", "center": [239.5, 720.5], "path": [[218.5, 715.5], [218.5, 724.5], [218.5, 725.5], [260.5, 725.5], [260.5, 715.5]]}, {"id": "twq9zl", "submitted_by": "ziemnakiscool", "name": ".gg/placeDE sign", "description": "Use discord.gg/placeDE as refrence; it\u2018s the German discord server.", "website": "https://discord.gg/placeDE", "subreddit": "/r/placede", "center": [1955.5, 1134.5], "path": [[1935.5, 1140.5], [1935.5, 1128.5], [1974.5, 1128.5], [1975.5, 1133.5], [1974.5, 1135.5], [1974.5, 1134.5], [1974.5, 1136.5], [1975.5, 1136.5], [1974.5, 1137.5], [1973.5, 1140.5], [1973.5, 1141.5], [1974.5, 1140.5]]}, {"id": "twq9vm", "submitted_by": "cspruce89", "name": "Dwarf Fortress", "description": "An homage to Dwarf Fortress, a free game. The inspiration for games such as Minecraft, Rimworld, and Terraria. The most complex simulation ever created.", "website": "[https://www.bay12games.com/dwarves/](https://www.bay12games.com/dwarves/)", "subreddit": "r/dwarffortress", "center": [26.5, 490.5], "path": [[0.5, 464.5], [52.5, 464.5], [52.5, 515.5], [0.5, 515.5], [0.5, 465.5]]}, {"id": "twq9sr", "submitted_by": "rollam", "name": "Cara pils", "description": "Cara trut, premium pils from Belgium", "website": "", "subreddit": "", "center": [256.5, 648.5], "path": [[248.5, 662.5], [251.5, 663.5], [258.5, 663.5], [261.5, 662.5], [261.5, 648.5], [273.5, 648.5], [260.5, 638.5], [257.5, 633.5], [248.5, 633.5]]}, {"id": "twq9sa", "submitted_by": "goCommitUnLive", "name": "Bloons Dart Monkey", "description": "Bloons TD6's Dark Monkey.", "website": "ninjakiwi.com", "subreddit": "r/Bloons", "center": [1875.5, 1650.5], "path": [[1876.5, 1634.5], [1874.5, 1634.5], [1874.5, 1636.5], [1873.5, 1636.5], [1873.5, 1637.5], [1868.5, 1637.5], [1869.5, 1638.5], [1866.5, 1638.5], [1867.5, 1639.5], [1865.5, 1639.5], [1866.5, 1640.5], [1864.5, 1640.5], [1863.5, 1642.5], [1862.5, 1657.5], [1863.5, 1659.5], [1866.5, 1659.5], [1867.5, 1660.5], [1867.5, 1664.5], [1885.5, 1664.5], [1885.5, 1658.5], [1886.5, 1656.5], [1889.5, 1655.5], [1890.5, 1649.5], [1887.5, 1648.5], [1886.5, 1646.5], [1885.5, 1643.5], [1884.5, 1640.5], [1884.5, 1639.5], [1883.5, 1637.5], [1880.5, 1635.5], [1877.5, 1634.5], [1875.5, 1634.5]]}, {"id": "twq9qn", "submitted_by": "Loekyloek1", "name": "Groesbeek Canadian War Cemetery and Memorial", "description": "Groesbeek Canadian War Cemetery and Memorial (French:Le Cimeti\u00e8re de Guerre Canadien Groesbeek, Dutch:Canadese Oorlogsbegraafplaats Groesbeek) is a Second World War Commonwealth War Graves Commission military war grave cemetery, located in the village of Groesbeek, 8 km (5.0 mi) southeast of Nijmegen in the Netherlands. Of the total 2,619 burials, the cemetery contains 2,338 Canadian soldiers. It was built to a design by Commission architect Philip Hepworth.", "website": "https://en.wikipedia.org/wiki/Groesbeek_Canadian_War_Cemetery", "subreddit": "r/PlaceNL", "center": [521.5, 1960.5], "path": [[502.5, 1950.5], [537.5, 1950.5], [538.5, 1950.5], [538.5, 1949.5], [539.5, 1949.5], [539.5, 1951.5], [541.5, 1951.5], [539.5, 1951.5], [539.5, 1957.5], [539.5, 1958.5], [540.5, 1958.5], [540.5, 1962.5], [541.5, 1962.5], [541.5, 1965.5], [542.5, 1965.5], [542.5, 1966.5], [543.5, 1966.5], [543.5, 1968.5], [544.5, 1968.5], [544.5, 1969.5], [546.5, 1969.5], [546.5, 1958.5], [544.5, 1958.5], [544.5, 1959.5], [542.5, 1959.5], [542.5, 1960.5], [542.5, 1958.5], [543.5, 1958.5], [543.5, 1957.5], [545.5, 1957.5], [545.5, 1956.5], [546.5, 1956.5], [546.5, 1969.5], [502.5, 1969.5]]}, -{"id": "twq9g3", "submitted_by": "metiletileter", "name": "Arknights", "description": "Logo of the Tower Defense Gacha game Arknights, featuring the character Amiya", "website": "https://www.arknights.global", "subreddit": "r/arknights", "center": [1648.5, 1734.5], "path": [[1661.5, 1760.5], [1661.5, 1737.5], [1673.5, 1737.5], [1673.5, 1713.5], [1626.5, 1713.5], [1626.5, 1746.5], [1641.5, 1760.5]]}, {"id": "twq9cj", "submitted_by": "fruselight", "name": "Blue Archive", "description": "You're a teacher and you teach students that have... guns?? Wait.. All of them have guns!?", "website": "https://bluearchive.nexon.com/home", "subreddit": "/r/BlueArchive", "center": [1698.5, 1732.5], "path": [[1674.5, 1712.5], [1674.5, 1738.5], [1675.5, 1738.5], [1677.5, 1738.5], [1679.5, 1738.5], [1682.5, 1738.5], [1684.5, 1738.5], [1685.5, 1738.5], [1686.5, 1738.5], [1686.5, 1739.5], [1686.5, 1741.5], [1686.5, 1743.5], [1686.5, 1746.5], [1686.5, 1748.5], [1686.5, 1750.5], [1686.5, 1752.5], [1686.5, 1754.5], [1686.5, 1756.5], [1686.5, 1758.5], [1686.5, 1759.5], [1686.5, 1760.5], [1686.5, 1761.5], [1710.5, 1761.5], [1710.5, 1747.5], [1712.5, 1747.5], [1712.5, 1745.5], [1712.5, 1744.5], [1711.5, 1744.5], [1711.5, 1743.5], [1711.5, 1742.5], [1711.5, 1741.5], [1711.5, 1740.5], [1712.5, 1740.5], [1712.5, 1739.5], [1713.5, 1739.5], [1714.5, 1738.5], [1715.5, 1738.5], [1716.5, 1738.5], [1717.5, 1738.5], [1718.5, 1738.5], [1718.5, 1737.5], [1719.5, 1737.5], [1719.5, 1736.5], [1720.5, 1736.5], [1720.5, 1735.5], [1721.5, 1735.5], [1721.5, 1734.5], [1722.5, 1734.5], [1723.5, 1712.5]]}, {"id": "twq9c5", "submitted_by": "buhodiurno_", "name": "MAMAMOO", "description": "Logo of the Korean girl-group MAMAMOO, composed by members Solar, Moonbyul, Wheein and Hwasa.", "website": "https://en.wikipedia.org/wiki/Mamamoo", "subreddit": "https://www.reddit.com/r/mamamoo/", "center": [1469.5, 874.5], "path": [[1450.5, 870.5], [1450.5, 878.5], [1487.5, 878.5], [1487.5, 870.5], [1450.5, 870.5]]}, {"id": "twq96i", "submitted_by": "rollam", "name": "Duvel beer", "description": "A familiar favourite among Belgian beers, HAS to be served in the correct glass (rule nr.5)", "website": "", "subreddit": "", "center": [265.5, 821.5], "path": [[258.5, 822.5], [264.5, 810.5], [275.5, 819.5], [267.5, 828.5], [263.5, 828.5], [262.5, 829.5], [257.5, 829.5], [259.5, 824.5]]}, @@ -1677,7 +1596,6 @@ {"id": "twq7rv", "submitted_by": "N8dawgggg", "name": "Tampa Bay Lightning", "description": "Professional NHL Team the Tampa Bay Lightning logo with a Stanley cup (championship trophy) and B2B for Back to Back championship wins in 2020 and 2021.", "website": "https://www.nhl.com/lightning", "subreddit": "r/TampaBayLightning", "center": [691.5, 575.5], "path": [[678.5, 590.5], [678.5, 572.5], [684.5, 573.5], [684.5, 557.5], [701.5, 557.5], [701.5, 591.5], [678.5, 591.5]]}, {"id": "twq7rh", "submitted_by": "erlendtl", "name": "Sverd i fjell (Swords in Rock)", "description": "Monument commemorating the 872 battle which resulted in Harald H\u00e5rfagre gathering Norway under one king", "website": "https://en.wikipedia.org/wiki/Sverd_i_fjell", "subreddit": "", "center": [350.5, 59.5], "path": [[336.5, 77.5], [339.5, 70.5], [339.5, 57.5], [336.5, 52.5], [340.5, 38.5], [345.5, 38.5], [364.5, 50.5], [365.5, 58.5], [363.5, 60.5], [363.5, 70.5], [365.5, 77.5]]}, {"id": "twq7q2", "submitted_by": "Juanco93", "name": "Ecce Homo", "description": "Fresco painted circa 1930 by El\u00edas Garc\u00eda Mart\u00ednez. Its fame derives from a good faith attempt to restore it by untrained amateur Cecilia Gim\u00e9nez, transforming the painting and making it look like a monkey. ", "website": "https://english.elpais.com/arts/2020-11-13/spains-latest-ecce-homo-how-a-botched-restoration-made-global-headlines.html?outputType=amp", "subreddit": "/r/esplace", "center": [1040.5, 296.5], "path": [[1030.5, 307.5], [1030.5, 285.5], [1051.5, 286.5], [1051.5, 307.5]]}, -{"id": "twq7mr", "submitted_by": "ziemnakiscool", "name": "The second German flag", "description": "It was made after the second expansion of r/place.", "website": "", "subreddit": "/r/placede", "center": [1010.5, 1147.5], "path": [[1999.5, 1171.5], [1998.5, 1172.5], [0.5, 1172.5], [1.5, 1123.5], [1998.5, 1120.5], [1999.5, 1121.5]]}, {"id": "twq7mq", "submitted_by": "Klisurovi4", "name": "Map of Bulgaria", "description": "A map of Bulgaria", "website": "", "subreddit": "r/Bulgaria", "center": [640.5, 385.5], "path": [[627.5, 377.5], [628.5, 391.5], [652.5, 391.5], [653.5, 381.5], [648.5, 377.5], [637.5, 381.5]]}, {"id": "twq7i7", "submitted_by": "remsoffyt", "name": "Guillotine", "description": "Execution tool invented by French, used until the 70s in France. It killed Louis XVI during the French Revolution in January 1793", "website": "", "subreddit": "/r/PlaceFrance", "center": [1140.5, 813.5], "path": [[1131.5, 829.5], [1150.5, 829.5], [1147.5, 824.5], [1147.5, 800.5], [1147.5, 799.5], [1148.5, 799.5], [1148.5, 797.5], [1148.5, 796.5], [1133.5, 796.5], [1133.5, 818.5], [1131.5, 820.5], [1133.5, 822.5], [1134.5, 824.5]]}, {"id": "twq7fp", "submitted_by": "remaining_unseen", "name": "Max Verstappen's F1 car", "description": "The RedBull Racing F1 car driven by Max Verstappen, who won the 2021 Formula 1 WDC. ", "website": "", "subreddit": "/r/placeNL", "center": [615.5, 7.5], "path": [[597.5, 0.5], [597.5, 13.5], [633.5, 13.5], [633.5, 0.5]]}, @@ -1685,7 +1603,6 @@ {"id": "twq7ce", "submitted_by": "rollam", "name": "Belgian chocolate", "description": "Belgium is world famous for creating some of the most delicious chocolate, especially pralines", "website": "", "subreddit": "", "center": [286.5, 587.5], "path": [[278.5, 595.5], [278.5, 595.5], [287.5, 595.5], [295.5, 586.5], [288.5, 578.5], [287.5, 578.5], [280.5, 585.5], [279.5, 587.5]]}, {"id": "twq78v", "submitted_by": "metiletileter", "name": "Andalusian Flag", "description": "Flag of the Autonomous Community of Andalusia, located in southern Spain", "website": "", "subreddit": "/r/Andalucia", "center": [1623.5, 312.5], "path": [[1631.5, 314.5], [1631.5, 314.5], [1617.5, 314.5], [1617.5, 309.5], [1627.5, 309.5], [1627.5, 311.5], [1628.5, 312.5], [1629.5, 312.5]]}, {"id": "twq70z", "submitted_by": "supremekirb", "name": "EarthBound", "description": "The area created by the /r/EarthBound community. EarthBound, or MOTHER in Japan is a JRPG trilogy created by copywriter and celebrity Shigesato Itoi. This area includes:nnEARTHBOUND (MOTHER 2)nNessnTelephonenStarmannMr. SaturnnIron Pencil Statuenmini-PaulannMOTHER 3 (Unreleased outside of JP)nSave Frognmini-LucasnnA small artwork of Ninten from EarthBound Beginnings (MOTHER 1) can be found near the LEGO logo.", "website": "https://starmen.net", "subreddit": "/r/EarthBound", "center": [1979.5, 316.5], "path": [[1969.5, 355.5], [1976.5, 355.5], [1976.5, 349.5], [1982.5, 349.5], [1982.5, 337.5], [1999.5, 337.5], [1999.5, 287.5], [1981.5, 287.5], [1981.5, 290.5], [1976.5, 290.5], [1976.5, 291.5], [1975.5, 291.5], [1975.5, 292.5], [1974.5, 293.5], [1972.5, 297.5], [1954.5, 297.5], [1954.5, 321.5], [1967.5, 322.5], [1967.5, 332.5], [1968.5, 332.5], [1968.5, 355.5], [1969.5, 355.5]]}, -{"id": "twq6wz", "submitted_by": "memeslord42069", "name": "Vietnam's flag", "description": "A small flag by the Vietnamese community but in the end, we are proud of what we have achieved", "website": "", "subreddit": "r/VietNam ", "center": [437.5, 1689.5], "path": [[413.5, 1675.5], [461.5, 1675.5], [461.5, 1703.5], [413.5, 1703.5], [413.5, 1675.5]]}, {"id": "twq6u7", "submitted_by": "Klisurovi4", "name": "Alexander Nevsky Cathedral", "description": "St. Alexander Nevsky Cathedral is one of the largest Christian church buildings in the world and a symbol of the capital city of Sofia", "website": "", "subreddit": "r/Bulgaria", "center": [599.5, 385.5], "path": [[583.5, 391.5], [585.5, 384.5], [591.5, 377.5], [608.5, 377.5], [616.5, 388.5], [616.5, 391.5]]}, {"id": "twq6ti", "submitted_by": "rollam", "name": "Belgian waffle", "description": "A delicious waffle, sometimes topped or filled with sugar crystals", "website": "", "subreddit": "", "center": [285.5, 601.5], "path": [[277.5, 595.5], [294.5, 595.5], [292.5, 607.5], [277.5, 607.5], [276.5, 606.5], [277.5, 599.5]]}, {"id": "twq6te", "submitted_by": "Nearby_Ad_5589", "name": "Notre-Dame", "description": "The famous Paris cathedral which burned down in 2019 and is being rebuilt.", "website": "https://www.notredamedeparis.fr/en/", "subreddit": "", "center": [1161.5, 1197.5], "path": [[1129.5, 1136.5], [1127.5, 1141.5], [1122.5, 1152.5], [1123.5, 1176.5], [1121.5, 1249.5], [1201.5, 1249.5], [1201.5, 1203.5], [1199.5, 1191.5], [1200.5, 1182.5], [1200.5, 1174.5], [1198.5, 1175.5], [1198.5, 1154.5], [1200.5, 1154.5], [1196.5, 1142.5], [1193.5, 1135.5], [1187.5, 1141.5], [1170.5, 1141.5], [1168.5, 1158.5], [1154.5, 1158.5], [1153.5, 1141.5], [1133.5, 1142.5], [1132.5, 1137.5]]}, @@ -1725,7 +1642,6 @@ {"id": "twq3zd", "submitted_by": "Relssifille", "name": "Girlgroup Alley", "description": "A section featuring logos of several kpop girl groups. Allied with MF DOOM, who became the face of the Discord used to coordinate the builds", "website": "", "subreddit": "r/kpop", "center": [1593.5, 884.5], "path": [[1450.5, 869.5], [1717.5, 869.5], [1717.5, 898.5], [1645.5, 898.5], [1645.5, 903.5], [1607.5, 903.5], [1607.5, 908.5], [1588.5, 908.5], [1587.5, 899.5], [1525.5, 898.5], [1525.5, 912.5], [1508.5, 911.5], [1508.5, 899.5], [1503.5, 898.5], [1503.5, 891.5], [1498.5, 890.5], [1498.5, 885.5], [1453.5, 883.5], [1452.5, 878.5]]}, {"id": "twq3vn", "submitted_by": "Juanco93", "name": "Spanish tortilla", "description": "Traditional dish from Spain made with eggs and potatoes and, sometimes, controversially, with onions. ", "website": "https://www.renfe-sncf.com/rw-en/blog/did-you-know/tortilla-patatas", "subreddit": "/r/esplace", "center": [1066.5, 295.5], "path": [[1079.5, 304.5], [1054.5, 304.5], [1054.5, 286.5], [1079.5, 287.5], [1079.5, 304.5]]}, {"id": "twq3ux", "submitted_by": "Key-Support-7991", "name": "Chrono", "description": "Main character from the 1995 SNES game Chrono TriggernnChrono used to overlap with Okabe from Steins;Gate. nThis was very fitting as both Chrono Trigger and Steins;Gate heavily feature time travel. nHowever, a few hours before the end, both Chrono and Okabe were moved when TheNetherlands placed their painting of a ship on the map.nnChrono used to be accompanied by a sprite of a kissing Marle. nHowever, during the transfer, Marle's sprite was unfortunately lost.", "website": "", "subreddit": "/r/chronotrigger", "center": [440.5, 1954.5], "path": [[430.5, 1937.5], [449.5, 1937.5], [449.5, 1970.5], [430.5, 1970.5]]}, -{"id": "twq3tj", "submitted_by": "KomiValentine", "name": "Komi-san", "description": "Komi Shouko with cute crown maintained by nKomi-San Protection Division 17th regimentn^_^", "website": "[https://discord.gg/Y4Hk4PBV](https://discord.gg/Y4Hk4PBV)", "subreddit": "/r/Komi_San_Place/", "center": [725.5, 666.5], "path": [[713.5, 650.5], [713.5, 681.5], [738.5, 681.5], [736.5, 652.5], [731.5, 653.5], [725.5, 646.5], [719.5, 652.5], [719.5, 654.5], [719.5, 654.5], [720.5, 654.5], [719.5, 653.5], [718.5, 652.5], [720.5, 654.5], [719.5, 654.5], [719.5, 652.5], [719.5, 651.5], [720.5, 653.5]]}, {"id": "twq3sg", "submitted_by": "RoootTheFox", "name": "Fox", "description": "A small fox built by members of Samifying's Discord Server.", "website": "https://discord.gg/samifying", "subreddit": "", "center": [1611.5, 1531.5], "path": [[1606.5, 1523.5], [1608.5, 1523.5], [1608.5, 1524.5], [1609.5, 1524.5], [1609.5, 1525.5], [1610.5, 1525.5], [1610.5, 1526.5], [1612.5, 1526.5], [1612.5, 1525.5], [1613.5, 1525.5], [1613.5, 1524.5], [1614.5, 1524.5], [1614.5, 1523.5], [1616.5, 1523.5], [1616.5, 1530.5], [1617.5, 1530.5], [1617.5, 1532.5], [1618.5, 1532.5], [1618.5, 1534.5], [1616.5, 1534.5], [1616.5, 1535.5], [1613.5, 1535.5], [1613.5, 1537.5], [1614.5, 1536.5], [1615.5, 1535.5], [1618.5, 1535.5], [1618.5, 1536.5], [1617.5, 1536.5], [1617.5, 1537.5], [1616.5, 1537.5], [1616.5, 1538.5], [1615.5, 1538.5], [1615.5, 1538.5], [1615.5, 1539.5], [1608.5, 1539.5], [1608.5, 1538.5], [1609.5, 1538.5], [1609.5, 1535.5], [1606.5, 1535.5], [1606.5, 1534.5], [1606.5, 1534.5], [1604.5, 1534.5], [1604.5, 1532.5], [1605.5, 1532.5], [1605.5, 1530.5], [1606.5, 1530.5], [1606.5, 1523.5]]}, {"id": "twq3hr", "submitted_by": "NattePepernoot", "name": "Dune Movie", "description": "A movie that released in 2021", "website": "https://www.imdb.com/title/tt1160419/", "subreddit": "", "center": [1982.5, 169.5], "path": [[1965.5, 163.5], [1999.5, 163.5], [1999.5, 174.5], [1965.5, 174.5]]}, {"id": "twq3fd", "submitted_by": "Sarinyann", "name": "Etoiles' Emote", "description": "Emote twitch from the French streamer Etoiles", "website": "https://www.twitch.tv/etoiles?lang=fr", "subreddit": "", "center": [263.5, 1575.5], "path": [[250.5, 1554.5], [251.5, 1554.5], [251.5, 1552.5], [267.5, 1552.5], [267.5, 1553.5], [272.5, 1553.5], [277.5, 1553.5], [277.5, 1598.5], [250.5, 1598.5], [250.5, 1554.5]]}, @@ -1784,7 +1700,6 @@ {"id": "twpxtz", "submitted_by": "FitteTryne6969", "name": "Eminem", "description": "Logo of rapper Eminem.", "website": "", "subreddit": "", "center": [875.5, 995.5], "path": [[853.5, 990.5], [853.5, 990.5], [897.5, 990.5], [897.5, 999.5], [853.5, 999.5]]}, {"id": "twpxqr", "submitted_by": "Ivan-Malik", "name": "Planetside", "description": "The F2P MMOFPS Planetside 2 community.", "website": "", "subreddit": "r/planetside", "center": [1881.5, 904.5], "path": [[1870.5, 893.5], [1892.5, 893.5], [1891.5, 915.5], [1870.5, 915.5], [1870.5, 915.5]]}, {"id": "twpxl7", "submitted_by": "rollam", "name": "Royal Belgian FA", "description": "Belgian football association, nr.2 on FIFA ranking during r/place 2022", "website": "https://www.rbfa.be/en", "subreddit": "", "center": [1308.5, 1437.5], "path": [[1295.5, 1421.5], [1321.5, 1421.5], [1321.5, 1445.5], [1319.5, 1448.5], [1319.5, 1449.5], [1314.5, 1454.5], [1312.5, 1455.5], [1311.5, 1456.5], [1306.5, 1456.5], [1305.5, 1455.5], [1303.5, 1455.5], [1302.5, 1454.5], [1301.5, 1454.5], [1301.5, 1453.5], [1300.5, 1453.5], [1300.5, 1452.5], [1299.5, 1452.5], [1299.5, 1451.5], [1298.5, 1451.5], [1298.5, 1450.5], [1298.5, 1449.5], [1297.5, 1449.5], [1297.5, 1448.5], [1297.5, 1447.5], [1296.5, 1447.5], [1296.5, 1446.5], [1296.5, 1445.5], [1295.5, 1445.5]]}, -{"id": "twpxis", "submitted_by": "fruselight", "name": "Arknights", "description": "Arknights is a mobile tower defense game, it's bloons tower defense. Without the bloons. Without the towers... Wait it's just a defense game with anime girls.", "website": "https://www.arknights.global/", "subreddit": "/r/arknights", "center": [1648.5, 1733.5], "path": [[1625.5, 1712.5], [1625.5, 1747.5], [1626.5, 1747.5], [1627.5, 1748.5], [1628.5, 1748.5], [1628.5, 1749.5], [1629.5, 1749.5], [1629.5, 1750.5], [1630.5, 1750.5], [1630.5, 1751.5], [1631.5, 1751.5], [1631.5, 1752.5], [1632.5, 1752.5], [1633.5, 1752.5], [1634.5, 1752.5], [1634.5, 1753.5], [1634.5, 1754.5], [1635.5, 1754.5], [1635.5, 1755.5], [1636.5, 1755.5], [1636.5, 1756.5], [1637.5, 1756.5], [1637.5, 1757.5], [1638.5, 1757.5], [1638.5, 1758.5], [1639.5, 1758.5], [1639.5, 1759.5], [1640.5, 1759.5], [1640.5, 1760.5], [1640.5, 1761.5], [1662.5, 1761.5], [1662.5, 1738.5], [1674.5, 1738.5], [1674.5, 1712.5]]}, {"id": "twpxc0", "submitted_by": "mariogeorge59", "name": "The Berber Flag", "description": "Amazigh, Berbers or Imazighen are an ethnic group indigenous to North Africa, specifically Morocco, Algeria, Tunisia, and Libya, and to a lesser extent Mauritania, northern Mali, and northern Niger. Smaller Berber populations are also found in Burkina Faso and Egypt's Siwa Oasis. And that's their flag.", "website": "", "subreddit": "", "center": [1593.5, 1619.5], "path": [[1571.5, 1609.5], [1614.5, 1609.5], [1614.5, 1629.5], [1571.5, 1629.5], [1571.5, 1609.5]]}, {"id": "twpx5e", "submitted_by": "Dacio2105", "name": "De Zeven Provinci\u00ebn (The Seven Provinces)", "description": "De Zeven Provinci\u00ebn was a Dutch ship of the line, originally armed with 80 guns. The name of the ship refers to the seven autonomous provinces that made up the Dutch Republic in the 17th century. The vessel was built in 1664-65 for the Admiralty of de Maze in Rotterdam by the master shipbuilder Salomon Jansz van den Tempel.", "website": "[https://en.wikipedia.org/wiki/Dutch_ship_De_Zeven_Provinci\u00ebn_(1665)](https://en.wikipedia.org/wiki/Dutch_ship_De_Zeven_Provinci\u00ebn_(1665))", "subreddit": "r/placeNL", "center": [632.5, 1791.5], "path": [[715.5, 1732.5], [715.5, 1850.5], [715.5, 1850.5], [549.5, 1850.5], [549.5, 1732.5]]}, {"id": "twpx4f", "submitted_by": "SkipperReu", "name": "Nico Rosberg", "description": "2016 Word Champion of Formula 1. This photo is usually used to meme upon others who are absolutely destroyed or in the pretext of career is over. The photos origin was from when he was hiring new videographers for his youtube channel.", "website": "https://www.youtube.com/watch?v=j12AUd_t0xs", "subreddit": "r/formula1", "center": [456.5, 1751.5], "path": [[413.5, 1703.5], [499.5, 1703.5], [499.5, 1799.5], [413.5, 1800.5]]}, @@ -1800,7 +1715,6 @@ {"id": "twpw1e", "submitted_by": "XplayGamesPL", "name": "The Last Airbender memorial", "description": "A scene from The Last Airbender cartoon, showcasing Uncle Iroh crying over a dead son, from the Tales of Ba Sing Se episode. Also a memorial to Mako, Iroh's voice actor who passed away during the shows production.", "website": "", "subreddit": "/r/ATLA", "center": [1415.5, 1555.5], "path": [[1332.5, 1498.5], [1332.5, 1611.5], [1498.5, 1611.5], [1498.5, 1498.5], [1418.5, 1498.5]]}, {"id": "twpw13", "submitted_by": "Xros90", "name": "San Jose State University", "description": "San Jose State University logo, made by students!", "website": "", "subreddit": "r/SJSU", "center": [356.5, 1558.5], "path": [[344.5, 1551.5], [368.5, 1551.5], [368.5, 1564.5], [344.5, 1564.5], [344.5, 1556.5], [344.5, 1556.5], [344.5, 1556.5]]}, {"id": "twpvxt", "submitted_by": "Juanco93", "name": "Gate of Europe aka KIO Towers", "description": "These are twin office buildings near the Plaza de Castilla in Madrid. They were built from 1989 to 1996, and are the first inclined skyscrapers in the world.", "website": "https://www.designingbuildings.co.uk/wiki/Gate_of_Europe", "subreddit": "/r/esplace", "center": [1352.5, 301.5], "path": [[1339.5, 308.5], [1339.5, 294.5], [1366.5, 294.5], [1366.5, 307.5], [1339.5, 308.5]]}, -{"id": "twpvsp", "submitted_by": "NattePepernoot", "name": "Malicious QR Code", "description": "Scan to see what it is ", "website": "", "subreddit": "", "center": [1381.5, 1933.5], "path": [[1365.5, 1917.5], [1397.5, 1917.5], [1397.5, 1949.5], [1365.5, 1949.5]]}, {"id": "twpvr8", "submitted_by": "bulba_", "name": "Cookie Cat", "description": "A neapolitan cat shaped ice cream sandwich, that resembles a cookie cat from Steven Universe.", "website": "https://steven-universe.fandom.com", "subreddit": "r/StevenUniverse", "center": [1516.5, 915.5], "path": [[1508.5, 911.5], [1525.5, 911.5], [1524.5, 919.5], [1508.5, 920.5]]}, {"id": "twpvep", "submitted_by": "rollam", "name": "Jupiler beer logo", "description": "Logo of the most popular beer in Belgium, this logo is often found on the flag", "website": "", "subreddit": "", "center": [1308.5, 1345.5], "path": [[1294.5, 1335.5], [1294.5, 1349.5], [1306.5, 1363.5], [1310.5, 1363.5], [1321.5, 1353.5], [1323.5, 1335.5], [1311.5, 1331.5], [1307.5, 1328.5], [1304.5, 1331.5], [1301.5, 1334.5]]}, {"id": "twpv8e", "submitted_by": "Jaiz412", "name": "Luxembourg", "description": "On the left is The national flag of Luxembourg with iconic parts as pixel art. A Belgian flag was included to commemorate friendship and alliance.nOn the right is the the luxembourgish coat of arms.", "website": "", "subreddit": "r/Luxembourg", "center": [747.5, 254.5], "path": [[781.5, 238.5], [781.5, 269.5], [754.5, 269.5], [754.5, 262.5], [694.5, 262.5], [694.5, 250.5], [708.5, 250.5], [708.5, 249.5], [751.5, 249.5], [751.5, 238.5]]}, @@ -1828,7 +1742,6 @@ {"id": "twpte2", "submitted_by": "Things_1hu", "name": "BB's April Fools Art", "description": "BB from Fate/Grand Order (originally from Fate/Extra CCC). This is her April Fool's art drawn by illustrator Riyo that has gained a lot of recognization and love from the fanbase.", "website": "", "subreddit": "r/grandorder", "center": [178.5, 787.5], "path": [[162.5, 805.5], [160.5, 803.5], [157.5, 802.5], [155.5, 796.5], [153.5, 793.5], [154.5, 782.5], [160.5, 770.5], [168.5, 766.5], [183.5, 765.5], [192.5, 769.5], [193.5, 771.5], [196.5, 774.5], [201.5, 775.5], [201.5, 779.5], [197.5, 780.5], [197.5, 782.5], [197.5, 785.5], [202.5, 789.5], [202.5, 793.5], [199.5, 793.5], [200.5, 797.5], [202.5, 800.5], [206.5, 805.5]]}, {"id": "twpt8s", "submitted_by": "Kelk1_", "name": "Spyro", "description": "The iconic purple dragon of the video game", "website": "", "subreddit": "/r/spyro", "center": [1084.5, 1155.5], "path": [[1072.5, 1167.5], [1072.5, 1143.5], [1095.5, 1143.5], [1095.5, 1167.5]]}, {"id": "twpszr", "submitted_by": "MarUlberg", "name": "Kirby", "description": "YouTube streamer Ludwig used his chat to overtake the original Kirby built by russian streamer bratishkinoff, with the intention of rebuilding a better Kirby art.nThe final product 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": "twpsu6", "submitted_by": "MrEduxator", "name": "FubuKing", "description": "A recreated frame of a loading screen from hololive 1st Gen/Gamer Shirakami Fubuki enjoying a nice burger while sitting on one. ", "website": "https://www.youtube.com/channel/UCdn5BQ06XqgXoAxIhbqw5Rg", "subreddit": "r/hololive", "center": [1370.5, 1093.5], "path": [[1396.5, 1125.5], [1332.5, 1125.5], [1332.5, 1098.5], [1354.5, 1082.5], [1354.5, 1072.5], [1357.5, 1070.5], [1356.5, 1058.5], [1360.5, 1050.5], [1358.5, 1048.5], [1358.5, 1043.5], [1380.5, 1043.5], [1380.5, 1068.5], [1389.5, 1069.5], [1393.5, 1074.5], [1392.5, 1083.5], [1383.5, 1085.5], [1384.5, 1086.5], [1422.5, 1091.5], [1419.5, 1103.5], [1398.5, 1095.5], [1399.5, 1104.5], [1397.5, 1112.5], [1401.5, 1119.5], [1397.5, 1125.5]]}, {"id": "twpsit", "submitted_by": "Flamberge3000", "name": "Iris (flower)", "description": "A collaboration between r/Hololive and r/belgium. The iris is the national flower of Belgium. The VTuber agency Hololive has a talent named IRyS in the English branch.", "website": "https://www.youtube.com/channel/UC8rcEBzJSleTkf_-agPM20g", "subreddit": "/r/belgium", "center": [267.5, 706.5], "path": [[268.5, 725.5], [275.5, 720.5], [273.5, 711.5], [276.5, 704.5], [276.5, 697.5], [275.5, 690.5], [272.5, 686.5], [260.5, 693.5], [259.5, 702.5], [260.5, 719.5], [264.5, 725.5]]}, {"id": "twpshj", "submitted_by": "NattePepernoot", "name": "Sea of Thieves LOGO", "description": "A logo from a game called Sea Of Thieves", "website": "https://www.seaofthieves.com/", "subreddit": "https://www.reddit.com/r/Seaofthieves/", "center": [510.5, 1938.5], "path": [[501.5, 1928.5], [519.5, 1928.5], [519.5, 1948.5], [501.5, 1948.5]]}, {"id": "twps5o", "submitted_by": "Redaaku", "name": "1G Molly", "description": "here is the fan created logo of the streamer summit1G. Also includes his favorite molly", "website": "", "subreddit": "/r/Summit1G", "center": [413.5, 991.5], "path": [[396.5, 981.5], [396.5, 1001.5], [431.5, 1001.5], [430.5, 980.5]]}, @@ -1841,7 +1754,6 @@ {"id": "twpqt7", "submitted_by": "TurtlesC4nFly", "name": "HCjustin, Chiblee and DumbDog", "description": "Three Twitch streamers.", "website": "", "subreddit": "", "center": [1304.5, 42.5], "path": [[1281.5, 35.5], [1328.5, 35.5], [1328.5, 38.5], [1325.5, 38.5], [1325.5, 39.5], [1324.5, 39.5], [1324.5, 40.5], [1324.5, 42.5], [1324.5, 43.5], [1325.5, 43.5], [1325.5, 44.5], [1326.5, 44.5], [1326.5, 45.5], [1327.5, 45.5], [1328.5, 45.5], [1328.5, 49.5], [1281.5, 49.5]]}, {"id": "twpqsh", "submitted_by": "GeoJayman", "name": "Raysfire", "description": "The blue flame logo for the raysfire community.", "website": "twitch.tv/raysfire", "subreddit": "/r/raysfire", "center": [1580.5, 1671.5], "path": [[1580.5, 1663.5], [1586.5, 1663.5], [1586.5, 1676.5], [1585.5, 1677.5], [1574.5, 1677.5], [1574.5, 1670.5], [1579.5, 1663.5]]}, {"id": "twpqn2", "submitted_by": "gamrin", "name": "Grachtenpanden (Canal Houses)", "description": "A canal house (Dutch: grachtenpand) is a (usually old) house overlooking a canal. These houses are often slim, high and deep. Canal houses usually had a basement and a loft and attic where trade goods could be stored. A special beam or pulley installation would be located in the attic to hoist up valuable goods, like spices, cotton, or heavier stuff like cocoa. In recent times, the pulleys are only used (albeit rarely) for moving furniture.", "website": "https://nl.wikipedia.org/wiki/Grachtenpand", "subreddit": "/r/PlaceNL", "center": [1287.5, 25.5], "path": [[1236.5, 34.5], [1338.5, 34.5], [1338.5, 23.5], [1332.5, 23.5], [1332.5, 19.5], [1330.5, 17.5], [1330.5, 16.5], [1329.5, 15.5], [1329.5, 14.5], [1326.5, 14.5], [1326.5, 16.5], [1324.5, 16.5], [1324.5, 14.5], [1322.5, 14.5], [1321.5, 15.5], [1318.5, 15.5], [1316.5, 17.5], [1315.5, 17.5], [1315.5, 21.5], [1310.5, 21.5], [1310.5, 19.5], [1309.5, 18.5], [1307.5, 18.5], [1306.5, 19.5], [1304.5, 19.5], [1304.5, 17.5], [1303.5, 16.5], [1301.5, 16.5], [1300.5, 17.5], [1300.5, 19.5], [1295.5, 19.5], [1295.5, 18.5], [1293.5, 18.5], [1291.5, 20.5], [1289.5, 18.5], [1289.5, 17.5], [1288.5, 16.5], [1288.5, 14.5], [1283.5, 14.5], [1280.5, 11.5], [1278.5, 11.5], [1275.5, 14.5], [1274.5, 14.5], [1274.5, 16.5], [1275.5, 17.5], [1275.5, 19.5], [1273.5, 19.5], [1273.5, 17.5], [1271.5, 17.5], [1271.5, 19.5], [1269.5, 19.5], [1269.5, 18.5], [1265.5, 18.5], [1264.5, 17.5], [1263.5, 17.5], [1262.5, 18.5], [1261.5, 18.5], [1260.5, 17.5], [1259.5, 17.5], [1258.5, 16.5], [1258.5, 14.5], [1257.5, 13.5], [1253.5, 13.5], [1252.5, 14.5], [1252.5, 17.5], [1250.5, 17.5], [1250.5, 21.5], [1244.5, 21.5], [1244.5, 19.5], [1238.5, 19.5], [1238.5, 22.5], [1236.5, 22.5]]}, -{"id": "twpqik", "submitted_by": "TrashDanQuack", "name": "Starduck", "description": "A duck from the game Stardew Valley, made by r/place_ducks and r/stardewvalley", "website": "", "subreddit": "/r/stardewvalley", "center": [1700.5, 992.5], "path": [[1708.5, 1001.5], [1708.5, 1001.5], [1707.5, 984.5], [1691.5, 985.5], [1691.5, 997.5]]}, {"id": "twpqhq", "submitted_by": "NinotainmentSystems", "name": "Astolfo", "description": "Astolfo from Fate/Apocrypha with the femboy flag in the background.", "website": "", "subreddit": "r/femboy", "center": [264.5, 952.5], "path": [[246.5, 939.5], [246.5, 965.5], [284.5, 965.5], [284.5, 957.5], [280.5, 957.5], [280.5, 939.5], [246.5, 939.5]]}, {"id": "twpqdk", "submitted_by": "timklaassen05", "name": "frikandel broodje", "description": "a Dutch delicacy most populair among teens containing a frikandel and a curry sauce", "website": "", "subreddit": "", "center": [1690.5, 21.5], "path": [[1666.5, 28.5], [1675.5, 28.5], [1680.5, 29.5], [1684.5, 30.5], [1689.5, 31.5], [1696.5, 32.5], [1704.5, 33.5], [1706.5, 32.5], [1708.5, 31.5], [1709.5, 30.5], [1711.5, 29.5], [1715.5, 22.5], [1716.5, 19.5], [1715.5, 18.5], [1715.5, 16.5], [1714.5, 15.5], [1711.5, 13.5], [1705.5, 13.5], [1697.5, 12.5], [1690.5, 11.5], [1673.5, 10.5], [1662.5, 21.5], [1664.5, 22.5], [1663.5, 24.5], [1664.5, 26.5]]}, {"id": "twpqc6", "submitted_by": "PercyPJ1", "name": "Kick open the door", "description": "Created by r/kickopenthedoor, showing the subreddit's logo. They were long term allies to r/Noita and the Central Alliance.", "website": "", "subreddit": "r/kickopenthedoor", "center": [601.5, 928.5], "path": [[580.5, 910.5], [580.5, 946.5], [615.5, 946.5], [615.5, 945.5], [622.5, 945.5], [622.5, 910.5], [622.5, 910.5]]}, @@ -1866,7 +1778,7 @@ {"id": "twpofc", "submitted_by": "naokimiyamoto0707", "name": "TWOW logo", "description": "TWOW, aka Ten Words Of Wisdom is camp made by carykh", "website": "[https://www.youtube.com/watch?v=S64R-_LVHuY&list=PLrUdxfaFpuuKxFbzHimw1p43yPf7oBRj4&ab_channel=carykh](https://www.youtube.com/watch?v=S64R-_LVHuY&list=PLrUdxfaFpuuKxFbzHimw1p43yPf7oBRj4&ab_channel=carykh)", "subreddit": "", "center": [1413.5, 1330.5], "path": [[1396.5, 1323.5], [1432.5, 1324.5], [1432.5, 1337.5], [1395.5, 1337.5], [1395.5, 1329.5]]}, {"id": "twpocy", "submitted_by": "GoJoeyGo123", "name": "Daft Punk", "description": "Daft Punk were a French electronic music duo formed in 1993 that split in 2021", "website": "[https://daftpunk.com/](https://daftpunk.com/)", "subreddit": "r/daftpunk", "center": [1153.5, 740.5], "path": [[1148.5, 756.5], [1148.5, 755.5], [1146.5, 755.5], [1146.5, 753.5], [1145.5, 753.5], [1145.5, 752.5], [1144.5, 752.5], [1144.5, 751.5], [1143.5, 751.5], [1143.5, 750.5], [1142.5, 750.5], [1142.5, 748.5], [1141.5, 748.5], [1141.5, 745.5], [1139.5, 745.5], [1139.5, 744.5], [1139.5, 744.5], [1138.5, 744.5], [1138.5, 736.5], [1139.5, 736.5], [1139.5, 735.5], [1140.5, 735.5], [1140.5, 733.5], [1141.5, 733.5], [1141.5, 730.5], [1142.5, 730.5], [1142.5, 728.5], [1143.5, 728.5], [1143.5, 727.5], [1144.5, 727.5], [1144.5, 726.5], [1145.5, 726.5], [1145.5, 725.5], [1147.5, 725.5], [1147.5, 724.5], [1157.5, 724.5], [1157.5, 725.5], [1159.5, 725.5], [1159.5, 726.5], [1160.5, 726.5], [1160.5, 727.5], [1161.5, 727.5], [1161.5, 728.5], [1162.5, 728.5], [1162.5, 729.5], [1163.5, 729.5], [1163.5, 730.5], [1164.5, 730.5], [1164.5, 732.5], [1165.5, 732.5], [1165.5, 733.5], [1166.5, 733.5], [1166.5, 744.5], [1165.5, 744.5], [1165.5, 748.5], [1164.5, 748.5], [1164.5, 750.5], [1163.5, 750.5], [1163.5, 752.5], [1162.5, 752.5], [1162.5, 753.5], [1161.5, 753.5], [1161.5, 754.5], [1160.5, 754.5], [1160.5, 755.5], [1157.5, 755.5], [1157.5, 756.5]]}, {"id": "twpobr", "submitted_by": "wooweeyay", "name": "Savefrog's old location", "description": "There was once a savefrog who'd save your game here, he was brutally attacked but now he has a grave thanks to r/bih.", "website": "", "subreddit": "r/earthbound r/bih", "center": [358.5, 726.5], "path": [[353.5, 721.5], [362.5, 731.5], [353.5, 731.5], [353.5, 722.5], [362.5, 721.5], [362.5, 731.5], [362.5, 731.5], [358.5, 726.5]]}, -{"id": "twpoab", "submitted_by": "Michael_Le41", "name": "The Knight", "description": "An enigmatic wanderer who descends into Hallownest carrying only a broken nail to fend off foes.n- Official Manual", "website": "[https://discord.gg/RKWC7ZUVnz](https://discord.gg/RKWC7ZUVnz)", "subreddit": "r/hkplace", "center": [1377.5, 79.5], "path": [[1370.5, 57.5], [1364.5, 64.5], [1364.5, 69.5], [1367.5, 74.5], [1367.5, 84.5], [1369.5, 88.5], [1373.5, 90.5], [1364.5, 102.5], [1364.5, 104.5], [1374.5, 104.5], [1383.5, 104.5], [1389.5, 101.5], [1384.5, 91.5], [1388.5, 88.5], [1388.5, 75.5], [1391.5, 71.5], [1391.5, 69.5], [1390.5, 66.5], [1390.5, 61.5], [1386.5, 58.5], [1381.5, 57.5], [1369.5, 57.5]]}, +{"id": "twpoab", "submitted_by": "Michael_Le41", "name": "The Knight", "description": "An enigmatic wanderer who descends into Hallownest carrying only a broken nail to fend off foes. - Official Manual", "website": "[https://discord.gg/RKWC7ZUVnz](https://discord.gg/RKWC7ZUVnz)", "subreddit": "r/hkplace", "center": [1377.5, 79.5], "path": [[1370.5, 57.5], [1364.5, 64.5], [1364.5, 69.5], [1367.5, 74.5], [1367.5, 84.5], [1369.5, 88.5], [1373.5, 90.5], [1364.5, 102.5], [1364.5, 104.5], [1374.5, 104.5], [1383.5, 104.5], [1389.5, 101.5], [1384.5, 91.5], [1388.5, 88.5], [1388.5, 75.5], [1391.5, 71.5], [1391.5, 69.5], [1390.5, 66.5], [1390.5, 61.5], [1386.5, 58.5], [1381.5, 57.5], [1369.5, 57.5]]}, {"id": "twpo81", "submitted_by": "Educational-Ad-170", "name": "2017 Touhou hijack tribute", "description": "A tribute to the 2017 Touhou hijack", "website": "https://youtu.be/N8L6-vQ_lqk", "subreddit": "r/touhou", "center": [1654.5, 1504.5], "path": [[1621.5, 1451.5], [1620.5, 1557.5], [1687.5, 1557.5], [1688.5, 1451.5]]}, {"id": "twpo5e", "submitted_by": "Marnixz", "name": "Dutch technical universities", "description": "A collaboration between the Dutch technical universities of Eindhoven, Delft & Enschede", "website": "", "subreddit": "", "center": [1920.5, 44.5], "path": [[1895.5, 35.5], [1895.5, 53.5], [1942.5, 53.5], [1945.5, 53.5], [1946.5, 36.5]]}, {"id": "twpo29", "submitted_by": "morganisboring", "name": "reputation - Taylor Swift album", "description": "Part of the font for Taylor Swift's 2017 album 'reputation'. Was created after the 'evermore' tribute was destroyed, originally located on the top right of what is now a crying baby. A huge thank you to the huge efforts that were put in to defend rep, especially by the Lego and PopHeads community, which resulted in it being saved in the final few minutes before r/place ended.", "website": "", "subreddit": "/r/taylorswift", "center": [831.5, 1923.5], "path": [[828.5, 1909.5], [835.5, 1914.5], [844.5, 1915.5], [845.5, 1916.5], [845.5, 1931.5], [844.5, 1932.5], [817.5, 1932.5], [816.5, 1931.5], [816.5, 1916.5], [817.5, 1915.5], [830.5, 1915.5], [831.5, 1916.5], [831.5, 1916.5], [832.5, 1915.5], [830.5, 1914.5], [827.5, 1910.5]]}, @@ -1884,13 +1796,11 @@ {"id": "twpmix", "submitted_by": "Sp3ctraZ", "name": "Hello Internet Podcast", "description": "CGP Grey's Podcast", "website": "https://www.youtube.com/c/HelloInternetPodcast", "subreddit": "", "center": [69.5, 798.5], "path": [[59.5, 808.5], [59.5, 788.5], [79.5, 788.5], [79.5, 808.5]]}, {"id": "twpmgy", "submitted_by": "Rj_Rajat", "name": "Ram Mandir (Lord Ram Temple)", "description": "One of India's most beautiful Temple, located in Ayodhya, with Lord Hanuman pixel art, an UPI logo, and Rupee Symbol (created by Ram Mandir discord and r/IndiaPlace sub-reddit)", "website": "", "subreddit": "r/IndaPlace", "center": [1323.5, 327.5], "path": [[1192.5, 320.5], [1209.5, 308.5], [1224.5, 308.5], [1225.5, 313.5], [1488.5, 313.5], [1488.5, 318.5], [1493.5, 321.5], [1497.5, 321.5], [1500.5, 326.5], [1402.5, 326.5], [1402.5, 344.5], [1205.5, 344.5], [1204.5, 331.5]]}, {"id": "twpmg1", "submitted_by": "Iris_Cutiepie", "name": "Noita", "description": "Noita is an action rogue-lite platformer created by Nolla Games where every pixel is simulated.nnIt is also a pixelated rouge-like for mentally deranged", "website": "", "subreddit": "[https://www.reddit.com/r/noita/](https://www.reddit.com/r/noita/)", "center": [570.5, 918.5], "path": [[549.5, 901.5], [557.5, 900.5], [577.5, 901.5], [589.5, 902.5], [605.5, 901.5], [612.5, 909.5], [585.5, 909.5], [586.5, 915.5], [582.5, 916.5], [584.5, 920.5], [580.5, 924.5], [583.5, 927.5], [584.5, 929.5], [582.5, 934.5], [578.5, 935.5], [578.5, 938.5], [579.5, 945.5], [579.5, 948.5], [574.5, 949.5], [571.5, 941.5], [569.5, 939.5], [567.5, 938.5], [564.5, 936.5], [565.5, 935.5], [563.5, 933.5], [561.5, 934.5], [559.5, 934.5], [556.5, 934.5], [554.5, 933.5], [552.5, 934.5], [550.5, 934.5], [549.5, 932.5], [548.5, 930.5], [548.5, 921.5], [548.5, 919.5], [548.5, 912.5], [548.5, 908.5], [549.5, 904.5], [550.5, 902.5], [552.5, 901.5]]}, -{"id": "twpm9d", "submitted_by": "SiaraTheHellbat", "name": "Dead Cells", "description": "This is The Beheaded from the game called Dead Cells, there's bunch of game-related items there too", "website": "", "subreddit": "r/deadcells", "center": [272.5, 1479.5], "path": [[295.5, 1444.5], [295.5, 1485.5], [293.5, 1485.5], [293.5, 1515.5], [250.5, 1515.5], [250.5, 1444.5]]}, {"id": "twpm5g", "submitted_by": "Universales", "name": "Takanashi Kiara", "description": "Takanashi Kiara (\u5c0f\u9ce5\u904a\u30ad\u30a2\u30e9) is an English Virtual YouTuber associated with hololive, debuting as part of its English (EN) branch first generation of VTubers.", "website": "https://en.hololive.tv/", "subreddit": "r/hololive", "center": [1338.5, 1051.5], "path": [[1333.5, 1044.5], [1344.5, 1044.5], [1344.5, 1046.5], [1343.5, 1046.5], [1343.5, 1049.5], [1344.5, 1049.5], [1343.5, 1049.5], [1343.5, 1050.5], [1343.5, 1051.5], [1344.5, 1051.5], [1344.5, 1052.5], [1345.5, 1052.5], [1345.5, 1054.5], [1345.5, 1058.5], [1344.5, 1058.5], [1344.5, 1057.5], [1338.5, 1057.5], [1338.5, 1058.5], [1336.5, 1058.5], [1335.5, 1058.5], [1335.5, 1059.5], [1333.5, 1059.5], [1333.5, 1044.5]]}, {"id": "twpm35", "submitted_by": "Tonda98", "name": "Coat of Arms / German Federated States pt. 2", "description": "(fltr) Rhineland-Palatinate, Bavaria, Berlin, Hesse, Bremen", "website": "[https://en.wikipedia.org/wiki/States_of_Germany](https://en.wikipedia.org/wiki/States_of_Germany)", "subreddit": "", "center": [1364.5, 1132.5], "path": [[1333.5, 1125.5], [1333.5, 1126.5], [1333.5, 1127.5], [1333.5, 1128.5], [1334.5, 1128.5], [1334.5, 1129.5], [1334.5, 1132.5], [1334.5, 1134.5], [1334.5, 1135.5], [1335.5, 1135.5], [1335.5, 1136.5], [1336.5, 1136.5], [1336.5, 1137.5], [1337.5, 1137.5], [1337.5, 1138.5], [1381.5, 1138.5], [1382.5, 1139.5], [1383.5, 1139.5], [1383.5, 1140.5], [1384.5, 1140.5], [1384.5, 1141.5], [1388.5, 1141.5], [1391.5, 1141.5], [1391.5, 1140.5], [1392.5, 1140.5], [1392.5, 1139.5], [1393.5, 1139.5], [1393.5, 1127.5], [1393.5, 1125.5], [1367.5, 1125.5]]}, {"id": "twpm2y", "submitted_by": "GiveMeSomeBEANS", "name": "Max Verstappen's Red Bull Racing car", "description": "the dutch F1 driver and world champion 2021 Max Verstappen", "website": "", "subreddit": "", "center": [615.5, 7.5], "path": [[596.5, 0.5], [596.5, 13.5], [633.5, 13.5], [633.5, 0.5]]}, {"id": "twplzm", "submitted_by": "IsaacFan37", "name": "Super Mario 64", "description": "Title screen/logo of Super Mario 64.nnThe O is replaced with a Yoshi egg.", "website": "", "subreddit": "", "center": [1948.5, 1384.5], "path": [[1923.5, 1395.5], [1922.5, 1373.5], [1974.5, 1373.5], [1973.5, 1395.5], [1922.5, 1395.5]]}, {"id": "twplum", "submitted_by": "Sarinyann", "name": "Nagito Komaeda", "description": "A character from the franchise Danganronpa", "website": "", "subreddit": "", "center": [1475.5, 152.5], "path": [[1454.5, 145.5], [1454.5, 169.5], [1481.5, 169.5], [1481.5, 170.5], [1493.5, 170.5], [1493.5, 133.5], [1477.5, 133.5], [1477.5, 132.5], [1476.5, 132.5], [1476.5, 131.5], [1475.5, 131.5], [1475.5, 130.5], [1472.5, 130.5], [1469.5, 130.5], [1469.5, 131.5], [1467.5, 131.5], [1467.5, 132.5], [1465.5, 132.5], [1465.5, 133.5], [1464.5, 133.5], [1464.5, 134.5], [1464.5, 139.5], [1459.5, 139.5], [1459.5, 144.5], [1454.5, 144.5]]}, -{"id": "twplqu", "submitted_by": "MEGA-DRY", "name": "Noggin", "description": "A monster from the mobile game My Singing Monsters", "website": "", "subreddit": "/r/MySingingMonsters", "center": [1939.5, 1310.5], "path": [[1892.5, 1248.5], [1895.5, 1375.5], [1986.5, 1373.5], [1980.5, 1242.5]]}, {"id": "twplqa", "submitted_by": "BlueGamesGER", "name": "Berlin TV Tower", "description": "The Berlin TV Tower is a 368m high tower built in 1969. There is also a restaurant at 207m!", "website": "https://tv-turm.de/#", "subreddit": "", "center": [552.5, 1143.5], "path": [[552.5, 1102.5], [551.5, 1102.5], [551.5, 1126.5], [550.5, 1126.5], [550.5, 1130.5], [548.5, 1130.5], [544.5, 1134.5], [542.5, 1137.5], [544.5, 1140.5], [544.5, 1143.5], [546.5, 1143.5], [548.5, 1145.5], [549.5, 1145.5], [549.5, 1146.5], [548.5, 1147.5], [548.5, 1153.5], [549.5, 1153.5], [549.5, 1168.5], [548.5, 1169.5], [548.5, 1172.5], [549.5, 1172.5], [549.5, 1173.5], [555.5, 1173.5], [556.5, 1172.5], [556.5, 1168.5], [555.5, 1168.5], [555.5, 1153.5], [556.5, 1152.5], [556.5, 1146.5], [555.5, 1146.5], [555.5, 1145.5], [559.5, 1142.5], [560.5, 1140.5], [562.5, 1137.5], [562.5, 1136.5], [558.5, 1130.5], [555.5, 1130.5], [553.5, 1126.5], [553.5, 1102.5]]}, {"id": "twplbp", "submitted_by": "Sandillion", "name": "Jarate?", "description": "That looks an awful lot like a jar of piss", "website": "https://youtu.be/x0lcrb_56Is", "subreddit": "r/TF2", "center": [815.5, 50.5], "path": [[813.5, 53.5], [816.5, 53.5], [817.5, 52.5], [817.5, 48.5], [816.5, 47.5], [817.5, 46.5], [812.5, 46.5], [813.5, 47.5], [812.5, 48.5], [812.5, 52.5]]}, {"id": "twplb0", "submitted_by": "HexTheSquare", "name": "Stockholm Science & Innovation School", "description": "A Swedish IT school in northern Stockholm.", "website": "[https://stockholmscienceandinnovationschool.stockholm/](https://stockholmscienceandinnovationschool.stockholm/)", "subreddit": "", "center": [1178.5, 1750.5], "path": [[1165.5, 1741.5], [1187.5, 1741.5], [1187.5, 1762.5], [1175.5, 1762.5], [1175.5, 1751.5], [1165.5, 1751.5], [1165.5, 1741.5]]}, @@ -1901,7 +1811,6 @@ {"id": "twpkgw", "submitted_by": "bagfnzac", "name": "Warship 'Seven provinces'", "description": "Used from 1665 until 1694 and is used in multiple sea battles during that period.", "website": "https://nl.wikipedia.org/wiki/Zeven_Provinci%C3%ABn_(1665-1694)", "subreddit": "", "center": [632.5, 1792.5], "path": [[552.5, 1735.5], [712.5, 1735.5], [713.5, 1848.5], [552.5, 1848.5]]}, {"id": "twpk8j", "submitted_by": "atlet0_", "name": "The Magnus Archives", "description": "TMA is a horror fiction anthology podcast founded by Rusty Quill examining what lurks in the archives of the Magnus Institute, an organisation dedicated to researching the esoteric and the weird. You can listen to it for free on YT, Spotify, and more!", "website": "https://youtube.com/playlist?list=PLSbuB1AyaJk8zTF3nE2KRxuixG_A5gBKJ", "subreddit": "r/TheMagnusArchives", "center": [1980.5, 185.5], "path": [[1960.5, 176.5], [1999.5, 176.5], [1999.5, 194.5], [1960.5, 194.5], [1960.5, 176.5]]}, {"id": "twpk1e", "submitted_by": "gamrin", "name": "Fiets in de gracht (Bike in the canal)", "description": "Welcome to the Netherlands. Getting around by bike is often the easies way of transporting yourself. This also means that getting your bike stolen is extremely common. If you've lost your bike, and it wasn't worth reselling, you can probably find it in the canal.", "website": "https://www.reddit.com/r/thenetherlands/comments/a2b698/fiets_in_de_gracht_gegooid_wat_nu/", "subreddit": "/r/PlaceNL", "center": [1596.5, 27.5], "path": [[1581.5, 34.5], [1581.5, 25.5], [1589.5, 18.5], [1593.5, 18.5], [1601.5, 18.5], [1609.5, 27.5], [1613.5, 27.5], [1613.5, 34.5]]}, -{"id": "twpk18", "submitted_by": "th3_fish_", "name": "watchdominion.org", "description": "Link to a documentary about the animal exploitation industry. Created by animal rights activists.", "website": "", "subreddit": "r/vegan_place", "center": [1829.5, 1583.5], "path": [[1786.5, 1555.5], [1875.5, 1555.5], [1875.5, 1561.5], [1872.5, 1561.5], [1873.5, 1611.5], [1786.5, 1611.5]]}, {"id": "twpjyu", "submitted_by": "tocarnabuci", "name": "F-35 Chan", "description": "NonCredibleDefense's Emblem and Mascot", "website": "", "subreddit": "/r/NonCredibleDefense/", "center": [875.5, 116.5], "path": [[869.5, 126.5], [871.5, 126.5], [871.5, 125.5], [873.5, 125.5], [873.5, 126.5], [875.5, 126.5], [875.5, 127.5], [877.5, 127.5], [877.5, 126.5], [877.5, 125.5], [882.5, 125.5], [882.5, 123.5], [880.5, 123.5], [880.5, 122.5], [881.5, 121.5], [882.5, 120.5], [884.5, 120.5], [885.5, 119.5], [885.5, 117.5], [884.5, 116.5], [883.5, 115.5], [882.5, 114.5], [881.5, 113.5], [880.5, 112.5], [879.5, 111.5], [879.5, 108.5], [878.5, 107.5], [878.5, 102.5], [877.5, 101.5], [876.5, 102.5], [876.5, 104.5], [875.5, 105.5], [875.5, 106.5], [870.5, 106.5], [869.5, 108.5], [869.5, 107.5], [868.5, 108.5], [868.5, 111.5], [869.5, 112.5], [869.5, 113.5], [870.5, 114.5], [869.5, 115.5], [868.5, 117.5], [868.5, 119.5], [870.5, 119.5], [870.5, 121.5], [869.5, 121.5], [869.5, 121.5], [869.5, 120.5], [869.5, 125.5]]}, {"id": "twpjww", "submitted_by": "De_Nielsch", "name": "train of provinces", "description": "a NS train that shows all the flags from the dutch provinces", "website": "", "subreddit": "r/placeNL", "center": [1238.5, 8.5], "path": [[1112.5, 2.5], [1365.5, 2.5], [1370.5, 9.5], [1368.5, 11.5], [1364.5, 13.5], [1110.5, 13.5], [1107.5, 10.5], [1110.5, 4.5]]}, {"id": "twpjtj", "submitted_by": "Alexjuhhh", "name": "KLM Cityhopper", "description": "The KLM cityhopper is used for small flights between countrys", "website": "", "subreddit": "/r/placeNL", "center": [1631.5, 17.5], "path": [[1603.5, 7.5], [1658.5, 7.5], [1658.5, 27.5], [1611.5, 26.5], [1602.5, 19.5]]}, @@ -1919,14 +1828,13 @@ {"id": "twpihd", "submitted_by": "RedditLightmode", "name": "Province Flag Train", "description": "An NS (NS = National Railways) train featuring the flags of the 12 provinces of the Netherlands.nnFrom left to right:n- Groningenn- Drenthen- Gelderlandn- Frieslandn- Limburgn- Noord-Brabantn- Overijsseln- Noord-Hollandn- Utrechtn- Zeelandn- Zuid-Hollandn- Flevoland", "website": "", "subreddit": "/r/PlaceNL", "center": [1238.5, 7.5], "path": [[1112.5, 2.5], [1365.5, 2.5], [1365.5, 3.5], [1366.5, 3.5], [1366.5, 4.5], [1367.5, 4.5], [1367.5, 5.5], [1368.5, 5.5], [1368.5, 6.5], [1369.5, 6.5], [1369.5, 7.5], [1369.5, 8.5], [1370.5, 8.5], [1370.5, 10.5], [1369.5, 10.5], [1369.5, 11.5], [1365.5, 11.5], [1365.5, 12.5], [1362.5, 12.5], [1362.5, 13.5], [1361.5, 13.5], [1361.5, 12.5], [1359.5, 12.5], [1359.5, 13.5], [1358.5, 13.5], [1358.5, 12.5], [1350.5, 12.5], [1350.5, 13.5], [1349.5, 13.5], [1349.5, 12.5], [1347.5, 12.5], [1347.5, 13.5], [1346.5, 13.5], [1346.5, 12.5], [1343.5, 12.5], [1343.5, 13.5], [1342.5, 13.5], [1342.5, 12.5], [1340.5, 12.5], [1340.5, 13.5], [1339.5, 13.5], [1339.5, 12.5], [1331.5, 12.5], [1331.5, 13.5], [1330.5, 13.5], [1330.5, 12.5], [1328.5, 12.5], [1328.5, 13.5], [1327.5, 13.5], [1327.5, 12.5], [1324.5, 12.5], [1324.5, 13.5], [1323.5, 13.5], [1323.5, 12.5], [1321.5, 12.5], [1321.5, 13.5], [1320.5, 13.5], [1320.5, 12.5], [1312.5, 12.5], [1312.5, 13.5], [1311.5, 13.5], [1311.5, 12.5], [1309.5, 12.5], [1309.5, 13.5], [1308.5, 13.5], [1308.5, 12.5], [1305.5, 12.5], [1305.5, 13.5], [1304.5, 13.5], [1304.5, 12.5], [1302.5, 12.5], [1302.5, 13.5], [1301.5, 13.5], [1301.5, 12.5], [1293.5, 12.5], [1293.5, 13.5], [1292.5, 13.5], [1292.5, 12.5], [1290.5, 12.5], [1290.5, 13.5], [1289.5, 13.5], [1289.5, 12.5], [1286.5, 12.5], [1286.5, 13.5], [1285.5, 13.5], [1285.5, 12.5], [1283.5, 12.5], [1283.5, 13.5], [1283.5, 12.5], [1282.5, 12.5], [1282.5, 11.5], [1281.5, 11.5], [1281.5, 10.5], [1277.5, 10.5], [1277.5, 11.5], [1276.5, 11.5], [1276.5, 12.5], [1275.5, 12.5], [1275.5, 13.5], [1274.5, 13.5], [1274.5, 12.5], [1272.5, 12.5], [1272.5, 13.5], [1271.5, 13.5], [1271.5, 12.5], [1268.5, 12.5], [1268.5, 13.5], [1267.5, 13.5], [1267.5, 12.5], [1265.5, 12.5], [1264.5, 13.5], [1264.5, 12.5], [1252.5, 12.5], [1252.5, 13.5], [1252.5, 12.5], [1249.5, 12.5], [1249.5, 13.5], [1248.5, 13.5], [1248.5, 12.5], [1246.5, 12.5], [1246.5, 13.5], [1245.5, 13.5], [1245.5, 12.5], [1238.5, 12.5], [1237.5, 12.5], [1237.5, 13.5], [1236.5, 13.5], [1236.5, 12.5], [1234.5, 12.5], [1234.5, 13.5], [1233.5, 13.5], [1233.5, 12.5], [1230.5, 12.5], [1230.5, 13.5], [1229.5, 13.5], [1229.5, 12.5], [1227.5, 12.5], [1227.5, 13.5], [1226.5, 13.5], [1226.5, 12.5], [1218.5, 12.5], [1218.5, 13.5], [1217.5, 13.5], [1217.5, 12.5], [1215.5, 12.5], [1215.5, 13.5], [1214.5, 13.5], [1214.5, 12.5], [1211.5, 12.5], [1211.5, 13.5], [1210.5, 13.5], [1210.5, 12.5], [1208.5, 12.5], [1208.5, 13.5], [1207.5, 13.5], [1207.5, 12.5], [1199.5, 12.5], [1199.5, 13.5], [1198.5, 13.5], [1198.5, 12.5], [1196.5, 12.5], [1196.5, 13.5], [1195.5, 13.5], [1195.5, 12.5], [1192.5, 12.5], [1192.5, 13.5], [1191.5, 13.5], [1191.5, 12.5], [1189.5, 12.5], [1189.5, 13.5], [1188.5, 13.5], [1188.5, 12.5], [1180.5, 12.5], [1180.5, 13.5], [1179.5, 13.5], [1179.5, 12.5], [1177.5, 12.5], [1177.5, 13.5], [1176.5, 13.5], [1176.5, 12.5], [1173.5, 12.5], [1173.5, 13.5], [1172.5, 13.5], [1172.5, 12.5], [1170.5, 12.5], [1170.5, 13.5], [1169.5, 13.5], [1169.5, 12.5], [1161.5, 12.5], [1161.5, 13.5], [1160.5, 13.5], [1160.5, 12.5], [1158.5, 12.5], [1158.5, 13.5], [1157.5, 13.5], [1157.5, 12.5], [1154.5, 12.5], [1154.5, 13.5], [1153.5, 13.5], [1153.5, 12.5], [1151.5, 12.5], [1151.5, 13.5], [1150.5, 13.5], [1150.5, 12.5], [1142.5, 12.5], [1142.5, 13.5], [1141.5, 13.5], [1141.5, 12.5], [1139.5, 12.5], [1139.5, 13.5], [1138.5, 13.5], [1138.5, 12.5], [1136.5, 12.5], [1136.5, 13.5], [1135.5, 13.5], [1135.5, 12.5], [1133.5, 12.5], [1132.5, 13.5], [1132.5, 12.5], [1122.5, 12.5], [1122.5, 13.5], [1121.5, 13.5], [1121.5, 12.5], [1119.5, 12.5], [1119.5, 13.5], [1118.5, 13.5], [1118.5, 12.5], [1116.5, 12.5], [1116.5, 13.5], [1110.5, 13.5], [1110.5, 12.5], [1109.5, 12.5], [1109.5, 11.5], [1108.5, 11.5], [1108.5, 10.5], [1107.5, 10.5], [1108.5, 10.5], [1108.5, 9.5], [1108.5, 8.5], [1109.5, 8.5], [1109.5, 6.5], [1110.5, 6.5], [1110.5, 4.5], [1111.5, 4.5], [1111.5, 3.5], [1112.5, 3.5], [1112.5, 2.5]]}, {"id": "twpih9", "submitted_by": "BlueGamesGER", "name": "Pfand System", "description": " In Germany, there is a bottle return system. When you buy certain products, you pay a deposit (Pfand) for the container. After returning the bottle to an accepting shop you get the deposit back.", "website": "", "subreddit": "", "center": [755.5, 1147.5], "path": [[744.5, 1131.5], [744.5, 1162.5], [765.5, 1162.5], [765.5, 1131.5]]}, {"id": "twpige", "submitted_by": "gamrin", "name": "Willen van Oranje (Stille Willem)", "description": "William the Silent (24 April 1533 \u2013 10 July 1584), also known as William the Taciturn (translated from Dutch: Willem de Zwijger),[1][2] or, more commonly in the Netherlands,[3][4] William of Orange (Dutch: Willem van Oranje), was the main leader of the Dutch Revolt against the Spanish Habsburgs that set off the Eighty Years' War (1568\u20131648) and resulted in the formal independence of the United Provinces in 1581.", "website": "https://en.wikipedia.org/wiki/William_the_Silent", "subreddit": "/r/PlaceNL", "center": [1893.5, 19.5], "path": [[1881.5, 3.5], [1881.5, 34.5], [1905.5, 34.5], [1905.5, 3.5]]}, -{"id": "twpicx", "submitted_by": "th3_fish_", "name": "QR code", "description": "QR code leading to a video about veganism", "website": "https://www.youtube.com/watch?v=C1vW9iSpLLk", "subreddit": "r/vegan_place", "center": [1381.5, 1933.5], "path": [[1365.5, 1917.5], [1397.5, 1917.5], [1397.5, 1949.5], [1365.5, 1949.5]]}, {"id": "twpibv", "submitted_by": "imthegreenbean", "name": "Math", "description": "Who doesn't like math? This display containsn\u2022 A Hilbert Curven\u2022 Euler's Identityn\u2022 Gliders from Conway's game of life, colored to match the logo of the math YouTube channel 3Blue1Brownn\u2022 An icosahedronn\u2022 The Greek letter phin\u2022 Digits of the number pin\u2022 A ton of dope rainbows", "website": "", "subreddit": "/r/math", "center": [1651.5, 310.5], "path": [[1628.5, 281.5], [1641.5, 281.5], [1641.5, 284.5], [1672.5, 284.5], [1672.5, 339.5], [1632.5, 339.5], [1632.5, 313.5], [1630.5, 311.5], [1628.5, 311.5], [1628.5, 304.5], [1631.5, 300.5], [1631.5, 297.5], [1628.5, 295.5], [1628.5, 282.5]]}, {"id": "twpi5o", "submitted_by": "isthisdutch", "name": "Frikandelbroodje", "description": "A famous Dutch snack, made by puff pastry, a specific meatroll called the frikandel and curry sauce", "website": "https://www.ah.nl/producten/product/wi230720/ah-frikandelbroodje", "subreddit": "", "center": [1690.5, 21.5], "path": [[1673.5, 9.5], [1662.5, 21.5], [1665.5, 28.5], [1705.5, 33.5], [1719.5, 19.5], [1705.5, 11.5]]}, {"id": "twpi0p", "submitted_by": "ironbody", "name": "NTI Gymnasiet", "description": "Logo of the swedish high school NTI Gymnasiet", "website": "https://www.ntigymnasiet.se", "subreddit": "", "center": [1787.5, 568.5], "path": [[1775.5, 559.5], [1799.5, 559.5], [1799.5, 576.5], [1775.5, 576.5]]}, {"id": "twphw6", "submitted_by": "MayoCommando", "name": "Notre-Dame de Paris", "description": "The cathedral waas recreated by the french redditors community. It features a firefighter truck in homage of the fire that struck the monument in 2019. ", "website": "https://en.wikipedia.org/wiki/Notre-Dame_de_Paris", "subreddit": "r/france", "center": [1160.5, 1212.5], "path": [[1123.5, 1148.5], [1124.5, 1145.5], [1125.5, 1140.5], [1126.5, 1140.5], [1129.5, 1135.5], [1130.5, 1136.5], [1132.5, 1140.5], [1151.5, 1140.5], [1155.5, 1153.5], [1153.5, 1154.5], [1153.5, 1157.5], [1159.5, 1157.5], [1160.5, 1156.5], [1162.5, 1157.5], [1162.5, 1158.5], [1168.5, 1158.5], [1166.5, 1152.5], [1168.5, 1150.5], [1169.5, 1147.5], [1169.5, 1140.5], [1186.5, 1140.5], [1192.5, 1133.5], [1197.5, 1145.5], [1196.5, 1146.5], [1200.5, 1153.5], [1199.5, 1155.5], [1199.5, 1172.5], [1201.5, 1175.5], [1201.5, 1184.5], [1200.5, 1184.5], [1199.5, 1190.5], [1202.5, 1192.5], [1201.5, 1193.5], [1199.5, 1194.5], [1199.5, 1197.5], [1200.5, 1197.5], [1200.5, 1200.5], [1203.5, 1204.5], [1200.5, 1249.5], [1201.5, 1279.5], [1119.5, 1282.5], [1120.5, 1207.5], [1122.5, 1195.5], [1122.5, 1184.5], [1119.5, 1179.5], [1122.5, 1175.5], [1122.5, 1155.5], [1120.5, 1152.5], [1121.5, 1150.5], [1122.5, 1149.5]]}, {"id": "twphlq", "submitted_by": "A_Fine_Potato", "name": "Rem & Ram from Re:Zero", "description": "2 characters from the anime", "website": "", "subreddit": "", "center": [1882.5, 809.5], "path": [[1867.5, 799.5], [1897.5, 800.5], [1897.5, 819.5], [1867.5, 819.5]]}, {"id": "twphia", "submitted_by": "killerciao", "name": "Borsellino and Falcone", "description": "The famous picture by Tony Gentile of Borsellino and Falcone two antimafia magistrates killed in 1992", "website": "[http://www.tonygentile.it/](http://www.tonygentile.it/)", "subreddit": "", "center": [821.5, 230.5], "path": [[781.5, 225.5], [781.5, 243.5], [784.5, 245.5], [788.5, 247.5], [791.5, 248.5], [801.5, 248.5], [813.5, 248.5], [813.5, 249.5], [838.5, 249.5], [838.5, 248.5], [851.5, 248.5], [851.5, 247.5], [858.5, 247.5], [858.5, 247.5], [857.5, 247.5], [857.5, 246.5], [861.5, 246.5], [862.5, 245.5], [864.5, 243.5], [865.5, 243.5], [865.5, 229.5], [859.5, 229.5], [858.5, 228.5], [856.5, 227.5], [854.5, 227.5], [852.5, 225.5], [852.5, 224.5], [849.5, 224.5], [849.5, 223.5], [846.5, 222.5], [847.5, 220.5], [847.5, 218.5], [846.5, 216.5], [844.5, 214.5], [843.5, 211.5], [841.5, 210.5], [840.5, 209.5], [833.5, 209.5], [831.5, 211.5], [828.5, 212.5], [826.5, 214.5], [824.5, 215.5], [824.5, 216.5], [823.5, 214.5], [822.5, 209.5], [822.5, 208.5], [818.5, 206.5], [814.5, 203.5], [812.5, 202.5], [809.5, 203.5], [807.5, 203.5], [804.5, 204.5], [802.5, 206.5], [800.5, 206.5], [800.5, 207.5], [799.5, 208.5], [798.5, 209.5], [798.5, 212.5], [798.5, 213.5], [799.5, 216.5], [799.5, 220.5], [798.5, 221.5], [791.5, 221.5], [789.5, 222.5], [785.5, 223.5], [784.5, 224.5], [781.5, 225.5]]}, -{"id": "twphfq", "submitted_by": "PoiCats", "name": "CSH", "description": "Computer Science House, CSH, of Rochester Institute of Technology, RIT. Getting more done after 2am than most people do all day. Establish 1976.nThe 'circles' above the slogan are Vinyl Records, which line the walls of the dorm, each signed by the members of that year. Check out our website for more information and to see our awesome projects. We touch grass, I promise, it was scheduled for last week. ", "website": "https://csh.rit.edu/", "subreddit": "", "center": [1491.5, 346.5], "path": [[1467.5, 326.5], [1467.5, 366.5], [1514.5, 366.5], [1514.5, 361.5], [1515.5, 360.5], [1516.5, 359.5], [1516.5, 326.5]]}, +{"id": "twphfq", "submitted_by": "PoiCats", "name": "CSH", "description": "Computer Science House, or CSH, of the Rochester Institute of Technology. Getting more done after 2am than most people do all day. Establish 1976. The 'circles' above the slogan are hard disk platters, which line the walls of the dorm, each signed by the members of that year. Check out our website for more information and to see our awesome projects. We touch grass, I promise, it was scheduled for last week. ", "website": "https://csh.rit.edu/", "subreddit": "", "center": [1491.5, 346.5], "path": [[1467.5, 326.5], [1467.5, 366.5], [1514.5, 366.5], [1514.5, 361.5], [1515.5, 360.5], [1516.5, 359.5], [1516.5, 326.5]]}, {"id": "twpgy8", "submitted_by": "stuipdpurpleshep", "name": "Utsuho Reiuji/Okuu", "description": "The Nuclear Birb From Touhou 11 Subterranean Animism", "website": "", "subreddit": "r/touhou", "center": [1637.5, 1534.5], "path": [[1621.5, 1517.5], [1649.5, 1517.5], [1649.5, 1521.5], [1650.5, 1521.5], [1650.5, 1522.5], [1654.5, 1522.5], [1654.5, 1550.5], [1621.5, 1550.5]]}, {"id": "twpgxs", "submitted_by": "ILikeLemons420", "name": "Zoil", "description": "Picture of the Twitch streamer Zoil.", "website": "www.twitch.tv/Zoil", "subreddit": "www.reddit.com/r/Zoil", "center": [1619.5, 930.5], "path": [[1608.5, 905.5], [1644.5, 905.5], [1644.5, 949.5], [1644.5, 948.5], [1640.5, 948.5], [1639.5, 948.5], [1639.5, 949.5], [1638.5, 949.5], [1638.5, 950.5], [1637.5, 950.5], [1637.5, 954.5], [1631.5, 954.5], [1631.5, 955.5], [1603.5, 955.5], [1603.5, 953.5], [1602.5, 953.5], [1602.5, 952.5], [1600.5, 952.5], [1600.5, 951.5], [1598.5, 951.5], [1598.5, 950.5], [1597.5, 950.5], [1597.5, 949.5], [1596.5, 949.5], [1595.5, 948.5], [1594.5, 947.5], [1593.5, 946.5], [1592.5, 945.5], [1592.5, 909.5], [1608.5, 909.5], [1608.5, 905.5]]}, {"id": "twpgiv", "submitted_by": "BlueGamesGER", "name": "Cologne Cathedral", "description": "The Cathedral of the german city Cologne", "website": "https://www.koelner-dom.de/en", "subreddit": "", "center": [580.5, 1153.5], "path": [[571.5, 1125.5], [577.5, 1138.5], [577.5, 1149.5], [582.5, 1149.5], [582.5, 1138.5], [589.5, 1124.5], [595.5, 1138.5], [595.5, 1155.5], [596.5, 1155.5], [596.5, 1173.5], [564.5, 1173.5], [564.5, 1156.5], [565.5, 1156.5], [565.5, 1139.5], [571.5, 1125.5]]}, @@ -2031,7 +1939,7 @@ {"id": "twruuv", "submitted_by": "cucumbersomesalad", "name": "Hachubby", "description": "HAchubby is a Twitch variety streamer. She won the Pepega streamer and IRL streamer of the year awards in 2021. ", "website": "https://www.twitch.tv/hachubby", "subreddit": "https://www.reddit.com/r/HAchubby/", "center": [645.5, 1053.5], "path": [[624.5, 1038.5], [666.5, 1038.5], [666.5, 1068.5], [625.5, 1068.5], [624.5, 1038.5]]}, {"id": "twrura", "submitted_by": "Apeirocell", "name": "Celeste Crystal Heart", "description": "This is a crystal heart, a collectible item from the indie platformer game Celeste.", "website": "https://celestegame.com/", "subreddit": "/r/celestegame", "center": [1660.5, 557.5], "path": [[1663.5, 550.5], [1666.5, 550.5], [1668.5, 552.5], [1668.5, 559.5], [1660.5, 565.5], [1659.5, 565.5], [1652.5, 558.5], [1651.5, 552.5], [1653.5, 551.5], [1656.5, 551.5], [1659.5, 553.5], [1660.5, 553.5]]}, {"id": "twruoq", "submitted_by": "IenjoyPineapplepizza", "name": "Robocraft", "description": "Robocraft is an online vehicular combat game developed and published by Freejam Games. The game allows players to build various functional vehicles with basic block-based parts, such as cubes and wheels, along with weapons for combat against other players.", "website": "", "subreddit": "r/robocraft", "center": [1921.5, 254.5], "path": [[1905.5, 268.5], [1905.5, 240.5], [1938.5, 241.5], [1938.5, 268.5]]}, -{"id": "twruha", "submitted_by": "Liixsh", "name": "The Beheaded from Dead Cells", "description": "The Beheaded, also known as The Prisoner or the Fallen One, is the protagonist of Dead Cells. It appears to be a mysterious shadowy, gas-like substance, with a glowing crystal inside.nnDead Cells is a rogue-lite, Castlevania-inspired action-platformer, allowing you to explore a sprawling, ever-changing castle\u2026 assuming you\u2019re able to fight your way past its keepers.nnIt was made by the Dead Cells community on reddit.", "website": "[https://dead-cells.com/](https://dead-cells.com/)", "subreddit": "/r/deadcells", "center": [272.5, 1479.5], "path": [[250.5, 1444.5], [295.5, 1444.5], [295.5, 1485.5], [293.5, 1485.5], [293.5, 1515.5], [250.5, 1515.5], [250.5, 1444.5]]}, +{"id": "twruha", "submitted_by": "Liixsh", "name": "The Beheaded from Dead Cells", "description": "The Beheaded, also known as The Prisoner or The Fallen One, is the protagonist of the indiegame roguelite 'Dead Cells'. A couple of other monsters and items from the game can be seen as small pixel art.", "website": "[https://dead-cells.com/](https://dead-cells.com/)", "subreddit": "/r/deadcells", "center": [272.5, 1479.5], "path": [[250.5, 1444.5], [295.5, 1444.5], [295.5, 1485.5], [293.5, 1485.5], [293.5, 1515.5], [250.5, 1515.5], [250.5, 1444.5]]}, {"id": "twruey", "submitted_by": "wildhoover", "name": "Erasmusbrug, Rotterdam", "description": "Bridge over the New Maas in the centre of Rotterdam. ", "website": "", "subreddit": "", "center": [1574.5, 16.5], "path": [[1566.5, 38.5], [1600.5, 0.5], [1567.5, 1.5], [1562.5, 9.5], [1557.5, 37.5], [1560.5, 38.5]]}, {"id": "twru9g", "submitted_by": "GLUE_COLLUSION", "name": "C418", "description": "Logo for electronic musician C418, known for the Minecraft soundtrack.", "website": "c418.org", "subreddit": "/r/c418", "center": [78.5, 996.5], "path": [[64.5, 992.5], [64.5, 1000.5], [91.5, 1000.5], [91.5, 992.5]]}, {"id": "twru7o", "submitted_by": "untitleXYZ", "name": "The Fairy Tail Emblem", "description": "The emblem of the Fairy Tail guild in the anime & manga series Fairy Tail.", "website": "https://fairytail.fandom.com/wiki/Main_Page", "subreddit": "r/fairytail", "center": [1571.5, 1093.5], "path": [[1570.5, 1081.5], [1562.5, 1088.5], [1564.5, 1095.5], [1567.5, 1097.5], [1562.5, 1106.5], [1579.5, 1099.5], [1580.5, 1082.5], [1576.5, 1085.5], [1570.5, 1082.5]]}, @@ -2042,6 +1950,1857 @@ {"id": "twrto4", "submitted_by": "BlupMcBubbles", "name": "Cyclists", "description": "The Netherlands might be the bicycles country, Belgium and especially Flemishes are proud of their cyclism palmares as Belgium is by far the country that won the cyclism world championship the most.", "website": "", "subreddit": "", "center": [1316.5, 1515.5], "path": [[1300.5, 1465.5], [1333.5, 1466.5], [1332.5, 1566.5], [1301.5, 1567.5]]}, {"id": "twrtn7", "submitted_by": "eXernox", "name": "LEMMiNO", "description": "Logo representing a Sweadish YouTuber/animator/musician David W\u00e5ngstedt", "website": "https://www.lemmi.no/", "subreddit": "/r/LEMMiNO", "center": [1597.5, 255.5], "path": [[1590.5, 249.5], [1603.5, 249.5], [1603.5, 261.5], [1590.5, 261.5], [1590.5, 249.5]]}, {"id": "twrtmx", "submitted_by": "oserottoNeko", "name": "Pulsus Logo", "description": "The logo of Pulsus, an online rhythm game in which you hit incoming beats on a 3x3 tile board.", "website": "https://www.pulsus.cc", "subreddit": "/r/Pulsus", "center": [0.5, 0.5], "path": []}, -{"id": "twrtmq", "submitted_by": "CelerySilent7734", "name": "Okayu", "description": "Hololive vtuber okyau", "website": "", "subreddit": "r/Hololive", "center": [1352.5, 1186.5], "path": [[1332.5, 1200.5], [1332.5, 1173.5], [1333.5, 1173.5], [1333.5, 1172.5], [1340.5, 1172.5], [1340.5, 1170.5], [1344.5, 1170.5], [1344.5, 1171.5], [1345.5, 1171.5], [1345.5, 1172.5], [1350.5, 1172.5], [1351.5, 1172.5], [1351.5, 1171.5], [1352.5, 1171.5], [1352.5, 1170.5], [1352.5, 1171.5], [1353.5, 1171.5], [1353.5, 1172.5], [1358.5, 1172.5], [1358.5, 1171.5], [1365.5, 1171.5], [1365.5, 1173.5], [1365.5, 1172.5], [1366.5, 1172.5], [1372.5, 1172.5], [1372.5, 1200.5], [1352.5, 1200.5], [1333.5, 1200.5]]} - -] \ No newline at end of file +{"id": "twrtmq", "submitted_by": "CelerySilent7734", "name": "Okayu", "description": "Hololive vtuber okyau", "website": "", "subreddit": "r/Hololive", "center": [1352.5, 1186.5], "path": [[1332.5, 1200.5], [1332.5, 1173.5], [1333.5, 1173.5], [1333.5, 1172.5], [1340.5, 1172.5], [1340.5, 1170.5], [1344.5, 1170.5], [1344.5, 1171.5], [1345.5, 1171.5], [1345.5, 1172.5], [1350.5, 1172.5], [1351.5, 1172.5], [1351.5, 1171.5], [1352.5, 1171.5], [1352.5, 1170.5], [1352.5, 1171.5], [1353.5, 1171.5], [1353.5, 1172.5], [1358.5, 1172.5], [1358.5, 1171.5], [1365.5, 1171.5], [1365.5, 1173.5], [1365.5, 1172.5], [1366.5, 1172.5], [1372.5, 1172.5], [1372.5, 1200.5], [1352.5, 1200.5], [1333.5, 1200.5]]}, +{"id": "twu3qx", "submitted_by": "liassimonmeiske", "name": "Whitepod Alliance", "description": "Alliance of seven small artworks that fought against the void together.", "website": "", "subreddit": "", "center": [1091.5, 1230.5], "path": [[1084.5, 1178.5], [1097.5, 1178.5], [1099.5, 1279.5], [1084.5, 1278.5], [1083.5, 1278.5], [1083.5, 1279.5], [1083.5, 1279.5]]}, +{"id": "twu3pr", "submitted_by": "GoJoeyGo123", "name": "iJevin", "description": "iJevin", "website": "[https://www.youtube.com/channel/UCrEtZMErQXaSYy_JDGoU5Qw](https://www.youtube.com/channel/UCrEtZMErQXaSYy_JDGoU5Qw)", "subreddit": "", "center": [865.5, 611.5], "path": [[860.5, 607.5], [869.5, 607.5], [869.5, 615.5], [860.5, 615.5]]}, +{"id": "twu3n6", "submitted_by": "Wheel_b0y", "name": "Aston Villa Football Club", "description": "Aston Villa Football Club is an English professional football club based in Aston, Birmingham. Founded in 1874, Aston Villa are one of the five English clubs to have won the European Cup, in 1981\u201382.", "website": "", "subreddit": "/r/avfc", "center": [631.5, 1701.5], "path": [[620.5, 1684.5], [643.5, 1685.5], [643.5, 1718.5], [619.5, 1717.5], [619.5, 1715.5]]}, +{"id": "twu3mu", "submitted_by": "Pelag", "name": "fsociety (Mr. Robot)", "description": "The FSOCIETY logo, taken from the great TV show MR. ROBOT.", "website": "", "subreddit": "r/MrRobot", "center": [208.5, 257.5], "path": [[175.5, 252.5], [175.5, 262.5], [239.5, 263.5], [239.5, 252.5], [175.5, 252.5], [175.5, 262.5]]}, +{"id": "twu3ln", "submitted_by": "SlimsyMuffin", "name": "D-Cell Logo", "description": "Logo of the indie game devevelopment studio D-Cell, developers of the rhythm game UNBEATABLE. This is the final result of many attempts to get Quaver (a character from UNBEATABLE) onto r/place.", "website": "https://unbeatablegame.com/", "subreddit": "/r/unbeatable", "center": [1371.5, 1284.5], "path": [[1361.5, 1279.5], [1380.5, 1279.5], [1380.5, 1289.5], [1361.5, 1289.5]]}, +{"id": "twu3cz", "submitted_by": "HerrCrazi", "name": "ISEN", "description": "Logo of the French engineering school ISEN (Institut Sup\u00e9rieur de l'\u00c9lectronique et du Num\u00e9rique).nMade by students of the ISEN Brest campus.", "website": "https://www.isen.fr/", "subreddit": "", "center": [1868.5, 47.5], "path": [[1859.5, 44.5], [1876.5, 44.5], [1876.5, 49.5], [1859.5, 49.5]]}, +{"id": "twu3ab", "submitted_by": "Sissy-chan", "name": "Land of the lustrous", "description": "", "website": "", "subreddit": "", "center": [1576.5, 500.5], "path": [[1591.5, 534.5], [1562.5, 534.5], [1562.5, 466.5], [1590.5, 466.5]]}, +{"id": "twu335", "submitted_by": "Phephelive", "name": "Fleur de Ponce", "description": "A french streamer who loves flower. ", "website": "https://www.twitch.tv/ponce/", "subreddit": "", "center": [276.5, 1535.5], "path": [[252.5, 1516.5], [300.5, 1516.5], [302.5, 1555.5], [251.5, 1553.5]]}, +{"id": "twu321", "submitted_by": "BusyElephant", "name": "RIP ZAF", "description": "On the initiative of the french streamer Pierre Lapin in commemoration of his deceased friend Zafinho", "website": "https://www.twitch.tv/pierrelapin", "subreddit": "", "center": [931.5, 1500.5], "path": [[916.5, 1495.5], [916.5, 1505.5], [946.5, 1505.5], [946.5, 1495.5]]}, +{"id": "twu31u", "submitted_by": "donrip", "name": "Ayaka", "description": "Kamisato Ayaka is a character of gacha game Genshin Impact. ", "website": "", "subreddit": "/r/AyakaMains/", "center": [1138.5, 1555.5], "path": [[1117.5, 1523.5], [1155.5, 1523.5], [1155.5, 1594.5], [1138.5, 1595.5], [1140.5, 1599.5], [1136.5, 1598.5], [1132.5, 1594.5], [1133.5, 1589.5], [1138.5, 1582.5], [1138.5, 1580.5], [1137.5, 1577.5], [1137.5, 1576.5], [1135.5, 1576.5], [1135.5, 1572.5], [1132.5, 1572.5], [1132.5, 1569.5], [1131.5, 1569.5], [1130.5, 1568.5], [1130.5, 1567.5], [1130.5, 1565.5], [1128.5, 1565.5], [1128.5, 1566.5], [1127.5, 1566.5], [1126.5, 1566.5], [1126.5, 1570.5], [1125.5, 1575.5], [1117.5, 1575.5]]}, +{"id": "twu2zj", "submitted_by": "__moritz__", "name": "Satisfactory", "description": "Satisfactory is a factory building game by Coffee Stain Studios.", "website": "https://www.satisfactorygame.com/", "subreddit": "/r/SatisfactoryGame", "center": [459.5, 1836.5], "path": [[427.5, 1829.5], [490.5, 1829.5], [490.5, 1842.5], [427.5, 1842.5]]}, +{"id": "twu2fs", "submitted_by": "Amelot420", "name": "Twenty One Pilots", "description": "Logo of the Band twenty one pilots. Featuring 'Ned' a character from their Music videos", "website": "https://www.twentyonepilots.com", "subreddit": "/r/twentyonepilots", "center": [307.5, 1656.5], "path": [[290.5, 1678.5], [290.5, 1635.5], [299.5, 1635.5], [301.5, 1634.5], [302.5, 1632.5], [303.5, 1631.5], [304.5, 1632.5], [304.5, 1633.5], [310.5, 1633.5], [310.5, 1632.5], [310.5, 1631.5], [311.5, 1631.5], [312.5, 1632.5], [312.5, 1633.5], [313.5, 1634.5], [314.5, 1634.5], [315.5, 1635.5], [324.5, 1635.5], [324.5, 1678.5], [307.5, 1678.5]]}, +{"id": "twu2fj", "submitted_by": "DerSchnitta", "name": "Teddy Fresh", "description": "Clothing brand by Hila and Ethan Klein", "website": "https://teddyfresh.com/", "subreddit": "/r/TeddyFresh", "center": [540.5, 1452.5], "path": [[537.5, 1416.5], [543.5, 1416.5], [543.5, 1486.5], [543.5, 1487.5], [543.5, 1487.5], [537.5, 1487.5], [537.5, 1418.5], [537.5, 1416.5], [537.5, 1416.5]]}, +{"id": "twu2e0", "submitted_by": "3njooo", "name": "Ivica (rip)", "description": "roughly here is where our boy ivica used to be. then someone killed him.", "website": "", "subreddit": "/r/ivicopolis/", "center": [0.5, 0.5], "path": []}, +{"id": "twu2bu", "submitted_by": "Snokari", "name": "PunishingGrayRaven", "description": "Small chibi figures of 2 characters from the game Punishing Gray Raven", "website": "", "subreddit": "/r/PunishingGrayRaven", "center": [1625.5, 1761.5], "path": [[1625.5, 1747.5], [1610.5, 1761.5], [1625.5, 1774.5], [1639.5, 1761.5]]}, +{"id": "twu29f", "submitted_by": "Phephelive", "name": "Zinedine Zidane", "description": "A famous french football who evolved at Real Madrid. His eyebrows helped a lot french people to stay motivated. ", "website": "", "subreddit": "", "center": [122.5, 1529.5], "path": [[79.5, 1472.5], [82.5, 1577.5], [166.5, 1593.5], [159.5, 1474.5]]}, +{"id": "twu20g", "submitted_by": "impossiblybaaf", "name": "Tria.Os", "description": "TRIA.Os is a Roblox platforming game made in January 2021.n(Second Icon)", "website": "[https://www.roblox.com/games/6311279644/TRIA-os-0-6-1](https://www.roblox.com/games/6311279644/TRIA-os-0-6-1)", "subreddit": "", "center": [576.5, 1094.5], "path": [[562.5, 1082.5], [589.5, 1082.5], [589.5, 1105.5], [562.5, 1105.5]]}, +{"id": "twu20b", "submitted_by": "geo_metro", "name": "LWYRUP", "description": "The vanity plate used by Saul Goodman, a sleazy yet surprisingly competent lawyer from Breaking Bad and Better Call Saul.", "website": "", "subreddit": "/r/betterCallSaul", "center": [1143.5, 958.5], "path": [[1133.5, 953.5], [1133.5, 962.5], [1153.5, 962.5], [1153.5, 953.5]]}, +{"id": "twu1rt", "submitted_by": "AURAequine", "name": "Fire Stone (Pokemon)", "description": "A peculiar stone that can make certain species of Pok\u00e9mon evolve. The stone has a fiery orange heart.", "website": "", "subreddit": "", "center": [1965.5, 1456.5], "path": [[1964.5, 1447.5], [1960.5, 1451.5], [1960.5, 1459.5], [1961.5, 1460.5], [1961.5, 1461.5], [1962.5, 1462.5], [1963.5, 1463.5], [1964.5, 1464.5], [1965.5, 1464.5], [1970.5, 1459.5], [1970.5, 1454.5], [1968.5, 1452.5], [1968.5, 1451.5], [1964.5, 1447.5]]}, +{"id": "twu1rn", "submitted_by": "PratzStrike", "name": "TechyCutie", "description": "Vtuber TechyCutie and her community created this little representation of herself.", "website": "https://www.twitch.tv/techycutie", "subreddit": "", "center": [714.5, 1107.5], "path": [[707.5, 1114.5], [707.5, 1099.5], [720.5, 1099.5], [720.5, 1114.5], [714.5, 1114.5], [707.5, 1114.5]]}, +{"id": "twu1lo", "submitted_by": "Shanksette", "name": "Momo from Love Nikki", "description": "Love Nikki: Dress-Up Queen is the name of the Global version of \u5947\u8ff9\u6696\u6696, the 3rd installment in the Nikki mobile game series, by Chinese studio Papergames.", "website": "[https://www.papegames.cn/qjnn/en/](https://www.papegames.cn/qjnn/en/)", "subreddit": "r/LoveNikki", "center": [298.5, 1253.5], "path": [[282.5, 1240.5], [302.5, 1240.5], [315.5, 1248.5], [315.5, 1264.5], [282.5, 1264.5]]}, +{"id": "twu1jf", "submitted_by": "Ok_Penalty_1912", "name": "BoJack Horseman", "description": "BoJack Horseman is an adult animated series on Netflix. Set primarily in Hollywood (renamed to Hollywoo shortly into season one), the series surrounds an anthropomorphic horse named BoJack Horseman (Arnett), the washed-up star of a 1990s sitcom who plans his return to celebrity relevance with an autobiography to be written by ghostwriter Diane Nguyen", "website": "[https://en.wikipedia.org/wiki/BoJack_Horseman](https://en.wikipedia.org/wiki/BoJack_Horseman)", "subreddit": "", "center": [1530.5, 1396.5], "path": [[1515.5, 1358.5], [1515.5, 1359.5], [1514.5, 1359.5], [1514.5, 1360.5], [1513.5, 1360.5], [1513.5, 1361.5], [1510.5, 1361.5], [1510.5, 1366.5], [1505.5, 1366.5], [1505.5, 1401.5], [1507.5, 1401.5], [1507.5, 1416.5], [1506.5, 1416.5], [1506.5, 1429.5], [1534.5, 1429.5], [1534.5, 1428.5], [1533.5, 1428.5], [1533.5, 1423.5], [1534.5, 1423.5], [1534.5, 1421.5], [1535.5, 1421.5], [1535.5, 1420.5], [1538.5, 1420.5], [1538.5, 1419.5], [1539.5, 1419.5], [1542.5, 1419.5], [1542.5, 1420.5], [1543.5, 1420.5], [1543.5, 1421.5], [1544.5, 1421.5], [1544.5, 1424.5], [1545.5, 1424.5], [1545.5, 1426.5], [1546.5, 1426.5], [1546.5, 1429.5], [1556.5, 1429.5], [1556.5, 1422.5], [1560.5, 1422.5], [1560.5, 1416.5], [1563.5, 1416.5], [1563.5, 1397.5], [1559.5, 1397.5], [1558.5, 1397.5], [1558.5, 1396.5], [1557.5, 1396.5], [1557.5, 1395.5], [1556.5, 1395.5], [1556.5, 1394.5], [1555.5, 1394.5], [1555.5, 1393.5], [1554.5, 1393.5], [1554.5, 1392.5], [1553.5, 1392.5], [1553.5, 1391.5], [1552.5, 1391.5], [1552.5, 1389.5], [1551.5, 1389.5], [1551.5, 1388.5], [1550.5, 1388.5], [1549.5, 1388.5], [1549.5, 1387.5], [1549.5, 1370.5], [1541.5, 1370.5], [1538.5, 1370.5], [1538.5, 1358.5], [1515.5, 1358.5]]}, +{"id": "twu16a", "submitted_by": "Prudent-Ad5308", "name": "Daft Punk x PNL", "description": "This art is a mix between PNL and Daft Punk, the two biggest singer duo in the France music history.nThis artwork was created by Theorus.", "website": "https://twitter.com/Theorus_/status/1258019551373078530?s=20&t=pnJVLlbcZYczhxrB9DaFlQ", "subreddit": "", "center": [207.5, 1606.5], "path": [[170.5, 1639.5], [244.5, 1640.5], [245.5, 1620.5], [242.5, 1616.5], [244.5, 1609.5], [242.5, 1593.5], [244.5, 1587.5], [241.5, 1581.5], [236.5, 1580.5], [228.5, 1571.5], [216.5, 1566.5], [197.5, 1566.5], [189.5, 1571.5], [182.5, 1573.5], [179.5, 1575.5], [176.5, 1575.5], [173.5, 1580.5], [174.5, 1582.5], [173.5, 1587.5], [171.5, 1592.5], [170.5, 1595.5], [170.5, 1611.5], [173.5, 1618.5], [170.5, 1622.5], [170.5, 1623.5], [170.5, 1637.5]]}, +{"id": "twu0fl", "submitted_by": "GoJoeyGo123", "name": "ZombieCleo", "description": "Zombie Cleo", "website": "[https://www.youtube.com/channel/UCjI5qxhtyv3srhWr60HemRw](https://www.youtube.com/channel/UCjI5qxhtyv3srhWr60HemRw)", "subreddit": "", "center": [865.5, 619.5], "path": [[860.5, 615.5], [869.5, 615.5], [869.5, 623.5], [860.5, 623.5]]}, +{"id": "twu07j", "submitted_by": "Eclipsed_Luna", "name": "Agender miniflag", "description": "A mini agender pride flag.nAgender, also known as genderless, is an identity to describe someone that entirely lacks a gender or with complete genderlessness. It falls under the a non-binary umbrella in which one is not male, female, neutral, xenic, outherine, or any other gender. They may identify most strongly as just an individual, rather than as any given gender.", "website": "https://lgbta.miraheze.org/wiki/Agender", "subreddit": "r/placepride", "center": [461.5, 637.5], "path": [[457.5, 634.5], [457.5, 640.5], [465.5, 640.5], [465.5, 634.5], [457.5, 634.5]]}, +{"id": "twtzyg", "submitted_by": "shoessurent", "name": "Wakfu logo", "description": "logo of the french mmorpg Wakfu", "website": "https://www.wakfu.com/fr/prehome", "subreddit": "", "center": [1188.5, 1959.5], "path": [[1200.5, 1948.5], [1181.5, 1948.5], [1176.5, 1954.5], [1176.5, 1970.5], [1200.5, 1970.5]]}, +{"id": "twtzvo", "submitted_by": "DerSchnitta", "name": "H3H3 Productions Logo", "description": "", "website": "https://www.youtube.com/user/h3h3Productions", "subreddit": "r/h3h3productions/", "center": [831.5, 565.5], "path": [[813.5, 548.5], [848.5, 548.5], [848.5, 581.5], [813.5, 581.5], [813.5, 548.5]]}, +{"id": "twtzqr", "submitted_by": "PratzStrike", "name": "IronmouseNyanhug", "description": "This is pixel art of Ironmouse's emote IronmouseNyanhug, where she's hugging fellow Vshojo member Nyanners. ", "website": "https://www.twitch.tv/ironmouse", "subreddit": "/r/vshojo", "center": [1427.5, 979.5], "path": [[1451.5, 959.5], [1451.5, 999.5], [1403.5, 999.5], [1403.5, 959.5], [1428.5, 959.5], [1451.5, 959.5]]}, +{"id": "twtzq4", "submitted_by": "Shushiiii", "name": "Miyu, MaiMai, & LPOTL", "description": "A joint collab of 3 communities in an effort to leave their mark in history. (Canvas currently broken, requesting fix)", "website": "https://discord.gg/bluearchive", "subreddit": "r/BlueArchive r/MaiMai r/LPOTL", "center": [39.5, 968.5], "path": [[16.5, 945.5], [62.5, 944.5], [62.5, 992.5], [16.5, 992.5]]}, +{"id": "twtzp6", "submitted_by": "greese1", "name": "Fish Cult tank 2 below", "description": "a team of people dedicated to making fish on r/place", "website": "", "subreddit": "r/PlaceFishCult", "center": [1437.5, 954.5], "path": [[1420.5, 949.5], [1420.5, 950.5], [1421.5, 951.5], [1422.5, 952.5], [1423.5, 953.5], [1423.5, 955.5], [1422.5, 956.5], [1422.5, 957.5], [1423.5, 958.5], [1423.5, 959.5], [1451.5, 959.5], [1451.5, 949.5], [1420.5, 949.5]]}, +{"id": "twtzgx", "submitted_by": "rockmeu18", "name": "Todd (Cleaning Simulator)", "description": "Todd, from the roblox game Cleaning Simulator.", "website": "https://www.roblox.com/games/818287233/Cleaning-Simulator", "subreddit": "", "center": [1302.5, 560.5], "path": [[1294.5, 567.5], [1297.5, 553.5], [1306.5, 551.5], [1308.5, 555.5], [1308.5, 565.5], [1307.5, 567.5]]}, +{"id": "twtzdb", "submitted_by": "GloryGreatestCountry", "name": "Charlie from Witch's Heart", "description": "A small pixel version of Charlie from Witch's Heart, made and maintained by a collaboration between a Danganronpa RP group (formerly r/RPDanganronpaChat), certain allies and people from a Witch's Heart server. nnr/witchsheart for the community for the game that this character is from.", "website": "", "subreddit": "/r/witchsheart", "center": [0.5, 0.5], "path": []}, +{"id": "twtzci", "submitted_by": "em_tsuj_sti", "name": "Malte", "description": "A German pixel artist on the placeDE discordnHe drawed i.a. the Brandenburg gate, the Bundestag, the Amogus column, the cologne cathedral and the redesign of the WW1 memorial", "website": "discord.gg/placeDE", "subreddit": "r/placeDE", "center": [1898.5, 1129.5], "path": [[1871.5, 1123.5], [1871.5, 1135.5], [1924.5, 1135.5], [1924.5, 1123.5]]}, +{"id": "twtyv2", "submitted_by": "donrip", "name": "Mask of Xiao", "description": "Xiao is a character from the gacha game Genshin Impact. He is an Yaksha - a demon hunter - that wears demon mask during his Elemental Burst.", "website": "", "subreddit": "/r/XiaoMains/", "center": [1836.5, 1632.5], "path": [[1825.5, 1616.5], [1847.5, 1616.5], [1847.5, 1647.5], [1825.5, 1647.5]]}, +{"id": "fauinf", "submitted_by": "FactoryRatte", "name": "FAU Informatik (Computer Science)", "description": "Logo of the Department for Computer Science at the Friedrich Alexander University Erlangen/N\u00fcrnberg. Built and defended in alliance with the KIT (Karlsruher Institute for Technology), which was coordinated over Discord embassies. The different backgrounds highlight the university logo followed by the INF, short for german Informatik, which means Computer Science in english.", "website": "https://cs.fau.de", "subreddit": "/r/FAU_university/", "center": [757.5, 534.5], "path": [[753.5, 521.5], [753.5, 547.5], [760.5, 547.5], [760.5, 521.5]]}, +{"id": "twtylm", "submitted_by": "TheSquirtleboy", "name": "Chapter 2 Ralsei", "description": "Ralsei from chapter 2 of Deltarune striking a cool pose", "website": "", "subreddit": "r/Ralsei", "center": [691.5, 795.5], "path": [[690.5, 778.5], [691.5, 779.5], [693.5, 780.5], [699.5, 780.5], [700.5, 784.5], [696.5, 786.5], [697.5, 789.5], [700.5, 786.5], [704.5, 786.5], [705.5, 789.5], [704.5, 791.5], [700.5, 793.5], [696.5, 795.5], [698.5, 797.5], [702.5, 797.5], [703.5, 797.5], [707.5, 799.5], [706.5, 804.5], [704.5, 806.5], [700.5, 808.5], [698.5, 807.5], [694.5, 808.5], [694.5, 812.5], [693.5, 814.5], [690.5, 815.5], [686.5, 813.5], [686.5, 811.5], [683.5, 808.5], [683.5, 804.5], [683.5, 804.5], [680.5, 801.5], [676.5, 802.5], [675.5, 798.5], [679.5, 797.5], [680.5, 796.5], [679.5, 792.5], [678.5, 788.5], [678.5, 786.5], [677.5, 783.5], [677.5, 780.5], [681.5, 781.5], [686.5, 781.5]]}, +{"id": "twtykp", "submitted_by": "BruninhoBoladao8707", "name": "Brazilian Flag", "description": "The place where the Brazilian expansion started.n", "website": "", "subreddit": "r/brasil", "center": [0.5, 0.5], "path": []}, +{"id": "twtyja", "submitted_by": "Mazork", "name": "Enter The Gungeon", "description": "A dungeon crawling roguelike developed by Dodge Roll Games and published by Devolver Digital.", "website": "https://enterthegungeon.com/", "subreddit": "/r/enterthegungeon", "center": [211.5, 325.5], "path": [[203.5, 309.5], [203.5, 316.5], [169.5, 316.5], [169.5, 329.5], [201.5, 329.5], [204.5, 335.5], [203.5, 343.5], [237.5, 343.5], [237.5, 309.5], [203.5, 309.5]]}, +{"id": "twtydi", "submitted_by": "Exynth1a", "name": "Millie Parfait", "description": "Made by mainly r/Philippines, this pixel art is dedicated to Filipino Vtuber, Millie Parfait, from Nijisanji EN.", "website": "https://www.youtube.com/channel/UC47rNmkDcNgbOcM-2BwzJTQ", "subreddit": "r/Philippines, r/Nijisanji", "center": [456.5, 1670.5], "path": [[457.5, 1666.5], [454.5, 1666.5], [453.5, 1667.5], [452.5, 1668.5], [452.5, 1671.5], [454.5, 1672.5], [455.5, 1673.5], [456.5, 1674.5], [459.5, 1674.5], [460.5, 1672.5], [460.5, 1671.5], [460.5, 1669.5], [460.5, 1668.5], [459.5, 1667.5], [454.5, 1667.5], [454.5, 1667.5], [453.5, 1667.5]]}, +{"id": "twtyda", "submitted_by": "urammar", "name": "Bratishkinoff", "description": "Fan art of the russian streamer 'Bratishkinoff'nnA tenuous alliance existed with the blue corner, however both encroached on each others territory several times. Their borders were ultimately fairly static and largely at peace.", "website": "twitch.tv/bratishkinoff", "subreddit": "", "center": [1845.5, 1934.5], "path": [[1775.5, 1868.5], [1916.5, 1868.5], [1916.5, 1999.5], [1775.5, 2000.5]]}, +{"id": "twty95", "submitted_by": "ludicrouscacophony", "name": "Yonsei University", "description": "Yonsei University (\uc5f0\uc138\ub300\ud559\uad50) is located in Seoul, South Korea. Students coordinated through Kakaotalk and Everytime to create the logo.", "website": "https://www.yonsei.ac.kr/en_sc/index.jsp", "subreddit": "", "center": [1742.5, 1105.5], "path": [[1735.5, 1105.5], [1735.5, 1105.5], [1731.5, 1091.5], [1743.5, 1091.5], [1743.5, 1090.5], [1753.5, 1090.5], [1753.5, 1120.5], [1731.5, 1120.5], [1731.5, 1093.5]]}, +{"id": "twty78", "submitted_by": "Killian_Neverstar", "name": "Quin69 (Streamer)", "description": "Twitch streamer Quin69 got his Twitch chat to create a sheep emote from his channel and a clown pepe under it. The name Cheese is from one of the streamers mods called CheesepuffTZ who passed away and was loved by the community", "website": "https://www.twitch.tv/quin69", "subreddit": "/r/quin69", "center": [435.5, 1906.5], "path": [[419.5, 1881.5], [448.5, 1881.5], [448.5, 1936.5], [432.5, 1936.5], [430.5, 1919.5], [419.5, 1919.5], [419.5, 1881.5]]}, +{"id": "twty5y", "submitted_by": "-Nyctalope-", "name": "RLBot", "description": "A Rocket League mod to enable offline bots.nnRocket League is a game where you play football with cars.", "website": "https://rlbot.org/", "subreddit": "/r/RocketLeagueBots/", "center": [1342.5, 508.5], "path": [[1333.5, 499.5], [1331.5, 501.5], [1331.5, 502.5], [1332.5, 503.5], [1332.5, 507.5], [1333.5, 508.5], [1333.5, 511.5], [1333.5, 511.5], [1334.5, 513.5], [1335.5, 515.5], [1339.5, 519.5], [1341.5, 520.5], [1344.5, 520.5], [1350.5, 515.5], [1351.5, 513.5], [1352.5, 511.5], [1352.5, 508.5], [1353.5, 507.5], [1353.5, 502.5], [1351.5, 500.5], [1348.5, 500.5], [1347.5, 499.5], [1333.5, 499.5], [1331.5, 501.5]]}, +{"id": "twty4j", "submitted_by": "TheNarcolepticOne", "name": "Seattle University", "description": "Logo of Seattle University, a Catholic university based in Seattle WA, USA", "website": "[https://www.seattleu.edu/](https://www.seattleu.edu/)", "subreddit": "r/seattleu", "center": [1771.5, 573.5], "path": [[1766.5, 567.5], [1775.5, 567.5], [1775.5, 578.5], [1766.5, 578.5], [1766.5, 567.5]]}, +{"id": "twty49", "submitted_by": "hkzk", "name": "Roblox Deepwoken - Blindseer Oath Symbol.", "description": "Oaths are a unique variety of Talent Cards that players can obtain in the ROBLOX game, Deepwoken. In this case, the Blindseer Oath requires the player to have Willpower 40 and all five Mental Fortress Talents. This Oath grants the player one Support Mantra Card slot, one Wildcard Mantra Slot, three Health and ten Sanity. This Oath also grants the players full vision and increased brightness while wearing a Blindfold. Blindseer appears as an eye in front of the player's Blindfold. For Vesperians, their mask can be seen engraved with a gold eye. While you gain full vision, you still benefit from the positives effects of Blinded, namely the sanity bonus and the immunity to blinding mantras. (Source: The Deepwoken Wiki)", "website": "[https://www.roblox.com/games/4111023553/Deepwoken](https://www.roblox.com/games/4111023553/Deepwoken)", "subreddit": "/r/Deepwoken", "center": [428.5, 1363.5], "path": [[417.5, 1355.5], [417.5, 1371.5], [439.5, 1371.5], [439.5, 1355.5], [417.5, 1355.5]]}, +{"id": "twty2q", "submitted_by": "ceriisou", "name": "Stardew Valley", "description": "Some Stardew Valley references : a pixel art of Concerned Ape's logo (developer of the game), an ancient fruit, the Mayor's Short (a famous quest and easter egg in the game), a Mermaid's pendant (stuff you have to use to marry someone in the game), a pufferfish and a cow from the game", "website": "", "subreddit": "r/stardewvalley", "center": [1738.5, 1062.5], "path": [[1708.5, 1043.5], [1708.5, 1081.5], [1768.5, 1082.5], [1768.5, 1043.5], [1708.5, 1043.5]]}, +{"id": "twtxyq", "submitted_by": "EuclidateDat", "name": "Erdtree", "description": "The Erdtree from Elden Ring can be seen behind Radiance as part of the collaboration between Hollow Knight and the Elden Ring Community.", "website": "", "subreddit": "/r/Eldenring", "center": [294.5, 1392.5], "path": [[246.5, 1444.5], [341.5, 1444.5], [341.5, 1339.5], [247.5, 1339.5], [246.5, 1339.5]]}, +{"id": "twtxnc", "submitted_by": "boringandunlikeable", "name": "Touhou 7 - Perfect Cherry Blossom Bosses", "description": "Art of 3 bosses from the 7th entry of the Touhou series, Touhou Perfect Cherry Blossom.nnThey are:nYoumu Konpaku - Stage 5 BossnYuyuko Saigyouji - Final Stage BossnYukari Yakumo - Phantasm Stage Boss", "website": "", "subreddit": "/r/Touhou", "center": [1742.5, 809.5], "path": [[1699.5, 790.5], [1699.5, 827.5], [1786.5, 828.5], [1785.5, 791.5]]}, +{"id": "twtxky", "submitted_by": "FassyDassy", "name": "kozolec (hayrack)", "description": "KOzolec (a hayrack) is a building that is found in most of the Slovenian villages. They are mostly made out of wood and their purpose is storing and drying hay", "website": "https://www.trekearth.com/gallery/Europe/Slovenia/West/Gorenjska/Knape/photo267186.htm", "subreddit": "r/Slovenia", "center": [226.5, 881.5], "path": [[220.5, 875.5], [234.5, 875.5], [234.5, 887.5], [220.5, 887.5], [218.5, 883.5]]}, +{"id": "twtxkj", "submitted_by": "Effective_Tangerine5", "name": "Miyu | Blue Archive", "description": "nMiyu from the Mobile Game Blue Archive, Multiple Streamersnhave raided the piece and the area in the past, in which anStreamer at the time of this photo, proceeded to invade the area at 16:44, with nthe BA Community making haste in repelling the invading forces,nthe Void intervened, covering the whole area in black, by whichntime at 16:45 it was seen that the Streamer went offline, givingnthe BA Community little time left to rebuild the piece and thenarea.nnnRaids Survived: 3nnFirst Raid: April 4, 2022 | Time: 19:47 | nnRaid Intensity: Minornnthe Community presumes that the invaders were minor bots.nnnnSecond Raid: April 4, 2022 | Time: 20:40-20 | nnRaid Intensity: Powerful nnA Streamer invaded top sidenof the Miyu Border in which the Community were struggling tonbuild it's borders back due to the sheer manpower of the invadingnforces, with rogue users directly invading Miyu in which thenCommunity in discord servers were up in arms and were doingnthe best they could, barely forming the silhouette of thencharacter, in which by this time the Raid even got more powerful,nbut later stopped, giving the Community the time to rebuild again.nnThird Raid: April 5, 2022 | Time: 16:45 - 16:50 |nnRaid Intensity: PowerfulnnA Streamer Directly invaded the areas of Miyu, stainingnthe colors of the blue and grey to a very obnoxious Orangenand White, at this time the Blue Archive Community made hastento defend as much of an area as possible, but the Streamer wasnslowly enveloping the area because of manpower, until the Voidnintervened and covered the area with black, causing nothing butnrebelling pixels to surface, to drown again.nnThis gave the Blue Archive Community the opportunity to rebuild what's left of Miyu,nwith some even giving thanks to the Void for destroying the invading forces.n", "website": "[https://www.reddit.com/r/BlueArchive/](https://www.reddit.com/r/BlueArchive/)", "subreddit": "r/BlueArchive", "center": [40.5, 968.5], "path": [[22.5, 945.5], [22.5, 947.5], [22.5, 948.5], [21.5, 948.5], [21.5, 949.5], [21.5, 950.5], [21.5, 950.5], [21.5, 951.5], [20.5, 951.5], [20.5, 956.5], [21.5, 956.5], [21.5, 957.5], [22.5, 957.5], [22.5, 959.5], [22.5, 960.5], [20.5, 960.5], [20.5, 959.5], [19.5, 959.5], [19.5, 958.5], [16.5, 958.5], [17.5, 960.5], [18.5, 960.5], [18.5, 961.5], [19.5, 961.5], [19.5, 962.5], [21.5, 962.5], [21.5, 968.5], [23.5, 968.5], [23.5, 962.5], [25.5, 962.5], [25.5, 969.5], [25.5, 970.5], [24.5, 970.5], [24.5, 972.5], [23.5, 972.5], [23.5, 973.5], [21.5, 973.5], [21.5, 974.5], [18.5, 974.5], [18.5, 987.5], [27.5, 987.5], [27.5, 992.5], [60.5, 992.5], [60.5, 944.5], [22.5, 944.5]]}, +{"id": "twtwzd", "submitted_by": "BiggfloetOli", "name": "Olympus has fallen", "description": "It showed the 2013 American action thriller film directed by Antoine Fuqua. Moreover, Spanish tried to keep that area, but they did not succeed...", "website": "", "subreddit": "", "center": [1830.5, 1082.5], "path": [[1829.5, 1079.5], [1791.5, 1046.5], [1791.5, 1118.5], [1868.5, 1119.5], [1868.5, 1045.5], [1790.5, 1046.5]]}, +{"id": "twtwwo", "submitted_by": "Glad-Introduction-22", "name": "Territorial.io Logo", "description": "Territorial.io, made by David Tschacher, is an online indie .Io game about conquering land and fighting other people in various gamemodes. It has a Instagram account and a Discord Server with nearly 15k people.", "website": "territorial.io", "subreddit": "r/territorial.io", "center": [306.5, 1887.5], "path": [[301.5, 1882.5], [310.5, 1882.5], [310.5, 1891.5], [301.5, 1891.5]]}, +{"id": "twtwq6", "submitted_by": "Deano3607", "name": "Castle Crashers", "description": "Castle Crashers is a 2D indie-game style hack-and-slash video game", "website": "https://store.steampowered.com/app/204360/Castle_Crashers/", "subreddit": "r/castlecrashers", "center": [1900.5, 88.5], "path": [[1879.5, 73.5], [1921.5, 73.5], [1921.5, 103.5], [1879.5, 103.5], [1879.5, 73.5]]}, +{"id": "twtwky", "submitted_by": "AURAequine", "name": "Tiny Non-Pony (Spike)", "description": "A tiny MLP:FiM dragon character, this one is Spike.", "website": "", "subreddit": "", "center": [914.5, 1776.5], "path": [[915.5, 1775.5], [914.5, 1775.5], [913.5, 1776.5], [914.5, 1777.5], [915.5, 1777.5]]}, +{"id": "twtwc9", "submitted_by": "ItsFrisbeeTho", "name": "Noisestorm - Crab Rave", "description": "Noisestorm - Crab RavenApril 1st, 2018", "website": "https://www.youtube.com/watch?v=LDU_Txk06tM", "subreddit": "", "center": [359.5, 1907.5], "path": [[341.5, 1898.5], [341.5, 1915.5], [377.5, 1915.5], [377.5, 1898.5], [341.5, 1898.5]]}, +{"id": "twtw6o", "submitted_by": "donrip", "name": "Alliance heart: Miku x Gensin Impact ", "description": "Teal colored heart with Celestial halo around it. Represents alliance between fandoms of Hatsune Miku and Gensin Impact", "website": "", "subreddit": "", "center": [0.5, 0.5], "path": []}, +{"id": "twtvnc", "submitted_by": "Deano3607", "name": "Escape From Tarkov - Killa", "description": "Escape from Tarkov is a hardcore and realistic online first-person action RPG/Simulator with MMO features and a story-driven walkthrough.nThe drawing shows Killa, a boss within the game who holds out at a local shopping mall.", "website": "https://www.escapefromtarkov.com/", "subreddit": "r/escapefromtarkov", "center": [1975.5, 464.5], "path": [[1953.5, 469.5], [1953.5, 458.5], [1956.5, 451.5], [1958.5, 447.5], [1963.5, 443.5], [1968.5, 441.5], [1981.5, 441.5], [1987.5, 443.5], [1991.5, 447.5], [1995.5, 453.5], [1997.5, 457.5], [1998.5, 461.5], [1998.5, 480.5], [1978.5, 481.5], [1977.5, 490.5], [1966.5, 490.5], [1965.5, 486.5], [1961.5, 481.5], [1957.5, 477.5], [1956.5, 474.5], [1955.5, 471.5]]}, +{"id": "twtvmw", "submitted_by": "le_fougicien", "name": "Marianne", "description": "Marianne is the personification of the French Republic and a personification of liberty, equality, fraternity and reason, as well as a portrayal of the Goddess of Liberty. Here in blue and yellow to symbolize support to Ukraine.", "website": "", "subreddit": "r/france", "center": [149.5, 246.5], "path": [[146.5, 215.5], [160.5, 217.5], [159.5, 223.5], [160.5, 226.5], [163.5, 229.5], [163.5, 233.5], [163.5, 240.5], [169.5, 251.5], [169.5, 254.5], [172.5, 258.5], [173.5, 262.5], [171.5, 264.5], [175.5, 269.5], [175.5, 276.5], [161.5, 276.5], [160.5, 266.5], [131.5, 266.5], [129.5, 263.5], [131.5, 257.5], [128.5, 251.5], [125.5, 251.5], [125.5, 236.5], [131.5, 229.5], [132.5, 225.5], [138.5, 222.5], [142.5, 216.5], [147.5, 215.5]]}, +{"id": "twtvld", "submitted_by": "SlimsyMuffin", "name": "Racket Logo", "description": "The logo for the programming language racket. A functional programming language based on lisp, originally called PLT scheme. ", "website": "https://racket-lang.org/", "subreddit": "/r/racket", "center": [324.5, 1477.5], "path": [[327.5, 1463.5], [331.5, 1463.5], [338.5, 1467.5], [340.5, 1471.5], [340.5, 1477.5], [340.5, 1478.5], [342.5, 1478.5], [342.5, 1483.5], [338.5, 1483.5], [338.5, 1490.5], [315.5, 1490.5], [315.5, 1485.5], [306.5, 1485.5], [306.5, 1477.5], [308.5, 1470.5], [313.5, 1466.5], [327.5, 1463.5]]}, +{"id": "twtvik", "submitted_by": "em_tsuj_sti", "name": "Terz42", "description": "A head administrator on the placeDE Discord. He was mostly responsible for managing the placement of the various pixelarts on the German flag", "website": "discord.gg/placeDE", "subreddit": "r/placeDE", "center": [1855.5, 1129.5], "path": [[1838.5, 1123.5], [1871.5, 1123.5], [1871.5, 1135.5], [1838.5, 1135.5]]}, +{"id": "twtvg0", "submitted_by": "Wishark", "name": "Ultimate Chicken Horse", "description": "Ultimate Chicken Horse is a party platformer where you and your friends build the level as you play, placing deadly traps before trying to reach the end of the level. If you can make it but your friends can't, you score points!", "website": "https://www.cleverendeavourgames.com/ultimate-chicken-horse", "subreddit": "/r/ultimatechickenhorse", "center": [314.5, 862.5], "path": [[324.5, 866.5], [303.5, 866.5], [303.5, 865.5], [302.5, 865.5], [302.5, 866.5], [300.5, 866.5], [300.5, 865.5], [298.5, 865.5], [298.5, 863.5], [299.5, 863.5], [299.5, 862.5], [300.5, 862.5], [300.5, 860.5], [301.5, 860.5], [301.5, 859.5], [304.5, 859.5], [304.5, 860.5], [306.5, 860.5], [306.5, 863.5], [305.5, 863.5], [305.5, 866.5], [313.5, 866.5], [313.5, 857.5], [324.5, 857.5]]}, +{"id": "twtvc2", "submitted_by": "Ferreyd", "name": "CNES Logo", "description": "Centre National d'\u00c9tudes Spatiales (National Center for Space Studies) is the French space agency, one of main contributors for European Space Agency", "website": "https://cnes.fr/en", "subreddit": "https://www.reddit.com/r/cnes/", "center": [1140.5, 763.5], "path": [[1138.5, 751.5], [1137.5, 756.5], [1131.5, 761.5], [1133.5, 769.5], [1138.5, 772.5], [1144.5, 772.5], [1149.5, 767.5], [1148.5, 760.5], [1143.5, 756.5], [1141.5, 756.5], [1140.5, 751.5]]}, +{"id": "twtv11", "submitted_by": "Intelligent_Ad9470", "name": "Twenty One Pilots", "description": "Twenty One Pilots logo with Ned created by the community of T\u00d8P. Ned is a fictional character created by lead singer Tyler Joseph. As stated in an interview, Ned represents Tyler's creativity.", "website": "", "subreddit": "https://www.reddit.com/r/twentyonepilots/", "center": [307.5, 1656.5], "path": [[290.5, 1635.5], [290.5, 1678.5], [324.5, 1678.5], [324.5, 1635.5], [315.5, 1635.5], [315.5, 1635.5], [314.5, 1635.5], [312.5, 1634.5], [311.5, 1631.5], [310.5, 1633.5], [304.5, 1633.5], [303.5, 1631.5], [302.5, 1633.5], [302.5, 1634.5], [301.5, 1634.5], [300.5, 1634.5], [300.5, 1635.5], [290.5, 1635.5]]}, +{"id": "twtuvd", "submitted_by": "Pflaumenpueree", "name": "ace pride heart", "description": "An ace pride heart that was added over the Ace Attorney drawing as a pun.", "website": "", "subreddit": "r/plAceAttorney r/asexuality r/asexual", "center": [1316.5, 85.5], "path": [[1314.5, 83.5], [1313.5, 84.5], [1313.5, 85.5], [1316.5, 88.5], [1319.5, 85.5], [1319.5, 84.5], [1318.5, 83.5], [1317.5, 83.5], [1316.5, 84.5], [1315.5, 83.5], [1314.5, 83.5]]}, +{"id": "twtuv4", "submitted_by": "blueb33", "name": "Bluey", "description": "Bluey is a popular and very wholesome Australian children's show featuring a Blue Heeler family. ", "website": "https://iview.abc.net.au/show/bluey/", "subreddit": "/r/bluey", "center": [562.5, 525.5], "path": [[561.5, 509.5], [556.5, 505.5], [555.5, 537.5], [550.5, 536.5], [550.5, 539.5], [569.5, 540.5], [568.5, 508.5], [565.5, 506.5], [562.5, 511.5], [557.5, 508.5], [559.5, 507.5], [557.5, 506.5]]}, +{"id": "twtusp", "submitted_by": "zedetsa", "name": "Tintin's moon rocket", "description": "A rocket used by Belgium's Tintin to get to the moon. Seen in the 1953 comic 'Destination Moon'. The background is art deco and inspired by The Great Gatsby. There were plans to change it to an art nouveau background since that's more a Belgian thing, but there was not enough time.", "website": "", "subreddit": "/r/belgium", "center": [1306.5, 801.5], "path": [[1282.5, 774.5], [1332.5, 774.5], [1330.5, 828.5], [1281.5, 830.5]]}, +{"id": "twtus1", "submitted_by": "Ratio-Vast", "name": "Marianne", "description": "Marianne is a significant republican symbol for french and around the world.", "website": "https://en.wikipedia.org/wiki/Marianne", "subreddit": "/r/france", "center": [148.5, 247.5], "path": [[160.5, 275.5], [169.5, 275.5], [169.5, 276.5], [170.5, 276.5], [170.5, 278.5], [170.5, 282.5], [174.5, 273.5], [172.5, 261.5], [163.5, 244.5], [161.5, 240.5], [162.5, 236.5], [163.5, 235.5], [161.5, 233.5], [162.5, 229.5], [157.5, 223.5], [158.5, 220.5], [159.5, 220.5], [150.5, 216.5], [143.5, 218.5], [125.5, 237.5], [125.5, 252.5], [129.5, 252.5], [129.5, 264.5], [132.5, 266.5], [160.5, 267.5], [160.5, 275.5]]}, +{"id": "twtupn", "submitted_by": "Prudent-Ad5308", "name": "Nepal (Rapper)", "description": "Nepal is a french rapper deceased in November 2019. He was known for his chill rap music and many humanitary actions.", "website": "", "subreddit": "", "center": [227.5, 1536.5], "path": [[216.5, 1512.5], [202.5, 1566.5], [216.5, 1567.5], [225.5, 1570.5], [232.5, 1576.5], [238.5, 1582.5], [241.5, 1581.5], [246.5, 1578.5], [247.5, 1539.5], [247.5, 1539.5], [246.5, 1539.5], [245.5, 1525.5], [245.5, 1519.5], [236.5, 1507.5], [235.5, 1504.5], [235.5, 1498.5], [228.5, 1484.5], [220.5, 1483.5], [215.5, 1484.5], [213.5, 1489.5], [212.5, 1493.5], [213.5, 1496.5], [212.5, 1502.5], [213.5, 1503.5], [216.5, 1510.5]]}, +{"id": "twtule", "submitted_by": "-Katran-", "name": "Borussia Dortmund (BVB 09)", "description": "A mural for the German football club Borussia Dortmund including their badge, the DFB-Pokal they won last year, and their Captain Marco Reus. It survived thanks to our friends Liverpool FC and CraftGalaxy. Echte Liebe.", "website": "https://www.bvb.de/", "subreddit": "/r/borussiadortmund", "center": [1581.5, 1565.5], "path": [[1576.5, 1553.5], [1594.5, 1553.5], [1594.5, 1572.5], [1582.5, 1572.5], [1581.5, 1572.5], [1581.5, 1578.5], [1570.5, 1578.5], [1570.5, 1572.5], [1565.5, 1572.5], [1565.5, 1571.5], [1567.5, 1571.5], [1567.5, 1560.5], [1576.5, 1560.5], [1576.5, 1553.5]]}, +{"id": "twtued", "submitted_by": "Oponik", "name": "JavaScript logo", "description": "May it be back end or front end, It's still cringe ", "website": "", "subreddit": "/r/javascript", "center": [306.5, 713.5], "path": [[302.5, 709.5], [310.5, 709.5], [310.5, 717.5], [302.5, 717.5], [302.5, 709.5]]}, +{"id": "twtub0", "submitted_by": "GoJoeyGo123", "name": "[https://www.youtube.com/c/XisumavoidMC](https://www.youtube.com/c/XisumavoidMC)", "description": "Xisumavoid", "website": "[https://www.youtube.com/c/XisumavoidMC](https://www.youtube.com/c/XisumavoidMC)", "subreddit": "", "center": [892.5, 603.5], "path": [[887.5, 599.5], [896.5, 599.5], [896.5, 607.5], [887.5, 607.5]]}, +{"id": "twttso", "submitted_by": "CreativeNameIKnow", "name": "999 Nonary Watch", "description": "Features the watch worn by the protagonist of the first game in the Zero Escape series, '9 Hours, 9 Persons, 9 Doors'. It is usually shortened to '999', hence the 3 nines to the right. It is also underrated as HECK so you better check it out.", "website": "https://store.steampowered.com/app/477740/Zero_Escape_The_Nonary_Games/", "subreddit": "/r/ZeroEscape", "center": [7.5, 986.5], "path": [[0.5, 973.5], [16.5, 973.5], [15.5, 994.5], [0.5, 1003.5]]}, +{"id": "twttel", "submitted_by": "-Nyctalope-", "name": "One punch man", "description": "Saitama from the anime One punch man", "website": "", "subreddit": "/r/OnePunchMan/", "center": [1976.5, 1565.5], "path": [[1964.5, 1549.5], [1964.5, 1562.5], [1965.5, 1566.5], [1965.5, 1571.5], [1964.5, 1582.5], [1986.5, 1582.5], [1986.5, 1579.5], [1983.5, 1575.5], [1983.5, 1570.5], [1988.5, 1564.5], [1998.5, 1564.5], [1998.5, 1557.5], [1983.5, 1557.5], [1983.5, 1553.5], [1977.5, 1549.5], [1964.5, 1549.5]]}, +{"id": "twtt3g", "submitted_by": "TyphlosionGOD", "name": "Sound Voltex", "description": "A rhythm game by Konami where players have to control six buttons and two knobs", "website": "https://p.eagate.573.jp/game/sdvx", "subreddit": "", "center": [1236.5, 63.5], "path": [[1215.5, 58.5], [1215.5, 68.5], [1258.5, 68.5], [1256.5, 66.5], [1256.5, 65.5], [1255.5, 64.5], [1255.5, 60.5], [1254.5, 60.5], [1253.5, 59.5], [1248.5, 55.5], [1244.5, 59.5], [1243.5, 59.5], [1242.5, 60.5], [1234.5, 60.5], [1230.5, 57.5], [1229.5, 57.5], [1224.5, 60.5], [1218.5, 60.5], [1215.5, 58.5], [1215.5, 58.5]]}, +{"id": "twtt0w", "submitted_by": "SphealArt", "name": "Kappa and Zuko", "description": "Two cats belonging to a member of the Middle Eastern Alliance, named Kappa and Zuko.", "website": "", "subreddit": "", "center": [1791.5, 955.5], "path": [[1786.5, 953.5], [1786.5, 957.5], [1796.5, 957.5], [1796.5, 952.5], [1786.5, 952.5], [1786.5, 952.5]]}, +{"id": "twtswq", "submitted_by": "MTHD2022", "name": "Boowomp Bob", "description": "Now with an extra long nose!", "website": "", "subreddit": "", "center": [1421.5, 358.5], "path": [[1403.5, 327.5], [1404.5, 369.5], [1404.5, 369.5], [1406.5, 377.5], [1418.5, 377.5], [1418.5, 378.5], [1418.5, 426.5], [1423.5, 425.5], [1422.5, 377.5], [1426.5, 380.5], [1431.5, 380.5], [1432.5, 382.5], [1437.5, 381.5], [1437.5, 378.5], [1440.5, 377.5], [1437.5, 376.5], [1437.5, 368.5], [1437.5, 347.5], [1438.5, 346.5], [1438.5, 344.5], [1437.5, 344.5], [1437.5, 334.5], [1439.5, 327.5], [1403.5, 327.5]]}, +{"id": "twtsne", "submitted_by": "thelolo_007", "name": "Arstotzkan Eagle (Papers, Please)", "description": "Arstotzka is a country in the game Papers, Please where the player character works at the Grestin border checkpoint. This is the country's emblem, a red screaming eagle with its wings extended. GLORY TO ARSTOTZKA.", "website": "", "subreddit": "r/PapersPlease", "center": [1301.5, 79.5], "path": [[1296.5, 75.5], [1306.5, 75.5], [1306.5, 82.5], [1296.5, 82.5]]}, +{"id": "twtsl3", "submitted_by": "Pflaumenpueree", "name": "bi pride heart", "description": "A bi pride heart that was added under Phoenix Wright and Miles Edgeworth.", "website": "", "subreddit": "r/bisexuality r/bisexual", "center": [1316.5, 101.5], "path": [[1315.5, 99.5], [1314.5, 99.5], [1313.5, 100.5], [1313.5, 101.5], [1316.5, 104.5], [1319.5, 101.5], [1319.5, 100.5], [1318.5, 99.5], [1317.5, 99.5], [1316.5, 100.5], [1315.5, 99.5], [1314.5, 99.5], [1313.5, 100.5]]}, +{"id": "twtshq", "submitted_by": "TrinityShade", "name": "Aurobia Flower", "description": "A flower built by the small community of Aurobia", "website": "[https://discord.gg/bKKrUQmbBh](https://discord.gg/bKKrUQmbBh)", "subreddit": "r/aurobia", "center": [0.5, 0.5], "path": [[1216.5, 568.5], [1220.5, 568.5], [1216.5, 572.5], [1220.5, 572.5]]}, +{"id": "twtsgi", "submitted_by": "Big-Parking485", "name": "Arc de triomphe", "description": "French famous arch. Collaboration between r/placefrance and r/fuckcars", "website": "", "subreddit": "r/placefrance r/fuckcars", "center": [1127.5, 718.5], "path": [[1138.5, 711.5], [1137.5, 724.5], [1128.5, 733.5], [1123.5, 733.5], [1114.5, 721.5], [1113.5, 715.5], [1118.5, 715.5], [1117.5, 709.5], [1131.5, 702.5], [1134.5, 704.5], [1135.5, 709.5], [1137.5, 711.5]]}, +{"id": "twtsb3", "submitted_by": "-beam", "name": "First Belgian flag", "description": "The first Belgian flag on r/place. The Belgian comunnity made an alliance with the Hololive community and allowed them to fill a part of their flag with art. This alliance continued on the second Belgian flag.", "website": "", "subreddit": "r/belgium", "center": [287.5, 663.5], "path": [[270.5, 566.5], [329.5, 569.5], [329.5, 614.5], [321.5, 613.5], [321.5, 644.5], [300.5, 645.5], [303.5, 739.5], [303.5, 827.5], [260.5, 826.5], [259.5, 810.5], [273.5, 810.5], [275.5, 804.5], [283.5, 801.5], [281.5, 783.5], [279.5, 775.5], [275.5, 768.5], [280.5, 762.5], [281.5, 774.5], [293.5, 773.5], [298.5, 763.5], [300.5, 752.5], [301.5, 713.5], [288.5, 718.5], [281.5, 723.5], [271.5, 723.5], [263.5, 725.5], [263.5, 696.5], [270.5, 680.5], [258.5, 675.5], [258.5, 666.5], [248.5, 665.5], [248.5, 631.5], [258.5, 630.5], [257.5, 584.5], [266.5, 575.5], [271.5, 566.5]]}, +{"id": "twts9o", "submitted_by": "Smithers888", "name": "Strip Poker Night at the Inventory", "description": "A browser-based strip poker game against various fictional characters from a wide range of franchises.", "website": "https://spnati.net/", "subreddit": "/r/spnati", "center": [986.5, 1752.5], "path": [[974.5, 1743.5], [974.5, 1761.5], [998.5, 1761.5], [998.5, 1743.5]]}, +{"id": "twts6g", "submitted_by": "Glitchious404", "name": "Headspace Basil", "description": "One of the main characters from the indie game OMORI, which was released in late 2020.", "website": "https://www.omori-game.com/en", "subreddit": "/r/OMORI", "center": [880.5, 272.5], "path": [[889.5, 281.5], [871.5, 281.5], [871.5, 275.5], [870.5, 274.5], [869.5, 273.5], [868.5, 272.5], [867.5, 271.5], [866.5, 270.5], [867.5, 269.5], [867.5, 268.5], [868.5, 267.5], [869.5, 266.5], [870.5, 265.5], [871.5, 264.5], [873.5, 264.5], [874.5, 263.5], [876.5, 263.5], [877.5, 262.5], [884.5, 262.5], [885.5, 263.5], [887.5, 263.5], [888.5, 264.5], [889.5, 264.5], [890.5, 265.5], [891.5, 266.5], [892.5, 267.5], [893.5, 268.5], [893.5, 269.5], [892.5, 270.5], [892.5, 273.5], [891.5, 274.5], [890.5, 275.5], [890.5, 281.5]]}, +{"id": "twts4t", "submitted_by": "donrip", "name": "White-Red-Whie flag of Belarus", "description": "White-Red-White flag of Belarus. Introduced in 1918. Officially used from 1991 till 1995. After that is used as a Symbol of Belarusian resistance. Got second live with Belarusian revolution in 2020", "website": "", "subreddit": "/r/belarus/", "center": [1947.5, 164.5], "path": [[1955.5, 151.5], [1947.5, 157.5], [1942.5, 164.5], [1940.5, 172.5], [1940.5, 174.5], [1948.5, 173.5], [1948.5, 160.5], [1954.5, 160.5], [1954.5, 151.5]]}, +{"id": "twtrjr", "submitted_by": "Ok_Penalty_1912", "name": "Erdbeermarmeladenbrot mit Honig", "description": "Tom and the Slice of Bread with Strawberry Jam and Honey (German title;Tom und das Erdbeermarmeladebrot mit Honig) is a German animated television series for children ages 3\u20138 years, created by Andreas Hykade. It centers around Tom making his favorite dish, the Slice of Bread with Strawberry Jam and Honey.", "website": "https://en.wikipedia.org/wiki/Tom_und_das_Erdbeermarmeladebrot_mit_Honig", "subreddit": "", "center": [1349.5, 858.5], "path": [[1339.5, 855.5], [1339.5, 863.5], [1340.5, 863.5], [1340.5, 864.5], [1341.5, 864.5], [1341.5, 865.5], [1343.5, 865.5], [1344.5, 865.5], [1344.5, 866.5], [1353.5, 866.5], [1353.5, 865.5], [1354.5, 865.5], [1354.5, 864.5], [1358.5, 864.5], [1358.5, 863.5], [1359.5, 863.5], [1359.5, 859.5], [1358.5, 859.5], [1358.5, 854.5], [1357.5, 854.5], [1357.5, 853.5], [1356.5, 853.5], [1356.5, 852.5], [1354.5, 852.5], [1354.5, 851.5], [1353.5, 851.5], [1353.5, 850.5], [1352.5, 850.5], [1352.5, 850.5], [1352.5, 849.5], [1351.5, 849.5], [1350.5, 849.5], [1350.5, 848.5], [1348.5, 848.5], [1348.5, 849.5], [1346.5, 849.5], [1346.5, 850.5], [1345.5, 850.5], [1345.5, 851.5], [1344.5, 851.5], [1344.5, 852.5], [1343.5, 852.5], [1343.5, 853.5], [1342.5, 852.5], [1343.5, 853.5], [1341.5, 853.5], [1341.5, 854.5], [1341.5, 855.5], [1340.5, 854.5], [1340.5, 855.5], [1339.5, 855.5]]}, +{"id": "twtrjn", "submitted_by": "jpepo", "name": "Volt Europa", "description": "Volt is a pro-European and European federalist political movement that also serves as the pan-European structure for subsidiary parties in several EU member states.", "website": "https://www.volteuropa.org/", "subreddit": "/r/VoltEuropa", "center": [1416.5, 1346.5], "path": [[1396.5, 1338.5], [1396.5, 1353.5], [1436.5, 1353.5], [1436.5, 1338.5], [1396.5, 1338.5]]}, +{"id": "twtriv", "submitted_by": "Pflaumenpueree", "name": "small bi pride flag", "description": "A small bi pride flag that was added under Maya Few from Ace Attorney", "website": "", "subreddit": "r/bisexuality r/bisexual", "center": [1415.5, 111.5], "path": [[1413.5, 110.5], [1413.5, 112.5], [1416.5, 112.5], [1416.5, 110.5], [1413.5, 110.5], [1413.5, 112.5]]}, +{"id": "twtri9", "submitted_by": "em_tsuj_sti", "name": "USS Ente", "description": "A space duck (Ente), similar in size to the USS EnterprisenCreated by Coldmirror a german radio and tv moderator and parody producer and dubber on Youtube", "website": "www.youtube.com/user/coldmirror", "subreddit": "r/Coldmirror", "center": [369.5, 1133.5], "path": [[359.5, 1142.5], [376.5, 1142.5], [380.5, 1138.5], [380.5, 1133.5], [381.5, 1129.5], [379.5, 1124.5], [373.5, 1121.5], [366.5, 1122.5], [365.5, 1124.5], [365.5, 1131.5], [359.5, 1131.5], [358.5, 1130.5], [354.5, 1130.5], [354.5, 1132.5], [355.5, 1133.5]]}, +{"id": "twtrfh", "submitted_by": "Prudent-Ad5308", "name": "Jinx", "description": "Jinx from Arcane holding a smoke in the episode 6 of the first season.nJinx is designed by Fortiche Studio, a french animation studio. Jinx is also a symbol of the KCORP supporters who's an esport team from the french streamer Kamet0 ", "website": "", "subreddit": "", "center": [41.5, 1573.5], "path": [[55.5, 1690.5], [60.5, 1668.5], [56.5, 1667.5], [54.5, 1661.5], [42.5, 1642.5], [42.5, 1585.5], [40.5, 1557.5], [48.5, 1568.5], [48.5, 1550.5], [43.5, 1547.5], [48.5, 1536.5], [43.5, 1530.5], [57.5, 1509.5], [66.5, 1508.5], [75.5, 1503.5], [82.5, 1505.5], [82.5, 1470.5], [44.5, 1473.5], [34.5, 1482.5], [33.5, 1487.5], [30.5, 1491.5], [29.5, 1496.5], [30.5, 1504.5], [33.5, 1507.5], [32.5, 1515.5], [30.5, 1518.5], [31.5, 1522.5], [31.5, 1530.5], [33.5, 1535.5], [35.5, 1544.5], [32.5, 1544.5], [28.5, 1546.5], [20.5, 1550.5], [20.5, 1565.5], [31.5, 1570.5], [32.5, 1600.5], [21.5, 1596.5], [15.5, 1601.5], [13.5, 1605.5], [13.5, 1618.5], [15.5, 1621.5], [17.5, 1621.5], [19.5, 1622.5], [16.5, 1616.5], [21.5, 1627.5], [13.5, 1632.5], [13.5, 1641.5], [8.5, 1656.5], [3.5, 1656.5], [13.5, 1660.5], [19.5, 1662.5], [22.5, 1665.5], [54.5, 1692.5]]}, +{"id": "twtre7", "submitted_by": "Ionie88", "name": "Doom Eternal logo", "description": "A logo of the first-person shooter Doom Eternal by Id Software.", "website": "[https://bethesda.net/en/game/doom](https://bethesda.net/en/game/doom)", "subreddit": "r/doom", "center": [1180.5, 117.5], "path": [[1164.5, 104.5], [1164.5, 130.5], [1196.5, 130.5], [1196.5, 104.5]]}, +{"id": "twtrbx", "submitted_by": "CanIHaveAJoe_YT", "name": "SpiderHeck logo", "description": "SpiderHeck is an indie physics-based brawler multiplayer game where you play as a spider using futuristic weaponry.", "website": "https://www.spiderheck.com", "subreddit": "r/SpiderHeck", "center": [548.5, 1571.5], "path": [[535.5, 1538.5], [531.5, 1538.5], [531.5, 1534.5], [535.5, 1534.5], [535.5, 1548.5], [537.5, 1548.5], [537.5, 1538.5]]}, +{"id": "twtr4n", "submitted_by": "Deano3607", "name": "Cool S", "description": "A typical doodle of the letter S popular in school.", "website": "", "subreddit": "r/cools", "center": [252.5, 909.5], "path": [[216.5, 889.5], [262.5, 889.5], [262.5, 896.5], [268.5, 901.5], [274.5, 896.5], [279.5, 901.5], [286.5, 896.5], [292.5, 902.5], [292.5, 907.5], [294.5, 912.5], [294.5, 915.5], [296.5, 917.5], [297.5, 925.5], [216.5, 925.5], [216.5, 889.5]]}, +{"id": "twtr2x", "submitted_by": "aclahm", "name": "4Virtual SanMou", "description": "SanMou is a Taiwanese Vtuber whose mascot is a dolphin.", "website": "https://www.youtube.com/c/4V3Mou", "subreddit": "", "center": [1564.5, 606.5], "path": [[1550.5, 600.5], [1578.5, 600.5], [1578.5, 611.5], [1550.5, 611.5]]}, +{"id": "twtr2h", "submitted_by": "SphealArt", "name": "Sob Rock", "description": "A depiction of the title of indie pop artist John Mayer's 8th studio album, Sob Rock.", "website": "https://johnmayer.com/", "subreddit": "r/JohnMayer", "center": [1818.5, 943.5], "path": [[1806.5, 935.5], [1829.5, 935.5], [1829.5, 951.5], [1806.5, 951.5], [1806.5, 951.5], [1806.5, 935.5], [1806.5, 935.5]]}, +{"id": "twtqqg", "submitted_by": "Kgury", "name": "Baltimore Ravens", "description": "2x Superbowl Champion Baltimore Ravens Logo as well as local Maryland Universities. Baltimore Orioles O and a good ol' can of Old Bay. ", "website": "https://www.baltimoreravens.com/", "subreddit": "https://old.reddit.com/r/ravens/", "center": [1808.5, 715.5], "path": [[1784.5, 705.5], [1831.5, 705.5], [1831.5, 725.5], [1787.5, 725.5], [1786.5, 724.5], [1786.5, 723.5], [1785.5, 723.5], [1785.5, 721.5], [1784.5, 721.5], [1784.5, 712.5]]}, +{"id": "twtqmq", "submitted_by": "X_Gamix_X", "name": "K\u00e4pt'n Blaub\u00e4r and Hein Bl\u00f6d", "description": "K\u00e4pt'n Blaub\u00e4r (Captain Bluebear) and Hein Bl\u00f6d (Hein Dumb) are known in German television for their short clips at the end of die Sendung mit der Maus (The show with the mouse)", "website": "[https://en.wikipedia.org/wiki/Captain_Bluebear](https://en.wikipedia.org/wiki/Captain_Bluebear)", "subreddit": "/r/PlaceDE", "center": [42.5, 1156.5], "path": [[334.5, 1171.5], [335.5, 1164.5], [334.5, 1163.5], [329.5, 1163.5], [328.5, 1161.5], [327.5, 1160.5], [326.5, 1159.5], [326.5, 1157.5], [324.5, 1155.5], [322.5, 1152.5], [319.5, 1150.5], [319.5, 1145.5], [324.5, 1144.5], [329.5, 1138.5], [337.5, 1136.5], [340.5, 1132.5], [344.5, 1132.5], [349.5, 1134.5], [352.5, 1135.5], [353.5, 1138.5], [352.5, 1139.5], [354.5, 1143.5], [359.5, 1146.5], [367.5, 1146.5], [377.5, 1144.5], [383.5, 1144.5], [386.5, 1146.5], [386.5, 1152.5], [387.5, 1155.5], [391.5, 1156.5], [393.5, 1157.5], [393.5, 1161.5], [392.5, 1163.5], [391.5, 1165.5], [390.5, 1164.5], [388.5, 1163.5], [386.5, 1163.5], [384.5, 1165.5], [380.5, 1171.5], [374.5, 1171.5], [369.5, 1168.5], [368.5, 1170.5], [366.5, 1171.5], [364.5, 1170.5], [360.5, 1169.5], [356.5, 1169.5], [355.5, 1170.5], [351.5, 1170.5], [349.5, 1171.5], [335.5, 1171.5], [334.5, 1171.5], [394.5, 1157.5], [398.5, 1157.5], [398.5, 1157.5], [400.5, 1160.5], [403.5, 1163.5], [408.5, 1164.5], [409.5, 1167.5], [411.5, 1171.5], [418.5, 1171.5], [426.5, 1171.5], [454.5, 1171.5], [451.5, 1168.5], [448.5, 1165.5], [448.5, 1162.5], [446.5, 1160.5], [447.5, 1157.5], [447.5, 1154.5], [445.5, 1152.5], [446.5, 1148.5], [446.5, 1145.5], [443.5, 1142.5], [440.5, 1139.5], [440.5, 1135.5], [437.5, 1131.5], [434.5, 1130.5], [432.5, 1130.5], [430.5, 1133.5], [426.5, 1134.5], [422.5, 1134.5], [423.5, 1133.5], [420.5, 1135.5], [420.5, 1138.5], [419.5, 1142.5], [417.5, 1146.5], [413.5, 1146.5], [409.5, 1143.5], [406.5, 1141.5], [402.5, 1143.5], [398.5, 1147.5], [399.5, 1151.5], [399.5, 1153.5], [397.5, 1157.5], [394.5, 1157.5]]}, +{"id": "twtqj1", "submitted_by": "AURAequine", "name": "Tiny Pony (Pinkie Pie)", "description": "A tiny MLP:FiM pony character, this one is of the Earth Pony and Mane Six member; Pinkie Pie.", "website": "", "subreddit": "", "center": [920.5, 1775.5], "path": [[917.5, 1773.5], [922.5, 1773.5], [922.5, 1774.5], [923.5, 1774.5], [923.5, 1777.5], [917.5, 1777.5]]}, +{"id": "twtqfa", "submitted_by": "WarpedGamer1234", "name": "NerdCubed", "description": "NerdCubed, and sometimes as Forsinain42, is an English author, YouTuber, actor, and CEO of Nerd Cubed Limited. He is the author of The Sunday Times bestseller Fuck Yeah, Video Games: The Life and Extra Lives of a Professional Nerd.", "website": "[https://www.nerdcubed.co.uk/](https://www.nerdcubed.co.uk/)", "subreddit": "[https://www.reddit.com/r/nerdcubed/](https://www.reddit.com/r/nerdcubed/)", "center": [1517.5, 937.5], "path": [[1509.5, 931.5], [1524.5, 931.5], [1524.5, 942.5], [1509.5, 942.5], [1509.5, 931.5]]}, +{"id": "twtqdq", "submitted_by": "Educational-Ad-170", "name": "Yukari", "description": "Gap sage from touhou 7 perfect cherry blossom her current age is 17n", "website": "https://youtu.be/KZQQtT4vD34", "subreddit": "r/touhou", "center": [1769.5, 811.5], "path": [[1753.5, 790.5], [1753.5, 832.5], [1785.5, 832.5], [1785.5, 790.5]]}, +{"id": "twtqdg", "submitted_by": "Eylstar", "name": "IMAC Logo", "description": "Logo of An engineering school in Paris, The only public training mixing arts and sciences <3 (IMAC)", "website": "https://www.ingenieur-imac.fr/", "subreddit": "", "center": [1229.5, 1399.5], "path": [[1220.5, 1392.5], [1220.5, 1406.5], [1237.5, 1406.5], [1237.5, 1392.5], [1220.5, 1392.5]]}, +{"id": "twtqc5", "submitted_by": "AtomAnt3991", "name": "The Economic Crisis", "description": "A 0\u20ac coin in the border of Greece and Portugal.n2 of the European countrys most affected by the 2008 Economic Crisis.", "website": "", "subreddit": "", "center": [1439.5, 1915.5], "path": [[1431.5, 1917.5], [1432.5, 1911.5], [1435.5, 1907.5], [1439.5, 1908.5], [1445.5, 1910.5], [1447.5, 1915.5], [1446.5, 1920.5], [1440.5, 1924.5], [1432.5, 1921.5], [1430.5, 1915.5], [1433.5, 1909.5]]}, +{"id": "twtq7y", "submitted_by": "PM_ME_YOUR_TREE_PICS", "name": "Bonito Generation", "description": "The cover of the album Bonito Generation by kero kero bonito", "website": "", "subreddit": "/r/kkb", "center": [971.5, 437.5], "path": [[965.5, 431.5], [976.5, 431.5], [976.5, 442.5], [965.5, 442.5]]}, +{"id": "twtq76", "submitted_by": "bordaa", "name": "Holo (Spice & Wolf)", "description": "The character Holo from Spice & Wolf.", "website": "https://spiceandwolf.fandom.com/wiki/Holo", "subreddit": "/r/SpiceandWolf", "center": [234.5, 1248.5], "path": [[231.5, 1242.5], [231.5, 1254.5], [237.5, 1254.5], [237.5, 1242.5], [237.5, 1242.5]]}, +{"id": "twtpzv", "submitted_by": "Ollyssss", "name": "Dynamix ", "description": "A mural for Dynamix, a mobile rhythm game. nnWas allied with their neighbours to the right, Alone Cord, who provided anti griefing in return for Dynamix's support in the fight against the Belgians.", "website": "https://dynamixc4cat.fandom.com/wiki/Main_Page", "subreddit": "", "center": [1260.5, 1882.5], "path": [[1267.5, 1888.5], [1267.5, 1888.5], [1253.5, 1888.5], [1253.5, 1875.5], [1267.5, 1875.5], [1267.5, 1888.5]]}, +{"id": "twtpt0", "submitted_by": "Rovsnegl", "name": "Holger Danske", "description": "Hogler Danske is a danish Folk hero that sits in the cellar of Kronborg (A danish castle in Helsing\u00f8r) where he is said to be sleeping until Denmark comes into great peril where he will then rise and save Denmark", "website": "https://en.wikipedia.org/wiki/Ogier_the_Dane", "subreddit": "/r/Denmark", "center": [357.5, 152.5], "path": [[344.5, 142.5], [344.5, 167.5], [368.5, 167.5], [368.5, 154.5], [370.5, 152.5], [370.5, 144.5], [366.5, 139.5], [363.5, 139.5], [360.5, 132.5], [354.5, 132.5], [352.5, 138.5], [344.5, 142.5]]}, +{"id": "twtpi9", "submitted_by": "GoJoeyGo123", "name": "Mumbo Jumbo", "description": "Mumbo Jumbo", "website": "[https://www.youtube.com/c/MumboJumboOfficial](https://www.youtube.com/c/MumboJumboOfficial)", "subreddit": "", "center": [883.5, 595.5], "path": [[878.5, 591.5], [887.5, 591.5], [887.5, 599.5], [878.5, 599.5]]}, +{"id": "twtpdx", "submitted_by": "secretspine", "name": "Daft Punk", "description": "Portrait of the french band Daft Punk", "website": "", "subreddit": "", "center": [207.5, 1606.5], "path": [[170.5, 1640.5], [245.5, 1640.5], [243.5, 1586.5], [241.5, 1583.5], [231.5, 1575.5], [227.5, 1572.5], [222.5, 1569.5], [219.5, 1568.5], [213.5, 1567.5], [206.5, 1566.5], [199.5, 1566.5], [195.5, 1567.5], [189.5, 1571.5], [177.5, 1576.5], [175.5, 1579.5], [174.5, 1587.5], [172.5, 1591.5], [171.5, 1592.5], [170.5, 1594.5], [170.5, 1639.5]]}, +{"id": "twtpdm", "submitted_by": "Bisonratte", "name": "Fish Cult original fish", "description": "The first fish of the tank. One of the first minute submissions to r/place after u/Burning_Sulphur announced that he will draw a fish. This led to the founding of the Fish Cult", "website": "https://www.reddit.com/r/place/comments/ttq74f/im_going_to_make_a_fish/", "subreddit": "/r/PlaceFishCult", "center": [475.5, 899.5], "path": [[473.5, 898.5], [473.5, 900.5], [476.5, 900.5], [476.5, 898.5], [473.5, 898.5]]}, +{"id": "twtp8q", "submitted_by": "-beam", "name": "Second (and longest) Belgian flag", "description": "The second Belgian flag became extremely long, which was not the intention of the discord of r/placebe. The community tried to stop the expansion, but the hivemind (and probably some bots) kept mercilessly continuing downwards, steamrolling artworks out of their way. In exchange, the Belgian discord community offered to help smaller communities who got destroyed by them to rebuild their art on top of the Belgian flag.", "website": "", "subreddit": "r/belgium", "center": [1310.5, 1286.5], "path": [[1333.5, 925.5], [1333.5, 774.5], [1282.5, 774.5], [1282.5, 912.5], [1285.5, 915.5], [1286.5, 928.5], [1288.5, 1817.5], [1333.5, 1818.5], [1333.5, 920.5]]}, +{"id": "twtp7x", "submitted_by": "Bernard903", "name": "Aniki", "description": "A tribute to Billy Herrington also known as Aniki, was an American model that has sadly passed away in 2018.nn\u2642 GachiGASM \u2642", "website": "https://en.wikipedia.org/wiki/Billy_Herrington", "subreddit": "", "center": [694.5, 1004.5], "path": [[667.5, 957.5], [718.5, 957.5], [720.5, 957.5], [720.5, 1050.5], [667.5, 1050.5], [667.5, 957.5]]}, +{"id": "twtp6s", "submitted_by": "Deano3607", "name": "Formula 1 - Haas F1 Team", "description": "Haas Racing Team", "website": "", "subreddit": "", "center": [476.5, 810.5], "path": [[467.5, 796.5], [485.5, 796.5], [485.5, 824.5], [467.5, 824.5]]}, +{"id": "twtp4t", "submitted_by": "Natou844", "name": "EPITECH logo", "description": "Epitech is a french technology school.", "website": "", "subreddit": "r/Epitech", "center": [1738.5, 1592.5], "path": [[1701.5, 1583.5], [1701.5, 1601.5], [1775.5, 1600.5], [1775.5, 1583.5], [1775.5, 1583.5], [1701.5, 1583.5]]}, +{"id": "twtp45", "submitted_by": "Piktum", "name": "Final Fantasy XIV", "description": "Logo and some creatures from the critically acclaimed MMORPG with an expanded free trial which you can play through the entirety of A Realm Reborn and the award winning Heavensward expansion up to level 60 for free with no restrictions on playtime.", "website": "https://na.finalfantasyxiv.com/lodestone/", "subreddit": "r/ffxiv/", "center": [1270.5, 526.5], "path": [[1251.5, 507.5], [1251.5, 566.5], [1274.5, 566.5], [1274.5, 557.5], [1288.5, 543.5], [1290.5, 543.5], [1290.5, 533.5], [1296.5, 533.5], [1296.5, 519.5], [1290.5, 519.5], [1290.5, 511.5], [1287.5, 511.5], [1287.5, 487.5], [1259.5, 487.5], [1259.5, 507.5], [1251.5, 507.5]]}, +{"id": "twtp3w", "submitted_by": "Space_Thomalice", "name": "CNES", "description": "This is the logo from CNES, the French space agency.", "website": "cnes.fr", "subreddit": "", "center": [1140.5, 763.5], "path": [[1140.5, 750.5], [1138.5, 750.5], [1138.5, 756.5], [1136.5, 758.5], [1132.5, 762.5], [1133.5, 768.5], [1137.5, 771.5], [1144.5, 772.5], [1149.5, 766.5], [1148.5, 760.5], [1143.5, 757.5], [1141.5, 757.5]]}, +{"id": "twtp3f", "submitted_by": "Minerscool", "name": "Root's cat", "description": "Root is a very cool board game, and this cat here is one of the pieces.", "website": "https://ledergames.com/products/root-a-game-of-woodland-might-and-right", "subreddit": "", "center": [8.5, 610.5], "path": [[0.5, 602.5], [3.5, 599.5], [8.5, 604.5], [13.5, 599.5], [17.5, 605.5], [17.5, 615.5], [10.5, 615.5], [10.5, 621.5], [0.5, 621.5], [0.5, 602.5]]}, +{"id": "twtoxq", "submitted_by": "BruninhoBoladao8707", "name": "Machado de Assis", "description": "Joaquim Maria Machado de Assis is considered to be Brazil's greatest writer.", "website": "https://machado.mec.gov.br", "subreddit": "", "center": [0.5, 0.5], "path": []}, +{"id": "twtoqz", "submitted_by": "armaanbatman", "name": "NoPixel 3.0", "description": "NoPixel is a GTA Roleplay Server, and is the most popular GTA Roleplay server currently in the World.", "website": "[https://www.nopixel.net](https://www.nopixel.net)", "subreddit": "/r/nopixel", "center": [1047.5, 893.5], "path": [[1021.5, 898.5], [1021.5, 887.5], [1072.5, 887.5], [1072.5, 898.5], [1042.5, 898.5], [1035.5, 898.5], [1035.5, 898.5], [1021.5, 898.5]]}, +{"id": "twtoou", "submitted_by": "ressereus", "name": "Elden Ring Logo", "description": "Logo of the latest FromSoftware Game, Elden Ring", "website": "", "subreddit": "", "center": [197.5, 418.5], "path": [[176.5, 386.5], [213.5, 386.5], [213.5, 394.5], [218.5, 394.5], [218.5, 449.5], [176.5, 449.5]]}, +{"id": "twtoni", "submitted_by": "JohannesPohl", "name": "Team Throwback", "description": "A Geometry Dash collab server turned hangout server. Also home to a small osu! section", "website": "[https://discord.gg/t85yJZ4jrG](https://discord.gg/t85yJZ4jrG)", "subreddit": "", "center": [751.5, 673.5], "path": [[747.5, 669.5], [754.5, 669.5], [754.5, 677.5], [747.5, 677.5], [747.5, 669.5]]}, +{"id": "twtoji", "submitted_by": "DiamondAirWind", "name": "Nagito holding hands with Among Us bean", "description": "A little pixel sprite of Nagito Komaeda from Super Danganronpa 2 holding hands with a bright green Among Us bean. They have survived ever since, comforting each other and fending off together any colony of pixels that came their way.", "website": "", "subreddit": "", "center": [762.5, 815.5], "path": [[754.5, 807.5], [759.5, 802.5], [763.5, 799.5], [768.5, 802.5], [770.5, 802.5], [771.5, 829.5], [765.5, 829.5], [765.5, 827.5], [763.5, 827.5], [763.5, 829.5], [758.5, 829.5], [758.5, 828.5], [753.5, 828.5], [753.5, 813.5], [754.5, 812.5]]}, +{"id": "twtoge", "submitted_by": "frcroth", "name": "HPI Logo", "description": "Logo of the Hasso Plattner Institute, a faculty of the University of Potsdam.", "website": "https://hpi.de", "subreddit": "", "center": [1232.5, 1194.5], "path": [[1224.5, 1191.5], [1240.5, 1191.5], [1240.5, 1197.5], [1233.5, 1197.5], [1233.5, 1196.5], [1224.5, 1196.5]]}, +{"id": "twtoc3", "submitted_by": "Dieau", "name": "42 Network", "description": "World's greatest programming school, totally free, with 42 campuses worldwide.nRTFM!n", "website": "[https://42.fr/en/homepage/](https://42.fr/en/homepage/)", "subreddit": "", "center": [1476.5, 223.5], "path": [[1469.5, 226.5], [1469.5, 226.5], [1479.5, 219.5], [1458.5, 205.5], [1460.5, 241.5], [1496.5, 241.5], [1496.5, 207.5], [1458.5, 206.5]]}, +{"id": "twtobt", "submitted_by": "Deano3607", "name": "Formula 1 - Alfa Romeo Racing", "description": "Alfa Romeo Racing Team", "website": "", "subreddit": "", "center": [458.5, 810.5], "path": [[449.5, 796.5], [466.5, 796.5], [466.5, 824.5], [449.5, 824.5]]}, +{"id": "twto6q", "submitted_by": "urammar", "name": "Douglas Adams", "description": "This is the artwork of r/douglasadams, a subreddit in honor of the work of the author of the hitchhiker's guide to the galaxy.nnHere we see the sperm whale and bowl of petunias that are improbably summoned to their death many kilometers above a planet, with humorous exchange.nnAlso, the words don't panic, written in large friendly letters, which is supposed to be written on the book 'in universe'.nnAnd finally, the number 42, the mis-calculated answer to the question of what is the point of life, the universe, and everything, by the giant computer 'Earth'.", "website": "", "subreddit": "r/douglasadams/", "center": [1414.5, 231.5], "path": [[1390.5, 217.5], [1390.5, 244.5], [1437.5, 244.5], [1437.5, 217.5]]}, +{"id": "twto5h", "submitted_by": "jpepo", "name": "Flag of South Korea", "description": "", "website": "https://en.wikipedia.org/wiki/Flag_of_South_Korea", "subreddit": "", "center": [1221.5, 687.5], "path": [[1201.5, 674.5], [1201.5, 699.5], [1240.5, 699.5], [1240.5, 674.5], [1201.5, 674.5]]}, +{"id": "twtnt2", "submitted_by": "Deano3607", "name": "Formula 1 - Red Bull Racing", "description": "Red Bull Racing Team", "website": "", "subreddit": "", "center": [477.5, 782.5], "path": [[467.5, 769.5], [486.5, 769.5], [486.5, 796.5], [467.5, 795.5]]}, +{"id": "twtnrs", "submitted_by": "leopassionleo", "name": "Tribute to Zafinho", "description": "French twitter users paid tribute to the late Zafinho", "website": "https://twitter.com/zafinho", "subreddit": "", "center": [932.5, 1500.5], "path": [[916.5, 1494.5], [947.5, 1494.5], [947.5, 1506.5], [916.5, 1506.5]]}, +{"id": "twtnnm", "submitted_by": "Kikoori", "name": "ISEN ", "description": "French IT engineering school", "website": "https://www.isen.fr/", "subreddit": "", "center": [1867.5, 46.5], "path": [[1859.5, 44.5], [1859.5, 44.5], [1875.5, 44.5], [1875.5, 48.5], [1859.5, 48.5], [1859.5, 44.5]]}, +{"id": "twtnld", "submitted_by": "Vinlan", "name": "The Son of Man - Rene Magritte", "description": "Painting by the Belgian surrealist painter Ren\u00e9 Magritte", "website": "https://en.wikipedia.org/wiki/The_Son_of_Man", "subreddit": "", "center": [320.5, 578.5], "path": [[311.5, 569.5], [328.5, 569.5], [328.5, 586.5], [311.5, 586.5], [311.5, 569.5]]}, +{"id": "twtnkd", "submitted_by": "Pflaumenpueree", "name": "the Batman logo", "description": "the logo used by the DS superhero Batman.", "website": "https://www.dccomics.com/characters/batman", "subreddit": "r/Batman", "center": [693.5, 1308.5], "path": [[686.5, 1302.5], [686.5, 1315.5], [700.5, 1315.5], [700.5, 1302.5], [694.5, 1302.5], [693.5, 1301.5], [692.5, 1302.5], [686.5, 1302.5]]}, +{"id": "twtndq", "submitted_by": "p1terdeN", "name": "Okabe Rintarou", "description": "An art of Okabe Rintarou from an anime called Steins;Gate with chibi Mayuri and Kurisu to the right", "website": "", "subreddit": "/r/steinsgate", "center": [516.5, 1902.5], "path": [[496.5, 1880.5], [536.5, 1880.5], [536.5, 1926.5], [496.5, 1923.5], [496.5, 1896.5], [496.5, 1880.5]]}, +{"id": "twtndh", "submitted_by": "Memory_System", "name": "L'manburg Flag", "description": "A flag dedicated to remembering the country of L'manburg (formed by Wilbur Soot) from the Minecraft server known as the Dream SMP. ", "website": "Discord.gg/25j3Cxnvjt", "subreddit": "r/lmanburgplace", "center": [120.5, 155.5], "path": [[106.5, 147.5], [134.5, 145.5], [133.5, 165.5], [109.5, 165.5], [106.5, 167.5]]}, +{"id": "twtnc8", "submitted_by": "Deano3607", "name": "Formula 1 - Mercedes", "description": "Mercedes Racing Team", "website": "", "subreddit": "", "center": [457.5, 782.5], "path": [[448.5, 769.5], [467.5, 769.5], [466.5, 795.5], [448.5, 795.5]]}, +{"id": "twtn9g", "submitted_by": "Blu_Skyu", "name": "Bill Cipher", "description": "Evil illuminati triangle from Gravity Falls cartoon.", "website": "", "subreddit": "", "center": [1030.5, 1949.5], "path": [[1013.5, 1958.5], [1013.5, 1955.5], [1028.5, 1933.5], [1026.5, 1933.5], [1026.5, 1931.5], [1027.5, 1930.5], [1028.5, 1930.5], [1028.5, 1927.5], [1029.5, 1926.5], [1031.5, 1926.5], [1032.5, 1927.5], [1032.5, 1930.5], [1033.5, 1930.5], [1034.5, 1931.5], [1034.5, 1936.5], [1046.5, 1954.5], [1046.5, 1959.5], [1045.5, 1960.5], [1037.5, 1960.5], [1038.5, 1962.5], [1037.5, 1963.5], [1033.5, 1963.5], [1033.5, 1960.5], [1027.5, 1960.5], [1027.5, 1962.5], [1025.5, 1963.5], [1022.5, 1963.5], [1023.5, 1961.5], [1023.5, 1960.5], [1015.5, 1960.5]]}, +{"id": "twtn9b", "submitted_by": "iErik4", "name": "Ori and the Blind Forest", "description": "A beautiful side-scrolling Metroidvania developed in 2015 by Moon Studios. The art for the game is intended to appear painted or hand-drawn, leading to a distinct visual style.", "website": "", "subreddit": "/r/OriandtheBlindForest", "center": [1012.5, 530.5], "path": [[960.5, 510.5], [960.5, 541.5], [979.5, 541.5], [979.5, 551.5], [1060.5, 551.5], [1060.5, 510.5]]}, +{"id": "twtn8l", "submitted_by": "TheDevilIsDero", "name": "Kingdom Hearts", "description": "The logo of Kingdom Hearts with two keyblades and a small paopu fruit", "website": "", "subreddit": "/r/KHPL/", "center": [7.5, 353.5], "path": [[0.5, 337.5], [16.5, 337.5], [15.5, 361.5], [11.5, 360.5], [8.5, 372.5], [0.5, 372.5]]}, +{"id": "twtn7d", "submitted_by": "infignite", "name": "Kazakhstan Place", "description": "Kazakhstan flag and Baiterek monument.", "website": "", "subreddit": "r/Kazakhstan", "center": [733.5, 1916.5], "path": [[716.5, 1909.5], [749.5, 1909.5], [749.5, 1923.5], [716.5, 1923.5]]}, +{"id": "twtn6h", "submitted_by": "NailoOfNalor", "name": "Ubuntu", "description": "Ubuntu is a Linux distribution based on Debian and composed mostly of free and open-source software", "website": "", "subreddit": "/r/Ubuntu", "center": [65.5, 695.5], "path": [[61.5, 691.5], [59.5, 695.5], [65.5, 701.5], [69.5, 700.5], [69.5, 689.5], [62.5, 690.5]]}, +{"id": "twtmwp", "submitted_by": "Agsteroid", "name": "Fallen Star", "description": "Fallen Star pixel art from terraria", "website": "", "subreddit": "", "center": [507.5, 1789.5], "path": [[502.5, 1792.5], [502.5, 1793.5], [504.5, 1793.5], [505.5, 1792.5], [506.5, 1792.5], [507.5, 1791.5], [508.5, 1792.5], [509.5, 1792.5], [510.5, 1793.5], [512.5, 1793.5], [512.5, 1792.5], [509.5, 1789.5], [512.5, 1787.5], [510.5, 1787.5], [507.5, 1783.5], [504.5, 1787.5], [502.5, 1787.5], [504.5, 1789.5], [503.5, 1791.5]]}, +{"id": "twtmvf", "submitted_by": "DangerousFall", "name": "The head of Michelangelo's David", "description": "The head of the marble sculpture of the David (by the Italian artist Michelangelo Buonarroti), a 5.17 metre statue.", "website": "https://en.wikipedia.org/wiki/David_(Michelangelo)", "subreddit": "", "center": [807.5, 344.5], "path": [[786.5, 312.5], [788.5, 378.5], [827.5, 377.5], [828.5, 312.5], [786.5, 312.5]]}, +{"id": "twtmva", "submitted_by": "PiotrObst", "name": "WEiTI", "description": "A group of 81 students from Faculty of Electronics and Information Technology (in Polish WEiTI) at the Warsaw University of Technology in Poland decided to create this.nnWe started by placing the pixels manually, then developed a simple bot and over time made a central server for a botnet made up of tens of bots all coordinating their actions with a central server.", "website": "https://www.elka.pw.edu.pl", "subreddit": "", "center": [673.5, 290.5], "path": [[658.5, 284.5], [688.5, 284.5], [688.5, 296.5], [658.5, 296.5]]}, +{"id": "twtmt2", "submitted_by": "jpepo", "name": "Flag of Albania", "description": "", "website": "https://en.wikipedia.org/wiki/Flag_of_Albania", "subreddit": "", "center": [345.5, 275.5], "path": [[335.5, 253.5], [335.5, 297.5], [355.5, 297.5], [355.5, 253.5], [335.5, 253.5]]}, +{"id": "twtmsr", "submitted_by": "synnth", "name": "Flag of the Dominican Republic", "description": "Created by the members of the /r/Dominican community, complete with embossed geographic border and a chibi-style green plantain.", "website": "", "subreddit": "/r/Dominican", "center": [49.5, 83.5], "path": [[85.5, 93.5], [85.5, 73.5], [12.5, 73.5], [12.5, 93.5], [85.5, 93.5]]}, +{"id": "twtmsl", "submitted_by": "bayerslyf", "name": "Wheatley", "description": "A character from the game Portal 2. Made with contribution from the portal 2 speed running discord.", "website": "https://discord.gg/p2sr", "subreddit": "", "center": [841.5, 622.5], "path": [[831.5, 610.5], [851.5, 609.5], [852.5, 634.5], [829.5, 635.5]]}, +{"id": "twtmqe", "submitted_by": "Deano3607", "name": "Formula 1", "description": "The highest class of international racing.", "website": "https://www.formula1.com/", "subreddit": "r/formula1", "center": [509.5, 797.5], "path": [[448.5, 769.5], [570.5, 769.5], [570.5, 825.5], [448.5, 825.5]]}, +{"id": "twtmmm", "submitted_by": "DG_TBHItzDG", "name": "Kaonashi - Spirited Away", "description": "Kaonashi from the Studio Ghibli anime Spirited Away.", "website": "https://en.wikipedia.org/wiki/Spirited_Away", "subreddit": "", "center": [1419.5, 267.5], "path": [[1432.5, 278.5], [1431.5, 277.5], [1430.5, 276.5], [1429.5, 275.5], [1429.5, 273.5], [1428.5, 273.5], [1428.5, 270.5], [1428.5, 268.5], [1427.5, 267.5], [1426.5, 266.5], [1426.5, 256.5], [1425.5, 255.5], [1424.5, 254.5], [1423.5, 253.5], [1422.5, 252.5], [1422.5, 250.5], [1416.5, 250.5], [1416.5, 251.5], [1415.5, 252.5], [1414.5, 253.5], [1413.5, 254.5], [1412.5, 255.5], [1411.5, 257.5], [1411.5, 264.5], [1411.5, 269.5], [1410.5, 270.5], [1409.5, 271.5], [1409.5, 274.5], [1408.5, 275.5], [1407.5, 276.5], [1406.5, 277.5], [1405.5, 278.5], [1405.5, 279.5], [1432.5, 279.5]]}, +{"id": "twtmbe", "submitted_by": "Prudent-Ad5308", "name": "Zinedine Zidane ", "description": "Zinedine Zidane, former professionnal football player and winner of the world cup 1998 in france ", "website": "", "subreddit": "", "center": [125.5, 1554.5], "path": [[85.5, 1470.5], [166.5, 1471.5], [166.5, 1636.5], [83.5, 1636.5]]}, +{"id": "twtm4y", "submitted_by": "Grace4555", "name": "Obey Me! One Master To Rule Them All", "description": "Obey me is a dating simulation app developed for android and iOS. The main character is transported to Devildom by a summoning ritual to attend Devildom Academy as a exchange student for one year. The main character will be greeted by seven gorgeous men that are avatars of the deadly sins. ", "website": "https://shallwedate.jp/obeyme/en/", "subreddit": "/r/obeyme", "center": [1358.5, 394.5], "path": [[1375.5, 405.5], [1376.5, 396.5], [1376.5, 380.5], [1344.5, 382.5], [1345.5, 403.5], [1346.5, 403.5], [1345.5, 405.5], [1375.5, 405.5], [1345.5, 397.5], [1336.5, 398.5], [1337.5, 407.5], [1345.5, 407.5], [1346.5, 399.5], [1376.5, 406.5]]}, +{"id": "twtm2k", "submitted_by": "pticle94", "name": "Popcorn", "description": "Popcorn is a show on Twitch organised by the French stream PA Domingo", "website": "https://boutiquepopcorn.fr/", "subreddit": "", "center": [680.5, 1502.5], "path": [[661.5, 1521.5], [699.5, 1521.5], [699.5, 1481.5], [689.5, 1481.5], [684.5, 1486.5], [680.5, 1482.5], [662.5, 1483.5], [661.5, 1521.5]]}, +{"id": "twtm1e", "submitted_by": "Educational-Ad-170", "name": "Yuyuko", "description": "Funny ghost from Touhou project who is also a glutton", "website": "https://youtu.be/ObpEO4objqw", "subreddit": "r/touhou", "center": [1741.5, 807.5], "path": [[1727.5, 790.5], [1728.5, 824.5], [1756.5, 824.5], [1754.5, 790.5]]}, +{"id": "twtlvr", "submitted_by": "RBLakshya", "name": "Chibi Paimon", "description": "Mascot of Genshin Impact", "website": "", "subreddit": "r/GenshinImpact", "center": [1854.5, 743.5], "path": [[1838.5, 726.5], [1838.5, 733.5], [1835.5, 735.5], [1836.5, 753.5], [1842.5, 759.5], [1849.5, 758.5], [1850.5, 761.5], [1858.5, 761.5], [1859.5, 759.5], [1861.5, 759.5], [1860.5, 760.5], [1863.5, 760.5], [1863.5, 761.5], [1869.5, 761.5], [1870.5, 760.5], [1872.5, 754.5], [1872.5, 727.5], [1872.5, 726.5]]}, +{"id": "twtlsk", "submitted_by": "greese1", "name": "Fish Cult tank 3", "description": "a team of people dedicated to making fish on r/place", "website": "", "subreddit": "r/PlaceFishCult", "center": [292.5, 1633.5], "path": [[281.5, 1650.5], [290.5, 1650.5], [290.5, 1635.5], [299.5, 1635.5], [300.5, 1634.5], [301.5, 1634.5], [302.5, 1633.5], [302.5, 1632.5], [303.5, 1631.5], [304.5, 1632.5], [304.5, 1633.5], [310.5, 1633.5], [310.5, 1624.5], [281.5, 1624.5]]}, +{"id": "twtlm3", "submitted_by": "Fredpoilu", "name": "Robbaz", "description": "That Swedish streamer who sounds like Kermit", "website": "https://www.twitch.tv/robbaz", "subreddit": "/r/Robbaz/", "center": [385.5, 1190.5], "path": [[374.5, 1172.5], [374.5, 1208.5], [397.5, 1207.5], [397.5, 1172.5], [374.5, 1172.5]]}, +{"id": "twtlk1", "submitted_by": "Minerscool", "name": "Cacabox's logo", "description": "The logo of a small french community of streamers ", "website": "https://twitter.com/cacaboxtv", "subreddit": "", "center": [271.5, 1875.5], "path": [[260.5, 1860.5], [281.5, 1860.5], [281.5, 1876.5], [283.5, 1876.5], [283.5, 1889.5], [260.5, 1889.5], [260.5, 1861.5]]}, +{"id": "twtlf9", "submitted_by": "kuroneko_zero", "name": "BoJack Horseman", "description": "BoJack Horseman is an American adult animated comedy-drama streaming television series created by Raphael Bob-Waksberg.", "website": "", "subreddit": "", "center": [1531.5, 1397.5], "path": [[1505.5, 1366.5], [1507.5, 1429.5], [1556.5, 1429.5], [1556.5, 1422.5], [1561.5, 1422.5], [1561.5, 1416.5], [1563.5, 1416.5], [1562.5, 1398.5], [1554.5, 1392.5], [1548.5, 1385.5], [1548.5, 1376.5], [1547.5, 1371.5], [1538.5, 1369.5], [1537.5, 1359.5], [1515.5, 1358.5], [1513.5, 1362.5], [1510.5, 1362.5], [1510.5, 1366.5], [1505.5, 1366.5]]}, +{"id": "twtlf1", "submitted_by": "THE_AWESOM-O_4000", "name": "Belgian flag", "description": "Often confused for the German flag", "website": "", "subreddit": "/r/belgium", "center": [1309.5, 1287.5], "path": [[1284.5, 774.5], [1334.5, 773.5], [1332.5, 1822.5], [1287.5, 1824.5]]}, +{"id": "twtlce", "submitted_by": "jpepo", "name": "Flag of Kosovo", "description": "", "website": "https://en.wikipedia.org/wiki/Flag_of_Kosovo", "subreddit": "", "center": [326.5, 290.5], "path": [[317.5, 283.5], [317.5, 297.5], [334.5, 297.5], [334.5, 283.5], [317.5, 283.5]]}, +{"id": "twtlav", "submitted_by": "Deano3607", "name": "The Queen's Guard", "description": "A soldier responsible for guarding the royal residences in the United Kingdom.", "website": "", "subreddit": "", "center": [579.5, 541.5], "path": [[574.5, 541.5], [573.5, 532.5], [575.5, 529.5], [580.5, 529.5], [583.5, 532.5], [583.5, 536.5], [583.5, 544.5], [591.5, 551.5], [575.5, 551.5], [575.5, 541.5]]}, +{"id": "twtl02", "submitted_by": "Smithers888", "name": "Perry the Platypus", "description": "From the animated series Phineas and Ferb.", "website": "", "subreddit": "", "center": [989.5, 1885.5], "path": [[985.5, 1889.5], [994.5, 1889.5], [1001.5, 1884.5], [994.5, 1882.5], [984.5, 1880.5], [982.5, 1880.5], [980.5, 1886.5]]}, +{"id": "twtkt3", "submitted_by": "geo_metro", "name": "University of Central Florida", "description": "A tile made by UCF students. Contains the university's abbrevation, its logo, and a sword.", "website": "", "subreddit": "/r/ucf", "center": [40.5, 596.5], "path": [[20.5, 591.5], [17.5, 600.5], [20.5, 604.5], [54.5, 604.5], [64.5, 593.5], [64.5, 589.5], [20.5, 589.5]]}, +{"id": "twtks0", "submitted_by": "AstronomerDan", "name": "Autechre", "description": "Autechre is an English electronic music duo that creates music in the IDM genre.", "website": "", "subreddit": "r/autechre", "center": [0.5, 0.5], "path": []}, +{"id": "twtkrr", "submitted_by": "kwak1_", "name": "Salt shaker", "description": "A salt shaker for the Belgian fries. Added by Twitch streamer Fildrong with permission from the Belgian r/place community.", "website": "[https://www.twitch.tv/fildrong](https://www.twitch.tv/fildrong)", "subreddit": "", "center": [279.5, 573.5], "path": [[271.5, 574.5], [276.5, 575.5], [278.5, 574.5], [283.5, 579.5], [287.5, 575.5], [282.5, 570.5], [281.5, 570.5], [279.5, 568.5], [275.5, 569.5], [273.5, 570.5], [271.5, 574.5]]}, +{"id": "twtkqz", "submitted_by": "ressereus", "name": "Wide KillJoy - Valorant", "description": "An april fools joke from RIOT games for the valorant caracter Killjoy", "website": "", "subreddit": "", "center": [170.5, 817.5], "path": [[110.5, 805.5], [110.5, 805.5], [110.5, 805.5], [229.5, 805.5], [229.5, 828.5], [110.5, 828.5], [110.5, 805.5], [110.5, 805.5]]}, +{"id": "twtkqn", "submitted_by": "cyrano91", "name": "p'tite baleine", "description": "A Small whale, symbol of the french twitch caster u/LittleBigWhale aka Trivia", "website": "[https://www.twitch.tv/littlebigwhale?lang=fr](https://www.twitch.tv/littlebigwhale?lang=fr)", "subreddit": "", "center": [1650.5, 41.5], "path": [[1639.5, 35.5], [1640.5, 47.5], [1661.5, 47.5], [1661.5, 35.5], [1639.5, 35.5]]}, +{"id": "twtkmz", "submitted_by": "Bisonratte", "name": "Fish Cult Squid and Snail", "description": "A small fish and Snail in the Baltic Sea, made by the Fish Cult, a small group of people drawing small fish on r/place, with the permission of the baltic union", "website": "", "subreddit": "/r/PlaceFishCult", "center": [1904.5, 168.5], "path": [[1899.5, 165.5], [1899.5, 166.5], [1900.5, 167.5], [1899.5, 168.5], [1899.5, 169.5], [1899.5, 170.5], [1900.5, 171.5], [1909.5, 171.5], [1909.5, 166.5], [1903.5, 166.5], [1903.5, 165.5], [1902.5, 164.5], [1901.5, 163.5], [1900.5, 164.5], [1899.5, 165.5]]}, +{"id": "twtkki", "submitted_by": "DucAlphaHorus", "name": "Ireland", "description": "Ireland is an island in the North Atlantic Ocean, in north-western Europe. It is separated from Great Britain to its east by the North Channel, the Irish Sea, and St George's Channel. Ireland is the second-largest island of the British Isles, the third-largest in Europe, and the twentieth-largest on Earth.nAt first at war with the French flag above, peace was finally declared. An agreement with r/AnarchyChess was also made to merge the board with the flag.", "website": "", "subreddit": "/r/PlaceIreland", "center": [149.5, 633.5], "path": [[125.5, 497.5], [175.5, 497.5], [173.5, 727.5], [168.5, 732.5], [167.5, 738.5], [169.5, 745.5], [165.5, 754.5], [165.5, 756.5], [164.5, 758.5], [166.5, 762.5], [164.5, 766.5], [159.5, 771.5], [155.5, 776.5], [153.5, 782.5], [143.5, 781.5], [142.5, 780.5], [125.5, 780.5], [125.5, 497.5]]}, +{"id": "twtki0", "submitted_by": "MyriadF5ElderGod", "name": "One piece - Devil fruit", "description": "Three devil fruit from the one piece anime:n- Gomu Gomu no Min- Ope Ope no MIn- Mera Mera no Mi", "website": "", "subreddit": "/r/onepiece", "center": [354.5, 604.5], "path": [[331.5, 596.5], [377.5, 596.5], [377.5, 612.5], [331.5, 612.5]]}, +{"id": "twtkgy", "submitted_by": "Misicks0349", "name": "Dagoth Ur", "description": "A small depiction of the villan of The Elder Scrolls III: Morrowind", "website": "", "subreddit": "/r/Morrowind", "center": [1475.5, 1740.5], "path": [[1465.5, 1726.5], [1485.5, 1726.5], [1485.5, 1755.5], [1469.5, 1754.5], [1469.5, 1749.5], [1465.5, 1749.5], [1465.5, 1726.5]]}, +{"id": "twtkff", "submitted_by": "wildhoover", "name": "Capibara", "description": "Basically a giant guinea pig. ", "website": "[https://www.youtube.com/watch?v=3ajPsmbcba8](https://www.youtube.com/watch?v=3ajPsmbcba8)", "subreddit": "", "center": [386.5, 1309.5], "path": [[394.5, 1322.5], [397.5, 1313.5], [400.5, 1312.5], [399.5, 1304.5], [392.5, 1299.5], [385.5, 1299.5], [384.5, 1295.5], [380.5, 1295.5], [379.5, 1297.5], [375.5, 1298.5], [370.5, 1304.5], [374.5, 1309.5], [376.5, 1309.5], [377.5, 1314.5], [376.5, 1321.5], [382.5, 1322.5], [384.5, 1317.5], [390.5, 1317.5], [387.5, 1321.5]]}, +{"id": "twtkar", "submitted_by": "GoJoeyGo123", "name": "Asexual pride Flag", "description": "", "website": "", "subreddit": "/r/Asexual/", "center": [1695.5, 630.5], "path": [[1722.5, 624.5], [1666.5, 624.5], [1666.5, 625.5], [1653.5, 625.5], [1653.5, 633.5], [1654.5, 633.5], [1655.5, 632.5], [1656.5, 632.5], [1657.5, 633.5], [1658.5, 632.5], [1660.5, 632.5], [1660.5, 633.5], [1661.5, 634.5], [1661.5, 636.5], [1737.5, 636.5], [1737.5, 627.5], [1722.5, 627.5]]}, +{"id": "twtkac", "submitted_by": "SlimsyMuffin", "name": "megan9958's flower", "description": "a mysterious flower (originally created by u/megan9985) that appeared when the D-Cell group were building one of thier earlier iterations of quaver (a character from the game they were representing). However, because it coincidentaly fit well into the art they were doing, they decided to keep it and carry it through every new attempt that they made.", "website": "", "subreddit": "", "center": [1365.5, 1281.5], "path": [[1364.5, 1281.5], [1365.5, 1280.5], [1366.5, 1281.5], [1365.5, 1282.5]]}, +{"id": "twtk6b", "submitted_by": "Educational-Ad-170", "name": "Konpaku Youmu", "description": "Swords woman from touhou 7 perfect cherry blossom she serves yuyuko", "website": "https://youtu.be/HX1XWwq5Pjg", "subreddit": "r/touhou", "center": [1714.5, 806.5], "path": [[1699.5, 790.5], [1700.5, 822.5], [1728.5, 822.5], [1728.5, 790.5]]}, +{"id": "twtk1q", "submitted_by": "JimboTheAardvark", "name": "Turma da M\u00f4nica (Monica and Friends)", "description": "Characters from the popular children's comic book Turma da M\u00f4nica. From left to right: Chico Bento, Casc\u00e3o, M\u00f4nica, Cebolinha, and Magali.nnnn n", "website": "https://www.turmadamonica.com.br", "subreddit": "", "center": [1174.5, 608.5], "path": [[1145.5, 615.5], [1146.5, 611.5], [1143.5, 610.5], [1145.5, 609.5], [1145.5, 606.5], [1144.5, 603.5], [1143.5, 600.5], [1146.5, 599.5], [1203.5, 600.5], [1203.5, 606.5], [1212.5, 607.5], [1211.5, 611.5], [1200.5, 612.5], [1201.5, 614.5], [1200.5, 615.5], [1202.5, 616.5], [1146.5, 618.5], [1146.5, 617.5]]}, +{"id": "twtjw3", "submitted_by": "Enenreal", "name": "N\u00e9pal", "description": "Nepal is a French raper that died on the 9 november 2019 ", "website": "[https://fr.wikipedia.org/wiki/N%C3%A9pal_(rappeur)](https://fr.wikipedia.org/wiki/N%C3%A9pal_(rappeur))", "subreddit": "", "center": [226.5, 1529.5], "path": [[204.5, 1486.5], [202.5, 1567.5], [247.5, 1583.5], [245.5, 1475.5]]}, +{"id": "twtjuz", "submitted_by": "DG_TBHItzDG", "name": "Feddy", "description": "A meme of Freddy Fazbear from the Five Nights at Freddys game series", "website": "https://en.wikipedia.org/wiki/Five_Nights_at_Freddy%27s", "subreddit": "https://www.reddit.com/r/fivenightsatfreddys/", "center": [1853.5, 335.5], "path": [[1866.5, 299.5], [1839.5, 299.5], [1839.5, 370.5], [1852.5, 370.5], [1852.5, 371.5], [1866.5, 371.5], [1866.5, 299.5]]}, +{"id": "twtjno", "submitted_by": "Mystery5Me", "name": "Arceus", "description": "The God of of the Pokemon World, Arceus is the god of all creation in the Pokemon world. They are also the Pokemon the title of GameFreak's open world Pokemon game, Legends of Arceus, refers to. This piece was created by Pokemon in r/place, and was allied with its surrounding friends, with the letter H and A, as well as the Pachirisu OC on the side.", "website": "", "subreddit": "/r/pokemon", "center": [1658.5, 538.5], "path": [[1646.5, 539.5], [1646.5, 536.5], [1647.5, 536.5], [1647.5, 534.5], [1648.5, 534.5], [1648.5, 532.5], [1647.5, 532.5], [1647.5, 529.5], [1648.5, 529.5], [1648.5, 528.5], [1649.5, 528.5], [1649.5, 530.5], [1652.5, 530.5], [1660.5, 525.5], [1661.5, 527.5], [1660.5, 528.5], [1659.5, 532.5], [1657.5, 532.5], [1656.5, 537.5], [1659.5, 536.5], [1661.5, 537.5], [1662.5, 536.5], [1660.5, 534.5], [1660.5, 533.5], [1662.5, 533.5], [1663.5, 534.5], [1666.5, 533.5], [1666.5, 535.5], [1672.5, 531.5], [1671.5, 534.5], [1671.5, 535.5], [1669.5, 538.5], [1668.5, 538.5], [1670.5, 541.5], [1669.5, 542.5], [1668.5, 543.5], [1669.5, 544.5], [1669.5, 547.5], [1666.5, 546.5], [1666.5, 547.5], [1663.5, 547.5], [1660.5, 545.5], [1657.5, 550.5], [1656.5, 550.5], [1653.5, 548.5], [1651.5, 547.5], [1651.5, 541.5], [1649.5, 539.5]]}, +{"id": "twtjn2", "submitted_by": "_SoySauce", "name": "Saitama", "description": "Protagonist of One Punch Man, the anime. Does indeed have a fine punch.", "website": "", "subreddit": "r/OnePunchMan_place", "center": [1977.5, 1566.5], "path": [[1964.5, 1582.5], [1965.5, 1553.5], [1972.5, 1549.5], [1977.5, 1549.5], [1982.5, 1553.5], [1982.5, 1556.5], [1999.5, 1556.5], [1999.5, 1564.5], [1987.5, 1564.5], [1983.5, 1570.5], [1983.5, 1576.5], [1986.5, 1579.5], [1986.5, 1582.5], [1964.5, 1582.5]]}, +{"id": "twtjlq", "submitted_by": "MiguJib", "name": "Mizkif Frog", "description": "", "website": "", "subreddit": "", "center": [645.5, 971.5], "path": [[625.5, 944.5], [625.5, 998.5], [665.5, 998.5], [665.5, 944.5]]}, +{"id": "twtjjx", "submitted_by": "MikadoVEVO", "name": "Mikado", "description": "The main character from the game SoulSide, developed by Mikado.", "website": "https://store.steampowered.com/app/1813000/SoulSide/", "subreddit": "", "center": [1091.5, 1185.5], "path": [[1084.5, 1178.5], [1098.5, 1178.5], [1098.5, 1192.5], [1084.5, 1192.5], [1084.5, 1178.5]]}, +{"id": "twtjic", "submitted_by": "AURAequine", "name": "Tiny Pony (Surprise?)", "description": "A tiny MLP:FiM pony character, this one shares the color scheme of a pegasus pony named 'Surprise'.", "website": "", "subreddit": "", "center": [916.5, 1825.5], "path": [[914.5, 1823.5], [918.5, 1823.5], [918.5, 1827.5], [914.5, 1827.5]]}, +{"id": "twtje8", "submitted_by": "xyzenith", "name": "Chicory: A Colorful Tale", "description": "The protagonist of the game, Pizza.", "website": "[https://chicorygame.com/](https://chicorygame.com/)", "subreddit": "r/chicory", "center": [974.5, 863.5], "path": [[966.5, 856.5], [983.5, 857.5], [983.5, 869.5], [965.5, 869.5]]}, +{"id": "twtje0", "submitted_by": "IncestSimulator2016", "name": "Girls' Frontline logo Mini 416", "description": "Girls' Frontline is a turn based mobile strategy game developed by China-based studio MICA Team, wherein players control androids known in universe as 'T-Dolls' who all carry versions of real life firearms. The logo is the acronym of the game with a silhouette of the game's protagonist, M4A1. To the lower right of the logo is a pixelated version of one of the game's main characters HK416, a member of Squad 404.", "website": "", "subreddit": "r/girlsfrontline", "center": [1778.5, 728.5], "path": [[1776.5, 706.5], [1779.5, 710.5], [1790.5, 728.5], [1790.5, 746.5], [1781.5, 745.5], [1775.5, 744.5], [1766.5, 735.5], [1766.5, 726.5], [1770.5, 720.5], [1768.5, 707.5]]}, +{"id": "twtj1d", "submitted_by": "Pflaumenpueree", "name": "Phoenix Wright's magatama", "description": "A magatama that belongs to Phoenix Wright, given to him by Maya Fey (who is pictured above) in the video game Ace Attorney", "website": "https://www.ace-attorney.com/", "subreddit": "r/AceAttorney r/plAceAttorney", "center": [1419.5, 109.5], "path": [[1418.5, 112.5], [1419.5, 112.5], [1421.5, 110.5], [1421.5, 108.5], [1420.5, 107.5], [1418.5, 107.5], [1417.5, 108.5], [1417.5, 109.5], [1419.5, 111.5], [1419.5, 111.5], [1419.5, 112.5], [1418.5, 112.5], [1419.5, 112.5], [1419.5, 111.5], [1419.5, 109.5]]}, +{"id": "twtj15", "submitted_by": "TheNarcolepticOne", "name": "Hetalia Veneziano Italy", "description": "Italy (Main Character) from the Japanese Anime, Hetalia World Stars, which is a show about personified nations.", "website": "[https://discord.gg/hetalia](https://discord.gg/hetalia)", "subreddit": "r/Hetalia", "center": [295.5, 1896.5], "path": [[290.5, 1890.5], [300.5, 1890.5], [300.5, 1901.5], [300.5, 1902.5], [290.5, 1902.5], [290.5, 1890.5]]}, +{"id": "twtj09", "submitted_by": "rikupone", "name": "ABU Husky", "description": "One of the mascots for an adult diaper company, Adult Baby Universe, found on one of their products, PeekABU.", "website": "abuniverse.com", "subreddit": "", "center": [46.5, 1006.5], "path": [[35.5, 999.5], [35.5, 1013.5], [56.5, 1013.5], [56.5, 999.5]]}, +{"id": "twtiz1", "submitted_by": "salovana", "name": "Medicine Wheel", "description": "Made by the people over at r/IndianCountry.", "website": "", "subreddit": "r/IndianCountry", "center": [1462.5, 332.5], "path": [[1457.5, 327.5], [1466.5, 327.5], [1466.5, 336.5], [1457.5, 336.5], [1457.5, 336.5], [1457.5, 327.5]]}, +{"id": "twtin9", "submitted_by": "Scaraga", "name": "Zia", "description": "Main character from a french student game, Hoverball Strikers.", "website": "", "subreddit": "", "center": [1954.5, 405.5], "path": [[1951.5, 401.5], [1957.5, 401.5], [1957.5, 409.5], [1951.5, 409.5], [1951.5, 401.5]]}, +{"id": "twtikg", "submitted_by": "BlupMcBubbles", "name": "Belgian specialties", "description": "How can anyone talk about Belgium without talking about Belgian fries (the original and sole real fries, Frenchies won't take it away from us), Brussels and Li\u00e8ge waffels or the renowned Belgian dark chocolate? These specialities are unquestionably Belgian's favourite food and yours to be if you ever pay Belgium a visit.n", "website": "", "subreddit": "", "center": [281.5, 589.5], "path": [[291.5, 608.5], [277.5, 608.5], [275.5, 606.5], [275.5, 601.5], [273.5, 601.5], [265.5, 585.5], [268.5, 576.5], [272.5, 571.5], [278.5, 568.5], [281.5, 568.5], [296.5, 585.5], [295.5, 606.5]]}, +{"id": "twti6l", "submitted_by": "Zoyos", "name": "Oyasumi ", "description": "Oyasumi Punpun (\u304a\u3084\u3059\u307f\u30d7\u30f3\u30d7\u30f3) is a Japanese manga series written and illustrated by Inio Asano.", "website": "https://punpun.fandom.com/wiki/Oyasumi_Punpun_Wiki", "subreddit": "r/OyasumiPunpun", "center": [1936.5, 296.5], "path": [[1919.5, 270.5], [1919.5, 322.5], [1953.5, 322.5], [1953.5, 270.5]]}, +{"id": "twti3y", "submitted_by": "zephyr12345", "name": "Rei Chiquita", "description": "Rei from Neon Genesis Evangelion in plush form. Her usual Burger King crown has been replaced with a Drehmal crown.", "website": "", "subreddit": "/r/ReiAyanami", "center": [484.5, 1454.5], "path": [[472.5, 1444.5], [497.5, 1444.5], [497.5, 1445.5], [499.5, 1445.5], [499.5, 1447.5], [500.5, 1447.5], [500.5, 1457.5], [499.5, 1457.5], [499.5, 1458.5], [498.5, 1458.5], [498.5, 1459.5], [497.5, 1459.5], [497.5, 1460.5], [497.5, 1461.5], [496.5, 1461.5], [496.5, 1462.5], [495.5, 1462.5], [495.5, 1463.5], [494.5, 1463.5], [494.5, 1464.5], [493.5, 1464.5], [493.5, 1465.5], [472.5, 1465.5], [472.5, 1464.5], [470.5, 1464.5], [470.5, 1462.5], [469.5, 1462.5], [469.5, 1459.5], [468.5, 1459.5], [468.5, 1458.5], [467.5, 1458.5], [467.5, 1454.5], [468.5, 1454.5], [468.5, 1453.5], [469.5, 1453.5], [469.5, 1452.5], [470.5, 1452.5], [470.5, 1450.5], [471.5, 1450.5], [471.5, 1448.5], [472.5, 1448.5], [472.5, 1444.5]]}, +{"id": "twti0u", "submitted_by": "FUEL_SSBM", "name": "Senko Rice Cooker", "description": "The tail of Senko from the anime 'The Helpful Fox Senko-san' in a rice cooker. A reference to the opening of said anime where it is depicted in such a manner in multiple scenes.", "website": "https://youtu.be/vvC7KJS_t1Q", "subreddit": "/r/ChurchOfSenko", "center": [620.5, 628.5], "path": [[600.5, 610.5], [600.5, 648.5], [639.5, 648.5], [639.5, 610.5], [638.5, 610.5], [638.5, 608.5], [637.5, 608.5], [637.5, 607.5], [636.5, 607.5], [636.5, 606.5], [635.5, 606.5], [635.5, 605.5], [634.5, 605.5], [634.5, 606.5], [633.5, 606.5], [633.5, 607.5], [631.5, 607.5], [631.5, 606.5], [630.5, 606.5], [630.5, 605.5], [629.5, 605.5], [629.5, 606.5], [628.5, 606.5], [628.5, 607.5], [627.5, 607.5], [627.5, 608.5], [626.5, 608.5], [626.5, 610.5], [600.5, 610.5]]}, +{"id": "twthxz", "submitted_by": "gigamicro", "name": "Egg", "description": "'Egg' is a term for being in denial/unaware of one's own gender or sexuality", "website": "", "subreddit": "/r/egg_irl", "center": [507.5, 446.5], "path": [[502.5, 433.5], [499.5, 436.5], [499.5, 438.5], [498.5, 439.5], [498.5, 443.5], [499.5, 444.5], [499.5, 446.5], [500.5, 447.5], [500.5, 451.5], [501.5, 452.5], [501.5, 454.5], [502.5, 455.5], [502.5, 456.5], [504.5, 458.5], [505.5, 458.5], [506.5, 459.5], [510.5, 459.5], [511.5, 458.5], [512.5, 458.5], [514.5, 456.5], [514.5, 455.5], [515.5, 454.5], [515.5, 452.5], [516.5, 451.5], [516.5, 449.5], [514.5, 447.5], [514.5, 443.5], [513.5, 442.5], [513.5, 441.5], [512.5, 440.5], [514.5, 438.5], [514.5, 437.5], [513.5, 436.5], [513.5, 435.5], [512.5, 434.5], [510.5, 434.5]]}, +{"id": "twthwz", "submitted_by": "Mevarit", "name": "bonjwa", "description": "The cursed attempt to create bonjwaO, an emote from the twitch streamer Matteo within the taskbar style.", "website": "https://www.twitch.tv/bonjwa", "subreddit": "/r/bonjwade/", "center": [1640.5, 1987.5], "path": [[1601.5, 1999.5], [1601.5, 1974.5], [1617.5, 1974.5], [1620.5, 1976.5], [1624.5, 1974.5], [1642.5, 1974.5], [1642.5, 1975.5], [1643.5, 1975.5], [1643.5, 1976.5], [1644.5, 1976.5], [1644.5, 1977.5], [1647.5, 1977.5], [1647.5, 1978.5], [1657.5, 1978.5], [1657.5, 1977.5], [1661.5, 1977.5], [1664.5, 1977.5], [1664.5, 1982.5], [1666.5, 1982.5], [1666.5, 1981.5], [1669.5, 1981.5], [1669.5, 1982.5], [1671.5, 1982.5], [1671.5, 1977.5], [1673.5, 1977.5], [1673.5, 1975.5], [1675.5, 1975.5], [1675.5, 1985.5], [1672.5, 1987.5], [1672.5, 1989.5], [1674.5, 1990.5], [1678.5, 1990.5], [1680.5, 1988.5], [1680.5, 1987.5], [1677.5, 1985.5], [1677.5, 1974.5], [1679.5, 1974.5], [1679.5, 1977.5], [1682.5, 1977.5], [1682.5, 1978.5], [1683.5, 1978.5], [1683.5, 1999.5], [1601.5, 1999.5]]}, +{"id": "twthsq", "submitted_by": "rikupone", "name": "Constantiam", "description": "The logo and motto of a Minecraft anarchy server called Constantiam.", "website": "https://constantiam.net", "subreddit": "r/constantiam", "center": [52.5, 1026.5], "path": [[34.5, 1014.5], [34.5, 1036.5], [55.5, 1036.5], [55.5, 1032.5], [88.5, 1032.5], [88.5, 1027.5], [57.5, 1027.5], [56.5, 1014.5]]}, +{"id": "twthnn", "submitted_by": "Smivyhidev", "name": "Headcrab", "description": "A parasitic alien organism from the Half Life game series.", "website": "[https://www.half-life.com](https://www.half-life.com)", "subreddit": "/r/HalfLife", "center": [1550.5, 92.5], "path": [[1545.5, 86.5], [1545.5, 85.5], [1552.5, 85.5], [1552.5, 86.5], [1555.5, 86.5], [1555.5, 87.5], [1556.5, 87.5], [1556.5, 89.5], [1557.5, 89.5], [1557.5, 91.5], [1558.5, 91.5], [1559.5, 91.5], [1559.5, 93.5], [1560.5, 93.5], [1560.5, 98.5], [1557.5, 98.5], [1557.5, 97.5], [1556.5, 97.5], [1556.5, 95.5], [1555.5, 95.5], [1555.5, 94.5], [1554.5, 95.5], [1552.5, 95.5], [1552.5, 98.5], [1549.5, 98.5], [1549.5, 97.5], [1546.5, 97.5], [1546.5, 94.5], [1545.5, 94.5], [1545.5, 95.5], [1544.5, 95.5], [1545.5, 96.5], [1545.5, 97.5], [1544.5, 97.5], [1540.5, 97.5], [1540.5, 94.5], [1540.5, 93.5], [1541.5, 93.5], [1541.5, 91.5], [1542.5, 91.5], [1542.5, 88.5], [1543.5, 88.5], [1543.5, 87.5], [1544.5, 87.5], [1544.5, 86.5]]}, +{"id": "twthmv", "submitted_by": "MiguJib", "name": "Oyasumi Punpun", "description": "The protagonis of the manga Oyasumi Punpun", "website": "", "subreddit": "", "center": [1937.5, 298.5], "path": [[1919.5, 321.5], [1953.5, 321.5], [1953.5, 271.5], [1934.5, 271.5], [1929.5, 282.5], [1920.5, 282.5]]}, +{"id": "twthls", "submitted_by": "Mr_KingConn", "name": "Just a small turtle", "description": "I wanted to make a small turtle somewhere, so I did. -Connor (u/MrKingConn) ", "website": "", "subreddit": "", "center": [949.5, 682.5], "path": [[947.5, 683.5], [947.5, 681.5], [950.5, 681.5], [950.5, 683.5], [947.5, 683.5]]}, +{"id": "twthg8", "submitted_by": "DG_TBHItzDG", "name": "Bill Cipher", "description": "Bill Cipher from Gravity Falls.", "website": "https://gravityfalls.fandom.com/wiki/Bill_Cipher", "subreddit": "https://www.reddit.com/r/gravityfalls/", "center": [1030.5, 1949.5], "path": [[1031.5, 1925.5], [1027.5, 1925.5], [1025.5, 1930.5], [1024.5, 1933.5], [1022.5, 1938.5], [1018.5, 1944.5], [1014.5, 1949.5], [1011.5, 1955.5], [1014.5, 1963.5], [1029.5, 1964.5], [1040.5, 1964.5], [1047.5, 1962.5], [1047.5, 1950.5], [1043.5, 1948.5], [1041.5, 1944.5], [1038.5, 1939.5], [1035.5, 1934.5], [1035.5, 1929.5], [1033.5, 1925.5]]}, +{"id": "twth60", "submitted_by": "MarauLePequenaud", "name": "Thomas Pesquet", "description": "Thomas Pesquet is a French European Space Agency astronaut. He was selected by ESA as a candidate in 2009 and successfully completed two 6-months missions in space aboard ISS in 2017 and 2021.", "website": "https://en.wikipedia.org/wiki/Thomas_Pesquet", "subreddit": "", "center": [140.5, 1709.5], "path": [[112.5, 1714.5], [129.5, 1704.5], [128.5, 1696.5], [126.5, 1692.5], [125.5, 1688.5], [122.5, 1685.5], [119.5, 1679.5], [119.5, 1675.5], [119.5, 1657.5], [127.5, 1648.5], [145.5, 1647.5], [155.5, 1652.5], [158.5, 1657.5], [160.5, 1673.5], [161.5, 1675.5], [160.5, 1679.5], [158.5, 1683.5], [155.5, 1683.5], [155.5, 1694.5], [156.5, 1696.5], [163.5, 1706.5], [166.5, 1706.5], [167.5, 1759.5], [112.5, 1760.5], [112.5, 1714.5]]}, +{"id": "twth4a", "submitted_by": "Renarii", "name": "Uma Musume: Pretty Derby", "description": "A gacha game about training horse girl idols to participate in hoarse races.", "website": "https://umamusume.jp/", "subreddit": "/r/UmaMusume/", "center": [1723.5, 1760.5], "path": [[1710.5, 1747.5], [1736.5, 1747.5], [1736.5, 1773.5], [1710.5, 1773.5], [1710.5, 1747.5]]}, +{"id": "twth2c", "submitted_by": "Auegro", "name": "Flag of Senegal ", "description": "", "website": "", "subreddit": "/r/senegal", "center": [208.5, 1255.5], "path": [[190.5, 1246.5], [190.5, 1264.5], [226.5, 1265.5], [225.5, 1246.5], [190.5, 1246.5], [191.5, 1247.5], [191.5, 1247.5]]}, +{"id": "twtgzo", "submitted_by": "AstronomerDan", "name": " Mira Calix Memorial", "description": " Mira Calix is a south-African musician who creates electronic and classical music, she has recently died on March 28, 2022. Her death has not been disclosedn", "website": "", "subreddit": "", "center": [1295.5, 491.5], "path": [[1288.5, 488.5], [1288.5, 495.5], [1302.5, 495.5], [1303.5, 488.5], [1303.5, 488.5]]}, +{"id": "twtgw5", "submitted_by": "Hefty-Celebration797", "name": "STI2D", "description": "Mammif\u00e8re (primate) \u00e0 face nue, au cerveau d\u00e9velopp\u00e9, aux membres pr\u00e9hensiles \u00e0 cinq doigts. Destin\u00e9 a devenir des GEII", "website": "", "subreddit": "https://www.reddit.com/r/STI2D_/", "center": [264.5, 1659.5], "path": [[250.5, 1638.5], [278.5, 1638.5], [278.5, 1680.5], [250.5, 1680.5]]}, +{"id": "twtgtg", "submitted_by": "Kinocokoutei", "name": "Yuru Camp\u25b3 (anime)", "description": "Yuru Camp (aka Laid-Back Camp/\u3086\u308b\u30ad\u30e3\u30f3\u25b3) is an anime about teenage girls that take camping trips in the Japanese countryside. They enjoy delicious meals and beautiful sceneries together.", "website": "https://anilist.co/anime/98444/Yuru-Camp/", "subreddit": "r/yurucamp", "center": [1350.5, 1965.5], "path": [[1328.5, 1971.5], [1334.5, 1958.5], [1361.5, 1958.5], [1365.5, 1963.5], [1371.5, 1963.5], [1371.5, 1971.5]]}, +{"id": "twtgsq", "submitted_by": "TheSameRareGuy", "name": "Hoshimachi Suisei", "description": "A pixel art of Hoshimachi Suisei, a member of Hololive (Gen 0)", "website": "[https://hololive.hololivepro.com/en/talents/hoshimachi-suisei/](https://hololive.hololivepro.com/en/talents/hoshimachi-suisei/)", "subreddit": "/r/Hololive", "center": [1479.5, 1101.5], "path": [[1494.5, 1075.5], [1488.5, 1075.5], [1487.5, 1077.5], [1478.5, 1077.5], [1477.5, 1078.5], [1476.5, 1078.5], [1475.5, 1079.5], [1474.5, 1082.5], [1474.5, 1084.5], [1472.5, 1084.5], [1470.5, 1085.5], [1466.5, 1088.5], [1465.5, 1091.5], [1463.5, 1091.5], [1462.5, 1092.5], [1467.5, 1094.5], [1468.5, 1096.5], [1468.5, 1100.5], [1468.5, 1103.5], [1464.5, 1103.5], [1462.5, 1103.5], [1456.5, 1104.5], [1452.5, 1107.5], [1452.5, 1120.5], [1500.5, 1120.5], [1499.5, 1115.5], [1498.5, 1113.5], [1493.5, 1113.5], [1493.5, 1106.5], [1501.5, 1106.5], [1500.5, 1096.5], [1496.5, 1091.5], [1496.5, 1085.5], [1499.5, 1082.5]]}, +{"id": "twtgq8", "submitted_by": "dab00mer9", "name": "Game theory", "description": "A logo of a youtube channel, the game theorist, film theory, food theory and one unannounced channel created by Matthew Patrick, a.k.a. MatPat", "website": "https://www.youtube.com/channel/UCo_IB5145EVNcf8hw1Kku7w", "subreddit": "r/GameTheorists", "center": [883.5, 1808.5], "path": [[890.5, 1816.5], [890.5, 1800.5], [875.5, 1800.5], [875.5, 1816.5]]}, +{"id": "twtgq7", "submitted_by": "Defu5er", "name": "The flag of BIH", "description": "The flag of BIH including the Stari Most, Bosanski Ljiljan, Vu\u010dko and a memorial for the victim of the Srebrenica genocide.", "website": "", "subreddit": "r/bih", "center": [348.5, 760.5], "path": [[363.5, 732.5], [352.5, 732.5], [352.5, 743.5], [321.5, 743.5], [321.5, 780.5], [373.5, 780.5], [373.5, 740.5], [363.5, 740.5], [363.5, 732.5]]}, +{"id": "twtgnj", "submitted_by": "Ollabear", "name": "Moon man", "description": "A man on the moon, drinking a Heineken beer. Collab between r/superstonk and r/placenl", "website": "", "subreddit": "", "center": [1991.5, 17.5], "path": [[1983.5, 6.5], [1997.5, 6.5], [1999.5, 28.5], [1985.5, 27.5], [1983.5, 6.5]]}, +{"id": "twtgek", "submitted_by": "Bisonratte", "name": "Fish Cult Crab Tank", "description": "A group of people trying to build little fish on r/place", "website": "", "subreddit": "/r/PlaceFishCult", "center": [1436.5, 954.5], "path": [[1419.5, 949.5], [1419.5, 951.5], [1420.5, 951.5], [1420.5, 952.5], [1421.5, 952.5], [1421.5, 953.5], [1422.5, 953.5], [1422.5, 955.5], [1421.5, 955.5], [1421.5, 958.5], [1422.5, 958.5], [1422.5, 959.5], [1451.5, 959.5], [1451.5, 949.5], [1419.5, 949.5]]}, +{"id": "twtgat", "submitted_by": "CalmCollectedOmega", "name": "Psy Fly", "description": "A tier 4 passive item that was added in The Binding of Isaac from the Repentance DLC.", "website": "", "subreddit": "", "center": [771.5, 1961.5], "path": [[763.5, 1958.5], [763.5, 1958.5], [762.5, 1959.5], [762.5, 1962.5], [763.5, 1963.5], [765.5, 1963.5], [765.5, 1964.5], [766.5, 1965.5], [766.5, 1966.5], [767.5, 1967.5], [768.5, 1967.5], [769.5, 1968.5], [772.5, 1968.5], [773.5, 1967.5], [774.5, 1967.5], [775.5, 1966.5], [775.5, 1965.5], [776.5, 1964.5], [777.5, 1964.5], [778.5, 1963.5], [779.5, 1963.5], [780.5, 1962.5], [780.5, 1959.5], [779.5, 1958.5], [778.5, 1957.5], [775.5, 1957.5], [774.5, 1958.5], [773.5, 1957.5], [773.5, 1956.5], [772.5, 1955.5], [771.5, 1954.5], [771.5, 1953.5], [771.5, 1952.5], [772.5, 1951.5], [772.5, 1950.5], [771.5, 1949.5], [772.5, 1950.5], [772.5, 1951.5], [771.5, 1952.5], [770.5, 1953.5], [770.5, 1954.5], [769.5, 1954.5], [769.5, 1955.5], [770.5, 1955.5], [770.5, 1956.5], [769.5, 1957.5], [768.5, 1958.5], [767.5, 1958.5], [766.5, 1958.5], [766.5, 1957.5], [765.5, 1957.5], [764.5, 1957.5], [764.5, 1957.5], [763.5, 1958.5]]}, +{"id": "twtg7l", "submitted_by": "RaceGhost47", "name": "Alex Yiik", "description": "Alex Yiik from the postmodern rpg YIIK, built by viewers at twitch.tv/Altrive", "website": "https://www.twitch.tv/altrive", "subreddit": "/r/Altrive", "center": [51.5, 1109.5], "path": [[41.5, 1096.5], [60.5, 1096.5], [60.5, 1121.5], [41.5, 1121.5]]}, +{"id": "twtg72", "submitted_by": "_Kaiji__", "name": "Dankpod", "description": "Australian YouTuber covering iPods, headphones & other things things related to Audio", "website": "", "subreddit": "r/dankpods", "center": [1426.5, 835.5], "path": [[1406.5, 840.5], [1406.5, 839.5], [1404.5, 838.5], [1403.5, 833.5], [1408.5, 831.5], [1448.5, 831.5], [1450.5, 832.5], [1450.5, 834.5], [1445.5, 840.5], [1406.5, 840.5]]}, +{"id": "twtg2q", "submitted_by": "_SoySauce", "name": "Genos", "description": "Genos, an S-rank hero and cyborg as well as a student of Saitama (right). From the anime One Punch Man.", "website": "", "subreddit": "r/OnePunchMan_place/", "center": [1942.5, 1566.5], "path": [[1923.5, 1562.5], [1938.5, 1556.5], [1940.5, 1556.5], [1945.5, 1559.5], [1951.5, 1559.5], [1954.5, 1556.5], [1959.5, 1562.5], [1959.5, 1567.5], [1963.5, 1567.5], [1964.5, 1568.5], [1964.5, 1570.5], [1963.5, 1574.5], [1922.5, 1574.5], [1922.5, 1562.5]]}, +{"id": "twtftt", "submitted_by": "Destructo_NOR", "name": "The S\u00e1mi people", "description": "The S\u00e1mi people are a Finno-Ugric-speaking people inhabiting the region of S\u00e1pmi (formerly known as Lapland), which today encompasses large northern parts of Norway, Sweden, Finland, and of the Murmansk Oblast, Russia", "website": "https://en.wikipedia.org/wiki/S%C3%A1mi_people", "subreddit": "", "center": [500.5, 64.5], "path": [[474.5, 35.5], [473.5, 92.5], [527.5, 93.5], [527.5, 38.5], [525.5, 35.5], [501.5, 35.5], [501.5, 33.5], [500.5, 32.5], [500.5, 31.5], [498.5, 31.5], [497.5, 32.5], [496.5, 32.5], [495.5, 32.5], [493.5, 31.5], [492.5, 31.5], [491.5, 32.5], [490.5, 33.5], [490.5, 35.5], [478.5, 35.5], [473.5, 35.5]]}, +{"id": "twtfpm", "submitted_by": "rikupone", "name": "Aar's Blue Cat", "description": "The blue cat character of a content creator called Aar. Organised and defended by his Discord server.", "website": "aarmastah.xyz", "subreddit": "r/aarmastah", "center": [61.5, 996.5], "path": [[57.5, 999.5], [64.5, 999.5], [64.5, 992.5], [63.5, 992.5], [63.5, 993.5], [57.5, 993.5]]}, +{"id": "twtfmn", "submitted_by": "Smithers888", "name": "Tiny TARDIS", "description": "A very small picture of the TARDIS from British TV sci-fi Doctor Who.", "website": "", "subreddit": "/r/tinytardis", "center": [1612.5, 254.5], "path": [[1611.5, 248.5], [1609.5, 250.5], [1609.5, 260.5], [1615.5, 260.5], [1615.5, 250.5], [1613.5, 248.5], [1611.5, 248.5]]}, +{"id": "twtfa1", "submitted_by": "Fsdmnt", "name": "Tribute to Zafinho", "description": "A tribute to the late French twitter influencer @Zafinho. Contribution made by his friend Pierre Lapin and its viewers.", "website": "https://twitter.com/Zafinho", "subreddit": "", "center": [932.5, 1501.5], "path": [[916.5, 1495.5], [916.5, 1495.5], [945.5, 1495.5], [946.5, 1495.5], [947.5, 1495.5], [947.5, 1506.5], [916.5, 1506.5], [916.5, 1505.5], [916.5, 1503.5]]}, +{"id": "twtf9j", "submitted_by": "Calsymen", "name": "Amogus", "description": "Amogusn", "website": "", "subreddit": "", "center": [1798.5, 790.5], "path": [[1802.5, 798.5], [1802.5, 793.5], [1805.5, 793.5], [1805.5, 786.5], [1803.5, 786.5], [1802.5, 784.5], [1800.5, 782.5], [1795.5, 782.5], [1792.5, 783.5], [1790.5, 787.5], [1792.5, 789.5], [1792.5, 798.5]]}, +{"id": "twtf87", "submitted_by": "Zwamdurkel", "name": "Kotori (Takanashi Kiara's Mascot)", "description": "This small bird is a mascot for Hololive English VTuber Takanashi Kiara", "website": "https://www.youtube.com/channel/UCHsx4Hqa-1ORjQTh9TYDhww", "subreddit": "/r/Hololive", "center": [1398.5, 942.5], "path": [[1393.5, 948.5], [1393.5, 936.5], [1403.5, 936.5], [1403.5, 948.5]]}, +{"id": "twtf76", "submitted_by": "MiguJib", "name": "Kosovo", "description": "The flag of Kosovo", "website": "", "subreddit": "", "center": [326.5, 290.5], "path": [[317.5, 283.5], [317.5, 297.5], [334.5, 297.5], [334.5, 283.5], [334.5, 283.5]]}, +{"id": "twtf6j", "submitted_by": "Pflaumenpueree", "name": "Phoenix Wright and Miles Edgeworth", "description": "Two characters from the video game series Ace Attorney, surrounded by an ace heart for the pun, and a few others", "website": "https://www.ace-attorney.com/", "subreddit": "r/AceAttorney r/plAceAttorney", "center": [0.5, 0.5], "path": []}, +{"id": "twtf0i", "submitted_by": "SlamaFR", "name": "N\u00e9pal", "description": "A very talented french rapper who passed away in 2019", "website": "", "subreddit": "", "center": [228.5, 1535.5], "path": [[215.5, 1513.5], [201.5, 1565.5], [215.5, 1566.5], [226.5, 1570.5], [240.5, 1583.5], [248.5, 1579.5], [248.5, 1533.5], [244.5, 1513.5], [236.5, 1504.5], [233.5, 1491.5], [228.5, 1483.5], [221.5, 1481.5], [215.5, 1484.5], [212.5, 1486.5], [211.5, 1490.5], [211.5, 1499.5]]}, +{"id": "twtf05", "submitted_by": "gigamicro", "name": "Estradiol Tablet", "description": "A popular method of MTF hormone therapy (dissolve under tongue for best results)", "website": "", "subreddit": "", "center": [524.5, 447.5], "path": [[517.5, 446.5], [519.5, 444.5], [520.5, 444.5], [521.5, 443.5], [526.5, 443.5], [527.5, 444.5], [528.5, 444.5], [530.5, 446.5], [530.5, 447.5], [528.5, 449.5], [527.5, 449.5], [526.5, 450.5], [521.5, 450.5], [520.5, 449.5], [519.5, 449.5], [517.5, 447.5]]}, +{"id": "twteze", "submitted_by": "Cerolean", "name": "The Squeer", "description": "The quadrilaterae family contains over 3,000 species within the Mammalia order. New species are discovered every other week. Common traits include having a square/cube-ish body structure, being extremely timid, and ravenous ramenvores. These creatures tend to occupy a small area of land on the West Coast of North America. The most abundant of them is the illusive Squeers. The bumbling buffoons subsist almost entirely on ramen and can be often seen huddling together in small sunlight patches. nThe great migration occurs yearly during June when Squeezes of Squeers can be seen skittering across streets and over buildings.", "website": "", "subreddit": "", "center": [0.5, 0.5], "path": []}, +{"id": "twtez1", "submitted_by": "BorendeBuurman", "name": "a row of pokeballs", "description": "a row of different pokeballs and a shiny voltorb", "website": "[https://www.pokemon.com/us/](https://www.pokemon.com/us/)", "subreddit": "r/pokemon", "center": [1013.5, 708.5], "path": [[906.5, 714.5], [906.5, 702.5], [1123.5, 702.5], [1123.5, 705.5], [1118.5, 708.5], [1117.5, 714.5]]}, +{"id": "twteuv", "submitted_by": "adr676", "name": "Snakeroom", "description": "The logo and website of the Snakeroom group, a group dedicated to solving and discussing Reddit's yearly April Fools events and official Reddit-run ARGs \u2014 both before and while they happen.", "website": "https://snakeroom.org", "subreddit": "/r/snakeroomalliance", "center": [1784.5, 1192.5], "path": [[1764.5, 1208.5], [1764.5, 1191.5], [1772.5, 1191.5], [1772.5, 1189.5], [1771.5, 1188.5], [1771.5, 1184.5], [1773.5, 1182.5], [1774.5, 1182.5], [1775.5, 1181.5], [1775.5, 1179.5], [1776.5, 1178.5], [1777.5, 1177.5], [1778.5, 1176.5], [1779.5, 1175.5], [1796.5, 1175.5], [1797.5, 1176.5], [1798.5, 1176.5], [1803.5, 1181.5], [1803.5, 1182.5], [1804.5, 1183.5], [1804.5, 1190.5], [1803.5, 1191.5], [1803.5, 1192.5], [1800.5, 1195.5], [1799.5, 1197.5], [1798.5, 1198.5], [1797.5, 1199.5], [1796.5, 1201.5], [1796.5, 1202.5], [1795.5, 1203.5], [1795.5, 1208.5]]}, +{"id": "twteuc", "submitted_by": "SnowConure", "name": "Rapid Rabid", "description": "Rapid Rabid is a friend group from sweden who hangout in discord shitposting memes about Gebbos, the character on the canvas.", "website": "", "subreddit": "", "center": [709.5, 1682.5], "path": [[701.5, 1688.5], [701.5, 1675.5], [715.5, 1675.5], [715.5, 1681.5], [716.5, 1682.5], [717.5, 1683.5], [718.5, 1684.5], [718.5, 1688.5]]}, +{"id": "twteqz", "submitted_by": "Calsymen", "name": "JL Logo", "description": "Logo from the JL (Jobless) community lead by streamers like JL Tomy or JL Amarun", "website": "", "subreddit": "", "center": [1864.5, 79.5], "path": [[1850.5, 93.5], [1850.5, 64.5], [1877.5, 64.5], [1877.5, 93.5]]}, +{"id": "twtegl", "submitted_by": "DG_TBHItzDG", "name": "CORPSE HUSBAND", "description": "YouTuber Corpse Husband, art from his song Agoraphobic", "website": "https://www.youtube.com/c/CorpseHusband", "subreddit": "https://www.reddit.com/r/CorpseHusband/", "center": [1259.5, 1042.5], "path": [[1269.5, 1004.5], [1285.5, 1004.5], [1285.5, 1071.5], [1261.5, 1072.5], [1257.5, 1075.5], [1255.5, 1081.5], [1243.5, 1081.5], [1238.5, 1075.5], [1234.5, 1071.5], [1229.5, 1070.5], [1225.5, 1069.5], [1225.5, 1057.5], [1234.5, 1039.5], [1235.5, 1031.5], [1244.5, 1024.5], [1246.5, 1013.5], [1247.5, 1005.5], [1257.5, 1002.5], [1267.5, 1004.5], [1279.5, 1004.5]]}, +{"id": "twtedw", "submitted_by": "litterally_who6354", "name": "Manchester United", "description": "Popular Football/Soccer team", "website": "", "subreddit": "/r/manchester/", "center": [1640.5, 663.5], "path": [[1620.5, 637.5], [1654.5, 637.5], [1654.5, 638.5], [1655.5, 638.5], [1655.5, 639.5], [1656.5, 639.5], [1656.5, 640.5], [1658.5, 640.5], [1658.5, 639.5], [1659.5, 639.5], [1659.5, 638.5], [1660.5, 638.5], [1660.5, 637.5], [1660.5, 689.5], [1620.5, 688.5]]}, +{"id": "twte9r", "submitted_by": "srmark", "name": "Hungarian flag and artwork", "description": "The second flag built by the hungarian community on the canvas", "website": "", "subreddit": "r/hungary", "center": [1334.5, 265.5], "path": [[1171.5, 251.5], [1171.5, 279.5], [1496.5, 278.5], [1496.5, 250.5]]}, +{"id": "twte6v", "submitted_by": "-beam", "name": "Art Deco pattern", "description": "A tribute to art deco architectue in Belgium", "website": "", "subreddit": "/r/belgium", "center": [1307.5, 801.5], "path": [[1281.5, 773.5], [1333.5, 773.5], [1332.5, 829.5], [1332.5, 829.5], [1282.5, 829.5], [1282.5, 775.5]]}, +{"id": "twte63", "submitted_by": "SlamaFR", "name": "Liberty Leading the People", "description": "A famous painting made by Eug\u00e8ne Delacroix commemorating the July Revolution of 1830", "website": "", "subreddit": "", "center": [207.5, 1725.5], "path": [[167.5, 1696.5], [167.5, 1755.5], [248.5, 1753.5], [247.5, 1696.5]]}, +{"id": "twte5n", "submitted_by": "TroFacing", "name": "Escape From Tarkov", "description": "Escape from Tarkov is a hardcore and realistic online first-person action RPG/Simulator with MMO features.nThe picture is of the helmet of the ingame boss Killa.", "website": "[https://www.escapefromtarkov.com/](https://www.escapefromtarkov.com/)", "subreddit": "/r/EscapefromTarkov", "center": [1976.5, 464.5], "path": [[1966.5, 490.5], [1966.5, 488.5], [1965.5, 487.5], [1965.5, 486.5], [1964.5, 485.5], [1964.5, 484.5], [1956.5, 476.5], [1956.5, 474.5], [1955.5, 473.5], [1955.5, 471.5], [1954.5, 470.5], [1953.5, 469.5], [1953.5, 458.5], [1954.5, 457.5], [1954.5, 456.5], [1955.5, 455.5], [1955.5, 454.5], [1956.5, 453.5], [1956.5, 451.5], [1957.5, 450.5], [1957.5, 448.5], [1961.5, 444.5], [1962.5, 444.5], [1962.5, 443.5], [1965.5, 443.5], [1966.5, 442.5], [1968.5, 442.5], [1968.5, 441.5], [1981.5, 441.5], [1982.5, 442.5], [1984.5, 442.5], [1985.5, 443.5], [1987.5, 443.5], [1991.5, 447.5], [1991.5, 448.5], [1992.5, 448.5], [1994.5, 450.5], [1994.5, 452.5], [1995.5, 453.5], [1996.5, 453.5], [1996.5, 456.5], [1997.5, 457.5], [1998.5, 458.5], [1998.5, 481.5], [1977.5, 481.5], [1977.5, 490.5], [1966.5, 490.5]]}, +{"id": "twte4k", "submitted_by": "litterally_who6354", "name": "Paimon", "description": "Mascot character of genshin impact. The blue stars are called primogems and are the premium currency of the game", "website": "", "subreddit": "/r/Genshin_Impact/", "center": [1854.5, 743.5], "path": [[1834.5, 741.5], [1838.5, 738.5], [1837.5, 736.5], [1836.5, 735.5], [1837.5, 734.5], [1838.5, 734.5], [1838.5, 730.5], [1838.5, 729.5], [1837.5, 729.5], [1837.5, 727.5], [1836.5, 727.5], [1837.5, 726.5], [1872.5, 726.5], [1872.5, 760.5], [1872.5, 759.5], [1871.5, 759.5], [1869.5, 759.5], [1868.5, 759.5], [1868.5, 760.5], [1868.5, 759.5], [1865.5, 759.5], [1860.5, 759.5], [1859.5, 761.5], [1850.5, 761.5], [1849.5, 761.5], [1849.5, 762.5], [1849.5, 761.5], [1849.5, 759.5], [1843.5, 759.5], [1843.5, 760.5], [1841.5, 760.5], [1841.5, 759.5], [1837.5, 759.5], [1839.5, 756.5], [1839.5, 755.5], [1834.5, 749.5], [1836.5, 746.5], [1837.5, 744.5]]}, +{"id": "twte2s", "submitted_by": "Mevarit", "name": "Peepo the dog", "description": "Dog of the streamer Leon from the collective bonjwa. Peepo is a very good boy and likes to sniff Mike.", "website": "https://www.twitch.tv/bonjwa", "subreddit": "/r/bonjwade/", "center": [1530.5, 1261.5], "path": [[1517.5, 1250.5], [1542.5, 1250.5], [1542.5, 1273.5], [1522.5, 1273.5], [1522.5, 1271.5], [1519.5, 1271.5], [1519.5, 1257.5], [1517.5, 1257.5], [1517.5, 1250.5]]}, +{"id": "twte0y", "submitted_by": "Blizhazard", "name": "Chibi Holostars", "description": "Chibi figures of 3 members of holostars which is a male branch of hololive. From top to bottom: Hanasaki Miyabi, Astel Leda and Kageyama Shien.", "website": "https://holostars.hololivepro.com/en/", "subreddit": "r/holostars", "center": [1397.5, 915.5], "path": [[1395.5, 903.5], [1401.5, 903.5], [1402.5, 904.5], [1402.5, 926.5], [1394.5, 926.5], [1393.5, 924.5], [1392.5, 924.5], [1392.5, 911.5], [1393.5, 904.5], [1393.5, 904.5]]}, +{"id": "twte09", "submitted_by": "MordecaiXLII", "name": "Widejoy", "description": "Killjoy from Valorant. A glitch made a banner on which she appeared too wide. Riot Games ended up removing the glitched banner but added a few references to the beloved meme in the game.", "website": "", "subreddit": "/r/valorant", "center": [170.5, 817.5], "path": [[110.5, 805.5], [229.5, 805.5], [229.5, 828.5], [110.5, 828.5], [110.5, 805.5]]}, +{"id": "twtdul", "submitted_by": "litterally_who6354", "name": "Quackity", "description": "Minecraft youtuber, his avatar is from Toontown", "website": "", "subreddit": "/r/dreamsmp/", "center": [819.5, 1263.5], "path": [[786.5, 1225.5], [786.5, 1300.5], [852.5, 1300.5], [852.5, 1225.5]]}, +{"id": "twtdlr", "submitted_by": "X_Gamix_X", "name": "Tom und das Erdbeermarmeladebrot mit Honig", "description": "Tom and the Slice of Bread with Strawberry Jam and Honey is a German animated television series for children ages 3\u20138 years, created by Andreas Hykade.", "website": "https://de.wikipedia.org/wiki/https://en.wikipedia.org/wiki/Tom_und_das_Erdbeermarmeladebrot_mit_Honig", "subreddit": "/r/placeDE", "center": [1349.5, 857.5], "path": [[1351.5, 853.5], [1344.5, 854.5], [1348.5, 848.5], [1350.5, 848.5], [1350.5, 849.5], [1352.5, 849.5], [1352.5, 850.5], [1353.5, 850.5], [1354.5, 852.5], [1354.5, 851.5], [1354.5, 852.5], [1355.5, 852.5], [1356.5, 852.5], [1356.5, 853.5], [1357.5, 853.5], [1357.5, 855.5], [1358.5, 855.5], [1358.5, 854.5], [1358.5, 856.5], [1357.5, 857.5], [1357.5, 858.5], [1358.5, 858.5], [1359.5, 859.5], [1359.5, 860.5], [1359.5, 862.5], [1359.5, 863.5], [1358.5, 864.5], [1357.5, 864.5], [1356.5, 865.5], [1356.5, 865.5], [1356.5, 864.5], [1357.5, 864.5], [1355.5, 864.5], [1354.5, 864.5], [1354.5, 865.5], [1353.5, 865.5], [1353.5, 866.5], [1352.5, 866.5], [1344.5, 866.5], [1344.5, 865.5], [1341.5, 865.5], [1340.5, 864.5], [1339.5, 863.5], [1339.5, 858.5], [1340.5, 857.5], [1339.5, 856.5], [1339.5, 855.5], [1341.5, 853.5], [1342.5, 853.5], [1346.5, 849.5], [1347.5, 849.5], [1348.5, 848.5], [1350.5, 848.5], [1351.5, 849.5]]}, +{"id": "twtdk5", "submitted_by": "ptitcoeeurrr", "name": "HHUT", "description": "HHUT, AKA Hip-Hop Ultimate Team. The small French community found their little heaven to place the logo. nnHip-Hop Ultimate Team is for all people who like rap and hip-hop. They are making real cards playable based on artists (Drake, Kanye West, Eminem...). ", "website": "hhut.fr", "subreddit": "", "center": [1127.5, 1872.5], "path": [[1120.5, 1881.5], [1135.5, 1882.5], [1135.5, 1863.5], [1120.5, 1863.5], [1119.5, 1863.5], [1120.5, 1864.5], [1120.5, 1864.5], [1119.5, 1875.5], [1120.5, 1880.5]]}, +{"id": "twtdfv", "submitted_by": "JimboTheAardvark", "name": "Brazil", "description": "A panel featuring the Brazilian flag and several natural and cultural features of the country.", "website": "", "subreddit": "/r/brasil", "center": [1099.5, 593.5], "path": [[911.5, 568.5], [909.5, 619.5], [1288.5, 617.5], [1290.5, 567.5], [1287.5, 567.5]]}, +{"id": "twtdep", "submitted_by": "litterally_who6354", "name": "Kasane Teto", "description": "Popular Utau character/voice, a voice synthesizer program made to make music", "website": "", "subreddit": "", "center": [1816.5, 651.5], "path": [[1806.5, 638.5], [1806.5, 642.5], [1805.5, 642.5], [1805.5, 646.5], [1805.5, 647.5], [1806.5, 647.5], [1806.5, 648.5], [1808.5, 648.5], [1808.5, 656.5], [1807.5, 656.5], [1807.5, 664.5], [1825.5, 664.5], [1825.5, 638.5]]}, +{"id": "twtde8", "submitted_by": "DrakeScoTT123", "name": "Fattypillow", "description": "Popular czech youtuber and streamer!n", "website": "", "subreddit": "/r/Fattypillow", "center": [1568.5, 1241.5], "path": [[1536.5, 1233.5], [1599.5, 1233.5], [1599.5, 1249.5], [1536.5, 1249.5], [1536.5, 1249.5], [1536.5, 1233.5]]}, +{"id": "twtday", "submitted_by": "Dry-Acanthopterygii9", "name": "Mizutsune ", "description": "A monster from Monster Hunter game series, loved by its community. His pink color palette and his ability to create bubbles make him so unique ", "website": "", "subreddit": "/r/MonsterHunter", "center": [1891.5, 1581.5], "path": [[1908.5, 1562.5], [1908.5, 1600.5], [1874.5, 1600.5], [1875.5, 1562.5]]}, +{"id": "twtd6i", "submitted_by": "FlonflonMusique", "name": "Star Academy (reste du logo)", "description": "Les restes du logo Star Academy (rip petitanj) cr\u00e9\u00e9 le 04/04/2022 par les doux dingues sur la cha\u00eene Flonflon_musique", "website": "https://twitch.tv/flonflon_musique", "subreddit": "", "center": [1047.5, 1320.5], "path": [[1040.5, 1315.5], [1038.5, 1331.5], [1053.5, 1332.5], [1055.5, 1302.5]]}, +{"id": "twtd4j", "submitted_by": "Calsymen", "name": "Chatot", "description": "Chatot is a flying-normal pokemon from the fourth generation", "website": "", "subreddit": "r/Pokemon", "center": [81.5, 754.5], "path": [[72.5, 743.5], [91.5, 744.5], [90.5, 764.5], [73.5, 764.5]]}, +{"id": "twtd3v", "submitted_by": "Educational-Ad-170", "name": "Perfect cherry blossom crew", "description": "Perfect cherry blossom crew from Touhou Project", "website": "", "subreddit": "r/touhou", "center": [1742.5, 811.5], "path": [[1699.5, 789.5], [1700.5, 832.5], [1786.5, 832.5], [1785.5, 790.5]]}, +{"id": "twtd3k", "submitted_by": "fortis_99", "name": "Girls Frontline", "description": "Logo of Girls Frontline, a tactical gacha game. Featuring anime android girls representing firearms.", "website": "https://gf.sunborngame.com/", "subreddit": "r/GirlsFrontline", "center": [1778.5, 729.5], "path": [[1765.5, 725.5], [1769.5, 725.5], [1771.5, 722.5], [1768.5, 720.5], [1768.5, 717.5], [1769.5, 717.5], [1769.5, 715.5], [1768.5, 715.5], [1768.5, 711.5], [1769.5, 711.5], [1770.5, 710.5], [1771.5, 710.5], [1772.5, 707.5], [1772.5, 708.5], [1775.5, 705.5], [1776.5, 705.5], [1780.5, 709.5], [1780.5, 711.5], [1779.5, 711.5], [1779.5, 713.5], [1781.5, 716.5], [1783.5, 717.5], [1784.5, 720.5], [1785.5, 723.5], [1787.5, 726.5], [1790.5, 725.5], [1790.5, 737.5], [1790.5, 742.5], [1790.5, 747.5], [1788.5, 747.5], [1787.5, 748.5], [1783.5, 747.5], [1783.5, 747.5], [1782.5, 746.5], [1780.5, 745.5], [1776.5, 745.5], [1774.5, 744.5], [1772.5, 743.5], [1771.5, 740.5], [1770.5, 739.5], [1771.5, 738.5], [1770.5, 738.5], [1772.5, 737.5], [1765.5, 737.5], [1765.5, 737.5]]}, +{"id": "twtd3c", "submitted_by": "litterally_who6354", "name": "Perfect Cherry Blossom", "description": "3 characters from the touhou series, specifically from the 7th game, Perfect Cherry BlossomnFrom left to Right we have nYoumu Konpaku, Yuyuko Saigyouji and nYukari Yakumo", "website": "", "subreddit": "/r/touhou", "center": [1743.5, 809.5], "path": [[1701.5, 791.5], [1701.5, 828.5], [1785.5, 830.5], [1785.5, 790.5], [1748.5, 790.5], [1748.5, 789.5], [1727.5, 789.5], [1727.5, 790.5], [1701.5, 790.5]]}, +{"id": "twtd2d", "submitted_by": "Turboboobs3000", "name": "TWRP", "description": "TWRP is a groovy band check this out", "website": "https://www.youtube.com/watch?v=AmRAl1k9DFA&list=PL4yDUqY9uMwiRXSzsZiwFLWJ6dS5f_Hya", "subreddit": "", "center": [1046.5, 1767.5], "path": [[1041.5, 1754.5], [1041.5, 1753.5], [1052.5, 1753.5], [1055.5, 1755.5], [1059.5, 1760.5], [1061.5, 1765.5], [1061.5, 1772.5], [1059.5, 1776.5], [1057.5, 1778.5], [1051.5, 1779.5], [1037.5, 1779.5], [1034.5, 1776.5], [1032.5, 1771.5], [1033.5, 1761.5], [1037.5, 1756.5], [1039.5, 1754.5], [1041.5, 1753.5], [1043.5, 1753.5]]}, +{"id": "twtcu7", "submitted_by": "MinorMynah", "name": "The Kenyan flag", "description": "The Kenyan flag - with its signature shield", "website": "", "subreddit": "", "center": [788.5, 999.5], "path": [[781.5, 982.5], [795.5, 982.5], [795.5, 1016.5], [781.5, 1016.5]]}, +{"id": "twtct2", "submitted_by": "Citipati_", "name": "Mizutsune ", "description": "Mizutsune is a popular monster from the game Monster hunter", "website": "", "subreddit": "/r/MonsterHunter", "center": [1891.5, 1581.5], "path": [[1874.5, 1599.5], [1874.5, 1563.5], [1907.5, 1563.5], [1907.5, 1599.5]]}, +{"id": "twtcrq", "submitted_by": "Fishes_Glubs", "name": "University of California, Los Angeles", "description": "The University of California, Los Angeles is a public land-grant research university in Los Angeles, California. UCLA\u2019s academic roots were established in 1882 as a teachers college then known as the southern branch of the California State Normal School.", "website": "https://www.ucla.edu/", "subreddit": "/r/ucla", "center": [1893.5, 346.5], "path": [[1868.5, 321.5], [1917.5, 321.5], [1917.5, 371.5], [1868.5, 371.5]]}, +{"id": "twtcpa", "submitted_by": "Wistian_", "name": "TRIA", "description": "A ROBLOX-based group most notable for the game TRIA.os.", "website": "", "subreddit": "", "center": [575.5, 1093.5], "path": [[563.5, 1082.5], [589.5, 1082.5], [589.5, 1089.5], [587.5, 1105.5], [562.5, 1105.5], [562.5, 1084.5], [563.5, 1082.5]]}, +{"id": "twtcn7", "submitted_by": "-criticalFUSION-", "name": "Tetris Perfect Clear Opening", "description": "One of the most common ways to use the first bag of pieces the player receives in a round of competitive Tetris, mostly for its ability to regularly produce a Perfect Clear.", "website": "", "subreddit": "/r/Tetris", "center": [1506.5, 1748.5], "path": [[1486.5, 1739.5], [1486.5, 1757.5], [1527.5, 1757.5], [1526.5, 1739.5]]}, +{"id": "twtclw", "submitted_by": "Troloze", "name": "Machado de Assis", "description": "One of the most influencial brazilian writter of all time, born in 1839, responsible for various titles as Dom Casmurro, Mem\u00f3rias P\u00f3stumas de Br\u00e1s Cubas, and many more.", "website": "https://en.wikipedia.org/wiki/Machado_de_Assis", "subreddit": "", "center": [919.5, 605.5], "path": [[914.5, 616.5], [914.5, 612.5], [913.5, 609.5], [911.5, 608.5], [910.5, 607.5], [910.5, 596.5], [912.5, 595.5], [914.5, 594.5], [922.5, 593.5], [924.5, 594.5], [925.5, 595.5], [926.5, 596.5], [927.5, 599.5], [926.5, 599.5], [926.5, 600.5], [927.5, 602.5], [927.5, 607.5], [927.5, 610.5], [927.5, 613.5], [925.5, 617.5], [922.5, 618.5], [919.5, 619.5], [915.5, 619.5], [914.5, 617.5]]}, +{"id": "twtcdt", "submitted_by": "litterally_who6354", "name": "Steins;Gate cast", "description": "This pixel art represents Okabe Rintaro with his two assistants: Kurisu Makise (girl with red hair) and Mayuri Shiina (girl with the hat) from the visual novel Steins;Gate", "website": "", "subreddit": "/r/steinsgate/", "center": [516.5, 1903.5], "path": [[495.5, 1880.5], [495.5, 1908.5], [497.5, 1908.5], [499.5, 1909.5], [500.5, 1911.5], [500.5, 1913.5], [496.5, 1920.5], [496.5, 1923.5], [499.5, 1923.5], [501.5, 1926.5], [536.5, 1927.5], [536.5, 1880.5], [512.5, 1880.5]]}, +{"id": "twtc4w", "submitted_by": "poptartcrap", "name": "r/trees", "description": "A leaf created and kept by the community ", "website": "", "subreddit": "/r/trees", "center": [735.5, 414.5], "path": [[719.5, 399.5], [719.5, 428.5], [751.5, 428.5], [751.5, 399.5]]}, +{"id": "twtc3e", "submitted_by": "gigamicro", "name": "Enby Bl\u00e5haj", "description": "A bl\u00e5haj (stuffed shark sold by Ikea) with the non-binary flag on it", "website": "https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/", "subreddit": "", "center": [579.5, 458.5], "path": [[579.5, 443.5], [575.5, 443.5], [573.5, 445.5], [572.5, 445.5], [572.5, 447.5], [571.5, 447.5], [571.5, 449.5], [570.5, 450.5], [566.5, 450.5], [565.5, 451.5], [562.5, 451.5], [561.5, 452.5], [560.5, 452.5], [558.5, 454.5], [558.5, 458.5], [559.5, 459.5], [559.5, 460.5], [562.5, 463.5], [563.5, 463.5], [565.5, 465.5], [568.5, 465.5], [569.5, 466.5], [574.5, 466.5], [575.5, 467.5], [578.5, 467.5], [579.5, 468.5], [583.5, 468.5], [583.5, 469.5], [589.5, 469.5], [591.5, 467.5], [589.5, 467.5], [588.5, 466.5], [587.5, 465.5], [588.5, 464.5], [590.5, 464.5], [591.5, 463.5], [593.5, 463.5], [594.5, 462.5], [596.5, 462.5], [597.5, 463.5], [602.5, 464.5], [603.5, 463.5], [603.5, 461.5], [600.5, 458.5], [600.5, 454.5], [601.5, 453.5], [601.5, 447.5], [599.5, 447.5], [597.5, 449.5], [597.5, 450.5], [596.5, 451.5], [596.5, 453.5], [594.5, 455.5], [591.5, 455.5], [590.5, 454.5], [589.5, 454.5], [588.5, 453.5], [588.5, 450.5], [586.5, 450.5], [584.5, 452.5], [583.5, 452.5], [582.5, 451.5], [578.5, 451.5], [577.5, 450.5], [577.5, 449.5], [578.5, 448.5], [578.5, 446.5]]}, +{"id": "twtc0e", "submitted_by": "litterally_who6354", "name": "Haru Urara", "description": "Main chaarcter from uma musume, a gacha game for mobile", "website": "", "subreddit": "/r/UmaMusume/", "center": [1184.5, 77.5], "path": [[1173.5, 87.5], [1194.5, 87.5], [1194.5, 66.5], [1185.5, 66.5], [1185.5, 65.5], [1183.5, 65.5], [1183.5, 64.5], [1180.5, 64.5], [1178.5, 66.5], [1178.5, 67.5], [1177.5, 67.5], [1177.5, 68.5], [1174.5, 73.5], [1173.5, 76.5]]}, +{"id": "twtbvj", "submitted_by": "DonCrogod", "name": "Lake Balaton", "description": "Freshwater lake in Hungary and the largest lake in Central Europe.", "website": "", "subreddit": "", "center": [1282.5, 267.5], "path": [[1261.5, 274.5], [1287.5, 261.5], [1294.5, 254.5], [1299.5, 260.5], [1298.5, 264.5], [1269.5, 277.5], [1262.5, 278.5]]}, +{"id": "twtbkf", "submitted_by": "TroFacing", "name": "Escape From Tarkov", "description": "Escape from Tarkov is a hardcore and realistic online first-person action RPG/Simulator with MMO features.nThe picture is of a Terragroup LABS keycard from the game.", "website": "[https://www.escapefromtarkov.com/](https://www.escapefromtarkov.com/)", "subreddit": "/r/EscapefromTarkov", "center": [1325.5, 1906.5], "path": [[1300.5, 1900.5], [1366.5, 1900.5], [1366.5, 1906.5], [1326.5, 1906.5], [1326.5, 1916.5], [1300.5, 1916.5]]}, +{"id": "twtb8x", "submitted_by": "Dinosaurin", "name": "MarceloBR Pixelart", "description": "Pixelart of MarceloBR, finally almost in mint condition after multiple Grief Attempts.", "website": "https://twitter.com/marcelo_shiny", "subreddit": "", "center": [1692.5, 1989.5], "path": [[1683.5, 1977.5], [1683.5, 2000.5], [1700.5, 2000.5], [1700.5, 1977.5]]}, +{"id": "twtb80", "submitted_by": "Th3Ocelot", "name": "USS Ente", "description": "The USS Ente (german for duck) is a spaceship in an animated series from german Youtuber Coldmirror, in which the crew takes on silly adventures", "website": "https://www.youtube.com/watch?v=jn3wG4z_Scw", "subreddit": "r/coldmirror", "center": [369.5, 1133.5], "path": [[364.5, 1130.5], [359.5, 1130.5], [355.5, 1129.5], [354.5, 1133.5], [354.5, 1135.5], [356.5, 1139.5], [357.5, 1141.5], [359.5, 1143.5], [375.5, 1143.5], [381.5, 1138.5], [380.5, 1132.5], [382.5, 1130.5], [382.5, 1127.5], [380.5, 1124.5], [377.5, 1123.5], [376.5, 1121.5], [367.5, 1121.5], [364.5, 1124.5], [364.5, 1130.5], [358.5, 1130.5], [359.5, 1130.5]]}, +{"id": "twtb6y", "submitted_by": "Hinawe", "name": "Toulouse FC", "description": "IramisTM and Toulouse Football Club made this logo to represent their football club.", "website": "", "subreddit": "", "center": [961.5, 1823.5], "path": [[939.5, 1816.5], [983.5, 1816.5], [984.5, 1830.5], [939.5, 1830.5], [939.5, 1826.5], [939.5, 1824.5], [939.5, 1824.5]]}, +{"id": "twtb2n", "submitted_by": "Paperscollisions", "name": "Technoblade Never Dies", "description": "A sign dedicated to the youtuber Technoblade, that features one of his main catchphrases, a lavender ribbon to show support towards his fight with cancer, as well as a potato rank #1 sign underneath it to celebrate his victory in the great potato war that took place on Hypixel.nAfter the signs were made, the piece quickly grew to include a lot of his friends and fellow creators.", "website": "", "subreddit": "r/technoblade", "center": [175.5, 918.5], "path": [[154.5, 874.5], [154.5, 874.5], [216.5, 874.5], [216.5, 926.5], [195.5, 926.5], [195.5, 963.5], [136.5, 963.5], [136.5, 897.5], [161.5, 897.5], [161.5, 882.5], [154.5, 882.5], [154.5, 874.5]]}, +{"id": "twtarg", "submitted_by": "JackTheFoxOtter", "name": "NeosVR Logo", "description": "The logo of the metaverse-engine Neos, constructed by members of its community. During the last hours before the great clear, this emblem was established and managed to survive up until the very end thanks to the strong alliance with the buddha.gg community. Stronger than ever before, the two communities fought side by side against the final attack of streamer ElSpreen, their defenses holding strong, but in the end this final battle was left undecided as the spread of the great clear turned out to be the ultimate winner after all. Still, stories of this epic, final combat will surely be passed down as tales and legends for many generations to come, and the alliance that has been formed on that day will live on even past the all consuming void.", "website": "https://neos.com/", "subreddit": "r/NeosVR", "center": [1379.5, 653.5], "path": [[1374.5, 648.5], [1384.5, 648.5], [1384.5, 658.5], [1374.5, 658.5]]}, +{"id": "twtar6", "submitted_by": "Calsymen", "name": "Aston Villa Logo", "description": "Aston Villa Football culb is one of the oldest english club currently in the premier league", "website": "", "subreddit": "r/AVFC", "center": [631.5, 1700.5], "path": [[642.5, 1716.5], [620.5, 1716.5], [620.5, 1684.5], [642.5, 1685.5]]}, +{"id": "twtaqb", "submitted_by": "TheSquirtleboy", "name": "Chapter 2 Ralsei", "description": "Ralsei from Chapter 2 of Deltarune striking a cool pose ", "website": "", "subreddit": "r/Ralsei", "center": [692.5, 794.5], "path": [[688.5, 779.5], [688.5, 779.5], [689.5, 781.5], [690.5, 775.5], [693.5, 777.5], [694.5, 780.5], [699.5, 779.5], [702.5, 781.5], [701.5, 784.5], [699.5, 786.5], [705.5, 784.5], [705.5, 789.5], [703.5, 792.5], [699.5, 793.5], [702.5, 796.5], [707.5, 801.5], [705.5, 806.5], [702.5, 807.5], [699.5, 807.5], [695.5, 807.5], [694.5, 809.5], [693.5, 813.5], [687.5, 814.5], [685.5, 811.5], [688.5, 808.5], [683.5, 806.5], [684.5, 802.5], [682.5, 801.5], [682.5, 797.5], [680.5, 793.5], [678.5, 790.5], [677.5, 787.5], [677.5, 784.5], [677.5, 783.5], [677.5, 780.5]]}, +{"id": "twtaas", "submitted_by": "Chef_Senpai", "name": "Kamisato Ayaka (\u795e\u91cc\u7dbe\u83ef)", "description": "She is the oldest daughter of the Kamisato Clan and sister of Kamisato Ayato", "website": "", "subreddit": "https://www.reddit.com/r/AyakaMains/", "center": [1138.5, 1555.5], "path": [[1155.5, 1523.5], [1117.5, 1523.5], [1116.5, 1573.5], [1124.5, 1573.5], [1128.5, 1566.5], [1133.5, 1567.5], [1136.5, 1573.5], [1133.5, 1576.5], [1137.5, 1580.5], [1130.5, 1594.5], [1138.5, 1601.5], [1141.5, 1597.5], [1140.5, 1595.5], [1155.5, 1595.5], [1155.5, 1523.5]]}, +{"id": "twtaar", "submitted_by": "Quadjunge", "name": "Peepo", "description": "Emote from a popular german Twitch channel. It shows the streamers dog, called peepo.nn", "website": "[https://www.twitch.tv/bonjwa](https://www.twitch.tv/bonjwa)", "subreddit": "", "center": [1530.5, 1261.5], "path": [[1518.5, 1250.5], [1518.5, 1271.5], [1522.5, 1271.5], [1522.5, 1273.5], [1542.5, 1273.5], [1542.5, 1250.5], [1518.5, 1250.5]]}, +{"id": "twta73", "submitted_by": "BlupMcBubbles", "name": "The son of Man", "description": "One of the famous painting of Ren\u00e9 Magritte, a Belgian surrealist painter.", "website": "", "subreddit": "", "center": [320.5, 578.5], "path": [[311.5, 570.5], [328.5, 570.5], [328.5, 586.5], [311.5, 586.5]]}, +{"id": "twta68", "submitted_by": "MinorMynah", "name": "Flag of Mauritius", "description": "", "website": "", "subreddit": "", "center": [723.5, 1070.5], "path": [[721.5, 1069.5], [722.5, 1069.5], [723.5, 1069.5], [724.5, 1069.5], [725.5, 1069.5], [726.5, 1069.5], [726.5, 1070.5], [721.5, 1070.5], [721.5, 1071.5], [721.5, 1071.5], [722.5, 1071.5], [722.5, 1071.5], [725.5, 1071.5], [726.5, 1072.5], [721.5, 1072.5]]}, +{"id": "twta3t", "submitted_by": "em_tsuj_sti", "name": "Berlin Victory Column with Amogus", "description": "A column in berlin erected in 1864 to commemorate the Prussian victory in the Second Schleswig WarnIts top which normally depicts the goddess of victory was replaced by an Amogus statue", "website": "https://en.wikipedia.org/wiki/Berlin_Victory_Column", "subreddit": "r/placeDE", "center": [1797.5, 835.5], "path": [[1817.5, 869.5], [1780.5, 869.5], [1780.5, 862.5], [1786.5, 862.5], [1786.5, 850.5], [1791.5, 850.5], [1793.5, 845.5], [1793.5, 804.5], [1791.5, 803.5], [1792.5, 782.5], [1801.5, 782.5], [1803.5, 786.5], [1805.5, 786.5], [1805.5, 793.5], [1802.5, 793.5], [1803.5, 799.5], [1801.5, 805.5], [1801.5, 845.5], [1803.5, 849.5], [1810.5, 850.5], [1809.5, 862.5]]}, +{"id": "twta2u", "submitted_by": "DiamondAirWind", "name": "Super Animal Royale", "description": "A Battle Royale game with cute animals as avatars!", "website": "[https://animalroyale.fandom.com/wiki/Super_Animal_Royale_Wiki](https://animalroyale.fandom.com/wiki/Super_Animal_Royale_Wiki)", "subreddit": "r/animalroyale", "center": [1375.5, 728.5], "path": [[1364.5, 711.5], [1386.5, 711.5], [1387.5, 746.5], [1364.5, 745.5], [1364.5, 743.5]]}, +{"id": "twt9yw", "submitted_by": "MarauLePequenaud", "name": "Nepal (french rapper)", "description": "French rapper who sadly passed away in 2019. The community decided to commemorate him for his contribution to french rap music.", "website": "https://fr.wikipedia.org/wiki/N%C3%A9pal_(rappeur)", "subreddit": "", "center": [228.5, 1536.5], "path": [[203.5, 1565.5], [211.5, 1534.5], [217.5, 1510.5], [213.5, 1502.5], [213.5, 1493.5], [212.5, 1493.5], [212.5, 1492.5], [213.5, 1486.5], [217.5, 1483.5], [219.5, 1483.5], [225.5, 1483.5], [230.5, 1488.5], [235.5, 1502.5], [234.5, 1505.5], [241.5, 1512.5], [245.5, 1520.5], [247.5, 1540.5], [247.5, 1577.5], [242.5, 1581.5], [236.5, 1580.5], [225.5, 1570.5], [219.5, 1568.5], [211.5, 1566.5], [203.5, 1566.5], [203.5, 1565.5]]}, +{"id": "twt9xv", "submitted_by": "GladOSkar", "name": "The Expanse", "description": "Hard Sci-Fi Book and TV Series about interplanetary life and politics", "website": "", "subreddit": "/r/theexpanse", "center": [1803.5, 159.5], "path": [[1800.5, 155.5], [1800.5, 142.5], [1819.5, 142.5], [1819.5, 148.5], [1832.5, 148.5], [1832.5, 154.5], [1820.5, 154.5], [1820.5, 171.5], [1777.5, 171.5], [1777.5, 155.5]]}, +{"id": "twt9ky", "submitted_by": "--Xer0--", "name": "Ralsei", "description": "Ralsei is a popular character from the game Deltarune, which was developed by Undertale creator toby fox.", "website": "https://deltarune.com/", "subreddit": "https://www.reddit.com/r/deltarune/", "center": [692.5, 795.5], "path": [[685.5, 779.5], [688.5, 780.5], [689.5, 780.5], [689.5, 776.5], [693.5, 776.5], [693.5, 781.5], [696.5, 781.5], [696.5, 780.5], [700.5, 780.5], [700.5, 783.5], [702.5, 785.5], [705.5, 786.5], [705.5, 798.5], [705.5, 800.5], [707.5, 803.5], [706.5, 804.5], [705.5, 805.5], [702.5, 808.5], [694.5, 809.5], [694.5, 813.5], [692.5, 816.5], [685.5, 816.5], [685.5, 812.5], [686.5, 812.5], [686.5, 811.5], [688.5, 811.5], [688.5, 809.5], [684.5, 809.5], [684.5, 808.5], [682.5, 808.5], [682.5, 804.5], [683.5, 804.5], [683.5, 802.5], [682.5, 802.5], [682.5, 801.5], [679.5, 801.5], [679.5, 794.5], [678.5, 793.5], [678.5, 787.5], [678.5, 785.5], [677.5, 784.5], [677.5, 780.5], [678.5, 780.5], [679.5, 780.5], [680.5, 782.5], [681.5, 782.5], [684.5, 779.5], [688.5, 779.5], [688.5, 780.5]]}, +{"id": "twt9be", "submitted_by": "Norcyyy", "name": "Nepal", "description": "Nepal is a french rapper who dead in 2019", "website": "", "subreddit": "", "center": [227.5, 1529.5], "path": [[208.5, 1481.5], [197.5, 1561.5], [250.5, 1588.5], [247.5, 1473.5]]}, +{"id": "twt94s", "submitted_by": "Wodgam", "name": "Mothalisa", "description": "One of the things made by r/Skyplace This one is the character Mothalisa", "website": "[https://discord.gg/EVZaHb4HsW](https://discord.gg/EVZaHb4HsW)", "subreddit": "/r/Skyplace", "center": [1652.5, 1069.5], "path": [[1658.5, 1073.5], [1647.5, 1073.5], [1648.5, 1072.5], [1648.5, 1071.5], [1651.5, 1068.5], [1648.5, 1065.5], [1649.5, 1064.5], [1650.5, 1064.5], [1651.5, 1063.5], [1652.5, 1063.5], [1654.5, 1063.5], [1656.5, 1065.5], [1656.5, 1067.5], [1655.5, 1068.5], [1655.5, 1069.5], [1656.5, 1070.5], [1657.5, 1071.5], [1657.5, 1072.5], [1658.5, 1073.5]]}, +{"id": "twt8ut", "submitted_by": "hypatiaplus", "name": "underscores", "description": "Devon Karpf (Also known as underscores) is an EDM / Hyperpop producer, born in California and based in New York.", "website": "[https://twitter.com/underscoresplus](https://twitter.com/underscoresplus)", "subreddit": "", "center": [480.5, 734.5], "path": [[463.5, 729.5], [497.5, 729.5], [497.5, 729.5], [497.5, 738.5], [463.5, 738.5], [463.5, 729.5]]}, +{"id": "twt8ra", "submitted_by": "EqualAttitude7104", "name": "The Son of Man - Ren\u00e9 Magritte", "description": "Painting from a famous painter in Belgium", "website": "[https://en.wikipedia.org/wiki/The_Son_of_Man](https://en.wikipedia.org/wiki/The_Son_of_Man)", "subreddit": "", "center": [0.5, 0.5], "path": []}, +{"id": "twt8q8", "submitted_by": "WilliamHutchins", "name": "Lightning McQueen", "description": "Art of the main character from the Disney Pixar Cars Franchise, Lightning McQueen!", "website": "", "subreddit": "", "center": [1686.5, 535.5], "path": [[1679.5, 539.5], [1683.5, 539.5], [1683.5, 540.5], [1686.5, 540.5], [1686.5, 541.5], [1692.5, 541.5], [1693.5, 541.5], [1693.5, 540.5], [1693.5, 540.5], [1694.5, 540.5], [1695.5, 540.5], [1695.5, 539.5], [1695.5, 538.5], [1695.5, 537.5], [1695.5, 536.5], [1695.5, 535.5], [1694.5, 535.5], [1694.5, 534.5], [1693.5, 534.5], [1693.5, 533.5], [1692.5, 533.5], [1692.5, 532.5], [1691.5, 532.5], [1690.5, 532.5], [1690.5, 531.5], [1689.5, 531.5], [1689.5, 530.5], [1688.5, 530.5], [1687.5, 530.5], [1686.5, 530.5], [1685.5, 530.5], [1683.5, 530.5], [1682.5, 530.5], [1681.5, 530.5], [1680.5, 530.5], [1679.5, 530.5], [1678.5, 530.5], [1678.5, 534.5], [1678.5, 537.5], [1678.5, 539.5], [1679.5, 539.5]]}, +{"id": "twt8pk", "submitted_by": "ActionNoah2", "name": "Bernd das Brot", "description": "Character on the German kids TV channel KiKa saying his catchphrase.", "website": "", "subreddit": "", "center": [207.5, 852.5], "path": [[179.5, 849.5], [170.5, 858.5], [170.5, 866.5], [180.5, 868.5], [186.5, 863.5], [186.5, 873.5], [213.5, 873.5], [213.5, 862.5], [220.5, 864.5], [230.5, 870.5], [244.5, 860.5], [242.5, 849.5], [234.5, 845.5], [230.5, 847.5], [226.5, 850.5], [222.5, 849.5], [218.5, 852.5], [214.5, 851.5], [214.5, 844.5], [240.5, 843.5], [239.5, 834.5], [219.5, 834.5], [213.5, 831.5], [186.5, 831.5], [186.5, 852.5], [183.5, 851.5]]}, +{"id": "twt8pb", "submitted_by": "SadChiruno", "name": "ALO", "description": "An inside joke from the Marisad Discord Server that originated from a video that has been spammed by members. It is included here because members thought it\u2019ll be funny", "website": "", "subreddit": "/r/Marisad", "center": [1789.5, 881.5], "path": [[1788.5, 875.5], [1788.5, 875.5], [1787.5, 875.5], [1787.5, 875.5], [1790.5, 875.5], [1790.5, 886.5], [1787.5, 886.5]]}, +{"id": "twt8h7", "submitted_by": "DonCrogod", "name": "GIS", "description": "The GIS (Geb\u00fchren Info Service) is an Austrian agency responsible for collecting television and radio license fees. Widely loathed in Austria due to its often underhanded tactics and dubious legality, the placement of the logo is more ironic than not.", "website": "", "subreddit": "/r/austria", "center": [872.5, 253.5], "path": [[865.5, 249.5], [879.5, 249.5], [879.5, 257.5], [865.5, 257.5]]}, +{"id": "twt8dp", "submitted_by": "Lambsskin", "name": "Rayman", "description": "A small simplified pixel art of Rayman from the Rayman video game franchise.", "website": "", "subreddit": "/r/rayman", "center": [1699.5, 165.5], "path": [[1703.5, 182.5], [1702.5, 182.5], [1702.5, 183.5], [1701.5, 183.5], [1700.5, 183.5], [1700.5, 182.5], [1699.5, 182.5], [1700.5, 184.5], [1701.5, 184.5], [1702.5, 184.5], [1702.5, 185.5], [1701.5, 185.5], [1699.5, 185.5], [1700.5, 186.5], [1701.5, 186.5], [1702.5, 186.5], [1702.5, 187.5], [1703.5, 187.5], [1700.5, 187.5], [1699.5, 187.5]]}, +{"id": "twt8ag", "submitted_by": "Calsymen", "name": "Dragon stone", "description": "This is a Dragon Stone from the gacha game Dragon Ball Z Dokkan Battle", "website": "", "subreddit": "r/DBZDokkanBattle", "center": [1965.5, 1456.5], "path": [[1965.5, 1464.5], [1970.5, 1459.5], [1970.5, 1453.5], [1964.5, 1447.5], [1960.5, 1451.5], [1960.5, 1460.5]]}, +{"id": "twt86p", "submitted_by": "MordecaiXLII", "name": "Root", "description": "A Marquise de Cat meeple from the Leder Games boardgame Root", "website": "https://ledergames.com/collections/root", "subreddit": "/r/rootgame", "center": [9.5, 603.5], "path": [[0.5, 589.5], [18.5, 589.5], [18.5, 615.5], [9.5, 615.5], [9.5, 620.5], [0.5, 620.5], [0.5, 589.5]]}, +{"id": "twt82a", "submitted_by": "Kyria_Be", "name": "French Streaming Community", "description": "Giant flag with a lot of references made by all the French community on Twitch ! Constested by the streaming spanish and american community they never succed to reconcer this area ! (They wanted destruction not creation) ! Thx to all our ally who helps us to keep this area with beautifull art <3nn", "website": "https://www.twitch.tv/kamet0", "subreddit": "", "center": [124.5, 1721.5], "path": [[1.5, 1468.5], [249.5, 1469.5], [250.5, 1973.5], [-2.5, 1969.5]]}, +{"id": "twt81c", "submitted_by": "Toomixx", "name": "Le fils de l'homme", "description": "The Son of Man (in French: Le fils de l'homme) is a 1964 painting by the Belgian surrealist painter Ren\u00e9 Magritte.", "website": "", "subreddit": "", "center": [320.5, 577.5], "path": [[311.5, 569.5], [311.5, 585.5], [328.5, 586.5], [328.5, 569.5]]}, +{"id": "twt7ma", "submitted_by": "Cottons", "name": "Chicago Flag", "description": "Chicago, Illinois, USA - The City's flag and a depiction of the Sears tower.", "website": "https://en.wikipedia.org/wiki/Flag_of_Chicago", "subreddit": "/r/Chicago", "center": [608.5, 405.5], "path": [[595.5, 399.5], [595.5, 410.5], [622.5, 410.5], [622.5, 400.5]]}, +{"id": "twt7em", "submitted_by": "Ciiryion", "name": "C++ du Puy-en-Velay", "description": "Les IUT Informatique du Puy-en-Velay se sont r\u00e9unis pour faire une r\u00e9f au C++ aka l'un des meilleurs langages de programmation (OmegaProd sale traitre \u00e0 ta nation)", "website": "", "subreddit": "", "center": [919.5, 1967.5], "path": [[914.5, 1964.5], [914.5, 1969.5], [924.5, 1969.5], [924.5, 1964.5]]}, +{"id": "twt7db", "submitted_by": "Calsymen", "name": "Logos from Ponce, Rivenzi and Ultia", "description": "The logos from 3 french streamers : Ponce (the flower), Ultia (the rat) and Rivenzi (the brain)", "website": "", "subreddit": "", "center": [279.5, 1534.5], "path": [[262.5, 1517.5], [262.5, 1517.5], [260.5, 1552.5], [298.5, 1550.5], [297.5, 1516.5], [275.5, 1516.5], [279.5, 1517.5], [279.5, 1517.5], [266.5, 1516.5], [265.5, 1516.5], [262.5, 1517.5]]}, +{"id": "twt7bq", "submitted_by": "dragonlordcat", "name": "Croatian checkerboard", "description": "Third instance of the Croatian expansion with the subreddit name and symbols of Croatia", "website": "", "subreddit": "/r/Croatia", "center": [364.5, 1095.5], "path": [[325.5, 1071.5], [403.5, 1071.5], [403.5, 1118.5], [325.5, 1118.5]]}, +{"id": "twt7b5", "submitted_by": "KrumpleTrash", "name": "Ranboo Head", "description": "Ranboo is a variety streamer who is most known for his lore in the Dream smp. The boobers stay strong!", "website": "twitch.tv/ranboolive", "subreddit": "r/ranboo", "center": [169.5, 895.5], "path": [[165.5, 891.5], [165.5, 898.5], [172.5, 898.5], [172.5, 891.5], [165.5, 891.5]]}, +{"id": "twt7aw", "submitted_by": "invisible_cat0091", "name": "Ralsei", "description": "From the indie game made by Toby Fox, Deltarune.", "website": "[https://deltarune.com/](https://deltarune.com/)", "subreddit": "/r/Deltarune", "center": [1759.5, 230.5], "path": [[1747.5, 248.5], [1747.5, 207.5], [1772.5, 207.5], [1772.5, 249.5], [1767.5, 249.5], [1767.5, 254.5], [1753.5, 254.5], [1752.5, 251.5], [1747.5, 250.5]]}, +{"id": "twt76b", "submitted_by": "ChefSemiColon", "name": "Dana Zane", "description": "Everyone's favourite boss Dana from the game VA-11 Hall-A. Hide your chicken wings.", "website": "https://waifubartending.com/", "subreddit": "r/waifubartending/", "center": [1774.5, 760.5], "path": [[1761.5, 745.5], [1790.5, 745.5], [1790.5, 761.5], [1783.5, 768.5], [1781.5, 778.5], [1765.5, 778.5], [1761.5, 772.5], [1761.5, 745.5]]}, +{"id": "twt6ui", "submitted_by": "Monster_Geek", "name": "N\u00e9pal", "description": "N\u00e9pal was a French Rapper and Beatmaker who passed away in 2019. Created by the French streaming community.", "website": "[https://en.wikipedia.org/wiki/N\u00e9pal_(rapper)](https://en.wikipedia.org/wiki/N\u00e9pal_(rapper))", "subreddit": "", "center": [224.5, 1526.5], "path": [[245.5, 1483.5], [203.5, 1483.5], [202.5, 1568.5], [246.5, 1568.5]]}, +{"id": "twt6ta", "submitted_by": "MartyStarkiller", "name": "Pico-8 logo", "description": "Pico-8 is a virtual fantasy console developed by Lexaloffle Games, designed to simulate the limitations of old consoles and 8-bit computers from the 80s. This icon was made by the Celeste discord server since the game started as a game jam game for the Pico-8 in 2015. Celeste Classic is included as an easter egg inside the 2018 Celeste release, and a sequel to Celeste Classic (Celeste Classic 2) was released in 2021. It is also known for people pushing the boundaries of its capabilities, such as the 2021 3D modeling tool picoCAD and a port of Doom called Poom. As of right now a successor to Pico-8, the Picotron is in development and it is said to have more features and fewer limitations.", "website": "[https://www.lexaloffle.com/pico-8.php](https://www.lexaloffle.com/pico-8.php)", "subreddit": "r/pico8", "center": [968.5, 856.5], "path": [[966.5, 854.5], [971.5, 854.5], [971.5, 858.5], [969.5, 858.5], [969.5, 859.5], [966.5, 859.5]]}, +{"id": "twt6st", "submitted_by": "Pile00", "name": "Sly Cooper", "description": "a portrait of Sly Cooper, the main character of the serie of video games of the same name", "website": "", "subreddit": "/r/SlyCooper", "center": [14.5, 365.5], "path": [[11.5, 369.5], [11.5, 367.5], [10.5, 367.5], [10.5, 366.5], [9.5, 366.5], [9.5, 363.5], [10.5, 363.5], [10.5, 362.5], [11.5, 362.5], [11.5, 361.5], [12.5, 361.5], [12.5, 360.5], [16.5, 360.5], [16.5, 361.5], [18.5, 361.5], [19.5, 362.5], [18.5, 363.5], [19.5, 364.5], [19.5, 365.5], [18.5, 367.5], [18.5, 369.5], [17.5, 368.5], [16.5, 369.5], [12.5, 369.5]]}, +{"id": "twt6py", "submitted_by": "PaulartAnime", "name": "ESEO Angers FR", "description": "Ecole Superieur d'Electronique de l'Ouestn", "website": "[https://eseo.fr/](https://eseo.fr/)", "subreddit": "", "center": [1407.5, 389.5], "path": [[1418.5, 378.5], [1396.5, 378.5], [1396.5, 400.5], [1418.5, 400.5], [1418.5, 397.5], [1421.5, 397.5], [1421.5, 391.5], [1418.5, 390.5], [1417.5, 378.5]]}, +{"id": "twt6jm", "submitted_by": "NeoGaller", "name": "Mac Miller", "description": "Honoring the late Mac Miller, a rapper from Pittsburgh.(1992-2018)", "website": "", "subreddit": "/r/MacMiller", "center": [0.5, 0.5], "path": []}, +{"id": "twt6dz", "submitted_by": "ZaTTTel", "name": "H3H3 Productions", "description": "A youtube channel that used to make comedy/commentary videos by Ethan and Hila Klein. They now host the H3 Podcast.", "website": "", "subreddit": "r/h3h3productions", "center": [0.5, 0.5], "path": []}, +{"id": "twt6af", "submitted_by": "asder517", "name": "Coat of arms of all the states of Austria", "description": "From the left: Burgenland, Lower Austria, Vienna, Styria, Salzburg, Upper Austria, Carinthia, Tyrol, Vorarlberg.", "website": "", "subreddit": "r/austria", "center": [1034.5, 253.5], "path": [[998.5, 249.5], [1070.5, 249.5], [1070.5, 255.5], [1067.5, 258.5], [1065.5, 258.5], [1062.5, 255.5], [1059.5, 258.5], [1057.5, 258.5], [1054.5, 255.5], [1051.5, 258.5], [1049.5, 258.5], [1046.5, 255.5], [1043.5, 258.5], [1041.5, 258.5], [1038.5, 255.5], [1035.5, 258.5], [1033.5, 258.5], [1030.5, 255.5], [1027.5, 258.5], [1025.5, 258.5], [1022.5, 255.5], [1019.5, 258.5], [1017.5, 258.5], [1014.5, 255.5], [1011.5, 258.5], [1009.5, 258.5], [1006.5, 255.5], [1003.5, 258.5], [1001.5, 258.5], [998.5, 255.5], [998.5, 249.5]]}, +{"id": "twt65q", "submitted_by": "Blu_Skyu", "name": "Downpour Slugcats", "description": "Art depicting the five new player characters in the upcoming DLC of the indie videogame Rain World.nIn order, they are the Spearmaster, the Saint, the Rivulet, the Gourmand, and the Artificer.", "website": "", "subreddit": "", "center": [1062.5, 560.5], "path": [[1060.5, 566.5], [1060.5, 552.5], [1017.5, 552.5], [1017.5, 562.5], [1010.5, 567.5], [1129.5, 567.5], [1126.5, 564.5], [1126.5, 552.5], [1110.5, 552.5], [1109.5, 556.5], [1108.5, 562.5], [1104.5, 565.5], [1103.5, 567.5]]}, +{"id": "twt618", "submitted_by": "-criticalFUSION-", "name": "Project SEKAI: COLORFUL STAGE! ft. Hatsune Miku", "description": "An idol gacha/rhythm game developed by CraftEgg in collaboration with SEGA, prominently featuring Hatsune Miku and other vocaloids alongside the game's idols.", "website": "", "subreddit": "/r/ProjectSekai", "center": [1550.5, 1735.5], "path": [[1527.5, 1712.5], [1527.5, 1761.5], [1566.5, 1761.5], [1566.5, 1747.5], [1576.5, 1740.5], [1576.5, 1712.5]]}, +{"id": "twt60y", "submitted_by": "benman19", "name": "Gabumon", "description": "One of the main Digimon featured in the first season of the anime. ", "website": "", "subreddit": "/r/digimon", "center": [0.5, 0.5], "path": []}, +{"id": "twt5wk", "submitted_by": "AwayNefariousness442", "name": "France vs Spain", "description": "Spanish people and Deepwoken taking over a French flag created by Twitch streamer JOYCA.nnBefore being bombarded with flags this area was originally controlled by the Drawception community in a displacement attempt by the Deepwoken community.", "website": "", "subreddit": "", "center": [387.5, 1345.5], "path": [[375.5, 1339.5], [399.5, 1339.5], [399.5, 1350.5], [375.5, 1350.5], [375.5, 1339.5]]}, +{"id": "twt5sp", "submitted_by": "N8dawgggg", "name": "Clint Stevens", "description": "Pixel art of youtuber and streamer Clint Stevens", "website": "", "subreddit": "r/ClintStevens", "center": [1787.5, 263.5], "path": [[1776.5, 275.5], [1795.5, 275.5], [1795.5, 272.5], [1796.5, 271.5], [1797.5, 269.5], [1798.5, 267.5], [1798.5, 258.5], [1804.5, 253.5], [1804.5, 252.5], [1776.5, 252.5], [1776.5, 275.5]]}, +{"id": "twt5qm", "submitted_by": "drc7777777", "name": "Yotsuba", "description": "Cute 4chan girl. We drew a hell of a lot more than this by the end, this site is using an old image.", "website": "", "subreddit": "", "center": [1919.5, 550.5], "path": [[1900.5, 539.5], [1899.5, 562.5], [1939.5, 561.5], [1940.5, 540.5]]}, +{"id": "twt5p7", "submitted_by": "kotominammy", "name": "Gravity Rush", "description": "Kat, the protagonist of Gravity Rush and Gravity Rush 2, showcasing her gravity-defying powers by standing sideways.", "website": "", "subreddit": "/r/GravityRush", "center": [1285.5, 77.5], "path": [[1274.5, 71.5], [1295.5, 71.5], [1295.5, 82.5], [1274.5, 82.5]]}, +{"id": "twt5nd", "submitted_by": "2ndaccont", "name": "June Egbert", "description": "The protagonist of the webcomic Homestuck. The number 413 is shown, which is a number associated with the character's birthday (April 13th), as well as the comic's anniversary. ", "website": "", "subreddit": "", "center": [215.5, 112.5], "path": [[212.5, 125.5], [223.5, 125.5], [223.5, 100.5], [207.5, 100.5], [207.5, 121.5], [212.5, 121.5], [212.5, 125.5], [223.5, 125.5], [212.5, 125.5], [212.5, 119.5]]}, +{"id": "twt5k8", "submitted_by": "--Xer0--", "name": "Quaver", "description": "Quaver is an open-source rhythm game available on Steam.", "website": "[https://quavergame.com/](https://quavergame.com/)", "subreddit": "[https://www.reddit.com/r/Quavergame/](https://www.reddit.com/r/Quavergame/)", "center": [695.5, 773.5], "path": [[699.5, 778.5], [697.5, 778.5], [691.5, 778.5], [691.5, 768.5], [698.5, 769.5], [699.5, 770.5], [700.5, 771.5], [700.5, 778.5]]}, +{"id": "twt5is", "submitted_by": "pepermuntstokje", "name": "Defqon.1 Hardstyle logo", "description": "Welcome home warriors! Defqon.1 is the biggest hard dance festival, loved by many hardstyle and hardcore enthousiasts around the world. This logo was made by both catjammers from the subreddit discord and the subreddit itself. On the atlas photo it is not quite complete, but in reality it was finished just in time for the final moments!", "website": "https://discord.gg/hardstyle", "subreddit": "/r/hardstyle", "center": [1017.5, 1641.5], "path": [[1009.5, 1632.5], [1009.5, 1649.5], [1025.5, 1649.5], [1025.5, 1632.5]]}, +{"id": "twt5gt", "submitted_by": "glowingfromwithin", "name": "Terz", "description": "Terz is one of the admins of the r/placeDE discord server. He made tremendous contributions and coordinated the community, organizing large parts of the German artwortks and making sure everything was running smoothly. His name was put here by the community as a thank you, so that it would pop up in the final timelapse", "website": "", "subreddit": "r/placeDE", "center": [1853.5, 1128.5], "path": [[1871.5, 1120.5], [1871.5, 1136.5], [1834.5, 1136.5], [1834.5, 1122.5], [1835.5, 1120.5]]}, +{"id": "twt57g", "submitted_by": "Doctor_Leidenfrost", "name": "JetPunk", "description": "A popular quiz website.", "website": "https://jetpunk.com", "subreddit": "/r/JetPunk", "center": [766.5, 274.5], "path": [[780.5, 270.5], [753.5, 270.5], [752.5, 271.5], [751.5, 272.5], [752.5, 273.5], [753.5, 274.5], [753.5, 275.5], [752.5, 276.5], [753.5, 277.5], [754.5, 278.5], [755.5, 279.5], [780.5, 279.5]]}, +{"id": "twt53l", "submitted_by": "JosDW", "name": "Risitas", "description": "El Risitas, a Spanish comedian known for his laugh, which even went viral a few years ago.", "website": "https://www.youtube.com/watch?v=cDphUib5iG4", "subreddit": "/r/esPlace", "center": [1252.5, 295.5], "path": [[1240.5, 282.5], [1240.5, 307.5], [1264.5, 307.5], [1264.5, 282.5]]}, +{"id": "twt52l", "submitted_by": "XalosDarlan", "name": "Inkunzi", "description": "Inkunzi logo/icon, an Nation RP where you roleplay as nations in an fantasy world", "website": "", "subreddit": "/r/Inkunzi/", "center": [1780.5, 412.5], "path": [[1769.5, 409.5], [1788.5, 409.5], [1789.5, 410.5], [1790.5, 411.5], [1790.5, 412.5], [1791.5, 413.5], [1794.5, 414.5], [1793.5, 414.5], [1792.5, 414.5], [1769.5, 414.5]]}, +{"id": "twt526", "submitted_by": "_Macouta_", "name": "PNL Daft Punk", "description": "composition of the PNL, french rappers, album cover 'Deux fr\u00e8res' with Daft Punk masks", "website": "", "subreddit": "", "center": [207.5, 1605.5], "path": [[236.5, 1578.5], [226.5, 1570.5], [213.5, 1564.5], [196.5, 1565.5], [185.5, 1573.5], [174.5, 1579.5], [170.5, 1598.5], [170.5, 1610.5], [172.5, 1615.5], [170.5, 1628.5], [169.5, 1639.5], [192.5, 1640.5], [229.5, 1640.5], [245.5, 1639.5], [245.5, 1617.5], [242.5, 1615.5], [243.5, 1586.5], [240.5, 1580.5]]}, +{"id": "twt50e", "submitted_by": "remsoffyt", "name": "Mariane", "description": "Human symbol of France.", "website": "", "subreddit": "/r/PlaceFrance ", "center": [149.5, 246.5], "path": [[132.5, 266.5], [131.5, 266.5], [160.5, 266.5], [160.5, 275.5], [168.5, 276.5], [170.5, 276.5], [170.5, 282.5], [174.5, 277.5], [174.5, 269.5], [171.5, 259.5], [167.5, 254.5], [163.5, 246.5], [163.5, 240.5], [162.5, 232.5], [162.5, 227.5], [159.5, 225.5], [158.5, 222.5], [159.5, 220.5], [158.5, 218.5], [154.5, 217.5], [150.5, 216.5], [146.5, 217.5], [141.5, 218.5], [137.5, 222.5], [131.5, 228.5], [127.5, 234.5], [125.5, 239.5], [125.5, 247.5], [125.5, 252.5], [130.5, 251.5], [130.5, 253.5], [131.5, 265.5]]}, +{"id": "twt4wm", "submitted_by": "Rickmaster2002", "name": "Timor was here", "description": "Timor was the jokingly given name to a small portuguese flag that was covered.", "website": "", "subreddit": "r/portugal", "center": [414.5, 1505.5], "path": [[404.5, 1499.5], [424.5, 1499.5], [423.5, 1511.5], [404.5, 1511.5], [404.5, 1499.5]]}, +{"id": "twt4qa", "submitted_by": "DaMonstahhh", "name": "Shape of Belgium", "description": "The shape of Belgium ", "website": "", "subreddit": "", "center": [280.5, 676.5], "path": [[271.5, 674.5], [268.5, 670.5], [276.5, 667.5], [278.5, 666.5], [281.5, 665.5], [284.5, 664.5], [285.5, 665.5], [286.5, 666.5], [289.5, 667.5], [290.5, 668.5], [291.5, 669.5], [291.5, 674.5], [292.5, 674.5], [294.5, 675.5], [295.5, 677.5], [297.5, 679.5], [297.5, 680.5], [296.5, 682.5], [295.5, 683.5], [293.5, 684.5], [292.5, 684.5], [292.5, 688.5], [293.5, 688.5], [293.5, 691.5], [292.5, 691.5], [292.5, 692.5], [290.5, 692.5], [290.5, 693.5], [289.5, 691.5], [288.5, 691.5], [288.5, 690.5], [286.5, 690.5], [285.5, 689.5], [284.5, 688.5], [284.5, 685.5], [279.5, 685.5], [279.5, 688.5], [278.5, 687.5], [277.5, 686.5], [277.5, 683.5], [276.5, 683.5], [275.5, 682.5], [274.5, 681.5], [273.5, 680.5], [272.5, 679.5], [270.5, 679.5], [269.5, 678.5], [268.5, 677.5], [267.5, 676.5], [266.5, 675.5], [264.5, 675.5], [263.5, 674.5], [262.5, 673.5], [262.5, 671.5], [261.5, 671.5], [262.5, 670.5], [262.5, 669.5], [264.5, 668.5], [265.5, 667.5], [266.5, 666.5], [270.5, 666.5], [271.5, 667.5], [272.5, 668.5], [273.5, 668.5], [278.5, 673.5]]}, +{"id": "twt4pe", "submitted_by": "Shushiiii", "name": "Arona & Shiroko", "description": "Two characters from the mobile game Blue Archive, made by the Blue Archive Community.", "website": "discord.gg/BlueArchive", "subreddit": "r/BlueArchive", "center": [1635.5, 464.5], "path": [[1622.5, 442.5], [1649.5, 443.5], [1649.5, 485.5], [1622.5, 485.5]]}, +{"id": "twt4p9", "submitted_by": "Sockona", "name": "42 Network", "description": "42 is a famous and quite deemed school network, scattered around the world !", "website": "https://42.fr/", "subreddit": "", "center": [1477.5, 230.5], "path": [[1459.5, 224.5], [1468.5, 215.5], [1483.5, 215.5], [1483.5, 221.5], [1497.5, 221.5], [1497.5, 242.5], [1458.5, 243.5]]}, +{"id": "twt4oo", "submitted_by": "AKettleOFish", "name": "Dross", "description": "Dross, seen in the series Cradle by author Will Wight.", "website": "[https://www.willwight.com/](https://www.willwight.com/)", "subreddit": "[https://www.reddit.com/r/Iteration110Cradle/](https://www.reddit.com/r/Iteration110Cradle/)", "center": [0.5, 0.5], "path": []}, +{"id": "twt4na", "submitted_by": "ImDella98", "name": "Michelangelo's David", "description": "David is a masterpiece of Renaissance sculpture, created in marble between 1501 and 1504 by the Italian artist Michelangelo.", "website": "", "subreddit": "r/placeitaly", "center": [806.5, 343.5], "path": [[787.5, 377.5], [820.5, 377.5], [829.5, 313.5], [788.5, 310.5]]}, +{"id": "twt4jw", "submitted_by": "em_tsuj_sti", "name": "Ludwig van Beethoven", "description": "A famous German composer and pianist. Commonly know for his 5th Symphony.", "website": "https://en.wikipedia.org/wiki/Ludwig_van_Beethoven", "subreddit": "r/de", "center": [1927.5, 848.5], "path": [[1929.5, 867.5], [1936.5, 861.5], [1943.5, 860.5], [1947.5, 857.5], [1942.5, 848.5], [1942.5, 842.5], [1939.5, 839.5], [1939.5, 836.5], [1934.5, 831.5], [1919.5, 830.5], [1916.5, 833.5], [1914.5, 837.5], [1913.5, 842.5], [1909.5, 846.5], [1908.5, 851.5], [1916.5, 857.5], [1924.5, 867.5], [1927.5, 867.5]]}, +{"id": "twt4b3", "submitted_by": "5herine", "name": "Rest in Peace Zaf", "description": "French streamer Pierre Lapin and his community wanted to pay homage to Pierre's friend and French Twitter Legend Zafinho who passed away in 2017. ", "website": "https://twitter.com/pierrelapin/status/1511019730638979079?s=20&t=K-cMCRtyEaMF1qAQqmg2Xg", "subreddit": "", "center": [933.5, 1497.5], "path": [[923.5, 1487.5], [923.5, 1494.5], [915.5, 1494.5], [915.5, 1506.5], [950.5, 1506.5], [948.5, 1488.5], [924.5, 1487.5]]}, +{"id": "twt46s", "submitted_by": "kotominammy", "name": "Wheel of Time", "description": "Art depicting the ancient symbol of Aes Sedai, comprised of the Flame of Tar Valon and the Dragon's Fang.", "website": "", "subreddit": "/r/wot", "center": [1900.5, 881.5], "path": [[1888.5, 869.5], [1888.5, 892.5], [1911.5, 892.5], [1911.5, 869.5], [1911.5, 869.5]]}, +{"id": "twt3zm", "submitted_by": "TheRealMagentaPuppy", "name": "Pineapple", "description": "QuiltMC's dear mascot: pineapple. Do not dare call them a pumpkin!", "website": "[https://quiltmc.org/](https://quiltmc.org/)", "subreddit": "", "center": [1080.5, 890.5], "path": [[1085.5, 894.5], [1085.5, 886.5], [1081.5, 886.5], [1081.5, 884.5], [1081.5, 883.5], [1079.5, 883.5], [1079.5, 886.5], [1074.5, 886.5], [1074.5, 894.5]]}, +{"id": "twt3zj", "submitted_by": "invisible_cat0091", "name": "Vibri", "description": "from the rhythm game, Vib-Ribbon.", "website": "", "subreddit": "/r/vibribbon", "center": [1715.5, 192.5], "path": [[1705.5, 212.5], [1705.5, 180.5], [1707.5, 180.5], [1708.5, 170.5], [1724.5, 170.5], [1724.5, 212.5]]}, +{"id": "twt3y1", "submitted_by": "secretspine", "name": "French politics war", "description": "War between the supporters of french presidency candidates Eric Zemmour and Jean_Luc M\u00e9lanchon", "website": "", "subreddit": "", "center": [1677.5, 743.5], "path": [[1666.5, 723.5], [1693.5, 723.5], [1693.5, 725.5], [1690.5, 732.5], [1688.5, 739.5], [1688.5, 758.5], [1690.5, 765.5], [1666.5, 765.5], [1665.5, 723.5]]}, +{"id": "twt3pb", "submitted_by": "DonCrogod", "name": "Austria", "description": "The flag of Austria.", "website": "", "subreddit": "r/Austria", "center": [1016.5, 265.5], "path": [[865.5, 249.5], [865.5, 280.5], [1171.5, 279.5], [1171.5, 250.5]]}, +{"id": "twt3le", "submitted_by": "Krapfal", "name": "Austrian Flag", "description": "Austrias Flag", "website": "", "subreddit": "r/austria", "center": [1015.5, 265.5], "path": [[868.5, 249.5], [865.5, 249.5], [865.5, 281.5], [1171.5, 279.5], [1171.5, 250.5], [950.5, 249.5], [869.5, 249.5], [868.5, 249.5]]}, +{"id": "twt37u", "submitted_by": "IVgormino", "name": "Red Labs keycard", "description": "A red keycard from the game Escape From Tarkov", "website": "escapefromtarkov.com", "subreddit": "r/escapefromtarkov", "center": [1313.5, 1908.5], "path": [[1301.5, 1900.5], [1301.5, 1915.5], [1325.5, 1915.5], [1325.5, 1901.5]]}, +{"id": "twt2xh", "submitted_by": "Khumster", "name": "N\u00e9pal", "description": "This is an hommage to N\u00e9pal, a french beatmaker and artiste that dies in 2019.", "website": "", "subreddit": "", "center": [227.5, 1535.5], "path": [[222.5, 1482.5], [230.5, 1485.5], [234.5, 1498.5], [237.5, 1503.5], [234.5, 1504.5], [240.5, 1509.5], [244.5, 1516.5], [246.5, 1528.5], [246.5, 1542.5], [247.5, 1560.5], [248.5, 1582.5], [244.5, 1584.5], [239.5, 1584.5], [232.5, 1578.5], [226.5, 1571.5], [218.5, 1567.5], [207.5, 1566.5], [200.5, 1565.5], [202.5, 1555.5], [211.5, 1536.5], [211.5, 1514.5], [212.5, 1501.5], [211.5, 1486.5], [221.5, 1481.5]]}, +{"id": "twt2wg", "submitted_by": "snowyquill", "name": "Kero Kero Bonito (Bonito Generation)", "description": "Album cover of 'Bonito Generation' released in 2016 by British indie pop band Kero Kero Bonito.", "website": "", "subreddit": "/r/kkb", "center": [0.5, 0.5], "path": []}, +{"id": "twt2oh", "submitted_by": "CeBonVieuxZdoud", "name": "Eseo Logo", "description": "The logo of ESEO, an engineering school based in Angers, Dijon and Paris", "website": "https://eseo.fr/", "subreddit": "", "center": [1407.5, 388.5], "path": [[1417.5, 378.5], [1395.5, 378.5], [1396.5, 399.5], [1417.5, 398.5], [1417.5, 378.5], [1395.5, 378.5], [1396.5, 399.5], [1417.5, 399.5], [1420.5, 395.5], [1417.5, 379.5]]}, +{"id": "twt2l2", "submitted_by": "Pacopoulet", "name": "French art using templates only", "description": "A majority of the biggest french streamers led by Kamet0 have used templates to made this and spanish streamers using bots just to destroy it, we still looking for their own art on the canvas.", "website": "", "subreddit": "", "center": [0.5, 0.5], "path": []}, +{"id": "twt29j", "submitted_by": "Blu_Skyu", "name": "Toki Pona + Worm combo symbol", "description": "A combination of the Worm scarab and the toki pona smile symbols.", "website": "", "subreddit": "", "center": [1686.5, 219.5], "path": [[1681.5, 214.5], [1681.5, 223.5], [1687.5, 228.5], [1689.5, 228.5], [1689.5, 227.5], [1691.5, 227.5], [1691.5, 223.5], [1690.5, 223.5], [1690.5, 212.5], [1681.5, 212.5]]}, +{"id": "twt24p", "submitted_by": "KatMistberg", "name": "4Virtual SanMou \u4e09\u6bdb\u6bdb\u6bdb", "description": "SanMou is a Taiwanese VTuber and part of the VTuber group 4Virtual. The dolphin represents SanMou, and the penguin represents Jimu, his ex-girlfriend.", "website": "https://www.youtube.com/c/4V3Mou", "subreddit": "", "center": [1564.5, 606.5], "path": [[1549.5, 599.5], [1549.5, 613.5], [1579.5, 613.5], [1579.5, 599.5]]}, +{"id": "twt1lk", "submitted_by": "BlikiiSW", "name": "Twitch France Flag", "description": "Made and defended by French Twitch Community (led by Kameto)nYou can see on it from up to bottom :nJinx from Arcane Show with KarmineCorp Logo on the smoke (team held by Kameto)nZinedine Zidane, French football playernNepal, a rap artist nThe Daft Punk's helmets on the bodies of PnL (a famous rap duet)nLe Louvre's pyramidnThomas Pesquet, French astronautnThe LoFi Girl (she's from Lyon)nLa Libert\u00e9 guidant le Peuple, a famous paintingn2 Emerald Dofus from the game DofusnRemi the rat from Pixar Movie, Ratatouille nl'Arc de TriomphenJoueur du Grenier, a youtuber nMega Charizard X with KC logonand a lot of amogusn", "website": "", "subreddit": "", "center": [123.5, 1719.5], "path": [[0.5, 1469.5], [246.5, 1470.5], [249.5, 1968.5], [-0.5, 1968.5]]}, +{"id": "twt1hx", "submitted_by": "ja2ontodd", "name": "Noita", "description": "half of the noita space, with the game's first letter, and one of the enemies, Stevari, as well as some hamis", "website": "https://noitagame.com/", "subreddit": "/r/noita", "center": [604.5, 1068.5], "path": [[591.5, 1013.5], [597.5, 1013.5], [597.5, 1061.5], [623.5, 1062.5], [623.5, 1092.5], [591.5, 1093.5], [591.5, 1013.5], [591.5, 1013.5], [593.5, 1013.5]]}, +{"id": "twt1g6", "submitted_by": "XcapeEST", "name": "Czech heart", "description": "A heart made by r/tf2 to celebrate the alliance with r/czech", "website": "", "subreddit": "r/czhech", "center": [1595.5, 1978.5], "path": [[1595.5, 1981.5], [1595.5, 1981.5], [1595.5, 1981.5], [1592.5, 1978.5], [1592.5, 1977.5], [1593.5, 1976.5], [1594.5, 1976.5], [1595.5, 1977.5], [1596.5, 1976.5], [1597.5, 1976.5], [1598.5, 1977.5], [1598.5, 1978.5]]}, +{"id": "twt1ch", "submitted_by": "IVgormino", "name": "Bayraktar TB2 Drone", "description": "The TB2 or more commonly called the Bayraktar is a turkish UAV that has been used with great efefct against russia in the 2022 invasion of ukraine", "website": "", "subreddit": "", "center": [409.5, 183.5], "path": [[385.5, 172.5], [385.5, 192.5], [433.5, 193.5], [432.5, 173.5]]}, +{"id": "twt17r", "submitted_by": "Illemya", "name": "Logo ESEO", "description": "Logo of the french engineering school ESEO", "website": "https://eseo.fr/", "subreddit": "", "center": [1407.5, 389.5], "path": [[1418.5, 379.5], [1397.5, 379.5], [1397.5, 400.5], [1418.5, 399.5]]}, +{"id": "twt15k", "submitted_by": "Khumster", "name": "Zizou", "description": "Zin\u00e9dine Zidane, winner with french team of the 98' soccer world cup.", "website": "", "subreddit": "", "center": [125.5, 1552.5], "path": [[91.5, 1475.5], [120.5, 1469.5], [142.5, 1471.5], [157.5, 1471.5], [163.5, 1480.5], [165.5, 1509.5], [165.5, 1524.5], [167.5, 1546.5], [165.5, 1557.5], [162.5, 1569.5], [161.5, 1577.5], [159.5, 1588.5], [163.5, 1596.5], [166.5, 1605.5], [168.5, 1611.5], [168.5, 1618.5], [163.5, 1624.5], [154.5, 1633.5], [148.5, 1632.5], [138.5, 1629.5], [132.5, 1631.5], [117.5, 1633.5], [105.5, 1635.5], [94.5, 1633.5], [89.5, 1629.5], [83.5, 1623.5], [81.5, 1617.5], [81.5, 1612.5], [82.5, 1606.5], [84.5, 1603.5], [88.5, 1599.5], [92.5, 1592.5], [93.5, 1585.5], [91.5, 1578.5], [88.5, 1568.5], [81.5, 1558.5], [80.5, 1548.5], [84.5, 1515.5], [84.5, 1506.5], [86.5, 1495.5], [89.5, 1480.5], [92.5, 1474.5]]}, +{"id": "twt0zu", "submitted_by": "NikIsImba", "name": "Clown69 Sheep", "description": "A sheep commenly used by the streamer Quin69. Its traits represnt his clownish behaviour and his tendancy to cry about everything.", "website": "https://www.twitch.tv/quin69", "subreddit": "r/quin69", "center": [434.5, 1896.5], "path": [[420.5, 1881.5], [448.5, 1881.5], [448.5, 1911.5], [420.5, 1911.5], [420.5, 1905.5]]}, +{"id": "twt0yw", "submitted_by": "procontroller", "name": "Aubrey", "description": "Aubrey from the indie RPG, Omori", "website": "", "subreddit": "r/omori", "center": [1428.5, 809.5], "path": [[1424.5, 823.5], [1424.5, 819.5], [1422.5, 819.5], [1421.5, 819.5], [1421.5, 810.5], [1420.5, 809.5], [1419.5, 809.5], [1419.5, 809.5], [1419.5, 806.5], [1419.5, 805.5], [1420.5, 805.5], [1420.5, 801.5], [1421.5, 800.5], [1421.5, 799.5], [1422.5, 798.5], [1424.5, 797.5], [1425.5, 796.5], [1429.5, 796.5], [1430.5, 795.5], [1431.5, 796.5], [1432.5, 797.5], [1433.5, 797.5], [1435.5, 797.5], [1436.5, 798.5], [1436.5, 800.5], [1437.5, 805.5], [1438.5, 808.5], [1437.5, 809.5], [1436.5, 810.5], [1436.5, 818.5], [1433.5, 819.5], [1433.5, 823.5], [1430.5, 823.5], [1430.5, 821.5], [1427.5, 821.5]]}, +{"id": "twt0yo", "submitted_by": "GladOSkar", "name": "German Oak", "description": "Collaboration between r/placetrees and r/placeDE to build the german national tree. Initiated by u/GladOSkar. Went through many modifications", "website": "", "subreddit": "r/placetrees", "center": [1254.5, 849.5], "path": [[1247.5, 868.5], [1247.5, 868.5], [1249.5, 864.5], [1249.5, 859.5], [1247.5, 858.5], [1247.5, 860.5], [1248.5, 860.5], [1248.5, 864.5], [1244.5, 864.5], [1244.5, 860.5], [1245.5, 860.5], [1245.5, 858.5], [1240.5, 856.5], [1237.5, 852.5], [1235.5, 848.5], [1236.5, 844.5], [1239.5, 842.5], [1238.5, 841.5], [1240.5, 839.5], [1241.5, 840.5], [1247.5, 835.5], [1250.5, 835.5], [1253.5, 832.5], [1256.5, 832.5], [1258.5, 834.5], [1264.5, 837.5], [1267.5, 840.5], [1273.5, 844.5], [1273.5, 847.5], [1270.5, 852.5], [1270.5, 854.5], [1267.5, 857.5], [1264.5, 858.5], [1261.5, 859.5], [1259.5, 859.5], [1258.5, 859.5], [1258.5, 863.5], [1260.5, 867.5], [1262.5, 868.5], [1244.5, 868.5]]}, +{"id": "twt0ty", "submitted_by": "nuoony", "name": "Among Us Siegess\u00e4ule", "description": "Depiction of the Berlin Victory Column (Siegess\u00e4ule), but with an Among Us crewmate on top.", "website": "", "subreddit": "", "center": [1797.5, 833.5], "path": [[1814.5, 868.5], [1781.5, 868.5], [1781.5, 862.5], [1786.5, 862.5], [1786.5, 853.5], [1785.5, 853.5], [1785.5, 850.5], [1791.5, 850.5], [1791.5, 848.5], [1792.5, 847.5], [1792.5, 845.5], [1793.5, 844.5], [1793.5, 832.5], [1792.5, 832.5], [1792.5, 829.5], [1793.5, 829.5], [1793.5, 818.5], [1792.5, 818.5], [1792.5, 815.5], [1793.5, 814.5], [1793.5, 805.5], [1791.5, 803.5], [1791.5, 799.5], [1792.5, 798.5], [1792.5, 789.5], [1791.5, 789.5], [1791.5, 786.5], [1792.5, 785.5], [1792.5, 784.5], [1795.5, 781.5], [1800.5, 781.5], [1802.5, 783.5], [1802.5, 786.5], [1805.5, 786.5], [1805.5, 793.5], [1804.5, 793.5], [1802.5, 795.5], [1802.5, 798.5], [1803.5, 799.5], [1803.5, 803.5], [1801.5, 805.5], [1801.5, 815.5], [1802.5, 815.5], [1802.5, 818.5], [1801.5, 818.5], [1801.5, 829.5], [1802.5, 829.5], [1802.5, 832.5], [1801.5, 832.5], [1801.5, 844.5], [1802.5, 845.5], [1802.5, 847.5], [1803.5, 848.5], [1803.5, 849.5], [1804.5, 850.5], [1809.5, 850.5], [1809.5, 853.5], [1808.5, 854.5], [1808.5, 862.5], [1814.5, 862.5], [1814.5, 868.5]]}, +{"id": "twt0sr", "submitted_by": "H3x0n", "name": "alt:V Multiplayer for GTA V", "description": "A free alternative multiplayer client for GTA:V. ", "website": "altv.mp", "subreddit": "/r/altv", "center": [519.5, 1406.5], "path": [[469.5, 1395.5], [576.5, 1395.5], [576.5, 1407.5], [543.5, 1409.5], [544.5, 1415.5], [531.5, 1415.5], [531.5, 1419.5], [531.5, 1424.5], [498.5, 1424.5], [498.5, 1416.5], [476.5, 1415.5], [476.5, 1410.5], [473.5, 1409.5], [472.5, 1403.5], [469.5, 1399.5], [468.5, 1395.5]]}, +{"id": "twt0qe", "submitted_by": "VinsElBins", "name": "Team Vanadium", "description": "A group of French Friends and former CS:GO team that battle over a small area on the last day to be part the history of Reddit for the next 5 years", "website": "", "subreddit": "", "center": [1473.5, 800.5], "path": [[1460.5, 796.5], [1460.5, 804.5], [1486.5, 804.5], [1486.5, 796.5]]}, +{"id": "twt0nv", "submitted_by": "dutchnuggett", "name": "bidoof", "description": "by some known as a god, bidoof is truly one of the greatest pokemon to ever have been created", "website": "", "subreddit": "", "center": [569.5, 1480.5], "path": [[550.5, 1471.5], [554.5, 1467.5], [558.5, 1471.5], [569.5, 1465.5], [580.5, 1459.5], [588.5, 1464.5], [590.5, 1475.5], [587.5, 1480.5], [587.5, 1488.5], [585.5, 1493.5], [580.5, 1494.5], [577.5, 1491.5], [573.5, 1497.5], [573.5, 1500.5], [566.5, 1500.5], [564.5, 1496.5], [559.5, 1496.5], [559.5, 1500.5], [552.5, 1499.5], [554.5, 1494.5], [547.5, 1488.5], [547.5, 1480.5], [552.5, 1475.5]]}, +{"id": "twt0mw", "submitted_by": "OmgIRawr", "name": "ironmouseNyanhug", "description": "Recreation of vtuber ironmouse twitch emote hugging fellow vtuber nyanners", "website": "https://twitch.tv/ironmouse", "subreddit": "/r/ironmouse", "center": [1427.5, 979.5], "path": [[1403.5, 959.5], [1451.5, 959.5], [1451.5, 998.5], [1403.5, 998.5], [1403.5, 959.5]]}, +{"id": "twt0l3", "submitted_by": "Baconing_Narwhal", "name": "Overwatch League logo", "description": "Logo of the Overwatch League (OWL), a professional esports league for the video game Overwatch. Created by /r/competitiveoverwatch, the de facto official subreddit for the Overwatch competitive scene.", "website": "https://overwatchleague.com/en-us/", "subreddit": "/r/competitiveoverwatch", "center": [1810.5, 135.5], "path": [[1803.5, 131.5], [1817.5, 131.5], [1817.5, 139.5], [1803.5, 139.5], [1803.5, 131.5]]}, +{"id": "twt0a9", "submitted_by": "AboveColin", "name": "Defqon.1 Logo", "description": "Defqon.1 Weekend Festival is an annual music festival held in the Netherlands. nMade by r/Hardstyle", "website": "", "subreddit": "/r/Hardstyle", "center": [1016.5, 1640.5], "path": [[1025.5, 1644.5], [1017.5, 1621.5], [1009.5, 1633.5], [1008.5, 1653.5], [1025.5, 1652.5], [1025.5, 1642.5], [1025.5, 1644.5]]}, +{"id": "twt04d", "submitted_by": "Loulouloups", "name": "42 school", "description": "42 school is the best coding school of the world !", "website": "https://42.fr/en/homepage/", "subreddit": "", "center": [0.5, 0.5], "path": []}, +{"id": "twt00k", "submitted_by": "T0lgi02", "name": "Cookie\u2606", "description": "Cookie\u2606, DIYUSI, bitnameRU on BB, 1919, broken heart, \u3044\u3044\u3088(\u6765\u3044\u3088)", "website": "https://discord.gg/creatura", "subreddit": "", "center": [770.5, 1690.5], "path": [[752.5, 1670.5], [752.5, 1682.5], [749.5, 1685.5], [749.5, 1693.5], [751.5, 1694.5], [756.5, 1695.5], [760.5, 1703.5], [760.5, 1712.5], [787.5, 1712.5], [787.5, 1677.5], [781.5, 1670.5], [752.5, 1670.5]]}, +{"id": "twszqm", "submitted_by": "secretspine", "name": "Hommage to Nepal", "description": "An hommage to the deceased rapper Nepal", "website": "", "subreddit": "", "center": [227.5, 1535.5], "path": [[203.5, 1565.5], [206.5, 1548.5], [211.5, 1535.5], [214.5, 1523.5], [216.5, 1513.5], [217.5, 1509.5], [213.5, 1502.5], [212.5, 1493.5], [213.5, 1488.5], [216.5, 1485.5], [220.5, 1483.5], [225.5, 1483.5], [228.5, 1486.5], [232.5, 1491.5], [234.5, 1498.5], [234.5, 1505.5], [239.5, 1509.5], [243.5, 1517.5], [244.5, 1525.5], [246.5, 1549.5], [246.5, 1577.5], [241.5, 1582.5], [234.5, 1577.5], [227.5, 1571.5], [217.5, 1566.5], [212.5, 1565.5], [204.5, 1565.5]]}, +{"id": "twszcj", "submitted_by": "Khumster", "name": "Arcane Jinx", "description": "Jinx flair scene from Arcane. Many communities helped to keep the great Jinx alive during the war against spanish and US.", "website": "", "subreddit": "", "center": [45.5, 1564.5], "path": [[43.5, 1473.5], [32.5, 1481.5], [29.5, 1490.5], [28.5, 1496.5], [28.5, 1502.5], [30.5, 1507.5], [31.5, 1508.5], [29.5, 1526.5], [29.5, 1532.5], [31.5, 1535.5], [34.5, 1537.5], [31.5, 1541.5], [27.5, 1544.5], [21.5, 1547.5], [19.5, 1556.5], [19.5, 1562.5], [19.5, 1567.5], [24.5, 1567.5], [26.5, 1561.5], [28.5, 1568.5], [30.5, 1577.5], [32.5, 1597.5], [23.5, 1595.5], [18.5, 1596.5], [13.5, 1601.5], [12.5, 1608.5], [12.5, 1620.5], [19.5, 1624.5], [18.5, 1626.5], [15.5, 1629.5], [13.5, 1631.5], [13.5, 1637.5], [8.5, 1651.5], [7.5, 1655.5], [3.5, 1656.5], [3.5, 1663.5], [9.5, 1659.5], [14.5, 1663.5], [17.5, 1662.5], [24.5, 1668.5], [26.5, 1669.5], [31.5, 1675.5], [52.5, 1689.5], [54.5, 1685.5], [55.5, 1679.5], [57.5, 1678.5], [59.5, 1678.5], [59.5, 1673.5], [59.5, 1670.5], [61.5, 1667.5], [64.5, 1661.5], [58.5, 1666.5], [56.5, 1665.5], [53.5, 1659.5], [47.5, 1654.5], [42.5, 1642.5], [41.5, 1638.5], [44.5, 1630.5], [41.5, 1626.5], [42.5, 1611.5], [42.5, 1601.5], [42.5, 1585.5], [38.5, 1578.5], [39.5, 1566.5], [41.5, 1560.5], [50.5, 1567.5], [51.5, 1560.5], [47.5, 1548.5], [43.5, 1546.5], [48.5, 1536.5], [45.5, 1530.5], [55.5, 1511.5], [60.5, 1508.5], [67.5, 1508.5], [70.5, 1509.5], [76.5, 1504.5], [82.5, 1504.5], [90.5, 1504.5], [97.5, 1496.5], [100.5, 1483.5], [107.5, 1477.5], [113.5, 1472.5], [116.5, 1470.5], [91.5, 1470.5], [65.5, 1470.5], [46.5, 1473.5], [42.5, 1473.5]]}, +{"id": "twszc0", "submitted_by": "IVgormino", "name": "Bamse", "description": "Bamse - A swedish cartoon character who teaches children about the virtues of being kind", "website": "", "subreddit": "", "center": [870.5, 78.5], "path": [[877.5, 69.5], [869.5, 69.5], [861.5, 69.5], [860.5, 87.5], [880.5, 87.5], [880.5, 70.5]]}, +{"id": "twszbr", "submitted_by": "GTYannou", "name": "N\u00e9pal", "description": "N\u00e9pal was a was a French rapper and beatmaker. He was also known as KLM and GrandMaster Splinter. N\u00e9pal attached great importance to remain anonymous, covering his face with a hood or a mask.nN\u00e9pal died on 9 November 2019. The announcement came after 11 days on social networks on 20 November 2019 including the posthumous release of his album Adios Bahamas that he had just completed recording. The circumstances of his death are unknown.", "website": "[https://444nuits.com/](https://444nuits.com/)", "subreddit": "/r/placefrance", "center": [219.5, 1527.5], "path": [[245.5, 1482.5], [181.5, 1484.5], [198.5, 1569.5], [247.5, 1584.5], [247.5, 1520.5], [246.5, 1486.5]]}, +{"id": "twsyqr", "submitted_by": "jett87", "name": "Filippino Jeepney", "description": "The most popular means of public transportation ubiquitous in the Philippines, which have become a widespread symbol of Philippine culture and art.", "website": "", "subreddit": "", "center": [420.5, 1653.5], "path": [[387.5, 1671.5], [391.5, 1671.5], [389.5, 1671.5], [393.5, 1671.5], [394.5, 1670.5], [395.5, 1669.5], [395.5, 1662.5], [396.5, 1663.5], [397.5, 1663.5], [397.5, 1664.5], [397.5, 1669.5], [432.5, 1669.5], [433.5, 1669.5], [434.5, 1671.5], [441.5, 1671.5], [443.5, 1669.5], [443.5, 1664.5], [451.5, 1664.5], [451.5, 1666.5], [457.5, 1666.5], [457.5, 1661.5], [452.5, 1661.5], [452.5, 1655.5], [453.5, 1654.5], [453.5, 1652.5], [452.5, 1652.5], [452.5, 1642.5], [454.5, 1642.5], [454.5, 1639.5], [449.5, 1634.5], [402.5, 1634.5], [400.5, 1635.5], [398.5, 1638.5], [397.5, 1641.5], [398.5, 1642.5], [400.5, 1643.5], [400.5, 1648.5], [399.5, 1650.5], [398.5, 1651.5], [383.5, 1651.5], [383.5, 1658.5], [379.5, 1661.5], [379.5, 1664.5], [381.5, 1666.5], [382.5, 1666.5], [382.5, 1665.5], [384.5, 1665.5], [384.5, 1669.5], [386.5, 1671.5], [388.5, 1671.5]]}, +{"id": "twsyqg", "submitted_by": "JDCLO", "name": "Hyunjin from Loona", "description": "The second member of Loona. #stanloona ", "website": "https://www.youtube.com/channel/UCOJplhB0wGQWv9OuRmMT-4g", "subreddit": "/r/LOONA", "center": [1315.5, 598.5], "path": [[1300.5, 582.5], [1329.5, 582.5], [1329.5, 614.5], [1300.5, 614.5], [1300.5, 614.5], [1300.5, 614.5], [1300.5, 614.5], [1300.5, 614.5]]}, +{"id": "twsymo", "submitted_by": "procontroller", "name": "Basil", "description": "Basil from the indie RPG, Omori. ", "website": "", "subreddit": "r/omori", "center": [880.5, 272.5], "path": [[871.5, 280.5], [871.5, 275.5], [870.5, 274.5], [869.5, 273.5], [868.5, 272.5], [867.5, 271.5], [866.5, 270.5], [867.5, 269.5], [870.5, 265.5], [873.5, 264.5], [876.5, 263.5], [884.5, 262.5], [885.5, 263.5], [887.5, 263.5], [889.5, 264.5], [890.5, 265.5], [891.5, 266.5], [892.5, 267.5], [893.5, 269.5], [892.5, 270.5], [892.5, 273.5], [891.5, 274.5], [890.5, 275.5], [890.5, 277.5], [890.5, 279.5], [890.5, 280.5], [890.5, 281.5], [871.5, 281.5]]}, +{"id": "twsy2c", "submitted_by": "IronRaichu", "name": "CAPTAINSPARKLEZ ", "description": "Famous Minecraft Twitch Streamer & Youtuber ", "website": "Watch CaptainSparklez with me on Twitch! https://www.twitch.tv/captainsparklez?sr=a", "subreddit": "r/CaptainSparklez ", "center": [867.5, 1910.5], "path": [[858.5, 1902.5], [858.5, 1902.5], [857.5, 1902.5], [859.5, 1902.5], [858.5, 1901.5], [858.5, 1917.5], [876.5, 1918.5], [875.5, 1901.5]]}, +{"id": "twsxwu", "submitted_by": "MartyStarkiller", "name": "Pizza (from Chicory: A Colorful Tale)", "description": "Pizza is a character from Chicory: A Colorful Tale, released in 2021 and developed by Finji. This was added to the Celeste community square in alliance with the Chicory community because Lena Raine composed the soundtrack for both Celeste and Chicory.", "website": "[https://chicorygame.com/](https://chicorygame.com/)", "subreddit": "r/chicory", "center": [973.5, 863.5], "path": [[966.5, 864.5], [967.5, 864.5], [967.5, 863.5], [969.5, 863.5], [969.5, 861.5], [970.5, 861.5], [970.5, 859.5], [971.5, 859.5], [972.5, 859.5], [972.5, 858.5], [974.5, 858.5], [974.5, 857.5], [974.5, 858.5], [975.5, 858.5], [975.5, 859.5], [977.5, 859.5], [977.5, 862.5], [978.5, 862.5], [978.5, 863.5], [979.5, 863.5], [980.5, 863.5], [980.5, 865.5], [979.5, 865.5], [979.5, 866.5], [978.5, 866.5], [978.5, 867.5], [978.5, 866.5], [976.5, 866.5], [976.5, 867.5], [968.5, 867.5], [968.5, 866.5], [967.5, 866.5], [966.5, 866.5]]}, +{"id": "twsxsq", "submitted_by": "Professional-Ice-845", "name": "HTL St.P\u00f6lten", "description": "The main logo of an Austrian school and the logos of the two classes that made it.", "website": "[https://www.htlstp.ac.at](https://www.htlstp.ac.at)", "subreddit": "/r/place_htlstp", "center": [385.5, 1596.5], "path": [[372.5, 1593.5], [398.5, 1593.5], [398.5, 1599.5], [372.5, 1599.5], [372.5, 1593.5], [398.5, 1593.5], [398.5, 1593.5]]}, +{"id": "twsxmp", "submitted_by": "El_Geygey", "name": "Mongolian flag over a yurt", "description": "The idea of a Mongolian flag came from the community behind the neighbouring pinpoint symbol. The spot was then taken care of by the r/mongolia subreddit. Following a misunderstood, the Mongolian YouTuber CTS tried to conquer the right of the drawing but admitted his mistake and backed off", "website": "", "subreddit": "/r/mongolia", "center": [101.5, 479.5], "path": [[93.5, 466.5], [93.5, 491.5], [109.5, 491.5], [109.5, 466.5], [93.5, 466.5]]}, +{"id": "twsxjo", "submitted_by": "rafter_", "name": "No Need Orga", "description": "No Need Orga is a German League of Legends team.", "website": "https://lol.fandom.com/wiki/No_Need_Orga", "subreddit": "", "center": [650.5, 1985.5], "path": [[624.5, 1975.5], [624.5, 1995.5], [677.5, 1995.5], [677.5, 1976.5]]}, +{"id": "twsxds", "submitted_by": "suiramdev", "name": "PNL x Daft Punk", "description": "The French streamers decided to represent a duo of rappers of which France is proud, with the mask of daft punks, also symbols of France.", "website": "https://youtu.be/BtyHYIpykN0", "subreddit": "", "center": [207.5, 1605.5], "path": [[170.5, 1639.5], [170.5, 1590.5], [174.5, 1577.5], [195.5, 1567.5], [214.5, 1565.5], [229.5, 1572.5], [241.5, 1583.5], [243.5, 1599.5], [243.5, 1612.5], [242.5, 1616.5], [245.5, 1623.5], [244.5, 1640.5]]}, +{"id": "twsx7i", "submitted_by": "IVgormino", "name": "Bolimbompa Draken", "description": "Bolibompa Draken is a swedish childrens cartoon character", "website": "", "subreddit": "", "center": [849.5, 79.5], "path": [[843.5, 68.5], [838.5, 88.5], [861.5, 88.5], [855.5, 69.5], [855.5, 68.5]]}, +{"id": "twsx1j", "submitted_by": "ReverseDmitry", "name": "Half of Italy heart", "description": "The remains of an Italy/Poland heart.", "website": "", "subreddit": "", "center": [778.5, 221.5], "path": [[780.5, 218.5], [777.5, 218.5], [776.5, 220.5], [776.5, 221.5], [780.5, 225.5], [780.5, 218.5]]}, +{"id": "twswyt", "submitted_by": "DonCrogod", "name": "\u00d6BB Railjet", "description": "A high-speed rail service operated by Austrian Federal Railways (\u00d6BB).", "website": "", "subreddit": "", "center": [1143.5, 275.5], "path": [[1134.5, 271.5], [1153.5, 271.5], [1153.5, 279.5], [1134.5, 280.5]]}, +{"id": "twswth", "submitted_by": "28PercentCharged", "name": "Nuclear Throne Fish", "description": "The character Fish, from the game Nuclear Throne, allied with Enter the Gungeon", "website": "", "subreddit": "/r/nuclearthrone", "center": [198.5, 335.5], "path": [[194.5, 341.5], [193.5, 329.5], [199.5, 329.5], [203.5, 335.5], [203.5, 336.5], [200.5, 341.5]]}, +{"id": "twswrb", "submitted_by": "_SpaceBadger_", "name": "Ponce's flower", "description": "A flower originaly made by the community of the french streamer Ponce kept by the Netherland when they took control of the zone", "website": "", "subreddit": "", "center": [1951.5, 14.5], "path": [[1944.5, 5.5], [1944.5, 3.5], [1949.5, 0.5], [1954.5, 0.5], [1955.5, 2.5], [1958.5, 2.5], [1960.5, 4.5], [1960.5, 3.5], [1961.5, 6.5], [1960.5, 10.5], [1961.5, 14.5], [1953.5, 20.5], [1953.5, 21.5], [1958.5, 20.5], [1960.5, 20.5], [1961.5, 22.5], [1960.5, 24.5], [1959.5, 26.5], [1953.5, 26.5], [1953.5, 34.5], [1949.5, 34.5], [1949.5, 26.5], [1942.5, 21.5], [1942.5, 20.5], [1945.5, 19.5], [1947.5, 21.5], [1949.5, 21.5], [1949.5, 18.5], [1948.5, 19.5], [1945.5, 17.5], [1941.5, 13.5], [1941.5, 6.5], [1943.5, 4.5], [1949.5, 3.5]]}, +{"id": "twswo6", "submitted_by": "--Xer0--", "name": "Hatsune Miku: Colorful Stage!", "description": "This is a mobile rhythm game developed by Colorful Palette which features many popular virtual singers (VOCALOIDS).", "website": "", "subreddit": "[https://www.reddit.com/r/colorfulstage/](https://www.reddit.com/r/colorfulstage/)", "center": [1550.5, 1735.5], "path": [[1576.5, 1712.5], [1527.5, 1712.5], [1527.5, 1761.5], [1565.5, 1761.5], [1565.5, 1747.5], [1566.5, 1744.5], [1568.5, 1744.5], [1568.5, 1741.5], [1570.5, 1741.5], [1570.5, 1740.5], [1573.5, 1740.5], [1573.5, 1739.5], [1576.5, 1739.5]]}, +{"id": "twswn2", "submitted_by": "glowingfromwithin", "name": "Malte", "description": "Malte is the name of a designer who made/contributed to a large amount of pixel art on the two Germany flags and was therefore named MVP by the r/placede Discord. The community decided that as a surprise his name should be on the flag temporarily so that it would pop up in the final timelapse.", "website": "", "subreddit": "r/placeDE", "center": [1899.5, 1128.5], "path": [[1872.5, 1120.5], [1872.5, 1136.5], [1928.5, 1135.5], [1928.5, 1122.5]]}, +{"id": "twswgz", "submitted_by": "FlatEartherForLife", "name": "Flag of Haiti", "description": "The current flag of Haiti, made in collaboration with the ULTRAKILL as they moved their logo down to make space for the flag. Both communities defended each other through the duration of r/place.", "website": "https://en.wikipedia.org/wiki/Flag_of_Haiti", "subreddit": "/r/haiti/", "center": [1360.5, 1791.5], "path": [[1346.5, 1785.5], [1374.5, 1785.5], [1374.5, 1797.5], [1346.5, 1797.5]]}, +{"id": "twsweb", "submitted_by": "Rickmaster2002", "name": "Portuguese Continental Territory", "description": "This is the representation of the Portuguese Continental Territory. (Don't forget about the islaaaands)", "website": "", "subreddit": "r/portugal; r/PortugalCaralho", "center": [1488.5, 1858.5], "path": [[1480.5, 1831.5], [1483.5, 1828.5], [1484.5, 1828.5], [1485.5, 1827.5], [1487.5, 1830.5], [1491.5, 1830.5], [1497.5, 1831.5], [1497.5, 1830.5], [1500.5, 1830.5], [1501.5, 1831.5], [1501.5, 1835.5], [1503.5, 1835.5], [1504.5, 1836.5], [1504.5, 1837.5], [1505.5, 1838.5], [1504.5, 1839.5], [1503.5, 1839.5], [1502.5, 1840.5], [1501.5, 1840.5], [1501.5, 1841.5], [1500.5, 1843.5], [1498.5, 1845.5], [1498.5, 1856.5], [1497.5, 1857.5], [1493.5, 1858.5], [1493.5, 1861.5], [1494.5, 1864.5], [1499.5, 1865.5], [1500.5, 1866.5], [1495.5, 1869.5], [1500.5, 1874.5], [1497.5, 1874.5], [1496.5, 1878.5], [1492.5, 1881.5], [1491.5, 1884.5], [1490.5, 1890.5], [1486.5, 1891.5], [1480.5, 1888.5], [1477.5, 1889.5], [1476.5, 1887.5], [1477.5, 1884.5], [1478.5, 1884.5], [1478.5, 1876.5], [1480.5, 1873.5], [1481.5, 1870.5], [1477.5, 1871.5], [1476.5, 1868.5], [1477.5, 1866.5], [1474.5, 1867.5], [1473.5, 1862.5], [1478.5, 1857.5], [1482.5, 1845.5], [1483.5, 1840.5], [1482.5, 1832.5], [1480.5, 1830.5], [1485.5, 1827.5], [1484.5, 1827.5], [1481.5, 1831.5], [1480.5, 1831.5], [1483.5, 1840.5], [1480.5, 1830.5]]}, +{"id": "twswdn", "submitted_by": "Iryti", "name": "Fnatic", "description": "Professional ESports LoL team, competing in the LECn#ALWAYSFNATIC", "website": "https://fnatic.com/", "subreddit": "r/fnatic/", "center": [1595.5, 1408.5], "path": [[1581.5, 1397.5], [1581.5, 1409.5], [1584.5, 1419.5], [1608.5, 1419.5], [1611.5, 1411.5], [1603.5, 1396.5]]}, +{"id": "twswdd", "submitted_by": "Glittering-Durian-49", "name": "Obol (Hades)", "description": "A representation of the obol coin from the roguelike video game Hades (2020).", "website": "", "subreddit": "/r/HadesTheGame/", "center": [1262.5, 917.5], "path": [[1258.5, 908.5], [1258.5, 926.5], [1265.5, 926.5], [1265.5, 908.5], [1258.5, 908.5]]}, +{"id": "twswb2", "submitted_by": "KayakingPyromaniac", "name": "HFY", "description": "A mostly sci-i writing subreddit", "website": "", "subreddit": "r/hfy", "center": [846.5, 728.5], "path": [[841.5, 722.5], [841.5, 734.5], [852.5, 734.5], [851.5, 722.5], [851.5, 722.5]]}, +{"id": "twswau", "submitted_by": "rafter_", "name": "An\u0131tkabir ", "description": "An\u0131tkabir is the mausoleum of Mustafa Kemal Atat\u00fcrk, the leader of the Turkish War of Independence and the founder and the first President of Republic of Turkey.", "website": "https://en.wikipedia.org/wiki/An%C4%B1tkabir", "subreddit": "", "center": [849.5, 1097.5], "path": [[796.5, 1073.5], [796.5, 1121.5], [902.5, 1121.5], [901.5, 1073.5], [900.5, 1074.5]]}, +{"id": "twsw7r", "submitted_by": "AvatarDeino", "name": "Initial D and Eighty Six collaboration", "description": "Art by the r/eightysix community of the show's female protagonist Lena, along with a collaboration with the r/initial d community below it, depicting the protagonist Takumi in his famous Toyota AE86. ", "website": "", "subreddit": "r/initiald ", "center": [1131.5, 1774.5], "path": [[1100.5, 1757.5], [1155.5, 1758.5], [1155.5, 1784.5], [1164.5, 1784.5], [1164.5, 1793.5], [1137.5, 1793.5], [1137.5, 1791.5], [1131.5, 1791.5], [1131.5, 1785.5], [1131.5, 1784.5], [1100.5, 1784.5], [1100.5, 1784.5]]}, +{"id": "twsw6i", "submitted_by": "N8dawgggg", "name": "Rowdies Stripes", "description": "Green and yellow stripes to represent the Tampa Bay soccer team, The Rowdies", "website": "https://www.rowdiessoccer.com/", "subreddit": "r/TampaBayRowdies", "center": [1740.5, 271.5], "path": [[1737.5, 279.5], [1737.5, 263.5], [1742.5, 263.5], [1742.5, 279.5], [1737.5, 279.5]]}, +{"id": "twsw1r", "submitted_by": "Smusn_", "name": "Alesa by michealmcchill", "description": "The mascot of Michaelmicchill, a Twitch streamer and member of the Dream SMP. ", "website": "[https://www.michaelmcchill.com/](https://www.michaelmcchill.com/)", "subreddit": "[https://www.reddit.com/r/Michaelmcchill/](https://www.reddit.com/r/Michaelmcchill/)", "center": [1612.5, 270.5], "path": [[1609.5, 265.5], [1609.5, 266.5], [1609.5, 267.5], [1609.5, 268.5], [1610.5, 268.5], [1610.5, 266.5], [1610.5, 266.5], [1610.5, 266.5], [1610.5, 266.5], [1609.5, 269.5], [1609.5, 271.5], [1608.5, 269.5], [1611.5, 271.5], [1610.5, 272.5], [1611.5, 272.5], [1611.5, 273.5], [1612.5, 274.5], [1613.5, 274.5], [1614.5, 274.5], [1615.5, 273.5], [1614.5, 273.5], [1614.5, 272.5], [1615.5, 273.5], [1615.5, 272.5], [1615.5, 271.5], [1616.5, 270.5], [1616.5, 270.5], [1615.5, 271.5], [1616.5, 271.5], [1616.5, 270.5], [1616.5, 269.5], [1616.5, 268.5], [1615.5, 267.5], [1613.5, 266.5], [1613.5, 265.5], [1612.5, 264.5], [1612.5, 264.5], [1613.5, 264.5], [1614.5, 264.5], [1614.5, 265.5], [1614.5, 265.5], [1615.5, 265.5], [1615.5, 266.5], [1615.5, 267.5], [1616.5, 267.5], [1616.5, 268.5], [1614.5, 268.5], [1613.5, 267.5], [1611.5, 267.5], [1611.5, 267.5], [1611.5, 266.5], [1610.5, 266.5], [1610.5, 267.5], [1612.5, 267.5], [1609.5, 268.5], [1610.5, 268.5], [1611.5, 268.5], [1611.5, 268.5], [1610.5, 268.5], [1610.5, 268.5], [1610.5, 269.5], [1611.5, 270.5], [1610.5, 269.5], [1609.5, 269.5], [1610.5, 269.5], [1610.5, 270.5], [1610.5, 270.5], [1611.5, 270.5], [1612.5, 272.5], [1612.5, 272.5], [1611.5, 264.5], [1610.5, 264.5], [1611.5, 264.5], [1611.5, 264.5], [1611.5, 264.5], [1611.5, 264.5]]}, +{"id": "twsvtj", "submitted_by": "BarthoAz", "name": "BDE Info - Lyon 1 (Doua)", "description": "The student council of the IUT Informatique of Lyon 1 (Doua) in France.nA lot of love from baguette country <3nSupport to all techies around the world !n", "website": "https://bdeinfo.org", "subreddit": "", "center": [1692.5, 1815.5], "path": [[1669.5, 1810.5], [1669.5, 1819.5], [1715.5, 1819.5], [1715.5, 1810.5], [1669.5, 1810.5], [1669.5, 1810.5], [1669.5, 1819.5]]}, +{"id": "twsvnf", "submitted_by": "Teisseire_Rakt", "name": "Wakfu Logo", "description": "The logo of Wakfu, a MMORPG(Also a cartoon) by French studio Ankama.", "website": "https://www.wakfu.com/fr/mmorpg", "subreddit": "", "center": [1188.5, 1959.5], "path": [[1176.5, 1953.5], [1181.5, 1948.5], [1200.5, 1948.5], [1200.5, 1970.5], [1176.5, 1970.5], [1176.5, 1953.5]]}, +{"id": "twsvmi", "submitted_by": "AwayNefariousness442", "name": "Deepwoken", "description": ">> Deepwoken is a difficult game with permanent character loss. Losing characters is a part of the game that should be expected. <