diff --git a/release-notes.html b/release-notes.html index bc0d5b0..12ab627 100644 --- a/release-notes.html +++ b/release-notes.html @@ -19,7 +19,7 @@
  • properly handle paths with more than 1 pair of coordinates in the first Move command
  • remove font/text styles from shape elements (font-weight, font-size, line-height, etc)
  • remove -inkscape-font-specification styles
  • -
  • added --set-precision argument to set the number of significant digits (defaults to 6)
  • +
  • added --set-precision argument to set the number of significant digits (defaults to 5 now)
  • collapse consecutive h,v coords/segments that go in the same direction
  • diff --git a/scour.py b/scour.py index ac95491..ad6b018 100755 --- a/scour.py +++ b/scour.py @@ -66,8 +66,8 @@ from svg_regex import svg_parser from decimal import * import gzip -# set precision to 6 decimal places by default -getcontext().prec = 6 +# set precision to 5 decimal places by default +getcontext().prec = 5 APP = 'scour' VER = '0.13' diff --git a/statistics.html b/statistics.html index f1a8fb4..72566b7 100644 --- a/statistics.html +++ b/statistics.html @@ -7,6 +7,7 @@ th { text-align:center; } td { text-align:right; } th,td { border-width: 1px; border-style: solid; } + tfoot { background-color: #eee; font-weight: bold;} @@ -31,6 +32,7 @@ 0.10 0.11 0.12 + 0.13 Degri_Energy_Saving_Lightbulb.svg @@ -47,6 +49,7 @@ 8340359.83% 8269659.33% 8269659.33% + 7263752.11% GusEinstein_Angel.svg @@ -63,6 +66,7 @@ 34481356.42% 34213555.99% 34213555.99% + 28699846.96% News_Paper.svg @@ -79,6 +83,7 @@ 132583756.06% 131594455.65% 131594455.65% + 107771245.57% OperaMarketShareEEhover.svg @@ -95,6 +100,7 @@ N/AN/A 30060853.63% 30060853.63% + 24506743.72% Simon_Printer_on_fire.svg @@ -111,6 +117,7 @@ 2473465.42% 2395663.36% 2395663.36% + 2200358.20% Wave.svg @@ -127,6 +134,7 @@ 5885861.05% 5898561.18% 5898561.18% + 5847460.65% Web20Map.svg @@ -143,6 +151,7 @@ 4425475.99% 4313474.06% 4313474.06% + 4313474.06% acid.svg @@ -159,6 +168,7 @@ 688350.93% 638147.22% 638147.22% + 579042.84% boom.svg @@ -175,6 +185,7 @@ N/AN/A N/AN/A N/AN/A + 1628642.83% dragonfly.svg @@ -191,6 +202,7 @@ N/AN/A 60815189.56% 60815189.56% + 60000088.36% gimp.svg @@ -207,6 +219,7 @@ 1070639.10% 1013637.02% 1013637.02% + 1001036.56% notification-audio-next.svg @@ -223,6 +236,7 @@ 34183.43% 34183.32% 34183.32% + 34183.32% poster3.svg @@ -239,6 +253,7 @@ N/AN/A 24372685.93% 24372685.93% + 24019584.68% strawberry.svg @@ -255,6 +270,7 @@ 11222043.85% 11170143.65% 11170143.65% + 10397940.63% wifi.svg @@ -271,7 +287,44 @@ 704146.99% 693046.25% 693046.25% + 649843.37% + + + Median Reduction % + + 98.03% + 96.12% + 95.35% + 89.88% + 90.78% + 93.02% + 82.09% + 84.18% + 82.86% + 59.83% + 55.99% + 55.99% + 45.57% + + + Mean Reduction % + + 96.67% + 88.57% + 83.95% + 81.32% + 81.80% + 81.96% + 75.59% + 76.86% + 75.43% + 63.94% + 58.41% + 58.41% + 50.93% + +