Index: Source/core/animation/css/CSSAnimatableValueFactory.cpp |
diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
index 98229f58438b67c0ac6e00bf172bd3b3679372b3..1d594250570527a166365a3c1895f85f946a2bca 100644 |
--- a/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
+++ b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
@@ -440,7 +440,7 @@ PassRefPtrWillBeRawPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPro |
case CSSPropertyStopOpacity: |
return createFromDouble(style.stopOpacity()); |
case CSSPropertyStrokeDasharray: |
- return AnimatableStrokeDasharrayList::create(style.strokeDashArray()); |
+ return AnimatableStrokeDasharrayList::create(style.strokeDashArray(), style.effectiveZoom()); |
case CSSPropertyStrokeDashoffset: |
return createFromLength(style.strokeDashOffset(), style); |
case CSSPropertyStrokeMiterlimit: |