if( !drawAll ){
                    context.setTransform(1, 0, 0, 1, 0, 0);
                    context.clearRect(0, 0, context.canvas.width, context.canvas.height);

                    context.translate(effectivePan.x, effectivePan.y);