kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #01926
Re: gerbview: aperture macros
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
Dick Hollenbeck <dick@...>
-
Date:
Fri, 14 Nov 2008 14:10:50 -0600
-
In-reply-to:
<491DBD49.3060709@...>
-
User-agent:
Thunderbird 2.0.0.17 (X11/20080925)
about adding a flag bit or bool to class TRACK which would indicate that
the track is to be drawn in the background color rather than in the
layer's color.
To fully support the erasure in a multi layer display, don't we also
have to:
1) draw the tracks in the order of occurrence within the gerber file?
Our track->Insert() logic may be inserting these tracks backwards. This
is not hard to fix.
2) buffer each whole layer in its own separate bitmap while drawing, and
then OR the bit map into the display. Otherwise the erasure will erase
stuff from other layers.
More food for thought.
Dick
Follow ups
References