Releases: r-lib/ragg
Releases · r-lib/ragg
ragg 1.5.1
- Fix support for the default symbol font on many linux distros
(StandardSymbolPS) by ensuring proper fallback during character metric
calculation (#136, #201) agg_capture()now reports the current "page number" as well as whether any
drawing has occured since the last time the capture was taken as attributes
in the return value (but only if you request native raster) (#204)- Avoid compile time warnings from implicit casting during enum arithmetic
agg_capture()andagg_record()no longer advance the RNG (#212)
ragg 1.5.0
- Fix gradient rendering bug introduced by trying to fix #177 (#192)
- Add support for WebP output, both static and animated (#190, @klausbrunner)
ragg 1.4.0
ragg 1.3.3
- Fixed a regression from upstream changes in Freetype (#172)
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
ragg 1.2.7
- Fix a stack imbalance bug