diff options
| -rw-r--r-- | examples/shapes/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/shapes/main.go b/examples/shapes/main.go index df733e1..d2f8132 100644 --- a/examples/shapes/main.go +++ b/examples/shapes/main.go @@ -3,6 +3,8 @@ // https://x.org/releases/X11R7.5/doc/libxcb/tutorial/#drawingprim // Four points, a single polyline, two line segments, // two rectangle and two arcs are drawn. +// In addition to this, we will also write some text +// and fill a rectangle. package main import ( |
