| Index: Source/core/svg/SVGSVGElement.cpp
|
| diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp
|
| index f53db04870383367455e365097626c29f9897c9b..60cf4738b0d32a0d953ffe52a8e594740b926a77 100644
|
| --- a/Source/core/svg/SVGSVGElement.cpp
|
| +++ b/Source/core/svg/SVGSVGElement.cpp
|
| @@ -567,7 +567,7 @@ SVGRect SVGSVGElement::currentViewBoxRect() const
|
|
|
| // If no viewBox is specified but non-relative width/height values, then we
|
| // should always synthesize a viewBox if we're embedded through a SVGImage.
|
| - return SVGRect(FloatPoint(), FloatSize(floatValueForLength(intrinsicWidth, 0, 0), floatValueForLength(intrinsicHeight, 0, 0)));
|
| + return SVGRect(FloatPoint(), FloatSize(floatValueForLength(intrinsicWidth, 0), floatValueForLength(intrinsicHeight, 0)));
|
| }
|
|
|
| FloatSize SVGSVGElement::currentViewportSize() const
|
|
|