* allow macro parser to handle numbers without a zero in front of the decimal (fixes...
commit520dedef8db5db7eeace3c4d2a548b341b651e72
authorJulian Lamb <thepurlieu@gmail.com>
Mon, 9 Feb 2009 19:32:16 +0000 (9 19:32 +0000)
committerJulian Lamb <thepurlieu@gmail.com>
Mon, 9 Feb 2009 19:32:16 +0000 (9 19:32 +0000)
treec2c0b9a3db820fee893d80f9c50168dea2d17dc3
parent2198c17080010857f7ce00515891088859729057
* allow macro parser to handle numbers without a zero in front of the decimal (fixes rendering bug spotted by Dan)
* fix speedup code for rendering of certain macros
* draw 0 width macro lines in cairo as 1 pixel wide
* fix compiler warning in scheme.c
src/amacro.c
src/draw.c
src/gerber.c
src/scheme.c