Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 17:25
0811a64
  • [maximum_color] Support glyphs with zero advance width (e.g. combining marks) when
    converting COLRv1 => OT-SVG (#424). Note that for bitmap color formats (CBDT, sbix),
    glyphs with zero advance width (viewBox.w=0) are not currently supported and will
    cropped to invisible when rasterized with resvg (this is the same issue as the one
    related to shapes being clipped in bitmap formats when exceeding the viewbox #402).
  • [maximum_color] Don't error out if CPAL contains more than 1 palette when converting
    COLR=>OT-SVG, but use the first one available for now (#423, #421). We will support
    multiple palettes in the future (#422).
  • [maximum_color] When converting COLR=>OT-SVG, translate special palette index 0xFFFF
    denoting the foreground color with the equivalent SVG's fill="currentColor" (#405).