From a089059af0f396f778df1b56e0e292416bc35d6b Mon Sep 17 00:00:00 2001 From: scuri Date: Sat, 22 May 2010 00:14:01 +0000 Subject: *** empty log message *** --- html/en/func/polygon.html | 85 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 58 insertions(+), 27 deletions(-) (limited to 'html') diff --git a/html/en/func/polygon.html b/html/en/func/polygon.html index 4ab5834..3a0b9c0 100644 --- a/html/en/func/polygon.html +++ b/html/en/func/polygon.html @@ -1,16 +1,11 @@ - + Polygons - @@ -66,6 +61,10 @@ canvas:Begin(mode: number) [in Lua] cdChord, Filled Polygons and cdText will be composed in a region for clipping. See Regions documentation. +
  • CD_PATH: creates a path composed of several primitives + that can be line draw, filled or used as clipping. Must call + cdCanvasPathSet to configure the action between sequences of + cdCanvasVertex.
  • Open, Closed and Filled Polygons

    @@ -87,31 +86,63 @@ canvas:End() [in Lua]

    Ends the polygon's definition and draws it.

    -

     

    -"PATH": allows to create - a complex path using CD primitives and then fill, stroke or clip using the - new path. Must be used with the following parameters: