Revert "Merge pull request #432 from ahocevar/iframe-opacity"
This reverts commitaf046b9af8, reversing changes made tof36fd5f0d1. The reason for reverting this is that the change breaks the select-feature-multilayer.html example.
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user