Skip to content

ragg 0.2.0

Compare
Choose a tag to compare
@thomasp85 thomasp85 released this 28 May 11:26
b9920e6
  • Fix compilation on R <= 3.3 by including Rdynload.h explicitly
  • Fix a performance regression when plotting text (#33)
  • Fix erroneous width calculations of strings starting with a space on windows
    (#32)
  • Fix a bug in agg_capture() where the output became mangled if device
    height != width
  • Fix a bug in raster support where raster data did not get premultiplied before
    rendering (#38, @yixuan)
  • Fix an integer overflow issue in the AGG source code