delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
Date: | Fri, 25 May 2012 15:58:36 -0400 |
Message-Id: | <201205251958.q4PJwanC014585@envy.delorie.com> |
From: | DJ Delorie <dj AT delorie DOT com> |
To: | geda-user AT delorie DOT com |
In-reply-to: | <20120524224019.0ee2ef77@svelte> (message from Colin D Bennett on |
Thu, 24 May 2012 22:40:19 -0700) | |
Subject: | Re: [geda-user] pcb postscript bloat "psbloat" no longer works |
References: | <20120524224019 DOT 0ee2ef77 AT svelte> |
Reply-To: | geda-user AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | geda-user AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
Fixed just now in git 3dda840: diff --git a/src/hid/ps/ps.c b/src/hid/ps/ps.c index ebab761..31eea9d 100644 --- a/src/hid/ps/ps.c +++ b/src/hid/ps/ps.c @@ -607,7 +607,7 @@ ps_hid_export_to_file (FILE * the_file, HID_Attr_Val * options) global.fillpage = options[HA_fillpage].int_value; global.automirror = options[HA_automirror].int_value; global.incolor = options[HA_color].int_value; - global.bloat = options[HA_psbloat].int_value; + global.bloat = options[HA_psbloat].coord_value; global.invert = options[HA_psinvert].int_value; global.fade_ratio = CLAMP (options[HA_psfade].real_value, 0, 1); global.media_idx = options[HA_media].int_value;
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |