Skip to content

Releases: fontra/black-renderer

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 18 May 14:42
9abd659

Version v0.8.2

  • More sweep gradient fixes by Felix Herbst. #240, #241

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 13 May 20:47

Version v0.8.1

  • Require Python >= 3.10
  • Updated dependencies
  • Fixed sweep gradients. Contributed by Felix Herbst. #238
  • Fix COLRv1 extend modes in the CoreGraphics backend. Contributed by Felix Herbst. #235
  • Properly test rendering of SVG and PDF output. Contributed by Felix Herbst. Part of #238

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 13:09
90ab48f

Version v0.6.0

  • add --palette-index option to blackrenderer command line tool
  • add getPalette(paletteIndex) method to BlackRendererFont

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 13 Aug 20:25
f568060

v0.5.3 -- Allow BlackRendererFont to be constructed from objects (#105)

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:00
530caa3

v0.5.2 -- add support for variable COLRv1 (issue #53, PR #88)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 19:57
82d64a4

v0.5.1 -- fixes issues #93 and #94

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 18:43
ded3083

v0.5.0 -- coregraphics backend now uses sRGB colorspace (#9, #74)

v0.5.0a3

v0.5.0a3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Nov 08:20
2e7ff27

v0.5.0a3 -- fixes issue #56

v0.5.0a2

v0.5.0a2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Nov 20:24

Version v0.5.0a2 -- Fixed support for CompositeMode.PLUS

v0.5.0a1

v0.5.0a1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Nov 19:36
a8d54e6

Version v0.5.0a1

  • Implement recent spec changes, except for variability, which is currently broken