Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for math expressions in offset-path ray() angle interpola…
…tion Note: this approach is different from the previous ones, in a way that we don't take the whole conversion code from basic_shape_functions, but instead only extract the angle value from initial CSSValue. The reason is that the code in basic_shape_functions resolves the relative units for center coordinates, and the interpolation code uses the resolved lengths, instead of unresolved ones. So, a bigger fix is needed for this code, but as it's out of scope for this InterpolationNumber fixing project, it will be done later. Bug: 41494232 Change-Id: Ibf1af3164473a7fd0526a39ef1bac075ba203279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5317729 Commit-Queue: Daniil Sakhapov <[email protected]> Reviewed-by: Anders Hartvoll Ruud <[email protected]> Cr-Commit-Position: refs/heads/main@{#1264474}
- Loading branch information