-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support mix-blend-mode #544
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
cc @shuding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Orca Security Scan Summary
Status | Check | Issues by priority | |
---|---|---|---|
Passed | Secrets | 0 0 0 0 | View in Orca |
Oops! Deploy failed. Is it the reason that i upgrade the pnpm? @shuding |
The solution of |
@Jackie1210 |
hhh, I agree with that. But I do think it has a hack way to workaround with |
Close #493
Here I just use inline style just like
filter
insatori
to reduce result size and rely on the powerfulresvg
. It needs to upgrade@resvg/resvg-js
to2.4.1
to supportmix-blend-mode
. However, it casues two tests fail which were okay before.You can track them here:
thx/resvg-js#256
thx/resvg-js#257
After @yisibl and @RazrFalcon checked and resolved them. I think we can merge this PR.