You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[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).