hanwen / mftrace

Trace bitmaps in scalable fonts
http://lilypond.org/mftrace/
GNU General Public License v2.0
21 stars 7 forks source link

Fixes for 1.2.18 #1

Closed avpanov closed 11 years ago

avpanov commented 11 years ago

The calls to p.add_option() for --potrace and --autotrace have no action attributes. Due to this some options are always set to defaults. My patch fixes this issue. Also, it removes redundant empty parameters for p.add_option() and fixes the issue with calling fontforge which now lacks -usage option.

avpanov commented 11 years ago

diff -Nuar mftrace-1.2.18/mftrace.py mftrace-1.2.18.new/mftrace.py --- mftrace-1.2.18/mftrace.py 2011-03-13 02:00:52.000000000 +1100 +++ mftrace-1.2.18.new/mftrace.py 2013-06-06 20:15:10.000000000 +1100 @@ -721,11 +721,11 @@

 stat = 1
 if fontforge_cmd:
hanwen commented 11 years ago

thanks for the patch. Next time, you'd probably better make pull request. github formats the comment box.