| Index: third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h b/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
|
| index 62dc2cbd9ea6984503c25786cde6839980032c63..95560159e17d36e28c438ebc6da7ec76609d04b2 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
|
| @@ -96,7 +96,8 @@ class SVGMarkerData {
|
|
|
| private:
|
| float currentAngle(SVGMarkerType type) const {
|
| - // For details of this calculation, see: http://www.w3.org/TR/SVG/single-page.html#painting-MarkerElement
|
| + // For details of this calculation, see:
|
| + // http://www.w3.org/TR/SVG/single-page.html#painting-MarkerElement
|
| FloatPoint inSlope(m_inslopePoints[1] - m_inslopePoints[0]);
|
| FloatPoint outSlope(m_outslopePoints[1] - m_outslopePoints[0]);
|
|
|
|
|