Releases: r-lib/ragg
Releases · r-lib/ragg
ragg 1.3.3
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
ragg 1.2.6
ragg 1.2.5
ragg 1.2.4
- Fixed a regression that turned off line mitre support (#119)
ragg 1.2.3
- Second attempt at rendering jpegs with transparent background. Now, the buffer
is filled with solid white before any drawing happens. - Fixed a bug that resulted in newlines being rendered as missing glyphs on some
Linux versions (#111)
ragg 1.2.2
- MacOS: configure script now uses the local system dependencies provided by
CRAN via pkg-config. Autobrew libs are used as fallback on non-cran servers only.