Final Scour 0.16 check-in
This commit is contained in:
parent
908e8ee401
commit
b16629795e
3 changed files with 20 additions and 5 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<header>
|
||||
<h2><a href="#0.16">Version 0.16</a></h2>
|
||||
</header>
|
||||
<p>July 29th, 2009</p>
|
||||
<p>July 30th, 2009</p>
|
||||
<ul>
|
||||
<li>Fix <a href="https://bugs.launchpad.net/scour/+bug/401628">Bug 401628</a>: Keep namespace declarations when using --keep-editor-data (Thanks YoNoSoyTu!)</li>
|
||||
<li>Remove trailing zeros after decimal places for all path coordinates</li>
|
||||
|
|
|
|||
4
scour.py
4
scour.py
|
|
@ -38,10 +38,6 @@
|
|||
# This would require my own serialization of the DOM objects (not impossible)
|
||||
|
||||
# Next Up:
|
||||
# + add option to keep inkscape, adobe, sodipodi elements and attributes
|
||||
# + if any path coordinate has decimal places, remove any trailing zeros
|
||||
# + use scientific notation is shorter in path coordinates
|
||||
# + scour polygon coordinates just like path coordinates
|
||||
# - scour polyline coordinates just like path coordinates
|
||||
# - if after reducing precision we have duplicate path segments, then remove the duplicates and
|
||||
# leave it as a straight line segment
|
||||
|
|
|
|||
|
|
@ -189,6 +189,25 @@
|
|||
<td>5697</td><td>42.16%</td>
|
||||
<td>5697</td><td>42.16%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="fulltests/apartment.svg">apartment.svg</a></td>
|
||||
<td>15909</td>
|
||||
<td>13120</td><td>97.08%</td>
|
||||
<td>11555</td><td>85.50%</td>
|
||||
<td>9675</td><td>71.59%</td>
|
||||
<td>9476</td><td>70.12%</td>
|
||||
<td>9515</td><td>70.41%</td>
|
||||
<td>9515</td><td>70.41%</td>
|
||||
<td>9410</td><td>69.63%</td>
|
||||
<td>9647</td><td>71.39%</td>
|
||||
<td>9493</td><td>70.25%</td>
|
||||
<td>6883</td><td>50.93%</td>
|
||||
<td>6381</td><td>47.22%</td>
|
||||
<td>6381</td><td>47.22%</td>
|
||||
<td>5790</td><td>42.84%</td>
|
||||
<td>5697</td><td>42.16%</td>
|
||||
<td>5697</td><td>42.16%</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="fulltests/boom.svg">boom.svg</a></td>
|
||||
<td>38021</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue