X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fGlMUy2QKtKadjemL7O8oPkuiHw4Ixg1cnjP892o4uI=; b=rtTOsHjvotIYFKvNo4T/RG8aK1ESI5XUhMqmdwDMLbcvq2NCmcwPeHJwAij+2UKTgS dPtPW2yvk+EWfPkq427Wc3pxchdorJkYSeDhJw+ZNP1AILyvrc+Y0rbPQyeses1XSNuM 4DjYYvz/qjIZM8AeUFW1EHE7MLfoKGdaUT1cMEKL3MA9cM86t6EeOrjGrLW6s+z/S7eF NzesgJOJaKULAxxQXYbPVrifvvuUdQaW9xi7sYPlEyi5K7rmz+tvgD/EdY0qNPOxYQ2P B2DvMBiAAT/8hIgwziuHKqF9YUZV2QEylOeFVH4onUwz9Mw7euwFHvkvmZc37CK8QqJZ F8yQ== MIME-Version: 1.0 In-Reply-To: <1331724568.2589.4.camel@AMD64X2.fritz.box> References: <1331724568 DOT 2589 DOT 4 DOT camel AT AMD64X2 DOT fritz DOT box> Date: Wed, 14 Mar 2012 13:56:30 +0000 Message-ID: Subject: Re: [geda-user] solid shapes From: Alexis Phoenix To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 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 14 March 2012 11:29, Stefan Salewski wrote: > On Wed, 2012-03-14 at 10:30 +0000, Alexis Phoenix wrote: >> Creating a schematic for an old oscilloscope I needed to make a few >> symbols - I like to have some filled polygons in my symbols for arrows >> and valve cathodes. As it was, I copied a solid 4 side polygon from an >> existing symbol, which can be pulled into arrows and trapezoids, but >> I'd like to know how to create arbitrary filled polygons for gschem in >> the first place. Can anyone tell me how to do this? > > We had that discussion recently: > > http://www.delorie.com/archives/browse.cgi?p=geda-user/2012/02/21/18:18:08 > > http://wiki.geda-project.org/geda:file_format_spec#path_data > > Unfortunately reading the mailing list archives is not very comfortable > currently. > > Short summary: gschem editor does not support editing filled polygons > currently (or Bezier curves) -- you have to do it in an text editor or > add that functionality to gschem. > > > I must have just missed that discussion - only joined the list a week or 2 back. Text editing paths looks just like doing it with dia shapes - at least I know how to do that! Many thanks