satori icon indicating copy to clipboard operation
satori copied to clipboard

feat: upgrade resvg to ^2.6.0 & refine mask-image

Open Jackie1210 opened this issue 1 year ago • 12 comments

  • upgrade @resvg/resvg-js to ^2.6.0
  • set mask-type to alpha to match the effect of browser
  • Close #545
  • Do not render svg with image in html due to resvg behaviour, see https://github.com/yisibl/resvg-js/issues/257#issuecomment-1732280950 (Need more work)

CC @shuding @LuciNyan

Jackie1210 avatar Nov 06 '23 15:11 Jackie1210

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
satori-playground ❌ Failed (Inspect) Nov 6, 2023 3:26pm

vercel[bot] avatar Nov 06 '23 15:11 vercel[bot]

Oops! vercel deploy failed.

Jackie1210 avatar Nov 06 '23 15:11 Jackie1210

Huge thanks to @yisibl and @zimond for their hard work on @resvg/resvg-js!

Jackie1210 avatar Nov 06 '23 15:11 Jackie1210

You're welcome, my pleasure.

yisibl avatar Nov 06 '23 15:11 yisibl

any update?

ppjjzz avatar Dec 01 '23 01:12 ppjjzz

I might try a custom build of Resvg.js as its latest WASM build is 1.1MB larger than old versions. My guess is that it includes font loading / WASI related features that Satori doesn't actually need.

shuding avatar Jan 18 '24 01:01 shuding

I might try a custom build of Resvg.js as its latest WASM build is 1.1MB larger than old versions. My guess is that it includes font loading / WASI related features that Satori doesn't actually need.

Is satori currently sensitive to wasm file size? I would consider releasing a smaller size @resvg/resvg-wasm package if needed.

yisibl avatar Jan 18 '24 03:01 yisibl

Is satori currently sensitive to wasm file size?

Yes, we would like satori to continue working with the 1 MB gzip size limit for Hobby customers using Edge Functions.

https://vercel.com/docs/functions/limitations

image

styfle avatar Feb 07 '24 16:02 styfle

Would love to see this merged, we've got a panic at the moment that is fixed in resvg upstream but not in the version bundled with satori.

woodhull avatar Mar 19 '24 17:03 woodhull