From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: Drawing in images? Date: Wed, 26 Aug 2009 07:58:16 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251266340 18708 80.91.229.12 (26 Aug 2009 05:59:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Aug 2009 05:59:00 +0000 (UTC) Cc: Emacs Development To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 26 07:58:53 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MgBX0-0006mY-UC for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2009 07:58:51 +0200 Original-Received: from localhost ([127.0.0.1]:38825 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgBWz-000616-TX for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2009 01:58:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgBWq-0005xV-TQ for emacs-devel@gnu.org; Wed, 26 Aug 2009 01:58:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgBWl-0005oE-Uq for emacs-devel@gnu.org; Wed, 26 Aug 2009 01:58:39 -0400 Original-Received: from [199.232.76.173] (port=49378 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgBWl-0005ny-Ld for emacs-devel@gnu.org; Wed, 26 Aug 2009 01:58:35 -0400 Original-Received: from proxy1.bredband.net ([195.54.101.71]:64147) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgBWk-00033S-VB for emacs-devel@gnu.org; Wed, 26 Aug 2009 01:58:35 -0400 Original-Received: from iph1.telenor.se (195.54.127.132) by proxy1.bredband.net (7.3.140.3) id 49F5A15202FA8C39 for emacs-devel@gnu.org; Wed, 26 Aug 2009 07:58:32 +0200 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am5kAItrlEpT44qWPGdsb2JhbACKC5B6AQEBATe8VoQaBQ X-IronPort-AV: E=Sophos;i="4.44,277,1249250400"; d="scan'208";a="39253345" Original-Received: from ua-83-227-138-150.cust.bredbandsbolaget.se (HELO exodia) ([83.227.138.150]) by iph1.telenor.se with ESMTP; 26 Aug 2009 07:58:32 +0200 Original-Received: from localhost.localdomain (DIR-655.lan [192.168.200.113]) (authenticated bits=0) by exodia (8.14.3/8.14.3) with ESMTP id n7Q5wGnZ014684 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 26 Aug 2009 07:58:18 +0200 In-Reply-To: (Stefan Monnier's message of "Tue, 25 Aug 2009 21:07:07 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114604 Archived-At: Stefan Monnier writes: > Maybe a good way to do it would be to allow stacking images (in your > case, the bottom one could use any image library, and the top one could > use SVG to draw the region boundary). Is there a natural way to stack things in Emacs? maybe "composite glyphs"? > > > Stefan -- Joakim Verona