commit | a68e8af1a8821bb75367ebd9cb377da19658f132 | [log] [tgz] |
---|---|---|
author | Claire Chambers <clchambers@microsoft.com> | Tue Jul 08 01:48:58 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 08 01:48:58 2025 |
tree | f9f1ef8ade9ae2819406de7837d407c616238db1 | |
parent | c5004c95ab7379c27b783dd3872ba9e17c18294f [diff] |
[CompositeClipPathAnimation] Fix non-interpolation for inset(50%) This CL removes an early return in creating SkPaths for Insets, where empty insets would return as the empty path. Empty paths cannot be interpolated. SkPath::addRRect already falls back to addRect in the case of an empty inset, so there is no code need for an early return. An additional test for circles is added, even though they are not currently broken. Bug: 429917438 Change-Id: I55f0ffaf36b0611591ef8ffe36fbc55a823571f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6706980 Reviewed-by: Kevin Ellis <kevers@chromium.org> Commit-Queue: Claire Chambers <clchambers@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1483491}
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.