This repository was archived by the owner on Oct 30, 2021. It is now read-only.
v0.9.0
Added
- XML nodes can be indented with tabs now. Using
--indent=tabs. - Presentational attributes joining can be forced with
--join-style-attributes=allnow. - 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-attributesremovesline-heightandxml:spacenow.- Some algorithms are moved to the
svgdomcrate.
Changed
<FLAG>argument type acceptstrue,false,yes,no,y,nnow.- Flags
--multipass,--copy-on-errorand--quietdoesn't accepts value now. --indentaccepts onlynone,0,1,2,3,4,tabsnow.--join-style-attributesaccepts onlyno,some,allnow.
Fixed
- Fixed
stroke-dasharrayandstroke-dashoffsetprocessing during transformations applying.