cross-posted from: https://piefed.world/c/shit/p/1206865/hate-when-people-can-t-do-time
SVG Code
<svg xmlns="http://www.w3.org/2000/svg” viewBox="0 0 500 550” width="100%” height="100%” style="font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Helvetica, Arial, sans-serif;"> <defs> <style> .time { fill: #8e8e93; font-size: 13px; font-weight: 600; text-anchor: middle; } .delivered { fill: #8e8e93; font-size: 12px; font-weight: 600; text-anchor: end; } .text-light { fill: #ffffff; font-size: 18px; font-weight: 400; dominant-baseline: central; text-anchor: middle; } </style> </defs>
<text x="250” y="40” class="time">Today 2:30 AM</text>
<g> <path d="M 25 81 C 25 93 15 100 10 102 C 18 102 28 97 33 89 Z” fill="#262628” /> <rect x="25” y="60” width="210” height="42” rx="21” fill="#262628” /> <text x="130” y="82” class="text-light">Can u work tomorrow</text> </g>
<text x="250” y="145” class="time">Today 7:44 AM</text>
<g> <path d="M 475 186 C 475 198 485 205 490 207 C 482 207 472 202 467 194 Z” fill="#0A84FF” /> <rect x="405” y="165” width="70” height="42” rx="21” fill="#0A84FF” /> <text x="440” y="187” class="text-light">Yeah</text> </g>
<text x="465” y="225” class="delivered">Delivered</text>
<g> <path d="M 25 266 C 25 278 15 285 10 287 C 18 287 28 282 33 274 Z” fill="#262628” /> <rect x="25” y="245” width="65” height="42” rx="21” fill="#262628” /> <text x="57.5” y="267” class="text-light">9-5</text> </g>
<text x="250” y="340” class="time">Today 9:20 AM</text>
<g> <path d="M 25 381 C 25 393 15 400 10 402 C 18 402 28 397 33 389 Z” fill="#262628” /> <rect x="25” y="360” width="165” height="42” rx="21” fill="#262628” /> <text x="107.5” y="382” class="text-light">where are you??</text> </g>
<g> <path d="M 475 451 C 475 463 485 470 490 472 C 482 472 472 467 467 459 Z” fill="#0A84FF” /> <rect x="260” y="430” width="215” height="42” rx="21” fill="#0A84FF” /> <text x="367.5” y="452” class="text-light">You said tomorrow?</text> </g>
</svg>
tyler@programming.dev 20 hours ago
lol nice job providing the svg. I was like, wait, the background is transparent, this isn’t real!
pewpew@feddit.it 18 hours ago
Free and open source meme