|
Use Length for the stroke-width property in SVGLayoutStyle
Straight-forward if it hadn't been for the default value - "1" - which
does not interact well with the zoom (is not affected by it). To deal
with that, introduce a helper wrapper - UnzoomedLength - and use that
instead of a plain Length.
The animation framework is changed to use AnimatedLength and
LengthStyleInterpolation. This leaves AnimatedSVGLength and
SVGLengthStyleInterpolation unused, so they are removed.
BUG= 461375
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191544
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+135 lines, -474 lines) |
Patch |
|
M |
LayoutTests/animations/interpolation/svg-stroke-width-interpolation.html
|
View
|
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
LayoutTests/animations/interpolation/svg-stroke-width-interpolation-expected.txt
|
View
|
|
2 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
|
M |
LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/transitions/svg-transitions.html
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
LayoutTests/transitions/svg-transitions-expected.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/animation/LengthStyleInterpolation.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
D |
Source/core/animation/SVGLengthStyleInterpolation.h
|
View
|
1
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
|
D |
Source/core/animation/SVGLengthStyleInterpolation.cpp
|
View
|
1
|
1 chunk |
+0 lines, -85 lines |
0 comments
|
Download
|
|
D |
Source/core/animation/SVGLengthStyleInterpolationTest.cpp
|
View
|
1
|
1 chunk |
+0 lines, -71 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/StringKeyframe.cpp
|
View
|
1
2
3
|
4 chunks |
+2 lines, -8 lines |
0 comments
|
Download
|
|
D |
Source/core/animation/animatable/AnimatableSVGLength.h
|
View
|
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
|
D |
Source/core/animation/animatable/AnimatableSVGLength.cpp
|
View
|
|
1 chunk |
+0 lines, -70 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/animatable/AnimatableValueTestHelper.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/animatable/AnimatableValueTestHelper.cpp
|
View
|
1
2
3
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/animatable/AnimatableValueTestHelperTest.cpp
|
View
|
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
View
|
1
2
3
|
4 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
|
M |
Source/core/animation/css/CSSPropertyEquality.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/core.gypi
|
View
|
1
2
3
|
3 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
Source/core/css/CSSProperties.in
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/LayoutStyleCSSValueMapping.cpp
|
View
|
|
2 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/AnimatedStyleBuilder.cpp
|
View
|
|
4 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/StyleBuilderConverter.h
|
View
|
|
3 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/css/resolver/StyleBuilderConverter.cpp
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 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
|
|
5 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/style/SVGLayoutStyle.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/layout/style/SVGLayoutStyleDefs.h
|
View
|
|
3 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/style/SVGLayoutStyleDefs.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/style/SVGLayoutStyleTest.cpp
|
View
|
1
|
2 chunks |
+1 line, -15 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/LayoutSVGShape.cpp
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/LayoutSVGText.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/SVGLayoutSupport.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/SVGLayoutTreeAsText.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/layout/svg/SVGTextLayoutEngineBaseline.cpp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/LinearGradientAttributes.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/RadialGradientAttributes.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGLengthContext.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/SVGLengthContext.cpp
|
View
|
1
2
3
|
2 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
|
M |
Source/core/svg/graphics/filters/SVGFEImage.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 12 (5 generated)
|