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

Unified Diff: Source/core/css/CSSProperties.in

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
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/LayoutStyleCSSValueMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSProperties.in
diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
index 6bb0ae84cbc6fbb361ef9e3c59b6b09f34927df3..634030c2cf957f8a7ed683c9eddd5bbb81280eeb 100644
--- a/Source/core/css/CSSProperties.in
+++ b/Source/core/css/CSSProperties.in
@@ -259,7 +259,7 @@ stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle
stroke-linejoin svg, inherited, type_name=LineJoin, name_for_methods=JoinStyle
stroke-miterlimit animatable, inherited, svg, type_name=float, name_for_methods=StrokeMiterLimit
stroke-opacity animatable, inherited, svg, converter=convertNumberOrPercentage
-stroke-width animatable, inherited, svg, converter=convertSVGLength
+stroke-width animatable, inherited, svg, converter=convertUnzoomedLength
table-layout
tab-size inherited, converter=convertLengthOrTabSpaces
text-align inherited, custom_value
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/css/LayoutStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698