Peter Fritz

Results 5 comments of Peter Fritz

Using `justify-content: center` along with `text-overflow: ellipsis` it seems that the hidden text gets included when calculating the center, resulting in the text being improperly aligned. ([example](https://og-playground.vercel.app/?share=hZLNboMwEIRfxbJU5UJVEql_VttL2kNPPaRSL7kQvMCmxkbYhFDEu3cNITSR2p5szQxrz4dbHhsJXPAHibu1Zsy6RsFj2_o9YxJtoaJGsFmiYD8LBjUDTDNH4jwML0axRumyMy1SmOpXB7klIwbtoBytbWUdJs3SkKj9rFPbH_eMJcQOjfauUVWuR3cTxZ9paSotl0aZkvw6QwfHj2noCr9AsJvwIClwNH1VRDHqVLDLxY_ox6HObTiku26tn_xmZHJOZSp7P3X9DdafFP7lQEf5Zv7iVGemTV1GxWSaHZSJMjVZGUoJR0KMOdi7t8kGpbCwaMeAL8lYX9Nn6RI6PV16AleEgELjygNuCv9LLBct7ylwcT1fBHx4E1zMF3cBl7CpUi5cWUHAITdbfG8K_8oSVVE9muK5v-QbkEOq674B)) I'm changing the...

It's not ideal, but you can specify who's mom it is in `motherName` as a temporary fix: ```js console.log(hiMom("Jason's mom")); // Hi, Jason's mom! ``` And it's even multilingual: ```js...

Certainly essential! While it seems that improving Satori may not be Vercel's current top priority, adding support for `-webkit-text-stroke` would significantly enhance Satori's functionality. This is particularly important for me...

Hi, I have another use case for this. As currently `WebkitTextStroke` ([`-webkit-text-stroke`](https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-text-stroke)) isn't supported, a `` element could be used to achieve the same effect. [Example in the Vercel OG...

Oh, that's way better! The maximum blur size is twice the shape's size? Is this a technical limitation or an issue with my code? ![image](https://github.com/vercel/satori/assets/61599784/ea4f22f6-d55e-41b8-9941-76ddfad10d73)