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=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=Wt8s7d5vAx6gMNG/Cd+EQcmVJBEpAhyAXo/Xh68Agso=; b=Kyz9LByQaZmeyZn22mkQd01xF90o4o9YK/7qPVcZyYrhlyGPaxEd1U2yyIh31ScInZ GH2JtM7BF89KVXarCBzlDCBZjfzeAouqxPU/NSzIrCHaJy1sasWfbZueSdXVb879JehT GaHOHnRGoiYmikG5di7Cc/SBKWaOI6Ubc/t1+gHW9nxqlq7mFlMc+mwlXaM9eg5RdwuC /yDntFJ9S0XtNkkDv98mQoVx+Q+K+C1iQDi2kUbLZiQzr0sEZiioZCsO5HgDmctTEpu+ DhOqSw9E9ZYwaSIlgGLFxW6cegtYUSmeTnvXSNBGfwiIkxuMQvFbXPi+pYSiXll8L4dO bY2g== X-Received: by 10.112.98.201 with SMTP id ek9mr12260119lbb.68.1425039768759; Fri, 27 Feb 2015 04:22:48 -0800 (PST) Date: Fri, 27 Feb 2015 15:22:46 +0300 From: Vladimir Zhbanov To: gEDA User List Subject: Re: [geda-user] Ellipses in gschem? Message-ID: <20150227122246.GA4091@localhost.localdomain> Mail-Followup-To: gEDA User List References: <54EB4593 DOT 7020801 AT envinsci DOT co DOT uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <54EB4593.7020801@envinsci.co.uk> User-Agent: Mutt/1.5.23 (2014-03-12) 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 Matt, On Mon, Feb 23, 2015 at 03:21:55PM +0000, Matt Rhys-Roberts wrote: > Is it possible to create ellipses in gschem for use in symbols? Circles and > arcs are no problem... I've remembered one else way I used some time ago: - make a figure you want in your favorite vector graphics editor (e.g. inkscape) - export it to pdf or postscript - convert it to gschem format with: pstoedit -f gschem figure.pdf figure.sch You'll get the figure approximated by lines. pstoedit has some options you may want to set in order to make the figure look more smoothly. You can scale your figure either before (in inkscape) or after exporting to pdf (there is at least one script on gedasymbols.org for that purpose). Cheers, Vladimir