[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Drawing in images?
From: |
joakim |
Subject: |
Re: Drawing in images? |
Date: |
Fri, 28 Aug 2009 01:51:18 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
Chong Yidong <address@hidden> writes:
> address@hidden writes:
>
>> This should be possible by drawing a SVG image on top of another
>> image. The SVG image is XML which can be generated in a buffer within
>> Emacs.
>
> If I understand you, you're suggesting to generate an SVG image that
> contains a bitmap (the underlying image), plus a rectangle (or whatever
> else), correct? This approach has the great advantage that it can be
> implemented entirely in Lisp. Anyone want to give it a shot?
I might :)
Another idea:
Provide a new image spec :map-draw, which tells Emacs to draw the
graphic commands in the :map property.
--
Joakim Verona
- Re: Drawing in images?, (continued)