Bug 153629

Summary: fig label export does not reflect screen sometimes
Product: [Applications] kig Reporter: David Bremner <bremner-keyword-kde.673b66>
Component: generalAssignee: Pino Toscano <pino>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: example where the labels shift on export

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