Skip to content

Commit

Permalink
make a few procedures elemental
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanjost committed Nov 21, 2022
1 parent cc9ab1c commit b458b7a
Show file tree
Hide file tree
Showing 73 changed files with 215 additions and 135 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ the routines.
descriptions of the man-pages is at
[BOOK_M_pixel](https://urbanjost.github.io/M_pixel/BOOK_M_pixel.html).

- [CHANGELOG](docs/CHANGELOG.md) provides a history of significant changes
### DEVELOPER
- [ford(1) output](https://urbanjost.github.io/M_pixel/fpm-ford/index.html).
<!--
- [doxygen(1) output](https://urbanjost.github.io/M_pixel/doxygen_out/html/index.html).
-->
- [github action status](docs/STATUS.md)

## ADDITIONAL DIRECTORY DESCRIPTIONS
There are
- man-pages in [docs/manpages.tgz](docs/manpages.tgz) and [docs/manpages.zip](docs/manpages.zip)
Expand Down
2 changes: 1 addition & 1 deletion docs/BOOK_M_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="generator" content="vi(1)/vim(1)" />
<meta name="description" content="@(#)M_pixel::BOOK_M_pixel: BOOK composed of pages for man(1) topic M_pixel"/>
<meta name="author" content="urbanjs" />
<meta name="date" content="2022-11-19" />
<meta name="date" content="2022-11-20" />
<meta name="keywords" content="Fortran, Fortran code, source code repository, Fortran library, Fortran archive, source code" />
<!--
Pick your favorite style sheet from among the eight offerings:
Expand Down
2 changes: 1 addition & 1 deletion docs/BOOK_M_pixel_slices.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="generator" content="vi(1)/vim(1)" />
<meta name="description" content="@(#)M_pixel_slices::BOOK_M_pixel_slices: BOOK composed of pages for man(1) topic M_pixel_slices"/>
<meta name="author" content="urbanjs" />
<meta name="date" content="2022-11-19" />
<meta name="date" content="2022-11-20" />
<meta name="keywords" content="Fortran, Fortran code, source code repository, Fortran library, Fortran archive, source code" />
<!--
Pick your favorite style sheet from among the eight offerings:
Expand Down
2 changes: 1 addition & 1 deletion docs/BOOK_M_readgif.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="generator" content="vi(1)/vim(1)" />
<meta name="description" content="@(#)M_readgif::BOOK_M_readgif: BOOK composed of pages for man(1) topic M_readgif"/>
<meta name="author" content="urbanjs" />
<meta name="date" content="2022-11-19" />
<meta name="date" content="2022-11-20" />
<meta name="keywords" content="Fortran, Fortran code, source code repository, Fortran library, Fortran archive, source code" />
<!--
Pick your favorite style sheet from among the eight offerings:
Expand Down
2 changes: 1 addition & 1 deletion docs/BOOK_M_writegif.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="generator" content="vi(1)/vim(1)" />
<meta name="description" content="@(#)M_writegif::BOOK_M_writegif: BOOK composed of pages for man(1) topic M_writegif"/>
<meta name="author" content="urbanjs" />
<meta name="date" content="2022-11-19" />
<meta name="date" content="2022-11-20" />
<meta name="keywords" content="Fortran, Fortran code, source code repository, Fortran library, Fortran archive, source code" />
<!--
Pick your favorite style sheet from among the eight offerings:
Expand Down
2 changes: 1 addition & 1 deletion docs/BOOK_M_writegif_animated.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="generator" content="vi(1)/vim(1)" />
<meta name="description" content="@(#)M_writegif_animated::BOOK_M_writegif_animated: BOOK composed of pages for man(1) topic M_writegif_animated"/>
<meta name="author" content="urbanjs" />
<meta name="date" content="2022-11-19" />
<meta name="date" content="2022-11-20" />
<meta name="keywords" content="Fortran, Fortran code, source code repository, Fortran library, Fortran archive, source code" />
<!--
Pick your favorite style sheet from among the eight offerings:
Expand Down
55 changes: 55 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
## M_pixel Changelog

The intent of this log is to keep everyone in the loop about what's new
in the M_pixel project. It is a curated, chronologically ordered list
of notifications of notable events such as bug fixes, new features,
and usage changes.

"Do unto others as you would have them do unto you", as they say. When I
find OS (Open Source) resources, I am hoping a lot of these boxes can be
checked ...
- [x] git repository on WWW (github)
- [x] annotated source files with an open license
- [ ] unit test
- [x] make(1) build
- [x] fpm(1) build
- [x] user manual (on-line)
- [x] man-page
- [x] app program
- [x] demo program for public procedures
- [x] developer documents (ford(1))
- [ ] CI/CD(Continious Integration/Development) verification (github actions)
- [ ] registered in fpm(1) repository
---
**2021-11-20** John S. Urban <https://github.com/urbanjost>

### :green_circle: ADD:
- mapcolor(3f), draw2(3f), rdraw2(3f), point2(3f) are now elemental procedures.
This is primarily most useful with point2(3f)
---
**2021-02-06** John S. Urban <https://github.com/urbanjost>

### :green_circle: ADD:
- modern PPM output, P3 and P6 output, routine pixel() added
---
**2020-11-21** John S. Urban <https://github.com/urbanjost>

### :red_circle: FIX:
- a non-standard logical format was changed. "L0" is a common
extension but not standard. Might have caused a compile error
in some programming environments.
---
**2020-08-23** John S. Urban <https://github.com/urbanjost>

### :green_circle: ADD:
initial release on github
---
<!--
### :orange_circle: DIFF:
+ renamed ADVICE(3f) to ALERT(3f)
### :green_circle: ADD:
+ advice(3f) was added to provide a standardized message format simply.
### :red_circle: FIX:
+ </bo> did not work on several terminal types, changed it to a more
universally accepted value.
-->
4 changes: 2 additions & 2 deletions docs/M_pixel.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <H3>SYNOPSIS</H3>
use :: M_pixel, only : color, mapcolor, clear, draw2
use :: M_pixel, only : circle, circleprecision, arc, getviewport
use :: M_pixel, only : viewport, ortho2, rmove2
use :: M_pixel, only : line, linewidth, polyline2, move2
use :: M_pixel, only : line, linewidth, polyline2
use :: M_pixel, only : move2, draw2, prefsize, vinit
use :: M_pixel, only : textang, textsize, drawstr, getgp2
use :: M_pixel, only : vflush, page, point2, getdisplaysize
Expand Down Expand Up @@ -258,7 +258,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>M_pixel (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from b790c276-5805-4482-8a94-29c3ab6adac7 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>M_pixel (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from b76d749c-c110-42ae-abb5-213eba0639e2 using man macros.</FONT>
<br><br><center><img src="images/M_pixel.gif"></center>
</div>
</div>
Expand Down
17 changes: 17 additions & 0 deletions docs/STATUS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## STATUS

On each push or pull request this repository automatically runs "fpm
test" to run its unit tests on Ubuntu(gfortran,ifort), MacOS(gfortran),
and MSWindows(gfortran) using github actions.

The results are able to be viewed using the **Actions** button at the
top of the github page for the repository, or can be linked to in site
documents:

+ [![Build FORD(1) docs](https://github.com/urbanjost/M_pixel/actions/workflows/deploy_api_docs.yml/badge.svg)](https://github.com/urbanjost/M_pixel/actions/workflows/deploy_api_docs.yml)
+ [![run fpm test on ubuntu with intel](https://github.com/urbanjost/M_pixel/actions/workflows/test_intel_ubuntu.yml/badge.svg)](https://github.com/urbanjost/M_pixel/actions/workflows/test_intel_ubuntu.yml)
+ [![run fpm test on ubuntu with gfortran](https://github.com/urbanjost/M_pixel/actions/workflows/test_gfortran_ubuntu.yml/badge.svg)](https://github.com/urbanjost/M_pixel/actions/workflows/test_gfortran_ubuntu.yml)
+ [![run fpm test on macos with gfortran](https://github.com/urbanjost/M_pixel/actions/workflows/test_gfortran_macos.yml/badge.svg)](https://github.com/urbanjost/M_pixel/actions/workflows/test_gfortran_macos.yml)
+ [![run fpm test on windows with gfortran](https://github.com/urbanjost/M_pixel/actions/workflows/test_gfortran_windows.yml/badge.svg)](https://github.com/urbanjost/M_pixel/actions/workflows/test_gfortran_windows.yml)
+ [![run fpm test on windows with mingw64 ](https://github.com/urbanjost/M_pixel/actions/workflows/test_gfortran_mingw64_windows.yml/badge.svg)](https://github.com/urbanjost/M_pixel/actions/workflows/test_gfortran_mingw64_windows.yml)
+ [![run fpm test on windows with msys gfortran](https://github.com/urbanjost/M_pixel/actions/workflows/test_gfortran_msys_windows.yml/badge.svg)](https://github.com/urbanjost/M_pixel/actions/workflows/test_gfortran_msys_windows.yml)
2 changes: 1 addition & 1 deletion docs/arc.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>arc (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from dde74d76-7742-4246-ab64-f3ed32e2c228 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>arc (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 50cd119c-46ab-4921-ba1c-672c221eacda using man macros.</FONT>
<br><br><center><img src="images/arc.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/centertext.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>centertext (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from ae428fb1-4418-47dc-a9f3-dd6c613cbd0d using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>centertext (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from fc2b90b8-1870-45f2-9193-4face6310b92 using man macros.</FONT>
<br><br><center><img src="images/centertext.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/circle.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>circle (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 1db3d38a-d7b2-4620-9ae5-0ae42cf98185 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>circle (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 046a6e6c-adba-4c87-8b61-e742391b0761 using man macros.</FONT>
<br><br><center><img src="images/circle.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/circleprecision.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>circleprecision (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 6c0b2389-9e43-4715-8573-4612e4900d31 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>circleprecision (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 8d04cff0-1da3-4999-b374-f1c3d95154d3 using man macros.</FONT>
<br><br><center><img src="images/circleprecision.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/clear.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>clear (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from cd25205b-a9e5-40f4-8d6b-6ec4047a22dd using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>clear (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 9bf94221-6d6a-4880-8b81-d61091da4752 using man macros.</FONT>
<br><br><center><img src="images/clear.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/closepoly.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>closepoly (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from c3a75bec-9fe6-44ac-b98e-c7b9ba47639d using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>closepoly (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 26648726-c220-4b94-8082-d8a5bb6baf9b using man macros.</FONT>
<br><br><center><img src="images/closepoly.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/closest_color_name.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>closest_color_name (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from eec144c9-019d-4242-abbe-5115c50fe80c using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>closest_color_name (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 78d7ce23-0092-4094-b0c5-a70308ca73a7 using man macros.</FONT>
<br><br><center><img src="images/closest_color_name.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/color.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>color (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from dc95c676-b322-4fd6-8ea1-8110444594b4 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>color (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 8080077f-d6aa-4e93-aeea-7cb77bd4f5c4 using man macros.</FONT>
<br><br><center><img src="images/color.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/color_name2rgb.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>color_name2rgb (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from e42f4dbb-6476-4ecb-a710-69771fd64032 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>color_name2rgb (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 64266dcf-c410-4c2d-80ea-a82ed9219270 using man macros.</FONT>
<br><br><center><img src="images/color_name2rgb.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/d2r.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>d2r (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from d424aaab-eb13-4fe7-b141-4d81d26b44ed using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>d2r (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from fda75867-67c4-4469-9b6e-6d408abb3a24 using man macros.</FONT>
<br><br><center><img src="images/d2r.gif"></center>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/draw2.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <H3>SYNOPSIS</H3>
<PRE>
definition:
<P>
subroutine draw2(x, y)
elemental impure subroutine draw2(x, y)
real,intent(in) :: x, y
<P>
</PRE>
Expand Down Expand Up @@ -179,7 +179,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>draw2 (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from f6976035-dc07-4854-abb1-d76b717d9b4b using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>draw2 (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 2c77e0f1-537e-460d-a13e-82c5ea26dd9a using man macros.</FONT>
<br><br><center><img src="images/draw2.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/drawchar.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>drawchar (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 7ba97697-7e5a-4ca2-ab03-20278590e1bf using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>drawchar (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from d1894f2b-51b5-4ae8-8077-014eec22d0d4 using man macros.</FONT>
<br><br><center><img src="images/drawchar.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/drawstr.3m_pixel.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>drawstr (3m_pixel)</TD> <TD align=right width=33%><I>November 19, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 6e12dcf3-b45e-46b0-951c-cb4539e58442 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>drawstr (3m_pixel)</TD> <TD align=right width=33%><I>November 20, 2022</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 29c8d5a5-44fc-4dc1-8b38-cc8bf29f697f using man macros.</FONT>
<br><br><center><img src="images/drawstr.gif"></center>
</div>
</div>
Expand Down
Loading

0 comments on commit b458b7a

Please sign in to comment.