documentation - binding this remove 256 canvas size

pull/3118/head
mellisdesigns 6 years ago
parent 4632ad696b
commit 39760b70f8

@ -7,8 +7,8 @@ The readonly `this` binding applies to every element (and component) and allows
```html ```html
<canvas <canvas
bind:this={canvas} bind:this={canvas}
width={256} width={32}
height={256} height={32}
></canvas> ></canvas>
``` ```

Loading…
Cancel
Save