From: ellson Date: Fri, 28 Jan 2005 21:07:26 +0000 (+0000) Subject: document pie stuff X-Git-Tag: LAST_LIBGRAPH~32^2~7979 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=956aecb92a8db47f109deaf0b94c7342c39e7904;p=graphviz document pie stuff --- 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 ...