X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Mon, 12 Oct 2015 01:33:04 -0400 Message-Id: <201510120533.t9C5X49O026628@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (geda-user AT delorie DOT com) Subject: Re: [geda-user] debugging marker for geometry work in geda References: Reply-To: geda-user AT delorie DOT com > unless there's already some better way to do this that I missed? Rats are fixed-pixel size. You could use the same technique it uses to draw fixed-pixel-size points. IIRC sizes less than a certain number of nanometers are reinterpreted as pixels instead. I don't know if *all* the hid APIs support this trick, but if not, perhaps we should consider that a bug. If you make the spot size user-selectable, the user can select between fixed-board-size and fixed-pixel-size.