Ticket #1002: VML_xmlns.patch
| File VML_xmlns.patch, 0.6 kB (added by fredj, 1 year ago) |
|---|
-
lib/OpenLayers/Renderer/VML.js
old new 35 35 if (!this.supported()) { 36 36 return; 37 37 } 38 document.namespaces.add("v", "urn:schemas-microsoft-com:vml");38 document.namespaces.add("v", this.xmlns); 39 39 var style = document.createStyleSheet(); 40 40 style.addRule('v\\:*', "behavior: url(#default#VML); " + 41 41 "position: relative; display: inline-block;");
