svgcleaner v0.9.0 Release Notes

Release Date: 2017-06-05 // almost 7 years ago
  • โž• 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.
    • 0๏ธโƒฃ --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