| 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 3c646e40143227f0aa0af77b1a16ea9594e8e121..0a8734bc6820a104096f51b63836797dfcd82ec9 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGMarkerData.h
|
| @@ -137,7 +137,8 @@ private:
|
|
|
| switch (element->type) {
|
| case PathElementAddQuadCurveToPoint:
|
| - // FIXME: https://bugs.webkit.org/show_bug.cgi?id=33115 (PathElementAddQuadCurveToPoint not handled for <marker>)
|
| + m_inslopePoints[0] = points[0];
|
| + m_inslopePoints[1] = points[1];
|
| m_origin = points[1];
|
| break;
|
| case PathElementAddCurveToPoint:
|
|
|