| Index: third_party/WebKit/Source/core/svg/SVGPathBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathBuilder.cpp b/third_party/WebKit/Source/core/svg/SVGPathBuilder.cpp
|
| index 57d7ad013ddf2c3868f51ff0a2e6eaf1cdbb91ca..2dfbb88cda512a2f328fb962ae8f3aa0625a8ad9 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathBuilder.cpp
|
| @@ -30,8 +30,8 @@ namespace blink {
|
| FloatPoint SVGPathBuilder::smoothControl(bool isCompatibleSegment) const {
|
| // The control point is assumed to be the reflection of the control point on
|
| // the previous command relative to the current point. If there is no previous
|
| - // command or if the previous command was not a [quad/cubic], assume the control
|
| - // point is coincident with the current point.
|
| + // command or if the previous command was not a [quad/cubic], assume the
|
| + // control point is coincident with the current point.
|
| // [https://www.w3.org/TR/SVG/paths.html#PathDataCubicBezierCommands]
|
| // [https://www.w3.org/TR/SVG/paths.html#PathDataQuadraticBezierCommands]
|
| FloatPoint controlPoint = m_currentPoint;
|
|
|