diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:48:01 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:48:01 -0400 |
commit | 94be9b2c06cd187659e260efaac6513d596a5905 (patch) | |
tree | 2b6696a53c3cff529d4478f0ba53aa6eab7bb8b7 /libraries/libxmi | |
parent | b41ace0911d6a37b74570a90026fd504938e2cbf (diff) |
libraries/libxmi: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libxmi')
-rw-r--r-- | libraries/libxmi/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/libxmi/README b/libraries/libxmi/README index 34a820cf68e6..35ce89042fc2 100644 --- a/libraries/libxmi/README +++ b/libraries/libxmi/README @@ -1,5 +1,6 @@ -GNU libxmi is a C/C++ function library for rasterizing 2-D vector graphics. -It can draw 2-D graphical primitives, including wide polygonal lines and -circular and elliptical arcs, into a user supplied matrix of pixels. -Sophisticated line styles, such as multicolored dashing patterns, can be -specified. There is also support for filling and texturing polygons. +GNU libxmi is a C/C++ function library for rasterizing 2-D vector +graphics. It can draw 2-D graphical primitives, including wide +polygonal lines and circular and elliptical arcs, into a user supplied +matrix of pixels. Sophisticated line styles, such as multicolored +dashing patterns, can be specified. There is also support for filling +and texturing polygons. |