Skip to content

Commit 25e7c87

Browse files
committed
Update files/en-us/web/api/pointerevent/persistentdeviceid/index.md
1 parent 4fc94a8 commit 25e7c87

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/api/pointerevent/persistentdeviceid

1 file changed

+1
-1
lines changed

files/en-us/web/api/pointerevent/persistentdeviceid/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ An integer, or `0` if the device generating the `PointerEvent` could not be iden
3131
Assuming the following HTML:
3232

3333
```html
34-
<canvas id="inking-surface" width="300" height="200"></canvas>
34+
<canvas id="inking-surface" width="1280" height="720"></canvas>
3535
```
3636

3737
The following JavaScript assigns a different inking color to up to three unique pointers interacting with a canvas:

0 commit comments

Comments
 (0)