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

documentation - binding this remove 256 canvas size
pull/3127/head
Rich Harris 6 years ago committed by GitHub
commit f8a520ee95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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