You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First observed in Next.js version 14.0.1 using ImageResponse from next/og. Reproduced in Vercel OG Playground that lists Satori's version as 0.0.0-development.
The text was updated successfully, but these errors were encountered:
peterfritz
changed the title
filter: "blur(...)" doesn't work as expected with "Satori + resvg-js"filter: "blur(...)" doesn't work as expected with Satori + resvg-js
Nov 9, 2023
Oh, that's way better!
The maximum blur size is a square that is twice the shape's width and height? 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
.The text was updated successfully, but these errors were encountered: