Path to this page:
./
math/R-ragg,
Graphic Devices Based on AGG
Branch: CURRENT,
Version: 1.3.2,
Package name: R-ragg-1.3.2,
Maintainer: pkgsrc-usersAnti-Grain Geometry (AGG) is a high-quality and high-performance 2D
drawing library. The 'ragg' package provides a set of graphic devices
based on AGG to use as alternative to the raster devices provided
through the 'grDevices' package.
Master sites: (Expand)
Version history: (Expand)
- (2024-09-01) Updated to version: R-ragg-1.3.2
- (2024-01-21) Updated to version: R-ragg-1.2.7
- (2023-11-12) Updated to version: R-ragg-1.2.5nb2
- (2023-10-21) Updated to version: R-ragg-1.2.5nb1
- (2023-02-19) Updated to version: R-ragg-1.2.5
- (2023-01-30) Updated to version: R-ragg-1.2.4nb2
CVS history: (Expand)
2024-09-06 11:08:04 by Thomas Klausner | Files touched by this commit (2) |
Log message:
R-ragg: fix build with latest freetype2
|
2024-09-01 03:36:46 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(graphics/R-ragg) Updated 1.2.7 to 1.3.2
# ragg 1.3.2
* Fix a bug in how groups are defined and recalled
# ragg 1.3.1
* Make sure the linejoin/linemitre setting is honored when drawing rectangles
(#162)
* Fix a bug with resetting clipping during group and pattern rendering
* Fix scaling of raster glyphs in drawGlyph
# ragg 1.3.0
* Added supported for new graphics enigine features: Groups, paths, luminance
masks, and glyphs
* Add a switch (defaults to on) to snapping rectangles to the pixel grid when
they are only drawn with fill (no stroke)
* Fixed a bug causing repeated warnings when using a font at 0 size (#130)
* Silence a bug in clang-ASAN that incorrectly reported sanitiser issues
|
2024-01-21 14:06:09 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(graphics/R-ragg) +TEST_DEPENDS+= tex-ec, make test passed
|
2024-01-21 09:44:24 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(graphics/R-ragg) Updated 1.2.5 to 1.2.7
# ragg 1.2.7
* Fix a stack imbalance bug
# ragg 1.2.6
* Fix symbol rendering bug on windows (#132)
* Add support for `dev.capabilities()` (#105)
* Prepare for Arm Windows
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | |
Log message:
recursive revbump for tiff update
|
2023-02-19 03:26:03 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(graphics/R-ragg) Updated 1.2.4 to 1.2.5
# ragg 1.2.5
* Fix a bug when rendering glyphs from a colour font that also provide greyscale
glyphs (#105)
* Move `sprintf()` to `snprintf()` in the AGG source code to comply with Arm64
deprecation
* Better guard against bad input (#116)
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|