X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <1375306115.11781.7.camel@AMD64X2.fritz.box> Subject: Re: [geda-user] rotate a component 45 degrees in PCB ? From: Stefan Salewski To: geda-user AT delorie DOT com Date: Wed, 31 Jul 2013 23:28:35 +0200 In-Reply-To: References: <1374871749 DOT 4815 DOT 0 DOT camel AT AMD64X2 DOT fritz DOT box> <1375199660 DOT 2429 DOT 8 DOT camel AT AMD64X2 DOT fritz DOT box> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.4 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 2013-07-31 at 10:05 -0500, Edward Hennessy wrote: > I would find that helpful too. For example, drawing the emitter line > and arrow of the transistor on the orthogonal axis, and then rotating > the objects into the final position. > > Or, it would be valuable if gschem could add an arrow to the end of an > arbitrary line. > A 45 degree line is always trivial to draw -- make a horizontal and a vertical one of same length, and connect the ends diagonal. For other odd angles the result looks not always perfect, when you rotate a line, because of the limited resolution of the screen. When I have drawn short arrow, I have built my odd lines by patterns like: go two pixel to the right and one down, and repeat that as many times as necessary. Getting such a symmetric result by rotating lines works not always well. Text rotated by arbitrary angle should be fine, and basically very easy due to cairo.