Separate transform and origin for composited SVG animation
Previously we always baked transform origin into transform for SVG transforms in paint properties. However, when there is composited SVG transform animation, the compositor animates the transform part only, so we need to store transform origin separately in paint properties. Also disable SVG compositing when there is SMIL animation which is not supported by the compositor. Bug: 1133718 Change-Id: Icd2cf67e3952a9006ff2d74fb798a058db96a433 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441386 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#813880}
Showing
Please register or sign in to comment