[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: rsvg -q100 issue in Makefile in docs-common/images
- From: "Tommy Reynolds" <megacoder gmail com>
- To: "For participants of the Documentation Project" <fedora-docs-list redhat com>
- Subject: Re: rsvg -q100 issue in Makefile in docs-common/images
- Date: Tue, 27 Jun 2006 11:35:31 -0500
On 6/26/06, Dimitris Glezos <dimitris glezos com> wrote:
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?
FC5 seems fine without it. Since I'm there already, I'll just commit it
for you, if you don't mind. There, done.
Thanks!
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]