Restore accidentally deleted README file
This commit is contained in:
parent
12ba6000ea
commit
446e5de77d
2 changed files with 34 additions and 2 deletions
23
README.txt
23
README.txt
|
|
@ -0,0 +1,23 @@
|
||||||
|
Scour
|
||||||
|
=====
|
||||||
|
|
||||||
|
Scour is a Python module that takes an input SVG and outputs a cleaner,
|
||||||
|
more concise SVG file. The goal is that authors will use this script after
|
||||||
|
editing the file in a GUI editor such as Inkscape or Adobe Illustrator.
|
||||||
|
|
||||||
|
Scour was started as a vehicle for me to learn Python. In addition, the goal
|
||||||
|
is to reduce the amount of time I spend in cleaning up files I find on sites
|
||||||
|
such as openclipart.org
|
||||||
|
|
||||||
|
Ideas are pulled from three places:
|
||||||
|
|
||||||
|
- my head
|
||||||
|
- Sam Ruby's SVG Tidy script: http://intertwingly.net/code/svgtidy/svgtidy.rb
|
||||||
|
- Inkscape's proposal for a 'cleaned SVG': http://wiki.inkscape.org/wiki/index.php/Save_Cleaned_SVG
|
||||||
|
|
||||||
|
Regards,
|
||||||
|
|
||||||
|
Jeff Schiller
|
||||||
|
2009-04-06
|
||||||
|
codedread@gmail.com
|
||||||
|
http://blog.codedread.com/
|
||||||
|
|
@ -9,6 +9,16 @@
|
||||||
|
|
||||||
<p>Copyright 2009, Jeff Schiller</p>
|
<p>Copyright 2009, Jeff Schiller</p>
|
||||||
|
|
||||||
|
<section id="0.10">
|
||||||
|
<header>
|
||||||
|
<h2><a href="#0.10">Version 0.10</a></h2>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>...</li>
|
||||||
|
</ul>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="0.09">
|
<section id="0.09">
|
||||||
<header>
|
<header>
|
||||||
<h2><a href="#0.09">Version 0.09</a></h2>
|
<h2><a href="#0.09">Version 0.09</a></h2>
|
||||||
|
|
@ -20,8 +30,7 @@
|
||||||
<li>Added option to prevent group collapsing</li>
|
<li>Added option to prevent group collapsing</li>
|
||||||
<li>Prevent groups with title/desc children from being collapsed</li>
|
<li>Prevent groups with title/desc children from being collapsed</li>
|
||||||
<li>Remove stroke="none"</li>
|
<li>Remove stroke="none"</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="0.08">
|
<section id="0.08">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue