help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 29.3: enriched text SVG images


From: Eli Zaretskii
Subject: Re: 29.3: enriched text SVG images
Date: Sun, 14 Jul 2024 09:09:38 +0300

> From: Christopher Howard <christopher@librehacker.com>
> Cc: help-gnu-emacs@gnu.org
> Date: Mon, 08 Jul 2024 06:45:52 -0800
> 
> Sorry, I copied and pasted some bad code for you. This line
> 
> ```
> (insert-image (svg-image (svg-circle (svg-create 400 400 :stroke "orange" 
> :stroke-width 5) 200 200 50)))
> ```
> 
> should read
> 
> ```
> (insert-image (svg-image svg))
> ```
> 
> to use the previously created svg object.

Thanks.  This bug happened because enriched-mode was duped by strings
in image specs.  Now fixed for the upcoming Emacs 30.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]