|
Web Animations: Add SVGPointListInterpolationType
This change migrates the "points" SVG attribute animations over to
SVGPointListInterpolationType and enables additive keyframe composite
modes as well as neutral keyframes.
BUG= 530436
Committed: https://crrev.com/3c5e8e28c8dc2a344b6e4e4140fef308192d4fb9
Cr-Commit-Position: refs/heads/master@{#360253}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+351 lines, -62 lines) |
Patch |
 |
A |
third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html
|
View
|
1
|
1 chunk |
+137 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition-expected.txt
|
View
|
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/LayoutTests/animations/svg-attribute-responsive/svg-points-responsive-expected.txt
|
View
|
1
2
3
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/core/animation/PointSVGInterpolation.h
|
View
|
1
2
|
1 chunk |
+0 lines, -39 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/SVGAngleInterpolationType.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/SVGInterpolationType.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/SVGInterpolationType.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/SVGNumberInterpolationType.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/animation/SVGPointListInterpolationType.h
|
View
|
1
2
3
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/core/animation/SVGPointListInterpolationType.cpp
|
View
|
1
2
3
|
1 chunk |
+105 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
View
|
1
2
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/core.gypi
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/svg/SVGPointList.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/svg/SVGPointList.cpp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
Depends on Patchset:
Total messages: 38 (17 generated)
|