summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
2016-12-02Updated version (0.7.1.318 -> 0.7.1.320).AUR Update Bot
Changelog ========= Added 'Use implicit LineTo commands'. (907bfdb) Some refactoring. (b06524a)
2016-11-04Updated version (0.7.1.315 -> 0.7.1.318).AUR Update Bot
Changelog =========
2016-11-03updateStefan Husmann
2016-10-21UpdateStefan Husmann
2016-10-21updateStefan Husmann
2016-10-19Updated version (0.7.1.309 -> 0.7.1.310).AUR Update Bot
Changelog ========= Updated to the latest version of the libsvgdom. (e8288c3) Updated to the latest version of the libsvgdom. (9b619f7) Added Travis build status. (58da397) Added Travis CI config. (c34e16b) Updated to the latest version of the libsvgdom. (c2164a3) Version bump. (3a252bd) Updated to the latest version of the libsvgdom. (7f5f64f) 'Remove invisible elements' now removes default feColorMatrix. (742fd9c) Building section of the Readme updated. (54685dd) Cargo.toml updated to support crates install. (9b4804f) Merge branch 'master' of github.com:RazrFalcon/SVGCleaner (bf74ecf) Remove redundant code. Readme updated. (a669cac) Testing notes updated. (1563a83)
2016-10-19Updated version (0.7.1.308 -> 0.7.1.309).AUR Update Bot
Changelog ========= Updated to the latest version of the libsvgdom. (9b619f7) Added Travis build status. (58da397) Added Travis CI config. (c34e16b) Updated to the latest version of the libsvgdom. (c2164a3) Version bump. (3a252bd) Updated to the latest version of the libsvgdom. (7f5f64f) 'Remove invisible elements' now removes default feColorMatrix. (742fd9c) Building section of the Readme updated. (54685dd) Cargo.toml updated to support crates install. (9b4804f) Merge branch 'master' of github.com:RazrFalcon/SVGCleaner (bf74ecf) Remove redundant code. Readme updated. (a669cac) Testing notes updated. (1563a83)
2016-10-18updateStefan Husmann
2016-10-15Updated version (0.7.1.304 -> 0.7.1.305).AUR Update Bot
Changelog ========= Version bump. (3a252bd) Updated to the latest version of the libsvgdom. (7f5f64f) 'Remove invisible elements' now removes default feColorMatrix. (742fd9c) Building section of the Readme updated. (54685dd) Cargo.toml updated to support crates install. (9b4804f) Merge branch 'master' of github.com:RazrFalcon/SVGCleaner (bf74ecf) Remove redundant code. Readme updated. (a669cac) Testing notes updated. (1563a83)
2016-10-14UpdateStefan Husmann
2016-10-13Updated version (0.7.0.300 -> 0.7.1.303).AUR Update Bot
Changelog ========= 'Remove invisible elements' now removes default feColorMatrix. (742fd9c) Building section of the Readme updated. (54685dd) Cargo.toml updated to support crates install. (9b4804f) Merge branch 'master' of github.com:RazrFalcon/SVGCleaner (bf74ecf) Remove redundant code. Readme updated. (a669cac) Testing notes updated. (1563a83)
2016-10-11Updated version (0.7.0.298 -> 0.7.0.300).AUR Update Bot
Changelog ========= Merge branch 'master' of github.com:RazrFalcon/SVGCleaner (bf74ecf) Remove redundant code. Readme updated. (a669cac) Testing notes updated. (1563a83)
2016-10-10Updated version (0.7.0.296 -> 0.7.0.298).AUR Update Bot
Changelog ========= Testing notes updated. (1563a83)
2016-10-09Updated version (0.6.92.292 -> 0.7.0.296).AUR Update Bot
Changelog ========= Version bump. (3a5579a) Fixed defs processing. (9fd7827) Fixed stroke removing when node has marker. Readme updated. (a048252) Updated to the latest version of the libsvgdom. (7c8d1cb) Fixed rst formatting. (51516e3) Added 'docs/extended_testing.rst'. Small doc fixes. Fix referenced elements processing inside 'mask' element. Fix duplicated gradients removing. (3c4711c) Added 'Alternatives' to the README. (ff8fdfe) Updated to the latest svgdom. (584df41) Move Roadmap to github issues. (82ab76d) Decrease amount of unwrap(). (ceb079d) Added a '--multipass' option. Fixed invalid 'stop' element processing. (5fab48d) Removed custom precision rounding options completely. (049e7c7) The 'move-styles-to-group' groups only inheritable presentational attributes now. (de202c3) '--remove-gradient-attributes' is disabled by default. Added 'unsupported by' notes to doc. (0b20779) Fixed 'remove-gradient-attributes' example. (568ea07) Added '--remove-gradient-attributes'. 'rect' elements with invalid size will be removed. Fixed invisible element processing. More default attributes is removable now. (42692db) Now all referenced elements are moved to the 'defs'. That simplified implementation of the 'remove-unused-defs' and made it faster. (db8f38f) Some performance optimizations. (00eee47) Remove fill/stroke-based attributes when they are useless. (5b52f17) Roadmap updated. Remove needless 'enable-background' attributes. (139dcb6) Added '--regroup-gradient-stops'. (1fea9c2) Added '--ungroup-defs'. (8c0cc52) Added '--apply-transform-to-gradients'. (0db3b8f) 'remove-invisible-elements' now removes 'use' elements without 'xlink:href' attribute, and resolves gradients with none or one stop children. Show a warning instead of an error if first 'stop' element of the gradient doesn't have an 'offset' attribute. (1f124e7) FAQ updated. (18e5082) Add FAQ.md. Added Purpose paragraph. Precision options temporary disabled. (f94533b) Added missing files. (b2c2538) Added '--remove-invalid-stops'. A 'stop' element without the 'offset' attribute is error now. Lots of syntax fixes thanks to clippy. (d027a1c) Updated to the latest libsvgdom. (3b37ace) Added list of limitations. (9a5d901) Added '--remove-dupl-fegaussianblur'. Version bump. (1e0212b)
2016-10-08UpdateStefan Husmann
2016-10-08UpdateStefan Husmann
2016-10-07UpdateStefan Husmann
2016-10-06Updated version (0.6.92.285 -> 0.6.92.286).AUR Update Bot
Changelog ========= Added a '--multipass' option. Fixed invalid 'stop' element processing. (5fab48d) Removed custom precision rounding options completely. (049e7c7) The 'move-styles-to-group' groups only inheritable presentational attributes now. (de202c3) '--remove-gradient-attributes' is disabled by default. Added 'unsupported by' notes to doc. (0b20779) Fixed 'remove-gradient-attributes' example. (568ea07) Added '--remove-gradient-attributes'. 'rect' elements with invalid size will be removed. Fixed invisible element processing. More default attributes is removable now. (42692db) Now all referenced elements are moved to the 'defs'. That simplified implementation of the 'remove-unused-defs' and made it faster. (db8f38f) Some performance optimizations. (00eee47) Remove fill/stroke-based attributes when they are useless. (5b52f17) Roadmap updated. Remove needless 'enable-background' attributes. (139dcb6) Added '--regroup-gradient-stops'. (1fea9c2) Added '--ungroup-defs'. (8c0cc52) Added '--apply-transform-to-gradients'. (0db3b8f) 'remove-invisible-elements' now removes 'use' elements without 'xlink:href' attribute, and resolves gradients with none or one stop children. Show a warning instead of an error if first 'stop' element of the gradient doesn't have an 'offset' attribute. (1f124e7) FAQ updated. (18e5082) Add FAQ.md. Added Purpose paragraph. Precision options temporary disabled. (f94533b) Added missing files. (b2c2538) Added '--remove-invalid-stops'. A 'stop' element without the 'offset' attribute is error now. Lots of syntax fixes thanks to clippy. (d027a1c) Updated to the latest libsvgdom. (3b37ace) Added list of limitations. (9a5d901) Added '--remove-dupl-fegaussianblur'. Version bump. (1e0212b)
2016-10-05UpdateStefan Husmann
2016-10-04Updated version (0.6.92.283 -> 0.6.92.284).AUR Update Bot
Changelog ========= The 'move-styles-to-group' groups only inheritable presentational attributes now. (de202c3) '--remove-gradient-attributes' is disabled by default. Added 'unsupported by' notes to doc. (0b20779) Fixed 'remove-gradient-attributes' example. (568ea07) Added '--remove-gradient-attributes'. 'rect' elements with invalid size will be removed. Fixed invisible element processing. More default attributes is removable now. (42692db) Now all referenced elements are moved to the 'defs'. That simplified implementation of the 'remove-unused-defs' and made it faster. (db8f38f) Some performance optimizations. (00eee47) Remove fill/stroke-based attributes when they are useless. (5b52f17) Roadmap updated. Remove needless 'enable-background' attributes. (139dcb6) Added '--regroup-gradient-stops'. (1fea9c2) Added '--ungroup-defs'. (8c0cc52) Added '--apply-transform-to-gradients'. (0db3b8f) 'remove-invisible-elements' now removes 'use' elements without 'xlink:href' attribute, and resolves gradients with none or one stop children. Show a warning instead of an error if first 'stop' element of the gradient doesn't have an 'offset' attribute. (1f124e7) FAQ updated. (18e5082) Add FAQ.md. Added Purpose paragraph. Precision options temporary disabled. (f94533b) Added missing files. (b2c2538) Added '--remove-invalid-stops'. A 'stop' element without the 'offset' attribute is error now. Lots of syntax fixes thanks to clippy. (d027a1c) Updated to the latest libsvgdom. (3b37ace) Added list of limitations. (9a5d901) Added '--remove-dupl-fegaussianblur'. Version bump. (1e0212b)
2016-10-03Updated version (0.6.92.282 -> 0.6.92.283).AUR Update Bot
Changelog ========= '--remove-gradient-attributes' is disabled by default. Added 'unsupported by' notes to doc. (0b20779) Fixed 'remove-gradient-attributes' example. (568ea07) Added '--remove-gradient-attributes'. 'rect' elements with invalid size will be removed. Fixed invisible element processing. More default attributes is removable now. (42692db) Now all referenced elements are moved to the 'defs'. That simplified implementation of the 'remove-unused-defs' and made it faster. (db8f38f) Some performance optimizations. (00eee47) Remove fill/stroke-based attributes when they are useless. (5b52f17) Roadmap updated. Remove needless 'enable-background' attributes. (139dcb6) Added '--regroup-gradient-stops'. (1fea9c2) Added '--ungroup-defs'. (8c0cc52) Added '--apply-transform-to-gradients'. (0db3b8f) 'remove-invisible-elements' now removes 'use' elements without 'xlink:href' attribute, and resolves gradients with none or one stop children. Show a warning instead of an error if first 'stop' element of the gradient doesn't have an 'offset' attribute. (1f124e7) FAQ updated. (18e5082) Add FAQ.md. Added Purpose paragraph. Precision options temporary disabled. (f94533b) Added missing files. (b2c2538) Added '--remove-invalid-stops'. A 'stop' element without the 'offset' attribute is error now. Lots of syntax fixes thanks to clippy. (d027a1c) Updated to the latest libsvgdom. (3b37ace) Added list of limitations. (9a5d901) Added '--remove-dupl-fegaussianblur'. Version bump. (1e0212b)
2016-10-02Updated version (0.6.92.281 -> 0.6.92.282).AUR Update Bot
Changelog ========= Fixed 'remove-gradient-attributes' example. (568ea07) Added '--remove-gradient-attributes'. 'rect' elements with invalid size will be removed. Fixed invisible element processing. More default attributes is removable now. (42692db) Now all referenced elements are moved to the 'defs'. That simplified implementation of the 'remove-unused-defs' and made it faster. (db8f38f) Some performance optimizations. (00eee47) Remove fill/stroke-based attributes when they are useless. (5b52f17) Roadmap updated. Remove needless 'enable-background' attributes. (139dcb6) Added '--regroup-gradient-stops'. (1fea9c2) Added '--ungroup-defs'. (8c0cc52) Added '--apply-transform-to-gradients'. (0db3b8f) 'remove-invisible-elements' now removes 'use' elements without 'xlink:href' attribute, and resolves gradients with none or one stop children. Show a warning instead of an error if first 'stop' element of the gradient doesn't have an 'offset' attribute. (1f124e7) FAQ updated. (18e5082) Add FAQ.md. Added Purpose paragraph. Precision options temporary disabled. (f94533b) Added missing files. (b2c2538) Added '--remove-invalid-stops'. A 'stop' element without the 'offset' attribute is error now. Lots of syntax fixes thanks to clippy. (d027a1c) Updated to the latest libsvgdom. (3b37ace) Added list of limitations. (9a5d901) Added '--remove-dupl-fegaussianblur'. Version bump. (1e0212b)
2016-10-01Updated version (0.6.92.280 -> 0.6.92.281).AUR Update Bot
Changelog ========= Added '--remove-gradient-attributes'. 'rect' elements with invalid size will be removed. Fixed invisible element processing. More default attributes is removable now. (42692db) Now all referenced elements are moved to the 'defs'. That simplified implementation of the 'remove-unused-defs' and made it faster. (db8f38f) Some performance optimizations. (00eee47) Remove fill/stroke-based attributes when they are useless. (5b52f17) Roadmap updated. Remove needless 'enable-background' attributes. (139dcb6) Added '--regroup-gradient-stops'. (1fea9c2) Added '--ungroup-defs'. (8c0cc52) Added '--apply-transform-to-gradients'. (0db3b8f) 'remove-invisible-elements' now removes 'use' elements without 'xlink:href' attribute, and resolves gradients with none or one stop children. Show a warning instead of an error if first 'stop' element of the gradient doesn't have an 'offset' attribute. (1f124e7) FAQ updated. (18e5082) Add FAQ.md. Added Purpose paragraph. Precision options temporary disabled. (f94533b) Added missing files. (b2c2538) Added '--remove-invalid-stops'. A 'stop' element without the 'offset' attribute is error now. Lots of syntax fixes thanks to clippy. (d027a1c) Updated to the latest libsvgdom. (3b37ace) Added list of limitations. (9a5d901) Added '--remove-dupl-fegaussianblur'. Version bump. (1e0212b)
2016-10-01UpdateStefan Husmann
2016-09-29Updated version (0.6.92.278 -> 0.6.92.279).AUR Update Bot
Changelog ========= Some performance optimizations. (00eee47) Remove fill/stroke-based attributes when they are useless. (5b52f17) Roadmap updated. Remove needless 'enable-background' attributes. (139dcb6) Added '--regroup-gradient-stops'. (1fea9c2) Added '--ungroup-defs'. (8c0cc52) Added '--apply-transform-to-gradients'. (0db3b8f) 'remove-invisible-elements' now removes 'use' elements without 'xlink:href' attribute, and resolves gradients with none or one stop children. Show a warning instead of an error if first 'stop' element of the gradient doesn't have an 'offset' attribute. (1f124e7) FAQ updated. (18e5082) Add FAQ.md. Added Purpose paragraph. Precision options temporary disabled. (f94533b) Added missing files. (b2c2538) Added '--remove-invalid-stops'. A 'stop' element without the 'offset' attribute is error now. Lots of syntax fixes thanks to clippy. (d027a1c) Updated to the latest libsvgdom. (3b37ace) Added list of limitations. (9a5d901) Added '--remove-dupl-fegaussianblur'. Version bump. (1e0212b)
2016-09-28Updated version (0.6.92.277 -> 0.6.92.278).AUR Update Bot
Changelog ========= Remove fill/stroke-based attributes when they are useless. (5b52f17) Roadmap updated. Remove needless 'enable-background' attributes. (139dcb6) Added '--regroup-gradient-stops'. (1fea9c2) Added '--ungroup-defs'. (8c0cc52) Added '--apply-transform-to-gradients'. (0db3b8f) 'remove-invisible-elements' now removes 'use' elements without 'xlink:href' attribute, and resolves gradients with none or one stop children. Show a warning instead of an error if first 'stop' element of the gradient doesn't have an 'offset' attribute. (1f124e7) FAQ updated. (18e5082) Add FAQ.md. Added Purpose paragraph. Precision options temporary disabled. (f94533b) Added missing files. (b2c2538) Added '--remove-invalid-stops'. A 'stop' element without the 'offset' attribute is error now. Lots of syntax fixes thanks to clippy. (d027a1c) Updated to the latest libsvgdom. (3b37ace) Added list of limitations. (9a5d901) Added '--remove-dupl-fegaussianblur'. Version bump. (1e0212b)
2016-09-27UpdateStefan Husmann
2016-09-27updateStefan Husmann
2016-09-24Updated version (0.6.92.270 -> 0.6.92.273).AUR Update Bot
Changelog ========= 'remove-invisible-elements' now removes 'use' elements without 'xlink:href' attribute, and resolves gradients with none or one stop children. Show a warning instead of an error if first 'stop' element of the gradient doesn't have an 'offset' attribute. (1f124e7) FAQ updated. (18e5082) Add FAQ.md. Added Purpose paragraph. Precision options temporary disabled. (f94533b) Added missing files. (b2c2538) Added '--remove-invalid-stops'. A 'stop' element without the 'offset' attribute is error now. Lots of syntax fixes thanks to clippy. (d027a1c) Updated to the latest libsvgdom. (3b37ace) Added list of limitations. (9a5d901) Added '--remove-dupl-fegaussianblur'. Version bump. (1e0212b)
2016-09-24UpdateStefan Husmann
2016-09-23verbose outputStefan Husmann
2016-09-21Updated version (0.6.91.265 -> 0.6.92.267).AUR Update Bot
Changelog ========= Added list of limitations. (9a5d901) Added '--remove-dupl-fegaussianblur'. Version bump. (1e0212b)
2016-09-20Updated version (0.6.91.262 -> 0.6.91.265).AUR Update Bot
Changelog =========
2016-09-19add conflicts and providesStefan Husmann
2016-09-19fix licenseStefan Husmann
2016-09-19updateStefan Husmann
2016-09-18Updated version (0.6.91.259 -> 0.6.91.260).AUR Update Bot
Changelog ========= Fixed groups ungrouping when group has linked attributes. (b83d13d) Show error if file has 'xlink:href' attribute that points to external data. (41ef8f9) Added CONTRIBUTING.md. (2ea2425) Fixed duplicated gradients removing. Empty 'filter' elements now removed. Charts notes moved to Testing notes. (60e21ce) Fixed the rst list notation. (ec4da4a) Finally! The cleaning ratio is now bigger than in svgo. Added processing of the 'display:none'. Added "Testing notes" to the doc. (edd5a75) A better documentation generation. (a1c7935) Added '--remove-unused-segments'. '--remove-invisible-elements' now process paths. (0c5e7c0) Added '--join-style-attributes'. (ecbc93f) Added "--paths-to-relative". (ab738a7) Added '--remove-needless-attributes'. (a924ded) Updated to the latest 'svgdom' which makes svgcleaner 20-40% faster. (4f236ff) Added basic implementation of the '--remove-invisible-elements'. Added '--remove-version'. (c4b78bd) Added '--merge-gradients'. (853a978) Merge branch 'master' of github.com:RazrFalcon/SVGCleaner (9cdcbae) Added '--ungroup-groups'. Conditional processing attributes is marked as unsupported now. (4d1669c) README links updated. (c9e99fe) Remove more default attributes. (20f82f7) Added '--remove-unused-coordinates'. (ba7125c) Added caching support for testing tools. Added readme's for all tools. (7701840) Updated to the latest libsvgdom which now supports fallback value processing in the 'paint' type. Now only 3 files are rendered with error in W3C tests. Switched to git version of libsvgdom. Version bump. (74cab23) README updated. (3f9d42c) Changelog links fixed. (4dafcb6)
2016-09-18Updated version (0.6.91.254 -> 0.6.91.259).AUR Update Bot
Changelog ========= Show error if file has 'xlink:href' attribute that points to external data. (41ef8f9) Added CONTRIBUTING.md. (2ea2425) Fixed duplicated gradients removing. Empty 'filter' elements now removed. Charts notes moved to Testing notes. (60e21ce) Fixed the rst list notation. (ec4da4a) Finally! The cleaning ratio is now bigger than in svgo. Added processing of the 'display:none'. Added "Testing notes" to the doc. (edd5a75) A better documentation generation. (a1c7935) Added '--remove-unused-segments'. '--remove-invisible-elements' now process paths. (0c5e7c0) Added '--join-style-attributes'. (ecbc93f) Added "--paths-to-relative". (ab738a7) Added '--remove-needless-attributes'. (a924ded) Updated to the latest 'svgdom' which makes svgcleaner 20-40% faster. (4f236ff) Added basic implementation of the '--remove-invisible-elements'. Added '--remove-version'. (c4b78bd) Added '--merge-gradients'. (853a978) Merge branch 'master' of github.com:RazrFalcon/SVGCleaner (9cdcbae) Added '--ungroup-groups'. Conditional processing attributes is marked as unsupported now. (4d1669c) README links updated. (c9e99fe) Remove more default attributes. (20f82f7) Added '--remove-unused-coordinates'. (ba7125c) Added caching support for testing tools. Added readme's for all tools. (7701840) Updated to the latest libsvgdom which now supports fallback value processing in the 'paint' type. Now only 3 files are rendered with error in W3C tests. Switched to git version of libsvgdom. Version bump. (74cab23) README updated. (3f9d42c) Changelog links fixed. (4dafcb6)
2016-09-16UpdateStefan Husmann
2016-09-14UpdateStefan Husmann
2016-09-14UpdateStefan Husmann
2016-09-13UpdateStefan Husmann
2016-09-11Updated version (0.6.91.242 -> 0.6.91.244).AUR Update Bot
2016-09-11Updated version (0.6.91.241 -> 0.6.91.242).AUR Update Bot
2016-09-11Updated version (0.6.91.240 -> 0.6.91.241).AUR Update Bot
2016-09-10Updated version (0.6.90.239 -> 0.6.91.240).AUR Update Bot
2016-09-09Updated version (0.6.9.232 -> 0.6.90.239).AUR Update Bot
2016-09-08Updated version (0.6.9.231 -> 0.6.9.232).AUR Update Bot
2016-09-07Updated version (0.6.9.230 -> 0.6.9.231).AUR Update Bot
2016-09-06UpdateStefan Husmann