Skip to content

Commit c124cf2

Browse files
author
mef
committed
(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
1 parent 3374026 commit c124cf2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

graphics/R-ragg/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.8 2024/01/21 13:06:09 mef Exp $
1+
# $NetBSD: Makefile,v 1.9 2024/09/01 01:36:46 mef Exp $
22

33
R_PKGNAME= ragg
4-
R_PKGVER= 1.2.7
4+
R_PKGVER= 1.3.2
55
CATEGORIES= graphics
66

77
MAINTAINER= [email protected]

graphics/R-ragg/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2024/01/21 08:44:24 mef Exp $
1+
$NetBSD: distinfo,v 1.4 2024/09/01 01:36:46 mef Exp $
22

3-
BLAKE2s (R/ragg_1.2.7.tar.gz) = b7fabf0d404cf6aa9497e0336524b1222e41c06082bfdfbaf158bb503b943790
4-
SHA512 (R/ragg_1.2.7.tar.gz) = 12f18979a4a59f1f2a28a3d8a004c48b90b6afe7acc158639acb308a8f8b4e5e8dcaff429bbdfdd02eccf41b6c058c2c6d13033c94d812098d03ac3cb555ccf8
5-
Size (R/ragg_1.2.7.tar.gz) = 425500 bytes
3+
BLAKE2s (R/ragg_1.3.2.tar.gz) = 9035011999bfe45d2732ea4a935bb6b572c9d52f108e5169c746234fea9064f9
4+
SHA512 (R/ragg_1.3.2.tar.gz) = 614333cb3aa282176dca750bbe37202d174e0c6808f64e91b589cf79fb505b68d70ebc8e9ecd1046a493582d711e3c9cb3a229f2eec1ef59419c47e8657ae74e
5+
Size (R/ragg_1.3.2.tar.gz) = 430366 bytes

0 commit comments

Comments
 (0)