Skip to content

Commit

Permalink
Remove misleading reference (#655)
Browse files Browse the repository at this point in the history
Julia's standard-library documentation does not include information on graphics like this.
  • Loading branch information
LilithHafner committed Aug 3, 2022
1 parent ac0ec81 commit 573121e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/manual/canvas.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ This `draw` function will get called each time the window gets resized or otherw

![canvas](../doc/figures/canvas.png)

See Julia's standard-library documentation for more information on graphics.

Errors in the `draw` function can corrupt Gtk's internal state; if
this happens, you have to quit julia and start a fresh session. To
avoid this problem, the `@guarded` macro wraps your code in a
Expand Down

0 comments on commit 573121e

Please sign in to comment.