Index: Source/core/layout/svg/SVGTextLayoutEngine.cpp |
diff --git a/Source/core/layout/svg/SVGTextLayoutEngine.cpp b/Source/core/layout/svg/SVGTextLayoutEngine.cpp |
index 7df1f265651d83b7a6f4a6f3d3a083e8200c59e1..46c1109fb70ad7dd4b83058a900b407461ccd7f1 100644 |
--- a/Source/core/layout/svg/SVGTextLayoutEngine.cpp |
+++ b/Source/core/layout/svg/SVGTextLayoutEngine.cpp |
@@ -441,7 +441,7 @@ void SVGTextLayoutEngine::layoutTextOnLineOrPath(SVGInlineTextBox* textBox, cons |
const Font& font = style.font(); |
SVGTextLayoutEngineSpacing spacingLayout(font, style.effectiveZoom()); |
- SVGTextLayoutEngineBaseline baselineLayout(font); |
+ SVGTextLayoutEngineBaseline baselineLayout(font, style.effectiveZoom()); |
bool didStartTextFragment = false; |
bool applySpacingToNextCharacter = false; |