Revert "Merge pull request #432 from ahocevar/iframe-opacity"

This reverts commit af046b9af8, reversing
changes made to f36fd5f0d1. The reason for reverting this is that the change breaks the select-feature-multilayer.html example.
This commit is contained in:
ahocevar
2012-04-23 18:03:39 -04:00
parent af046b9af8
commit a57c56ed96
3 changed files with 3 additions and 8 deletions

View File

@@ -470,7 +470,7 @@ OpenLayers.Renderer.SVG = OpenLayers.Class(OpenLayers.Renderer.Elements, {
*/
createDefs: function() {
var defs = this.nodeFactory(this.container.id + "_defs", "defs");
this.rendererRoot.insertBefore(defs, this.root);
this.rendererRoot.appendChild(defs);
return defs;
},