groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/06: doc/pic.ms: Fix erroneous description of "solid".


From: G. Branden Robinson
Subject: [groff] 02/06: doc/pic.ms: Fix erroneous description of "solid".
Date: Mon, 7 Jun 2021 13:24:46 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 5d32d39a02e5483c3c85c2ff5c3f7ea539e0d444
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Jun 8 02:09:44 2021 +1000

    doc/pic.ms: Fix erroneous description of "solid".
    
    * doc/pic.ms (Basic PIC Concepts, Decorating Objects/Filled Objects, PIC
      Reference/Semi-Formal Grammar): Fix error; the keyword "solid" set a
      line style, not a fill for a closed figure.  Thanks to Dave Kemper and
      Wim Stockman for reporting and researching this issue.
    
    Fixes <https://savannah.gnu.org/bugs/index.php?60470>.
---
 ChangeLog  | 10 ++++++++++
 doc/pic.ms | 11 ++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cfea7ee..b879a6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2021-06-08  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * doc/pic.ms (Basic PIC Concepts, Decorating Objects/Filled
+       Objects, PIC Reference/Semi-Formal Grammar): Fix error; the
+       keyword "solid" set a line style, not a fill for a closed
+       figure.  Thanks to Dave Kemper and Wim Stockman for reporting
+       and researching this issue.
+
+       Fixes <https://savannah.gnu.org/bugs/index.php?60470>.
+
 2021-06-06  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * NEWS:
diff --git a/doc/pic.ms b/doc/pic.ms
index aeda253..22588ec 100644
--- a/doc/pic.ms
+++ b/doc/pic.ms
@@ -213,7 +213,8 @@ Firstly, we see how to invoke three object types; ellipses, 
arrows, and
 boxes.
 We see how to declare text lines to go within an object (and that text
 can have font changes in it).
-We see how to change the line style of an object from solid to dashed.
+We see how to change the line style of an object from solid (the
+default) to dashed.
 And we see that a box can be made wider than its default size to
 accommodate more text (we'll discuss this facility in detail in the next
 section).
@@ -824,10 +825,6 @@ changing this.
 The invisible attribute does not affect the filling of objects.
 Any text associated with a filled object is added after the object has
 been filled, so that the text is not obscured by the filling.
-.PP
-The closed-object modifier \fBsolid\fP is equivalent to \fBfill\fP
-with the darkest fill value (DWB \fBpic\fP had this capability but
-mentioned it only in a reference section).
 .
 .NH 2
 Colored Objects
@@ -2900,8 +2897,8 @@ direction on the block's bounding box.
   chop [<expr>]         \fR# chop end(s) of segment\fP
   '->' | '<-' | '<->'   \fR# decorate with arrows\fP
   invis[ible]           \fR# make primitive invisible\fP
-  solid                 \fR# make closed figure solid\fP
-  fill[ed] [<expr>]     \fR# set fill density for figure\fP
+  solid                 \fR# set solid line style\fP
+  fill[ed] [<expr>]     \fR# fill closed figure with optional density\fP
   xscaled <expr>        \fR# slant box into x direction\fP
   yscaled <expr>        \fR# slant box into y direction\fP
   colo[u]r[ed] TEXT     \fR# set fill and outline color for figure\fP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]