Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Issue 1535523002: Web Animations: Add SVGLengthListInterpolationType (Closed)

Created:
5 years ago by suzyh_UTC10 (ex-contributor)
Modified:
4 years, 11 months ago
Reviewers:
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, krit, Eric Willigers, f(malita), fs, gyuyoung2, kouhei+svg_chromium.org, pdr+svgwatchlist_chromium.org, rjwright, rwlbuis, Stephen Chennney, shans, alancutter (OOO until 2018)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Web Animations: Add SVGLengthListInterpolationType This change migrates the following SVG attribute animations over to SVGLengthListInterpolationType and enables additive keyframe composite modes as well as neutral keyframes: dx, dy, y. BUG=530436

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+410 lines, -407 lines) Patch
A third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-dx-dy-composition.html View 1 chunk +104 lines, -0 lines 1 comment Download
A third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-y-composition.html View 1 chunk +155 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/animations/svg-attribute-interpolation/svg-y-interpolation.html View 1 chunk +8 lines, -8 lines 0 comments Download
D third_party/WebKit/Source/core/animation/LengthSVGInterpolation.h View 1 chunk +0 lines, -49 lines 0 comments Download
D third_party/WebKit/Source/core/animation/LengthSVGInterpolation.cpp View 1 chunk +0 lines, -177 lines 0 comments Download
D third_party/WebKit/Source/core/animation/ListSVGInterpolation.h View 1 chunk +0 lines, -132 lines 0 comments Download
M third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.h View 3 chunks +4 lines, -2 lines 2 comments Download
M third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.cpp View 3 chunks +32 lines, -20 lines 0 comments Download
A + third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.h View 3 chunks +8 lines, -8 lines 0 comments Download
A third_party/WebKit/Source/core/animation/SVGLengthListInterpolationType.cpp View 1 chunk +85 lines, -0 lines 2 comments Download
M third_party/WebKit/Source/core/animation/StringKeyframe.cpp View 4 chunks +10 lines, -6 lines 1 comment Download
M third_party/WebKit/Source/core/core.gypi View 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGLengthList.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGLengthList.cpp View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
suzyh_UTC10 (ex-contributor)
5 years ago (2015-12-16 22:06:57 UTC) #2
suzyh_UTC10 (ex-contributor)
5 years ago (2015-12-16 22:06:57 UTC) #3
fs
https://codereview.chromium.org/1535523002/diff/1/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-dx-dy-composition.html File third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-dx-dy-composition.html (right): https://codereview.chromium.org/1535523002/diff/1/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-dx-dy-composition.html#newcode6 third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-dx-dy-composition.html:6: <text class="target">123</text> Since this is testing the 'list' cases, ...
5 years ago (2015-12-16 22:43:29 UTC) #4
alancutter (OOO until 2018)
https://codereview.chromium.org/1535523002/diff/1/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.h File third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.h (right): https://codereview.chromium.org/1535523002/diff/1/third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.h#newcode16 third_party/WebKit/Source/core/animation/SVGLengthInterpolationType.h:16: InterpolationComponent neutralInterpolableSVGLength(); Global functions like this aren't consistent with ...
5 years ago (2015-12-18 00:35:50 UTC) #5
suzyh_UTC10 (ex-contributor)
4 years, 11 months ago (2016-01-13 23:35:30 UTC) #7
NB: This patch has been subsumed by https://codereview.chromium.org/1587533002

Powered by Google App Engine
This is Rietveld 408576698