wpt icon indicating copy to clipboard operation
wpt copied to clipboard

Add support for math expressions for offset-rotate interpolation

Open chromium-wpt-export-bot opened this issue 1 year ago • 1 comments

This CL:

  1. Adds support for offset-rotate property usage with math expressions and interpolation of this property;
  2. Creates ComputeDegrees API for CSSPrimitiveValue with CSSLengthResolver;
  3. Adds type info to the InterpolationNumber to make arithmetic operations for number and expression.

Note: the UnresolvedStyleOffsetRotation is needed to interpolate in expressions, before they are resolved to a single number. Bug: 1521261 Change-Id: I5e08bc69d0d33e7f9a4675e3a7bcc2fe7971ebd5 Reviewed-on: https://chromium-review.googlesource.com/5237680 WPT-Export-Revision: d6906bbb35b4ef919a4d62f726795de3b92de8d7

chromium-wpt-export-bot avatar Jan 26 '24 12:01 chromium-wpt-export-bot

Looks like this is a duplicate of #44509 - @danielsakhapov , should this one be closed?

dholbert avatar Feb 16 '24 20:02 dholbert

You are right, thanks

danielsakhapov avatar Feb 26 '24 18:02 danielsakhapov