gnu: agg: Fix typo in description.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 14 Jul 2021 15:13:21 +0000 (17:13 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 15 Jul 2021 01:33:35 +0000 (03:33 +0200)
* gnu/packages/graphics.scm (agg)[description]: Add missing article and
work around scalable vector graphics graphics.

gnu/packages/graphics.scm

index 2211bfc..70b0c18 100644 (file)
@@ -1570,8 +1570,8 @@ and understanding different BRDFs (and other component functions).")
     (synopsis "High-quality 2D graphics rendering engine for C++")
     (description
      "Anti-Grain Geometry is a high quality rendering engine written in C++.
-It supports sub-pixel resolutions and anti-aliasing.  It is also library for
-rendering SVG graphics.")
+It supports sub-pixel resolutions and anti-aliasing.  It is also library for
+rendering @acronym{SVG, Scalable Vector Graphics}.")
     (license license:gpl2+)))
 
 (define-public python-pastel