Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: third_party/WebKit/Source/core/svg/SVGPathBuilder.cpp

Issue 2390773004: reflow comments in core/svg/ (Closed)
Patch Set: comments (heh!) Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGPathBlender.cpp ('k') | third_party/WebKit/Source/core/svg/SVGPathData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698