Ticket #1477: preventVMLToUpperLeftCornerBug_updated.patch
| File preventVMLToUpperLeftCornerBug_updated.patch, 0.7 kB (added by openlayers, 8 months ago) |
|---|
-
VML.js
old new 37 37 if (!this.supported()) { 38 38 return; 39 39 } 40 if (!document.namespaces.v) { 40 41 //if (!document.namespaces.v) { 41 42 document.namespaces.add("v", this.xmlns); 42 43 var style = document.createStyleSheet(); 43 44 style.addRule('v\\:*', "behavior: url(#default#VML); " + 44 45 "position: absolute; display: inline-block;"); 45 }46 //} 46 47 OpenLayers.Renderer.Elements.prototype.initialize.apply(this, 47 48 arguments); 48 49 },
