[Bug 52738] Re: when exporting to ps/eps/pdf (+latex) whitespace at arrow tip

2007-06-25 Thread marquito
i upgraded to feisty and it works, however i do not know whether this
was fixed in edgy

-- 
when exporting to ps/eps/pdf (+latex) whitespace at arrow tip
https://bugs.launchpad.net/bugs/52738
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 52738] when exporting to ps/eps/pdf (+latex) whitespace at arrow tip

2006-07-12 Thread marquito
Public bug reported:

Binary package hint: xfig

I discovered, when exporting to ps/eps/pdf (+latex) with xfig/transfig
3.2.5 there is some whitespace introduced between the arrow tips and the
boxes.

A friend of mine reported this to the author and got following reply:

That bug was just fixed recently in transfig, but hasn't been released yet.
I have attached a patch file to fix the problem.  If you need help patching
the source, please write again and I'll explain the process.

Thanks for using xfig.

file: patch.arrows

This fixes the bug where arrow heads fell short of the intended endpoint
This is to be applied to 3.2.5_alpha7 to make alpha8

*** transfig.3.2.5_alpha7/fig2dev/bound.c   Thu Oct 27 09:08:03 2005
--- transfig/fig2dev/bound.cWed Nov 23 15:45:47 2005
***
*** 824,830 
  int   xa, ya, xs, ys;
  doublewd  = (double) arrow-wid;
  doublelen = (double) arrow-ht;
! doubleth  = arrow-thickness;
  doubleradius;
  doubleangle, init_angle, rads;
  doublefix_x, fix_y;
--- 824,830 
  int   xa, ya, xs, ys;
  doublewd  = (double) arrow-wid;
  doublelen = (double) arrow-ht;
! doublethk;
  doubleradius;
  doubleangle, init_angle, rads;
  doublefix_x, fix_y;
***
*** 852,861 
 line because of the sharp point (miter join) */
  tipmv = arrow_shapes[indx].tipmv;
  lpt = 0.0;
  if (tipmv  0.0)
!   lpt = th / (2.0 * sin(atan(wd / (tipmv * len;
  else if (tipmv == 0.0)
!   lpt = th / 2.0; /* types which have blunt end */
/* (Don't adjust those with tipmv  0) */
  
  /* alpha is the angle the line is relative to horizontal */
--- 852,864 
 line because of the sharp point (miter join) */
  tipmv = arrow_shapes[indx].tipmv;
  lpt = 0.0;
+ thk = (arrow-thickness = THICK_SCALE) ? 
+   0.5* arrow-thickness :
+   arrow-thickness - THICK_SCALE;
  if (tipmv  0.0)
!   lpt = thk / (2.0 * sin(atan(wd / (tipmv * len;
  else if (tipmv == 0.0)
!   lpt = thk / 2.0;/* types which have blunt end */
/* (Don't adjust those with tipmv  0) */
  
  /* alpha is the angle the line is relative to horizontal */
***
*** 932,953 
/* set clipping to a box at least as large as the line thickness
   or diameter of the circle, whichever is larger */
/* 4 points in clip box */
!   miny = MIN(-halfthick, -radius-th/2.0);
!   maxy = MAX( halfthick,  radius+th/2.0);
  
i=0;
/* start at new endpoint of line */
!   clippts[i].x = ROTXC(0,-radius-th/2.0);
!   clippts[i].y = ROTYC(0,-radius-th/2.0);
i++;
clippts[i].x = ROTXC(0, miny);
clippts[i].y = ROTYC(0, miny);
i++;
!   clippts[i].x = ROTXC(radius+th/2.0, miny);
!   clippts[i].y = ROTYC(radius+th/2.0, miny);
i++;
!   clippts[i].x = ROTXC(radius+th/2.0, maxy);
!   clippts[i].y = ROTYC(radius+th/2.0, maxy);
i++;
clippts[i].x = ROTXC(0, maxy);
clippts[i].y = ROTYC(0, maxy);
--- 935,956 
/* set clipping to a box at least as large as the line thickness
   or diameter of the circle, whichever is larger */
/* 4 points in clip box */
!   miny = MIN(-halfthick, -radius-thk/2.0);
!   maxy = MAX( halfthick,  radius+thk/2.0);
  
i=0;
/* start at new endpoint of line */
!   clippts[i].x = ROTXC(0,-radius-thk/2.0);
!   clippts[i].y = ROTYC(0,-radius-thk/2.0);
i++;
clippts[i].x = ROTXC(0, miny);
clippts[i].y = ROTYC(0, miny);
i++;
!   clippts[i].x = ROTXC(radius+thk/2.0, miny);
!   clippts[i].y = ROTYC(radius+thk/2.0, miny);
i++;
!   clippts[i].x = ROTXC(radius+thk/2.0, maxy);
!   clippts[i].y = ROTYC(radius+thk/2.0, maxy);
i++;
clippts[i].x = ROTXC(0, maxy);
clippts[i].y = ROTYC(0, maxy);

** Affects: xfig (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
when exporting to ps/eps/pdf (+latex) whitespace at arrow tip
https://launchpad.net/bugs/52738

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 48635] Re: no colors in gnuplot

2006-06-14 Thread marquito
it is no bug.
in xorg.conf a wrong RgbPath was set.
sorry

** Changed in: gnuplot (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
no colors in gnuplot
https://launchpad.net/bugs/48635

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs