You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
And here's an incorrect one:
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.
The text was updated successfully, but these errors were encountered:
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:
And here's an incorrect one:
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.
The text was updated successfully, but these errors were encountered: