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

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

Re: make a drawing with Emacs


From: Emanuel Berg
Subject: Re: make a drawing with Emacs
Date: Tue, 01 Sep 2020 14:22:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

tomas wrote:

>  (require 'svg)
>   (insert-image
>    (svg-image
>     (let ((svg (svg-create 100 100)))
>       (svg-circle svg 50 50 20 :stroke-width 6 :stroke 'blue :fill 'yellow)
>       svg)))

OK, I see the point, that makes sense and it seems
like a pleasant workbench.

Only, how do you get an image file?

Also, that evaluates to

  image-type: Invalid image type ‘svg’

That might be an emacs-nox thing, perhaps?

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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