Changeset 37

Show
Ignore:
Timestamp:
08/06/06 12:14:22 (2 years ago)
Author:
al
Message:

Fix context stack mistake in line plots

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plotkit/trunk/PlotKit/SweetCanvas.js

    r33 r37  
    176176            bind(makePath, this)(context);         
    177177            context.fill(); 
    178         } 
    179         context.restore(); 
     178            context.restore(); 
     179        } 
    180180 
    181181        context.shadowBlur = 5.0;