diff options
author | scuri <scuri> | 2009-10-23 18:39:52 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-10-23 18:39:52 +0000 |
commit | 5753ae89d5266a664a6468ce7df31ef0d8a6ae2a (patch) | |
tree | 38640297e64376ae07eb29cd3a68c487fd5f9243 /html | |
parent | 8a64e2c239b75392966f3d78743875884426f950 (diff) |
*** empty log message ***
Diffstat (limited to 'html')
-rw-r--r-- | html/en/drv/ps.html | 1 | ||||
-rw-r--r-- | html/en/func/clipping.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/html/en/drv/ps.html b/html/en/drv/ps.html index bfb7ed2..011e834 100644 --- a/html/en/drv/ps.html +++ b/html/en/drv/ps.html @@ -131,6 +131,7 @@ <li><a href="../func/coordinates.html#cdUpdateYAxis"><font face="Courier"> <strong>UpdateYAxis</strong></font></a>: does nothing.</li> <li><b>Complex Regions</b>: not supported.</li> + <li><strong>Clipping</strong>: not supported in EPS.</li> </ul> <h4>Attributes</h4> <ul> diff --git a/html/en/func/clipping.html b/html/en/func/clipping.html index 2211c76..00bbbdd 100644 --- a/html/en/func/clipping.html +++ b/html/en/func/clipping.html @@ -17,7 +17,7 @@ defined, and in display based drivers a complex region can be defined. The complex region can be a combination of boxes, polygons, sectors, chords and texts.</p> - <p>The <b>cdClip</b> function activates and deactivaes the clipping.</p> + <p>The <b>Clip</b> function activates and deactivaes the clipping.</p> <hr> <pre class="function"><span class="mainFunction">int cdCanvasClip(cdCanvas* canvas, int mode); [in C]</span> |