all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Howard <christopher@librehacker.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: 29.3: enriched text SVG images
Date: Sat, 06 Jul 2024 11:39:04 -0800	[thread overview]
Message-ID: <87zfqutinb.fsf@librehacker.com> (raw)
In-Reply-To: Eli Zaretskii's message of "Sat, 29 Jun 2024 09:57:17 +0300 (1 week, 12 hours, 13 minutes ago)"

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.

-- 
Christopher Howard



             reply	other threads:[~2024-07-06 19:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-06 19:39 Christopher Howard [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-08 14:45 29.3: enriched text SVG images Christopher Howard
2024-07-14  6:09 ` Eli Zaretskii
2024-06-28 19:10 Christopher Howard
2024-06-29  6:57 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zfqutinb.fsf@librehacker.com \
    --to=christopher@librehacker.com \
    --cc=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.