Merge pull request #1351 from jviereck/canvas_draw_time

Change the kExecutionTime value to 15.
This commit is contained in:
notmasteryet 2012-03-17 15:48:16 -07:00
commit 29fb446a38

View File

@ -190,7 +190,7 @@ function addContextCurrentTransform(ctx) {
var CanvasGraphics = (function CanvasGraphicsClosure() {
// Defines the time the executeIRQueue is going to be executing
// before it stops and shedules a continue of execution.
var kExecutionTime = 50;
var kExecutionTime = 15;
function CanvasGraphics(canvasCtx, objs, textLayer) {
this.ctx = canvasCtx;