Changelog for
svgcleaner-0.9.5-3.3.x86_64.rpm :
* Mon Feb 26 2024 Dominique Leuenberger
- Use %patch -P N instead of deprecated %patchN.
* Wed Feb 06 2019 sogalAATTopensuse.org- Removed svgcleaner-gui dependency to p7zip-full as nothing provides it in openSUSE and the needed 7za component is already provided by p7zip (revert https://build.opensuse.org/request/show/616716)
* Wed Oct 10 2018 sogalAATTopensuse.org- update to v0.9.5
* removal of the transform attribute with a default value
* a default Transform will be printed as matrix(1 0 0 1 0) and not as an empty string
* attributes resolving during the defs regrouping
* text with xml:space preprocessing- update vendored sources- refreshed svgcleaner-gui-suse.patch
* Wed Jun 13 2018 w01dnickAATTgmail.com- svgcleaner-gui dependency changed to p7zip-full (7za is needed)
* Thu Apr 19 2018 jengelhAATTinai.de- Repair bullet points characters in description. Simplify summary.
* Wed Apr 04 2018 mpluskalAATTsuse.com- Cleanup spec file with spec-cleaner
* Fri Mar 30 2018 sogalAATTvolted.net- Upgrade to 0.9.4
* Crash during defs processing.
* Crash during use resolving.
* The --resolve-use option does not resolve used use now.- Add svgcleaner-gui-suse.patch
* Tue Mar 27 2018 sogalAATTvolted.net- Upgrade to 0.9.3, major changes since 0.6.2:
* Rewritten from C++ to Rust (3x faster)
* Implemented own SVG parser and SVG DOM
* GUI is in separated source now
* Added a documentation for all cleaning options
* Addition of many CLI options
* Lots of fixes (see project page for details)
* Main package is now svgcleaner
* GUI is in svgcleaner-gui
* Mon Mar 10 2014 dmitry_rAATTopensuse.org- Split package into svgcleaner and svgcleaner-cli
* Sun Mar 09 2014 dmitry_rAATTopensuse.org- Update to version 0.6.2
* ~3 times faster and ~10% better cleaning.
* Added replacing of equal elements with \'use\'.
* Added removing of elements out of viewbox.
* Added transformation matrices applying.
* Added trimming of \'id\' attribute.
* Added removing of equal \'filter\' and \'clipPath\' in \'defs\'.
* Added removing of Sketch namespaced elements and attributes.
* Improved paths processing.
* Improved removing of equal gradients.
* Improved grouping of elements with similar attributes.
* Improved transform matrices processing.
* Improved ungrouping of containers.
* Improved merging of gradients.
* Improved rounding of numbers.
* Improved removing of invisible elements.
* New keys for CLI.
* CLI now depends only on QtCore.
* Moved from QtXml to TinyXML2.
* Added saving of last cleaning options to GUI.
* Added file tree to GUI.
* Removed preset files.
* A lot of fixes and speed optimizations.