Index: Source/core/svg/SVGSVGElement.cpp |
diff --git a/Source/core/svg/SVGSVGElement.cpp b/Source/core/svg/SVGSVGElement.cpp |
index 6aa65f51ad2ad5a57ae7f41362c59762cbe49483..58e4d3861c61b161daf85f2b2e9c4c8472a1cb55 100644 |
--- a/Source/core/svg/SVGSVGElement.cpp |
+++ b/Source/core/svg/SVGSVGElement.cpp |
@@ -713,6 +713,8 @@ void SVGSVGElement::setupInitialView(const String& fragmentIdentifier, Element* |
if (!view) |
view = currentView(); // Create the SVGViewSpec. |
+ view->reset(); |
fs
2015/03/18 13:43:08
It feels like this ought to go together with the c
|
+ |
if (view->parseViewSpec(fragmentIdentifier)) |
m_useCurrentView = true; |
else |