Lynnnnnnxx

Results 7 issues of Lynnnnnnxx

Hi, there! This is a satori contributor, currently satori has a lot of issues releated to font where we use opentype.js to render font. We are looking for a better...

- 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...

I am working on implementing `repeating-linear-gradient`, but I think we should refactor logic here at first for future. - I made a lib [css-gradient-parser](https://github.com/Jackie1210/css-gradient-parser) since vendor we currently use is...

- Rewrite algorithm of calculate x1, x2, y1, y2 for linear-gradient and passed all original tests - Support `repeating-linear-gradient` This PR can only be merged after https://github.com/vercel/satori/pull/562 have fun! 🤣...

Close https://github.com/vercel/satori/issues/493 Here I just use inline style just like `filter` in `satori` to reduce result size and rely on the powerful `resvg`. It needs to upgrade `@resvg/resvg-js` to `2.4.1`...

Now that #624 has been merged, let me bring`repeating-linear-gradient` to satori~ ❤️ Close https://github.com/vercel/satori/issues/554 Note about the algorithm: Option 1: `0 < deg < 90` define ```math r=(h/w)^2 ``` then,...

Fix https://github.com/vercel/satori/issues/509#issue-1751609949