diff options
Diffstat (limited to 'libnetpbm_draw.html')
-rw-r--r-- | libnetpbm_draw.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libnetpbm_draw.html b/libnetpbm_draw.html index c76aef15..33ea32ba 100644 --- a/libnetpbm_draw.html +++ b/libnetpbm_draw.html @@ -6,7 +6,7 @@ </HEAD> <BODY> <H1>Libnetpbm PPM Drawing Function Manual</H1> -Updated: September 2005 +Updated: February 2017 <br> <p><A HREF="#toc">Table Of Contents</A> <?makeman .SH NAME ?> @@ -99,10 +99,9 @@ takes integer column and row arguments. <h3><b>ppmd_fill_drawprocp</b></h3> -<p>This is a <b>ppmd_drawprocp</b> function that you can pass to functions -that require one. This one is useful for filling, in that it not only draws -on the canvas, but remembers where it's been, outlining an area that you can -fill with <b>ppmd_fill</b>. +<p>This Drawproc is useful for filling, in that it not only draws on the +canvas, but remembers where it's been, outlining an area that you can fill +with <b>ppmd_fill</b>. <h3><b>ppmd_fill_drawproc</b></h3> |