We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be3439 commit 4f382f9Copy full SHA for 4f382f9
packages/canvas/README.md
@@ -52,7 +52,6 @@ export function canvasReady(args) {
52
// Clear the context with the newly set color. This is
53
// the function call that actually does the drawing.
54
gl.clear(gl.COLOR_BUFFER_BIT);
55
- canvas.flush(); // must be called to draw on screen
56
}
57
```
58
0 commit comments