fix: disable skia graphite backend#288141
Merged
deepak1556 merged 3 commits intomainfrom Jan 16, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR disables the Skia Graphite backend by adding a command-line switch to address rendering issues. The change is a temporary workaround until a fix lands in Skia upstream.
Changes:
- Added
disable-skia-graphitecommand-line switch to globally disable the Skia Graphite backend
Comments suppressed due to low confidence (1)
src/main.ts:341
- Corrected spelling of 'Siwtch' to 'Switch'.
`FontMatchingCTMigration,StandardizedBrowserZoom,${app.commandLine.getSwitchValue('disable-blink-features')}`;
nikwen
reviewed
Jan 16, 2026
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @bpaseroMatched files:
|
dmitrivMS
approved these changes
Jan 16, 2026
Contributor
Collaborator
Author
|
@jsoref the change from this PR is not available in the build you are referencing. It is available from today's insider. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Disabled until a fix is landed in skia, refer to https://gist.github.com/deepak1556/434964e5e379339be1d02db2a9afb743 for the conclusion towards this fix.
Fixes #284162
Fixes #263554