diff options
-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> |