| Index: third_party/WebKit/WebCore/rendering/SVGCharacterLayoutInfo.cpp
|
| ===================================================================
|
| --- third_party/WebKit/WebCore/rendering/SVGCharacterLayoutInfo.cpp (revision 9391)
|
| +++ third_party/WebKit/WebCore/rendering/SVGCharacterLayoutInfo.cpp (working copy)
|
| @@ -521,7 +521,7 @@
|
| ctm.rotate(angle);
|
|
|
| if (pathData) {
|
| - ctm.scale(pathData->xScale, pathData->yScale);
|
| + ctm.scaleNonUniform(pathData->xScale, pathData->yScale);
|
| ctm.translate(pathData->xShift, pathData->yShift);
|
| ctm.rotate(pathData->orientationAngle);
|
| }
|
|
|