| Index: Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp b/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp
|
| index 45b4e297044e56c6a9d2a549dea216adf7d192fa..ec9aa0ff6319edd4a323530764d6693fce7f7c9f 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);
|
|
|