From d8c044d9e986a90d017567a2be538801b98a9243 Mon Sep 17 00:00:00 2001 From: Lenni Date: Sun, 7 Mar 2021 16:12:34 +0100 Subject: more info --- examples/shapes/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') 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 ( -- cgit v1.2.3