summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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...