-
Notifications
You must be signed in to change notification settings - Fork 549
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
[BUG] flushClearColor throws an error #1931
Comments
I have a similar exception running Avalonia in NativeAOT-LLVM, but with HarfBuzzSharp
Removing text rendering make app render just fine without this error (at least, a simple rectangle and software render for now). |
And to keep experiments with LLVM and SkiaSharp in one place, if I enable WebGL rendering it will throw a different exception:
Not sure what triggers it yet, I want to focus on software rendering for now. |
Description
Attempting to
surface.Canvas.DrawColor(SKColors.White);
and flush causes an exceptionCode
Expected Behavior
The canvas goes white
Actual Behavior
Exception occurs,
Basic Information
Detailed IDE/OS information (click to expand)
Screenshots
Reproduction Link
https://github.com/yowl/wskia/tree/flush
and build with
Then server using some webserver and open in Chrome canary
The text was updated successfully, but these errors were encountered: