Index: Source/core/css/LayoutStyleCSSValueMapping.cpp |
diff --git a/Source/core/css/LayoutStyleCSSValueMapping.cpp b/Source/core/css/LayoutStyleCSSValueMapping.cpp |
index 603f5dc0b1cd2f467c7573035abbe5d18bf1a9f7..7ca1508d04eaa67fde8a22424daecc8893634e19 100644 |
--- a/Source/core/css/LayoutStyleCSSValueMapping.cpp |
+++ b/Source/core/css/LayoutStyleCSSValueMapping.cpp |
@@ -2520,7 +2520,7 @@ PassRefPtrWillBeRawPtr<CSSValue> LayoutStyleCSSValueMapping::get(CSSPropertyID p |
case CSSPropertyStrokeDasharray: |
return strokeDashArrayToCSSValueList(svgStyle.strokeDashArray()); |
case CSSPropertyStrokeDashoffset: |
- return SVGLength::toCSSPrimitiveValue(svgStyle.strokeDashOffset()); |
+ return zoomAdjustedPixelValueForLength(svgStyle.strokeDashOffset(), style); |
case CSSPropertyStrokeWidth: |
return SVGLength::toCSSPrimitiveValue(svgStyle.strokeWidth()); |
case CSSPropertyBaselineShift: { |