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 @@
83403 | 59.83% |
82696 | 59.33% |
82696 | 59.33% |
+ 72637 | 52.11% |
| GusEinstein_Angel.svg |
@@ -63,6 +66,7 @@
344813 | 56.42% |
342135 | 55.99% |
342135 | 55.99% |
+ 286998 | 46.96% |
| News_Paper.svg |
@@ -79,6 +83,7 @@
1325837 | 56.06% |
1315944 | 55.65% |
1315944 | 55.65% |
+ 1077712 | 45.57% |
| OperaMarketShareEEhover.svg |
@@ -95,6 +100,7 @@
N/A | N/A |
300608 | 53.63% |
300608 | 53.63% |
+ 245067 | 43.72% |
| Simon_Printer_on_fire.svg |
@@ -111,6 +117,7 @@
24734 | 65.42% |
23956 | 63.36% |
23956 | 63.36% |
+ 22003 | 58.20% |
| Wave.svg |
@@ -127,6 +134,7 @@
58858 | 61.05% |
58985 | 61.18% |
58985 | 61.18% |
+ 58474 | 60.65% |
| Web20Map.svg |
@@ -143,6 +151,7 @@
44254 | 75.99% |
43134 | 74.06% |
43134 | 74.06% |
+ 43134 | 74.06% |
| acid.svg |
@@ -159,6 +168,7 @@
6883 | 50.93% |
6381 | 47.22% |
6381 | 47.22% |
+ 5790 | 42.84% |
| boom.svg |
@@ -175,6 +185,7 @@
N/A | N/A |
N/A | N/A |
N/A | N/A |
+ 16286 | 42.83% |
| dragonfly.svg |
@@ -191,6 +202,7 @@
N/A | N/A |
608151 | 89.56% |
608151 | 89.56% |
+ 600000 | 88.36% |
| gimp.svg |
@@ -207,6 +219,7 @@
10706 | 39.10% |
10136 | 37.02% |
10136 | 37.02% |
+ 10010 | 36.56% |
| notification-audio-next.svg |
@@ -223,6 +236,7 @@
3418 | 3.43% |
3418 | 3.32% |
3418 | 3.32% |
+ 3418 | 3.32% |
| poster3.svg |
@@ -239,6 +253,7 @@
N/A | N/A |
243726 | 85.93% |
243726 | 85.93% |
+ 240195 | 84.68% |
| strawberry.svg |
@@ -255,6 +270,7 @@
112220 | 43.85% |
111701 | 43.65% |
111701 | 43.65% |
+ 103979 | 40.63% |
| wifi.svg |
@@ -271,7 +287,44 @@
7041 | 46.99% |
6930 | 46.25% |
6930 | 46.25% |
+ 6498 | 43.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% |
+
+