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
This commit is contained in:
crschmidt
2007-04-13 13:16:44 +00:00
parent ba5b664a2f
commit 75d2dac1cb

View File

@@ -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