emacs-devel
[Top][All Lists]
Advanced

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

Re: Network security manager


From: joakim
Subject: Re: Network security manager
Date: Sun, 23 Nov 2014 23:30:49 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux)

Lars Magne Ingebrigtsen <address@hidden> writes:

> I think the graphical representation of certificates may be a research
> project for a cryptography person.  Even if we start from a good hash,
> are we sure that the graphical representation can't been manipulated so
> that to different hashes get very similar representations?
>
> Etc.
>
> So I don't know about vizhash.
>
> Anybody got an opinion?
>
> Meanwhile, I think the svg.el library is good to go.  :-)
>
> (setq svg (svg-create 256 256 :stroke "orange" :stroke-width 5))
> (svg-gradient svg "gradient" 'linear '(0 . "red") '(100 . "blue"))
> (svg-rectangle svg 100 100 150 150 :gradient "gradient")
> (svg-circle svg 150 200 20)
> (svg-ellipse svg 100 100 50 70 :stroke "red")
> (svg-line svg 100 100 50 70)
> (svg-polyline svg '((100 . 100) (200 . 150) (150 . 90)) :stroke "green")
> (insert-image (svg-image svg))
>
> Gives this pretty image:
>
>
>
> Might be more of an ELPA candidate than an Emacs candidate, though,
> unless we decide to do vizhash.el anyway.

Very nice!

I have some hackish code to do printable expense forms in svg with
emacs. This looks better than my xsltproc hacks.

-- 
Joakim Verona



reply via email to

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