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 10:38:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

tomas wrote:

> I'd prefer writing Emacs lisp which writes SVG
> (actually I've dabbled in that: much more fun!)

Please share <3

> Start about here:
>
> (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)))

Yeah but ... what is the advantage with that compared
to editing a text file, using Emacs? Syntax?
User-defined functions? It's Lisp?

-- 
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]