Index: Source/core/css/resolver/AnimatedStyleBuilder.cpp |
diff --git a/Source/core/css/resolver/AnimatedStyleBuilder.cpp b/Source/core/css/resolver/AnimatedStyleBuilder.cpp |
index 1a64f68890ae5edb7c937114fdf4d5f1769e1a55..2957294113248fa88d21224d22e352558cfa56af 100644 |
--- a/Source/core/css/resolver/AnimatedStyleBuilder.cpp |
+++ b/Source/core/css/resolver/AnimatedStyleBuilder.cpp |
@@ -486,7 +486,7 @@ void AnimatedStyleBuilder::applyProperty(CSSPropertyID property, StyleResolverSt |
style->setStopOpacity(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0, 1)); |
return; |
case CSSPropertyStrokeDasharray: |
- style->setStrokeDashArray(toAnimatableStrokeDasharrayList(value)->toSVGLengthList()); |
+ style->setStrokeDashArray(toAnimatableStrokeDasharrayList(value)->toSVGDashArray(style->effectiveZoom())); |
return; |
case CSSPropertyStrokeDashoffset: |
style->setStrokeDashOffset(animatableValueToLength(value, state)); |