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

Unified Diff: Source/core/animation/LengthStyleInterpolation.cpp

Issue 983103003: Use Length for the stroke-width property in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: lengthSetterForProperty Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/animation/LengthStyleInterpolation.cpp
diff --git a/Source/core/animation/LengthStyleInterpolation.cpp b/Source/core/animation/LengthStyleInterpolation.cpp
index 3be7e24b17fd81b93c1b9cabcfb19277fc01dfdc..3bc701c44b30046c9549d9b9758c0a9a53869818 100644
--- a/Source/core/animation/LengthStyleInterpolation.cpp
+++ b/Source/core/animation/LengthStyleInterpolation.cpp
@@ -130,6 +130,7 @@ LengthStyleInterpolation::LengthSetter LengthStyleInterpolation::lengthSetterFor
case CSSPropertyOutlineWidth:
case CSSPropertyPerspective:
case CSSPropertyStrokeDashoffset:
+ case CSSPropertyStrokeWidth:
case CSSPropertyVerticalAlign:
case CSSPropertyWebkitBorderHorizontalSpacing:
case CSSPropertyWebkitBorderVerticalSpacing:
« no previous file with comments | « LayoutTests/transitions/svg-transitions-expected.txt ('k') | Source/core/animation/SVGLengthStyleInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698