commit | eff5f4f1a0ecd1d14dfd0096eac79b6bb0176a0f | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Mon Feb 13 18:51:06 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 13 18:51:06 2023 |
tree | 1a7b58f08c408918339df2668de3c5851398c826 | |
parent | 87b14eeb37f1f3424d95ff6f5a6cb59c1d8cf27b [diff] |
Set color filter based on 'color-interpolation' for SVG objects Before this CL 'color-interpolation' was only handled when painting the content for a <mask>, by setting a color filter on the GraphicsContext, and essentially have each shape pick it up from there. Instead apply 'color-interpolation' for each shape that is painted by checking the value of the property and then potentially setting a color filter on the PaintFlags. This allows getting rid of basically all the code for handling color filters in GraphicsContext. Fixed: 1415376 Change-Id: I8c9cce2e62d57db4d8b4b126de030166e7fcaf7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4237275 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1104589}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.