Merge branch '2.12' of git://github.com/openlayers/openlayers
This commit is contained in:
@@ -449,7 +449,7 @@ OpenLayers.Renderer.SVG = OpenLayers.Class(OpenLayers.Renderer.Elements, {
|
|||||||
*/
|
*/
|
||||||
createRenderRoot: function() {
|
createRenderRoot: function() {
|
||||||
var svg = this.nodeFactory(this.container.id + "_svgRoot", "svg");
|
var svg = this.nodeFactory(this.container.id + "_svgRoot", "svg");
|
||||||
svg.style.position = "absolute";
|
svg.style.display = "block";
|
||||||
return svg;
|
return svg;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user