rsvg -q100 issue in Makefile in docs-common/images

Dimitris Glezos dimitris at glezos.com
Tue Jun 27 01:03:33 UTC 2006


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 at jabber.org, PGP: 0xA5A04C3B
http://dimitris.glezos.com/

"He who gives up functionality for ease of use
loses both and deserves neither." (Anonymous)
--




More information about the fedora-docs-list mailing list