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
|
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
|