Ticket #1595: ff3.patch
| File ff3.patch, 455 bytes (added by bartvde, 7 months ago) |
|---|
-
lib/OpenLayers/Renderer/SVG.js
old new 244 244 node.setAttributeNS(null, "pointer-events", style.pointerEvents); 245 245 } 246 246 247 if (style.cursor != null ) {247 if (style.cursor != null && style.cursor != '') { 248 248 node.setAttributeNS(null, "cursor", style.cursor); 249 249 } 250 250 return node;
