Path to this page:
./
graphics/R-ragg,
Graphic Devices Based on AGG
Branch: CURRENT,
Version: 1.3.3,
Package name: R-ragg-1.3.3,
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-12-07) Updated to version: R-ragg-1.3.3
- (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
CVS history: (Expand)
2024-12-07 14:01:09 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(graphics/R-ragg) remove patch, upstream fixed it
|
2024-12-07 06:53:54 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(graphics/R-ragg) Updated 1.3.2 to 1.3.3
# ragg 1.3.3
* Fixed a regression from upstream changes in Freetype (#172)
|
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
|