From 956aecb92a8db47f109deaf0b94c7342c39e7904 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 28 Jan 2005 21:07:26 +0000 Subject: [PATCH] document pie stuff --- tclpkg/gdtclft/gdtclft.n | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/tclpkg/gdtclft/gdtclft.n b/tclpkg/gdtclft/gdtclft.n index f38b56248..c33d9c57a 100644 --- a/tclpkg/gdtclft/gdtclft.n +++ b/tclpkg/gdtclft/gdtclft.n @@ -169,10 +169,30 @@ Reference Draw the outline of (resp. fill) a rectangle in color with corners at (x1,y1) and (x2,y2). - gd arc - Draw an arc in color , centered at (cx,cy) in a rectangle width - x height, starting at start degrees and ending at end degrees. - start must be > end. + gd arc + gd fillarc + gd openarc + gd chord + gd fillchord + gd openchord + gd pie + gd fillpie + gd openpie + All describe an arc based shape in color , centered at (cx,cy) + in a rectangle width x height, starting at start degrees and ending + at end degrees. + + arc - Just the curved line. + fillarc - (Intented to be a fill between the curve and chord, + but gd doesn't do that) - Same as pie. + openarc - Outline shape with curve and chord. + chord - Straight line chord between the ends of the curve, + but without showing the curve. + fillchord - Filled triangle between chord and center. + openchord - Outline triangle between chord and center. + pie - Filled pie segment between curve and center. + fillpie - Same as pie. + openpie - Outline pie segment between curve and center. gd polygon ... -- 2.40.0