cross-posted from: https://piefed.world/c/shit/p/1251594/how-the-rest-of-the-world-sees-usa
SVG Code
<svg xmlns="http://www.w3.org/2000/svg” viewBox="0 0 1000 700"> <!– White Background –> <rect width="100%” height="100%” fill="#ffffff"/>
<!– Hand-drawn Borders –> <g fill="none” stroke="#000000” stroke-width="7” stroke-linecap="round” stroke-linejoin="round">
<!-- Outer USA Outline --> <path d="M 60,100 C 250,80 400,110 580,120 C 680,120 800,60 920,110 C 1000,180 880,300 910,430 C 930,520 950,650 920,670 C 850,650 800,580 750,560 C 680,530 650,600 550,600 C 450,600 400,630 350,600 C 250,550 150,550 80,500 C 40,400 40,200 60,100 Z"/> <!-- Top-left scribble detail --> <path d="M 15,130 L 70,80"/> <!-- "los angeles" vertical border --> <path d="M 180,70 L 330,620"/> <!-- "yee haw" top border --> <path d="M 285,430 Q 380,410 460,440 Q 520,460 610,560"/> <!-- "disney world" diagonal border --> <path d="M 570,490 L 940,418"/> <!-- "new york" curved border --> <path d="M 580,120 Q 550,250 630,340 Q 720,420 845,437"/></g>
<!– Meme Text Labels –> <g font-family="Arial, Helvetica, sans-serif” font-size="44” fill="#000000” text-anchor="middle">
<!-- Los Angeles --> <text x="140" y="340">los</text> <text x="140" y="390">angeles</text> <!-- What? --> <text x="430" y="280">what?</text> <!-- Yee Haw --> <text x="450" y="525">yee haw</text> <!-- New York --> <text x="770" y="240">new york</text> <!-- Disney World --> <text x="785" y="490">disney</text> <text x="785" y="540">world</text></g> </svg>