v0.10.0
- Avoid overwriting destination for distinct input files with the same basename (#367, #369).
- Support symlinks in input files, by using
abspath
instead ofPath.resolve()
so that symlinks aren't resolved (#374). - Added support for bitmap color format:
cbdt
(for pre-COLRv1 Chrome and Android) andsbix
(for macOS and Safari).
Note this requires theresvg
CLI tool. You can install it withcargo install resvg
.