summaryrefslogtreecommitdiff
path: root/documentation/src/drawing.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2014-09-06 23:42:18 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2014-09-06 23:42:18 +0000
commit267ba82aa50ee3cf00a3b8aa37b4fb2e92e638f6 (patch)
treee6ed5918fa333355ff680aa24233eb738916b02a /documentation/src/drawing.dox
parent23b6a36ff1c21613d4a0bdd4fd9dddf01e95d557 (diff)
Fix documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10286 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/drawing.dox')
-rw-r--r--documentation/src/drawing.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index e89aed68a..f82dc5316 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -551,8 +551,8 @@ Add a single vertex to the current path.
void fl_curve(double X0, double Y0, double X1, double Y1, double X2, double Y2, double X3, double Y3)
\par
-Add a series of points on a Bezier curve to the path. The curve ends
-(and two of the points) are at <tt>X0,Y0</tt> and <tt>X3,Y3</tt>.
+Add a series of points on a Bezier curve to the path. The curve ends
+(and two of the points are) at <tt>X0,Y0</tt> and <tt>X3,Y3</tt>.
\anchor drawing_fl_arc
void fl_arc(double x, double y, double r, double start, double end)