[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rsvg -q100 issue in Makefile in docs-common/images
- From: Dimitris Glezos <dimitris glezos com>
- To: Fedora Documentation Project <fedora-docs-list redhat com>
- Subject: rsvg -q100 issue in Makefile in docs-common/images
- Date: Tue, 27 Jun 2006 02:03:33 +0100
The `make` in docs-common/images/ produces an error:
$ make watermark-el.png
rsvg -d72 -p72 -h768 -w1024 -q100 watermark-el.svg watermark-el.png
The --quality option is no longer supported
The following change is needed:
-RSVGOPTS=-d72 -p72 -h768 -w1024 -q100
+RSVGOPTS=-d72 -p72 -h768 -w1024
Should I commit it?
-DG
--
Dimitris Glezos
Jabber ID: glezos jabber org, PGP: 0xA5A04C3B
http://dimitris.glezos.com/
"He who gives up functionality for ease of use
loses both and deserves neither." (Anonymous)
--
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]