diff --git a/doc/pdfio.3 b/doc/pdfio.3 index ad9a061..0c28a31 100644 --- a/doc/pdfio.3 +++ b/doc/pdfio.3 @@ -1,4 +1,4 @@ -.TH pdfio 3 "pdf read/write library" "2022-06-27" "pdf read/write library" +.TH pdfio 3 "pdf read/write library" "2022-07-03" "pdf read/write library" .SH NAME pdfio \- pdf read/write library .SH Introduction @@ -1440,6 +1440,14 @@ bool pdfioContentPathCurve23 ( double y3 ); .fi +.SS pdfioContentPathEnd +Clear the current path. +.PP +.nf +bool pdfioContentPathEnd ( + pdfio_stream_t *st +); +.fi .SS pdfioContentPathLineTo Add a straight line to the current path. .PP diff --git a/doc/pdfio.html b/doc/pdfio.html index c134456..a88e724 100644 --- a/doc/pdfio.html +++ b/doc/pdfio.html @@ -307,6 +307,7 @@ span.string {
true
on success, false
on failure
Clear the current path.
++bool pdfioContentPathEnd(pdfio_stream_t *st);
+st | +Stream |
---|
true
on success, false
on failure
Add a straight line to the current path.