From c124cf2aca3ac95ffe00e796057d0596a3ddd9bb Mon Sep 17 00:00:00 2001 From: mef Date: Sun, 1 Sep 2024 01:36:46 +0000 Subject: [PATCH] (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 --- graphics/R-ragg/Makefile | 4 ++-- graphics/R-ragg/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graphics/R-ragg/Makefile b/graphics/R-ragg/Makefile index 23d35ed96d4e..db49d813bf8a 100644 --- a/graphics/R-ragg/Makefile +++ b/graphics/R-ragg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2024/01/21 13:06:09 mef Exp $ +# $NetBSD: Makefile,v 1.9 2024/09/01 01:36:46 mef Exp $ R_PKGNAME= ragg -R_PKGVER= 1.2.7 +R_PKGVER= 1.3.2 CATEGORIES= graphics MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/graphics/R-ragg/distinfo b/graphics/R-ragg/distinfo index 260b0108731d..69ce7a95a3a2 100644 --- a/graphics/R-ragg/distinfo +++ b/graphics/R-ragg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2024/01/21 08:44:24 mef Exp $ +$NetBSD: distinfo,v 1.4 2024/09/01 01:36:46 mef Exp $ -BLAKE2s (R/ragg_1.2.7.tar.gz) = b7fabf0d404cf6aa9497e0336524b1222e41c06082bfdfbaf158bb503b943790 -SHA512 (R/ragg_1.2.7.tar.gz) = 12f18979a4a59f1f2a28a3d8a004c48b90b6afe7acc158639acb308a8f8b4e5e8dcaff429bbdfdd02eccf41b6c058c2c6d13033c94d812098d03ac3cb555ccf8 -Size (R/ragg_1.2.7.tar.gz) = 425500 bytes +BLAKE2s (R/ragg_1.3.2.tar.gz) = 9035011999bfe45d2732ea4a935bb6b572c9d52f108e5169c746234fea9064f9 +SHA512 (R/ragg_1.3.2.tar.gz) = 614333cb3aa282176dca750bbe37202d174e0c6808f64e91b589cf79fb505b68d70ebc8e9ecd1046a493582d711e3c9cb3a229f2eec1ef59419c47e8657ae74e +Size (R/ragg_1.3.2.tar.gz) = 430366 bytes