Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10286 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Sep 6, 2014
1 parent 23b6a36 commit 267ba82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/src/drawing.dox
Expand Up @@ -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)
Expand Down

0 comments on commit 267ba82

Please sign in to comment.