Skip to content

Commit

Permalink
quick fix to canvas example
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed May 16, 2024
1 parent 49154dc commit 9ece9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/canvas.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<sticky-note id="example-1" x="-200" y="-200" width="100" height="100" color="#a8a">
Note 1
</sticky-note>
<sticky-note id="example-2" x="-200" y="0" width="0" height="100" color="#aa8">
<sticky-note id="example-2" x="-200" y="0" width="100" height="100" color="#aa8">
Note 2
</sticky-note>
<sticky-note id="example-3" x="200" y="200" width="100" height="100" color="#8aa">
Expand Down

0 comments on commit 9ece9a7

Please sign in to comment.