On Mon, 2010-01-04 at 12:49 -0500, Tony Radice wrote: > Gentlemen – First – Happy New Year! > > And just to start the New Year off I had an interesting problem crop up > on a design in progress.
I see you have some dotted lines in the symbols. What gschem version do you have? If it is 1.6.0 (and not git HEAD), it could be bug #2876373 (the following commit fixes it): commit a7c7e96e17937ea0780261101a4c45383df71134 Author: Werner Hoch <[email protected]> Date: Sun Oct 18 23:03:23 2009 +0100 gschem: Fix rendering with zoomed out dashed lines. Bug #2876373 Rather than using SCREENabs, use the screen_width function to determine the on-screen size of dash elements. This clamps the width at a rendereable size, so cairo does not get tripped into an error state (and stop drawing other objects on the schematic). If you want to try a quick fix, grab git HEAD gEDA and build from source. If not, you will need to wait until we get our act together and produce version 1.6.1 ;) "Hopefully" (in an ideal world) we will get 1.6.1 out the door some time this month, so the various distros get it in their current development cycle, but there is at least one outstanding crash bug we ought to nail before then. Best wishes, Peter C. _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

