| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index b442ee8bb5fced7e6f963d4d363283c649f3da78..ab222c7ebba864ca26302ad06c1583c116253963 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -253,7 +253,7 @@ stop-color animatable, svg, converter=convertSVGColor
|
| stop-opacity animatable, svg, converter=convertNumberOrPercentage
|
| stroke animatable, inherited, svg, setter=setStrokePaint, custom_all
|
| stroke-dasharray animatable, inherited, svg, name_for_methods=StrokeDashArray, converter=convertStrokeDasharray
|
| -stroke-dashoffset animatable, inherited, svg, name_for_methods=StrokeDashOffset, converter=convertSVGLength
|
| +stroke-dashoffset animatable, inherited, svg, name_for_methods=StrokeDashOffset, converter=convertLength
|
| 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
|
|
|