|
Use Length for the stroke-dasharray property in SVGLayoutStyle
This replaces the SVGLengthList used for strokeDashArray in
SVGLayoutStyle with a (reference-counted) Vector of Lengths.
SVGStrokeDasharrayStyleInterpolation is updated to treat a dash array in
a similar fashion, by having a list of LengthStyleInterpolations.
The storage of types in SVGStrokeDasharrayStyleInterpolation is dropped
for the same reason. AnimatableStrokeDasharrayList is updated to use
AnimatableLengths instead of AnimatableSVGLengths.
BUG= 461375
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191432
Total comments: 4
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+181 lines, -190 lines) |
Patch |
|
M |
LayoutTests/animations/interpolation/svg-stroke-dasharray-interpolation.html
|
View
|
|
3 chunks |
+15 lines, -14 lines |
0 comments
|
Download
|
|
M |
LayoutTests/animations/interpolation/svg-stroke-dasharray-interpolation-expected.txt
|
View
|
|
4 chunks |
+33 lines, -33 lines |
0 comments
|
Download
|
|
A + |
LayoutTests/web-animations-api/animations-responsive-strokeDasharray.html
|
View
|
1
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/SVGStrokeDasharrayStyleInterpolation.h
|
View
|
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/SVGStrokeDasharrayStyleInterpolation.cpp
|
View
|
|
5 chunks |
+9 lines, -16 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/SVGStrokeDasharrayStyleInterpolationTest.cpp
|
View
|
|
4 chunks |
+7 lines, -19 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/animatable/AnimatableStrokeDasharrayList.h
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/animatable/AnimatableStrokeDasharrayList.cpp
|
View
|
|
2 chunks |
+10 lines, -16 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/animatable/AnimatableStrokeDasharrayListTest.cpp
|
View
|
|
2 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/animatable/AnimatableValueTestHelper.cpp
|
View
|
|
1 chunk |
+7 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/animation/css/CSSPropertyEquality.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/LayoutStyleCSSValueMapping.cpp
|
View
|
|
2 chunks |
+5 lines, -9 lines |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/StyleBuilderConverter.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/StyleBuilderConverter.cpp
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/StyleElement.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/dom/StyleEngine.cpp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/forms/InputType.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
2 comments
|
Download
|
|
M |
Source/core/layout/style/LayoutStyle.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/style/SVGLayoutStyle.h
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/style/SVGLayoutStyle.cpp
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/style/SVGLayoutStyleDefs.h
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/style/SVGLayoutStyleDefs.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/layout/style/SVGLayoutStyleTest.cpp
|
View
|
|
4 chunks |
+17 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/SVGLayoutSupport.h
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/SVGLayoutSupport.cpp
|
View
|
|
3 chunks |
+10 lines, -16 lines |
2 comments
|
Download
|
|
M |
Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
View
|
|
1 chunk |
+1 line, -7 lines |
0 comments
|
Download
|
|
M |
Source/core/workers/Worker.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/wtf/RefVector.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 12 (3 generated)
|