From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Drawing in images? Date: Wed, 26 Aug 2009 10:45:45 -0400 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 1251298406 18802 80.91.229.12 (26 Aug 2009 14:53:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Aug 2009 14:53:26 +0000 (UTC) Cc: Emacs Development To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 26 16:53:19 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 1MgJsC-0000Y9-Rg for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2009 16:53:17 +0200 Original-Received: from localhost ([127.0.0.1]:38621 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgJsB-0003Zt-VV for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2009 10:53:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgJl5-0005R1-BW for emacs-devel@gnu.org; Wed, 26 Aug 2009 10:45:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgJl0-0005La-MI for emacs-devel@gnu.org; Wed, 26 Aug 2009 10:45:54 -0400 Original-Received: from [199.232.76.173] (port=50084 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgJl0-0005L4-A9 for emacs-devel@gnu.org; Wed, 26 Aug 2009 10:45:50 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:50791 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgJkz-0004sh-Ro for emacs-devel@gnu.org; Wed, 26 Aug 2009 10:45:50 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhcFAMPnlEpFpYuS/2dsb2JhbACBU9dAhBoFh2I X-IronPort-AV: E=Sophos;i="4.44,279,1249272000"; d="scan'208";a="44228941" Original-Received: from 69-165-139-146.dsl.teksavvy.com (HELO pastel.home) ([69.165.139.146]) by ironport2-out.teksavvy.com with ESMTP; 26 Aug 2009 10:44:52 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 726E27F42; Wed, 26 Aug 2009 10:45:45 -0400 (EDT) In-Reply-To: (joakim@verona.se's message of "Wed, 26 Aug 2009 07:58:16 +0200") 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:114615 Archived-At: >> 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"? I'd think you'll need to define a new value of the `display' property specifically for that. Stefan