Bug 153629 - fig label export does not reflect screen sometimes
Summary: fig label export does not reflect screen sometimes
Status: RESOLVED FIXED
Alias: None
Product: kig
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Pino Toscano
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-07 17:26 UTC by David Bremner
Modified: 2007-12-29 17:51 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
example where the labels shift on export (10.66 KB, text/plain)
2007-12-07 17:28 UTC, David Bremner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Bremner 2007-12-07 17:26:07 UTC
Version:            (using KDE KDE 3.5.8)
Installed from:    Debian testing/unstable Packages
OS:                Linux

I have an example kig file (which I will attach) that when I export to fig places the label z right on top of the segment it is labelling. This is not very nice visually. Actually it seems to do something similar with the label Q_p.
Comment 1 David Bremner 2007-12-07 17:28:13 UTC
Created attachment 22400 [details]
example where the labels shift on export
Comment 2 Pino Toscano 2007-12-29 16:34:17 UTC
Actually, all the labels seems slightly shifted on the top.
You can verify the real position of a text label position by activating its frame, and looking at its top-left corner.
Comment 3 Pino Toscano 2007-12-29 17:51:40 UTC
SVN commit 754360 by pino:

Pass the coordinate of bottom-left corner of the text label, as XFig wants.

CCBUG: 153629


 M  +1 -1      exporter.cc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=754360
Comment 4 Pino Toscano 2007-12-29 17:51:42 UTC
SVN commit 754361 by pino:

Pass the coordinate of bottom-left corner of the text label, as XFig wants.

CCBUG: 153629


 M  +1 -1      exporter.cc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=754361
Comment 5 Pino Toscano 2007-12-29 17:51:46 UTC
SVN commit 754362 by pino:

Pass the coordinate of bottom-left corner of the text label, as XFig wants.

BUG: 153629


 M  +1 -1      xfigexporter.cc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=754362