commit | 87410bff82297ebf2c7f900bf085edb06418887e | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Mon Nov 11 11:13:23 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 11 11:13:23 2024 |
tree | 47ae040540efe465c97555bb2676ba621ed4d1ad | |
parent | 75fbfe23e5ca1e4d50f872959d86fa5071f664f3 [diff] |
Uniform snapping correction scale factor of (inline) SVG root In certain cases, snapping will make the content box less tall/wide which may result in the content being clipped. Apply a scaling factor in this case to avoid unexpectedly painting outside the content box. This is similar to the document root case, but only allows uniform scaling. Bug: 349864872 Change-Id: I5a0fe7d26f83235560238e17f572295639371504 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5722649 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/main@{#1381110}
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.