Open peterfritz opened 11 months ago
This requires upgrading resvg-js to the latest version (2.6.0). Try it: https://resvg-js.vercel.app/
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?
Bug report
Description / Observed Behavior
The CSS property
filter: "blur(...)"
doesn't work properly when used in conjunction withresvg-js
to generate a PNG image.Expected Behavior
Reproduction
Vercel OG Playground
Additional Context
First observed in Next.js version
14.0.1
usingImageResponse
fromnext/og
. Reproduced in Vercel OG Playground that lists Satori's version as0.0.0-development
.