summaryrefslogtreecommitdiffstats
path: root/libraries/gl2ps/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:30:35 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:30:35 -0400
commitfa9f8de41b45216bcc3bae712b991c8974269f76 (patch)
tree61b901f2033184724234f5ec89334fd1df2b8034 /libraries/gl2ps/README
parent536aa3a8a12acdb1c101ab914c7fd55037140ce6 (diff)
downloadslackbuilds-fa9f8de41b45216bcc3bae712b991c8974269f76.tar.gz
slackbuilds-fa9f8de41b45216bcc3bae712b991c8974269f76.tar.xz
libraries/gl2ps: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/gl2ps/README')
-rw-r--r--libraries/gl2ps/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/gl2ps/README b/libraries/gl2ps/README
index 86a263c763..d6d75e1244 100644
--- a/libraries/gl2ps/README
+++ b/libraries/gl2ps/README
@@ -1,8 +1,9 @@
-GL2PS is a C library providing high quality vector output for any OpenGL
-application.
+GL2PS is a C library providing high quality vector output for any
+OpenGL application.
+
+The main difference between GL2PS and other similar libraries is
+the use of sorting algorithms capable of handling intersecting and
+stretched polygons, as well as non manifold objects.
-The main difference between GL2PS and other similar libraries is the use of
-sorting algorithms capable of handling intersecting and stretched polygons,
-as well as non manifold objects.
GL2PS provides advanced smooth shading and text rendering, culling of
invisible primitives, mixed vector/bitmap output, and much more...