documentation - binding this remove 256 canvas size

pull/7738/head
mellisdesigns 6 years ago
parent 7de76027cb
commit 06efaa930f

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

Loading…
Cancel
Save