Skip to content

Commit c4f94ff

Browse files
authored
Update files/en-us/web/api/pointerevent/persistentdeviceid/index.md
1 parent ff9a9d0 commit c4f94ff

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
@@ -33,7 +33,7 @@ An integer, or `0` if the device generating the `PointerEvent` could not be iden
3333
Assuming the following HTML:
3434

3535
```html
36-
<canvas id="inking-surface" width="300" height="200"></canvas>
36+
<canvas id="inking-surface" width="1280" height="720"></canvas>
3737
```
3838

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

0 commit comments

Comments
 (0)