Skip to content

Version 9.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 19:07
· 4 commits to main since this release
v9.2.0
  • [glyph] Check & fix bounding box of simple glyph records. (#264, #266)
  • [maxp] Attempt to improve fixup of bad 'maxp' version numbers. (#267)
  • [CFF] correctly parse negative operands, but don't allow -ve offset. (#270)
  • [COLR] Make rejecting paint-graph cycles in COLRv1 a compile-time option. (#272)
  • [STAT] Don't check designAxisSize if the designAxisCount is zero. (#277)
  • [gdef] absolute_offset could overflow a 16-bit variable. (#278)
  • [name] Fix typos. (#280)
  • [graphite] Avoid calling Serialize() for an invalid Glat table. (#281)
  • [woff2] Set correct max_size for decompressed output buffer. (#284)
  • [layout] Warn rather than fail if min/max of a condition table range are reversed. (#285)
  • [meson] Update wrap files. (#286)
  • Fix a size_t/off_t mismatch build warning. (#271)
  • Fix potential arithmetic overflows. (#279)