Skip to content

Commit

Permalink
(graphics/R-ragg) Updated 1.2.7 to 1.3.2
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
mef committed Sep 1, 2024
1 parent 3374026 commit c124cf2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions graphics/R-ragg/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions graphics/R-ragg/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c124cf2

Please sign in to comment.