fix bug 2935054, where text in exported PDF files was illegible
commit0c17672e7dd07b8a6e4074176c4c7e704f33ad41
authorJulian Lamb <thepurlieu@gmail.com>
Sat, 23 Jan 2010 21:59:14 +0000 (23 16:59 -0500)
committerJulian Lamb <thepurlieu@gmail.com>
Sat, 23 Jan 2010 21:59:14 +0000 (23 16:59 -0500)
tree51976c4318d9c74637dafa5889ad23e68f291b9b
parent53c3a74ebb37fb1cc051a805eebb5e0fe06caf75
fix bug 2935054, where text in exported PDF files was illegible

This bug was caused by our draw rule that all lines must be at least 1 pixel wide,
which ensures they show up at far zoom levels. However, for 72DPI print or PDF output,
this rule should be avoided because the cairo backends for these don't need them.
src/draw.c
src/draw.h
src/drill.c
src/gerb_image.c
src/gerber.c
src/gerbv.c
src/gerbv.h
src/render.c