mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: agg: Fix typo in description.
* gnu/packages/graphics.scm (agg)[description]: Add missing article and work around scalable vector graphics graphics.
This commit is contained in:
parent
1d8bc46249
commit
91eee87002
1 changed files with 2 additions and 2 deletions
|
@ -1570,8 +1570,8 @@ (define-public agg
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue