Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.

v0.9.0

Compare
Choose a tag to compare
@RazrFalcon RazrFalcon released this 05 Jun 16:32
· 90 commits to master since this release

Added

  • XML nodes can be indented with tabs now. Using --indent=tabs.
  • Presentational attributes joining can be forced with --join-style-attributes=all now.
  • stdin and stdout support.
  • --no-defaults.
  • --apply-transform-to-paths.
  • --allow-bigger-file.
  • --coordinates-precision.
  • --properties-precision.
  • --transforms-precision.
  • Better groups with transforms ungrouping.
  • --remove-text-attributes removes line-height and xml:space now.
  • Some algorithms are moved to the svgdom crate.

Changed

  • <FLAG> argument type accepts true, false, yes, no, y, n now.
  • Flags --multipass, --copy-on-error and --quiet doesn't accepts value now.
  • --indent accepts only none, 0, 1, 2, 3, 4, tabs now.
  • --join-style-attributes accepts only no, some, all now.

Fixed

  • Fixed stroke-dasharray and stroke-dashoffset processing during transformations applying.

Downloads