| Index: Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGInlineText.cpp b/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| index 3f212fd04ca619225642843f2bcf46a52cbd47fe..97e43a3ba3eb4a581b5843c2cae05778a87847b4 100644
|
| --- a/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGInlineText.cpp
|
| @@ -94,7 +94,7 @@ void RenderSVGInlineText::styleDidChange(StyleDifference diff, const RenderStyle
|
|
|
| // The text metrics may be influenced by style changes.
|
| if (RenderSVGText* textRenderer = RenderSVGText::locateRenderSVGTextAncestor(this))
|
| - textRenderer->setNeedsLayout();
|
| + textRenderer->setNeedsLayoutAndFullRepaint();
|
| }
|
|
|
| InlineTextBox* RenderSVGInlineText::createTextBox()
|
|
|