.
OBS-URL: https://build.opensuse.org/package/show/Publishing/transfig?expand=0&rev=26
This commit is contained in:
parent
8de30f6ab1
commit
99dc2e1407
@ -5,7 +5,7 @@
|
|||||||
if (!strncmp(buf, "/MediaBox", 8)) { /* look for the MediaBox spec */
|
if (!strncmp(buf, "/MediaBox", 8)) { /* look for the MediaBox spec */
|
||||||
c = strchr(buf,'[')+1;
|
c = strchr(buf,'[')+1;
|
||||||
- if (c && sscanf(c,"%d %d %d %d",llx,lly,&urx,&ury) < 4) {
|
- if (c && sscanf(c,"%d %d %d %d",llx,lly,&urx,&ury) < 4) {
|
||||||
+ if (c && sscanf(c,%lf %lf %lf %lf",
|
+ if (c && sscanf(c, "%lf %lf %lf %lf",
|
||||||
+ &fllx, &flly, &furx, &fury) < 4) {
|
+ &fllx, &flly, &furx, &fury) < 4) {
|
||||||
*llx = *lly = 0;
|
*llx = *lly = 0;
|
||||||
urx = paperdef[0].width*72;
|
urx = paperdef[0].width*72;
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 7 16:34:21 UTC 2013 - werner@suse.de
|
||||||
|
|
||||||
|
- Add xfig.3.2.5b-mediaboxrealnb.dif to fix regarding pdf import,
|
||||||
|
reported by Loic Le Guyader compare with Debian bug #530898
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 28 14:15:17 UTC 2012 - werner@suse.de
|
Fri Sep 28 14:15:17 UTC 2012 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user