[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SVG with embedded png
From: |
Alan Third |
Subject: |
Re: SVG with embedded png |
Date: |
Tue, 18 May 2021 19:09:28 +0100 |
On Tue, May 18, 2021 at 07:05:41PM +0100, Alan Third wrote:
> (I thought using :base_uri when loading the image was supposed to work
> around this, but apparently not...)
Actually, it does if you use the right option:
(insert-image (create-image "/wherever/your/image/is/Tft.svg" 'svg nil
:base-uri "/tmp"))
--
Alan Third