From 6792dcd1ea0be1edf7f91dfda15829001c3f0e7d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 21 Jun 2013 15:04:11 -0500 Subject: Fix ksvg not respecting fit request This resolves Bug 1018 --- ksvg/core/KSVGCanvas.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ksvg/core/KSVGCanvas.cpp') diff --git a/ksvg/core/KSVGCanvas.cpp b/ksvg/core/KSVGCanvas.cpp index 49d56982..d6ae5b5b 100644 --- a/ksvg/core/KSVGCanvas.cpp +++ b/ksvg/core/KSVGCanvas.cpp @@ -575,7 +575,9 @@ void KSVGCanvas::update(float zoomFactor) setRenderBufferSize(newWidth, newHeight); } else + { fill(); + } // reset clip paths TQDictIterator itr(m_clipPaths); -- cgit v1.2.1