[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 29.3: enriched text SVG images
From: |
Christopher Howard |
Subject: |
Re: 29.3: enriched text SVG images |
Date: |
Sat, 06 Jul 2024 11:39:04 -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.
--
Christopher Howard
- Re: 29.3: enriched text SVG images,
Christopher Howard <=