Merge pull request #3118 from mellisdesigns/documentation/binding-this-remove-256-canvas-size

documentation - binding this remove 256 canvas size
pull/7738/head
Rich Harris 6 years ago committed by GitHub
commit 2f3efdd802

@ -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