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

fix: Backport SVG filter invalidation fix from Chromium #27635

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

rzhao271
Copy link
Contributor

@rzhao271 rzhao271 commented Feb 5, 2021

Description of Change

This is a backport of an upstream fix that is already in Electron v12.0.0-beta.16 and newer.

Downstream issue:
microsoft/vscode#112693
In a VS Code, an SVG produced by a notebook wasn't rendering on time.

Diff to backport from Chromium:
https://chromium.googlesource.com/chromium/src/+/15a8dbe6efe865eaaae63b48b6a3bacd3420a89b%5E%21/
There was an SVG rendering glitch in Chromium where invalidate wasn't getting called in some cases.

CC @deepak1556

Checklist

Release Notes

Notes: Fix svg with filter content not being rendered

@rzhao271 rzhao271 requested a review from a team as a code owner February 5, 2021 19:55
@deepak1556 deepak1556 added 11-x-y backport-check-skip Skip trop's backport validity checking semver/patch backwards-compatible bug fixes labels Feb 5, 2021
@jkleinsc
Copy link
Contributor

jkleinsc commented Feb 8, 2021

Merging as CI failure is flake unrelated to this PR.

@jkleinsc jkleinsc merged commit 7695f3f into electron:11-x-y Feb 8, 2021
@welcome
Copy link

welcome bot commented Feb 8, 2021

Congrats on merging your first pull request! 🎉🎉🎉

@release-clerk
Copy link

release-clerk bot commented Feb 8, 2021

Release Notes Persisted

Fix svg with filter content not being rendered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
11-x-y backport-check-skip Skip trop's backport validity checking semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants