Home | History | Annotate | Download | only in js

Lines Matching full:context

11     function f(context) {
12 context.translate(10, 10);
14 context.strokeStyle = '#0000' + toHex(i);
15 context.stroke(p);
16 context.translate(1, 0);
18 context.fillStyle = '#ff0000';
19 print(context.width, context.height);
20 context.resetTransform();
21 context.fillRect(context.width/2, context.height/2, 20, 20);