diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-14 17:13:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-15 03:33:35 +0200 |
commit | 91eee87002406329b93e92aee6b2eae8fab36267 (patch) | |
tree | 4091124564efde23096e33a495565588de5c57d5 /gnu/packages | |
parent | 1d8bc462499498dcc4919581136a17691ad8ad7e (diff) |
gnu: agg: Fix typo in description.
* gnu/packages/graphics.scm (agg)[description]: Add missing article and
work around scalable vector graphics graphics.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/graphics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 2211bfc340..70b0c18793 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -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 a library for +rendering @acronym{SVG, Scalable Vector Graphics}.") (license license:gpl2+))) (define-public python-pastel |