summaryrefslogtreecommitdiffstats
path: root/libraries/libgnomecanvas
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:37:36 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:37:36 -0400
commit5a80b6fdebdb57e3fb2b90e2d4a1f9acfa5b6a4b (patch)
tree8c1ee5f43f210c0c952bd2055ade0e87f967244f /libraries/libgnomecanvas
parent773435a98849ad32f627115cb898b58c871f1678 (diff)
downloadslackbuilds-5a80b6fdebdb57e3fb2b90e2d4a1f9acfa5b6a4b.tar.gz
slackbuilds-5a80b6fdebdb57e3fb2b90e2d4a1f9acfa5b6a4b.tar.xz
libraries/libgnomecanvas: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libgnomecanvas')
-rw-r--r--libraries/libgnomecanvas/README15
1 files changed, 8 insertions, 7 deletions
diff --git a/libraries/libgnomecanvas/README b/libraries/libgnomecanvas/README
index 5035cbf767..64fa337bb7 100644
--- a/libraries/libgnomecanvas/README
+++ b/libraries/libgnomecanvas/README
@@ -1,7 +1,8 @@
-The GNOME canvas is an engine for structured graphics that offers a rich
-imaging model, high performance rendering, and a powerful, high-level API.
-It offers a choice of two rendering back-ends: one based on Xlib for
-extremely fast display, and another based on Libart, a sophisticated,
-antialiased, alpha-compositing engine. Applications have a choice between
-the Xlib imaging model or a superset of the PostScript imaging model,
-depending on the level of graphic sophistication required.
+The GNOME canvas is an engine for structured graphics that offers
+a rich imaging model, high performance rendering, and a powerful,
+high-level API. It offers a choice of two rendering back-ends: one
+based on Xlib for extremely fast display, and another based on Libart,
+a sophisticated, antialiased, alpha-compositing engine. Applications
+have a choice between the Xlib imaging model or a superset of
+the PostScript imaging model, depending on the level of graphic
+sophistication required.