From 75d2dac1cbd358d476e7a38187ddbc6e8fcacc66 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 13 Apr 2007 13:16:44 +0000 Subject: [PATCH] Minor typo in previous commit due to overzealous find/replace. git-svn-id: http://svn.openlayers.org/trunk/openlayers@3072 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Renderer/SVG.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Renderer/SVG.js b/lib/OpenLayers/Renderer/SVG.js index 234c6b0a53..9666fca181 100644 --- a/lib/OpenLayers/Renderer/SVG.js +++ b/lib/OpenLayers/Renderer/SVG.js @@ -15,9 +15,9 @@ OpenLayers.Renderer.SVG.prototype = xmlns: "http://www.w3.org/2000/svg", // Firefox has a limitation where values larger or smaller than about - // this.localResolution in an SVG document lock the browser up. This works around it. + // 15000 in an SVG document lock the browser up. This works around it. /** @type Integer */ - maxPixel: this.localResolution, + maxPixel: 15000, /** @type Float