From 2d03446b46835429a213bc3d8f0fa60178521ae5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Lehmann?= Date: Fri, 19 May 2006 11:14:53 +0000 Subject: [PATCH] small fixes git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2731 069f4177-920e-0410-937b-c2a4a81bcd90 --- examples/drawing2/smoothed.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/drawing2/smoothed.txt b/examples/drawing2/smoothed.txt index c16e984d..f44547eb 100644 --- a/examples/drawing2/smoothed.txt +++ b/examples/drawing2/smoothed.txt @@ -5,10 +5,10 @@ original path and return a modified one, which is here a smoothed variant. The deformer can be used like any other attribute when stroking or filling a path. Here, we show the use of `deformer.smoothed`, which smoothes away corners in -the original path. ... It operates on the pathelements of the original path and +the original path. ... It operates on the `pathitem`s of the original path and cuts out pieces of a given length (`1.0` in the example) surrounding a corner and replaces them by a smooth curve. This new curve is determined to be -''geometrical smooth'', exhibiting the same tangents and curvatures as the +''geometrically smooth'', exhibiting the same tangents and curvatures as the original path at the connection points. Alltogether, the smoothing is performed not in a strictly ''geometrical'' sense but also depends on the parameterization of the path. If you try to smooth a path consisting of many -- 2.11.4.GIT