-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
ctx.globalCompositeOperation
not working as expected
#695
Comments
It seems to be the expected behavior for blending of geometries? https://skia.org/docs/user/api/skblendmode_overview/ |
yes, but we need to align the behavior with the browser |
I found that the |
@nieyuyao yes sure |
Version
"@napi-rs/canvas": "^0.1.41"
How to reproduce?
Let us consider the following as an example for
@napi-rs/canvas
and the following for web browser:
Expectation
The output of the browser looks like this:
Result
The output of
@napi-rs/canvas
looks like this:The text was updated successfully, but these errors were encountered: