| Index: Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp
|
| diff --git a/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp b/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp
|
| index e9ea97fa381b728bbea4b393a5973e5bf58fcf48..9ea128143b5193c112dd9c3b363f91f14455ee2d 100644
|
| --- a/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp
|
| +++ b/Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp
|
| @@ -172,7 +172,7 @@ static inline void updateCharacterData(unsigned i, float& lastRotation, SVGChara
|
| if (dyList)
|
| data.dy = dyList->at(i).value(lengthContext);
|
| if (rotateList) {
|
| - data.rotate = rotateList->at(i);
|
| + data.rotate = rotateList->at(i).value();
|
| lastRotation = data.rotate;
|
| }
|
| }
|
|
|