summaryrefslogtreecommitdiff
path: root/src/preproc/pic/pic.man
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-07-10 04:41:40 +0000
committerwlemb <wlemb>2003-07-10 04:41:40 +0000
commit9cdff6794ff6c344bcfad7de2e2f0017e94ee012 (patch)
tree2e843f40abc6b4eb7b64ff55444a79f37ebcac59 /src/preproc/pic/pic.man
parent4dcc1e10c79aa70ec9ac00daa486bcba9864f53b (diff)
downloadgroff-9cdff6794ff6c344bcfad7de2e2f0017e94ee012.tar.gz
Implement support for dashed and dotted ellipses in pic. Based on
a patch from Hartmut Henkel <hartmut_henkel@gmx.de>. * src/preproc/pic/common.cpp (common_output::ellipse_arc, common_output::dashed_ellipse, common_output::dotted_ellipse): New functions. Ellipse arcs are approximated with circle arcs. * src/preproc/pic/common.h (common_output): Updated. * src/preproc/pic/tex.cpp (tex_output::ellipse): Use new ellipse functions. * src/preproc/pic/troff.cpp (simple_output::ellipse): Ditto. * src/preproc/pic/TODO, src/preproc/pic/pic.man: Updated.
Diffstat (limited to 'src/preproc/pic/pic.man')
-rw-r--r--src/preproc/pic/pic.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preproc/pic/pic.man b/src/preproc/pic/pic.man
index c12e93ab..45bc2d62 100644
--- a/src/preproc/pic/pic.man
+++ b/src/preproc/pic/pic.man
@@ -675,8 +675,8 @@ Arcs now have compass points
determined by the circle of which the arc is a part.
.
.LP
-Circles and arcs can be dotted or dashed.
-In \*(tx mode splines can be dotted or dashed.
+Circles, ellipses, and arcs can be dotted or dashed.
+In \*(tx mode splines can be dotted or dashed also.
.
.LP
Boxes can have rounded corners.