Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 295503 Details for
Bug 432683
Doxygen causes slightly different images on i386 and x86_64
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to graphviz to fix multilib issue
graphviz_roundparametrics.patch (text/plain), 1.14 KB, created by
John Ellson
on 2008-02-21 13:18:26 UTC
(
hide
)
Description:
patch to graphviz to fix multilib issue
Filename:
MIME Type:
Creator:
John Ellson
Created:
2008-02-21 13:18:26 UTC
Size:
1.14 KB
patch
obsolete
>Index: plugin/pango/gvtextlayout_pango.c >=================================================================== >RCS file: /home/cvsroot/graphviz2/plugin/pango/gvtextlayout_pango.c,v >retrieving revision 1.26 >retrieving revision 1.27 >diff -u -r1.26 -r1.27 >--- plugin/pango/gvtextlayout_pango.c 29 Jan 2008 16:34:12 -0000 1.26 >+++ plugin/pango/gvtextlayout_pango.c 21 Feb 2008 13:11:34 -0000 1.27 >@@ -1,4 +1,4 @@ >-/* $Id: gvtextlayout_pango.c,v 1.26 2008/01/29 16:34:12 ellson Exp $ $Revision: 1.26 $ */ >+/* $Id: gvtextlayout_pango.c,v 1.27 2008/02/21 13:11:34 ellson Exp $ $Revision: 1.27 $ */ > /* vim:set shiftwidth=4 ts=8: */ > > /********************************************************* >@@ -154,8 +154,8 @@ > logical_rect.height = 0; > > textlayout_scale = POINTS_PER_INCH / (FONT_DPI * PANGO_SCALE); >- para->width = logical_rect.width * textlayout_scale; >- para->height = logical_rect.height * textlayout_scale; >+ para->width = ROUND(logical_rect.width * textlayout_scale); >+ para->height = ROUND(logical_rect.height * textlayout_scale); > > /* The y offset from baseline to 0,0 of the bitmap representation */ > iter = pango_layout_get_iter (layout);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 432683
:
294831
|
294832
|
295230
|
295501
| 295503