Hello,
just found that I've signed the package with an attached GPG signature
(file 'guile-ssh-0.8.0.tar.gz.gpg' on the FTP server) instead of a
detached signature. My bad, that's what the late night software
releases can lead to.
Here's the detached signature for the package:
ftp://memory-hea
Le 2015-08-05 10:50, Tomas By a écrit :
Hi,
On 2015-08-05 10:32, Amirouche Boubekki wrote:
Can you share a small snippet that works for images? I'd like to
output a pdf, but I can't.
Not sure what you are having problems with, but this produces a PDF
Nothing in particular. I could not get
Hi,
On 2015-08-05 10:32, Amirouche Boubekki wrote:
Can you share a small snippet that works for images? I'd like to
output a pdf, but I can't.
Not sure what you are having problems with, but this produces a PDF:
(define (pdf-file)
(let* ((sf (cairo-pdf-surface-create 842 595 "test.pdf"))
Le 2015-08-02 10:17, Tomas By a écrit :
Hi all,
(Am following instructions on http://www.nongnu.org/guile-cairo/dev/)
I'm trying to create EPS files using guile-cairo, but have some
problems.
Can you share a small snippet that works for images? I'd like to output
a pdf, but I can't.
Thanks