Including scalable icons to improve size coverage

Charlie Brej fedora-art at brej.org
Wed Apr 18 17:57:57 UTC 2007


Luya Tshimbalanga wrote:
> Matthias Clasen wrote:
>> I've used Charlies script and included svgs in yesterdays echo snapshot.
>> Please give it a try.
>>
>> _______________________________________________
>> Fedora-art-list mailing list
>> Fedora-art-list at redhat.com
>> http://www.redhat.com/mailman/listinfo/fedora-art-list
>>
>>   
> It work well. I wish the script allows the ability to directly save the
> modification instead of the copy and paste. Idon't know much about perl
> though.

I've included the updated version that does this. I generally use pipes 
and a bash line script which makes copies (because there are often 
accidents overwriting originals).
You could do something like this:

mkdir done;
for SVG in *.svg; do cat "$SVG" | trim_svg.pl > "done/$SVG" ; done;

But the new version will accept command line filename arguments which 
will be overwritten.

e.g.
trim_svg.pl *.svg


-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: trim_svg.pl
URL: <http://listman.redhat.com/archives/fedora-art-list/attachments/20070418/5f24a0af/attachment.pl>


More information about the Fedora-art-list mailing list