commit | fc7fe3f8c697adee1f13a48b962b231b9200add4 | [log] [tgz] |
---|---|---|
author | Divyansh Mangal <dmangal@microsoft.com> | Tue Apr 15 17:02:15 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 15 17:02:15 2025 |
tree | c890e8aa272c6ec4030f095a27152e9e20f28b82 | |
parent | 0478a76ea415eef2809269968fc9a03d0eaaede6 [diff] |
[SVG] Support transform on SVGSVGElement This changes adds support for the `transform` property on the `svg` element. This behavior is in the SVG2 spec and is already implemented by Firefox. This is accomplished by incorporating the local transform (via TransformHelper::ComputeTransformIncludingMotion) into the existing `local_to_parent_transform_`, and multiplying by the viewBox transform. This feature is being tracked in: https://chromestatus.com/feature/6129368025530368 Bug: 40313130 Change-Id: I8fec7a7e4fd84769ef33f8d7a43aece6daafc56f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6435957 Reviewed-by: Vinay Singh <vinaysingh@microsoft.com> Commit-Queue: Divyansh Mangal <dmangal@microsoft.com> Reviewed-by: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/main@{#1447198}
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.