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

Commit

Permalink
Bugfix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Jun 18, 2017
1 parent 6013f98 commit 0ba759e
Show file tree
Hide file tree
Showing 15 changed files with 139 additions and 139 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ path = "src/main.rs"

[dependencies.svgdom]
# latest
git = "https://github.com/RazrFalcon/libsvgdom.git"
# git = "https://github.com/RazrFalcon/libsvgdom.git"
# local copy
# path = "../svgdom"
# from crates
# version = "0.5"
version = "0.6"

[dependencies.clap]
version = "2"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,37 +66,37 @@ All stats were collected using the latest release version.

*Less is better.*

![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.9.0/docs/images/correctness_chart_W3C_SVG_11_TestSuite.svg)
![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.9.1/docs/images/correctness_chart_W3C_SVG_11_TestSuite.svg)

\* Most of the errors were due to incorrect `font-face` processing. Without including font-based errors, scores were:
- `svgo`: 100
- `scour`: 78

***

![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.9.0/docs/images/correctness_chart_oxygen.svg)
![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.9.1/docs/images/correctness_chart_oxygen.svg)

\* Errors produced by numeric rounding were ignored.

### Cleaning ratio

*More is better.*

![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.9.0/docs/images/ratio_chart_W3C_SVG_11_TestSuite.svg)
![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.9.1/docs/images/ratio_chart_W3C_SVG_11_TestSuite.svg)

\* Note that `svgo` and `scour` break most of the files.

***

![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.9.0/docs/images/ratio_chart_oxygen.svg)
![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.9.1/docs/images/ratio_chart_oxygen.svg)

### Cleaning time

*Less is better.*

![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.9.0/docs/images/performance_chart_W3C_SVG_11_TestSuite.svg)
![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.9.1/docs/images/performance_chart_W3C_SVG_11_TestSuite.svg)

![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.9.0/docs/images/performance_chart_oxygen.svg)
![Alt text](https://cdn.rawgit.com/RazrFalcon/svgcleaner/v0.9.1/docs/images/performance_chart_oxygen.svg)

### Other

Expand Down
52 changes: 26 additions & 26 deletions docs/images/correctness_chart_W3C_SVG_11_TestSuite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 28 additions & 28 deletions docs/images/correctness_chart_oxygen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 24 additions & 24 deletions docs/images/performance_chart_W3C_SVG_11_TestSuite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0ba759e

Please sign in to comment.