Skip to content
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

Colors are misapplied in Blazor WebAssembly ASP.NET Core hosted app when there are multiple asysnc drawings. #124

Open
halheinrich opened this issue Apr 30, 2022 · 0 comments

Comments

@halheinrich
Copy link

The complex drawing method works fine in a Blazor Server app and a Blazor static WebAssembly app.
But, if the ASP.NET Core hosted box is checked for a WebAssembly app, problems appear.

Here's a correct drawing:
image

And here's an incorrect one:
image

I assume this is a bug, but if I'm misusing the package, I'd appreciate knowing.
I've refactored the drawing method to draw all the bits of the same color sequentially, and that helps.
All the drawing calls are to async methods and are awaited.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant