| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| index f28e33bbd76ba3a9144325109db23e36ab80cdd1..d70f41ac70bc46a9d89c7dec79c43fc645eef972 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.cpp
|
| @@ -48,7 +48,8 @@ void LayoutSVGEllipse::updateShapeFromElement() {
|
|
|
| calculateRadiiAndCenter();
|
|
|
| - // Spec: "A negative value is an error. A value of zero disables rendering of the element."
|
| + // Spec: "A negative value is an error. A value of zero disables rendering of
|
| + // the element."
|
| if (m_radii.width() < 0 || m_radii.height() < 0)
|
| return;
|
|
|
|
|