| Index: Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp b/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
|
| index 308effd2d43bb00c6d3aa0f7150f59cada8a379a..f8de27c524f3c86f451b2511443e487dd0afd6f1 100644
|
| --- a/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
|
| @@ -113,7 +113,7 @@ void SVGTextRunRenderingContext::drawSVGGlyphs(GraphicsContext* context, const T
|
| if (!glyph)
|
| continue;
|
|
|
| - float advance = glyphBuffer.advanceAt(from + i).width();
|
| + float advance = glyphBuffer.advanceAt(from + i);
|
| SVGGlyph svgGlyph = fontElement->svgGlyphForGlyph(glyph);
|
| ASSERT(!svgGlyph.isPartOfLigature);
|
| ASSERT(svgGlyph.tableEntry == glyph);
|
|
|