summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2022-10-19 09:30:30 +0200
committerSam James <sam@gentoo.org>2022-10-20 04:52:18 +0100
commit9b4cbb6db25e4a66e8c95065f05f8dd8c192a175 (patch)
tree41998c7b739de89346b3bf3141924d7298fe2c81 /media-libs/libxmi
parentmedia-libs/libharu: align longdescription opening and closing tags (diff)
downloadgentoo-9b4cbb6db25e4a66e8c95065f05f8dd8c192a175.tar.gz
gentoo-9b4cbb6db25e4a66e8c95065f05f8dd8c192a175.tar.bz2
gentoo-9b4cbb6db25e4a66e8c95065f05f8dd8c192a175.zip
media-libs/libxmi: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libxmi')
-rw-r--r--media-libs/libxmi/metadata.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/media-libs/libxmi/metadata.xml b/media-libs/libxmi/metadata.xml
index b60930fc9156..5f772fe359fb 100644
--- a/media-libs/libxmi/metadata.xml
+++ b/media-libs/libxmi/metadata.xml
@@ -6,18 +6,18 @@
<name>Gentoo Printing Project</name>
</maintainer>
<longdescription>
-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.
-It can be used as a drop-in rendering module in any application that needs to
-scan-convert 2-D vector graphics. It is highly customizable. For example, the
-`pixel' datatype can be redefined at compile time. The algorithm used for
-compositing pixels can be redefined too. By default, libxmi uses the
-Painter's Algorithm (a new pixel value replaces an old one). But it would be
-trivial to install it so that it uses alpha compositing instead. The package,
-and its header file xmi.h, include full documentation.
-</longdescription>
+ It can be used as a drop-in rendering module in any application that needs to
+ scan-convert 2-D vector graphics. It is highly customizable. For example, the
+ `pixel' datatype can be redefined at compile time. The algorithm used for
+ compositing pixels can be redefined too. By default, libxmi uses the
+ Painter's Algorithm (a new pixel value replaces an old one). But it would be
+ trivial to install it so that it uses alpha compositing instead. The package,
+ and its header file xmi.h, include full documentation.
+ </longdescription>
</pkgmetadata>