Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 13:06
  • Avoid overwriting destination for distinct input files with the same basename (#367, #369).
  • Support symlinks in input files, by using abspath instead of Path.resolve() so that symlinks aren't resolved (#374).
  • Added support for bitmap color format: cbdt (for pre-COLRv1 Chrome and Android) and sbix (for macOS and Safari).
    Note this requires the resvg CLI tool. You can install it with cargo install resvg.