OpenLayers OpenLayers

Changeset 1742

Show
Ignore:
Timestamp:
10/30/06 19:22:02 (2 years ago)
Author:
pagameba
Message:

fix safari problem

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/pagameba/vector/lib/excanvas.js

    r1697 r1742  
    2323 
    2424// only add this code if we do not already have a canvas implementation 
    25 if (!window.CanvasRenderingContext2D) { 
     25if (!window.CanvasRenderingContext2D && !/WebKit/.test(navigator.userAgent)) { 
    2626(function () { 
    2727