| Index: Source/core/rendering/svg/SVGTextLayoutEngine.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextLayoutEngine.cpp b/Source/core/rendering/svg/SVGTextLayoutEngine.cpp
|
| index 86d715b9bb56f1d1b29ab60cf36542312da42dee..fc5dc792329317ece1c8def55a91bacc2098e286 100644
|
| --- a/Source/core/rendering/svg/SVGTextLayoutEngine.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextLayoutEngine.cpp
|
| @@ -445,7 +445,7 @@ void SVGTextLayoutEngine::layoutTextOnLineOrPath(SVGInlineTextBox* textBox, Rend
|
|
|
| const Font& font = style->font();
|
|
|
| - SVGTextLayoutEngineSpacing spacingLayout(font);
|
| + SVGTextLayoutEngineSpacing spacingLayout(font, style->effectiveZoom());
|
| SVGTextLayoutEngineBaseline baselineLayout(font);
|
|
|
| bool didStartTextFragment = false;
|
|
|