GNOME Bugzilla – Bug 145575
PNG export graphic too small
Last modified: 2011-11-08 21:33:07 UTC
1) create a diagram with a thick arc being the rightmost item on the page, with the ends of the arc not rightmost. Like a back-to-front C. 2) export as PNG 3) view PNG (i used open office) and observe right part of line cut off.
Can you try viewing the PNG with some other tool? Pngs I create that way are fullsized when viewed in xv.
Created attachment 29340 [details] example of truncated png output not accounting for width of line Hope this example clarifies things. It appears that the PNG renderer find the furthest point to the right-hand side, and truncates there. However, the thickness of the line is ignored.
*** Bug 170552 has been marked as a duplicate of this bug. ***
Created attachment 60160 [details] simple sample diagram there are clearly bounding box issues with arc and bezier connection
*** Bug 335695 has been marked as a duplicate of this bug. ***
*** Bug 342006 has been marked as a duplicate of this bug. ***
*** Bug 439318 has been marked as a duplicate of this bug. ***
The cut/clipping isn't only at the right edge. Bug 439318 has attachments where the clipping happens at the top and bottom.
*** Bug 633512 has been marked as a duplicate of this bug. ***
I've tested the attachment from comment #4 and https://bugzilla.gnome.org/attachment.cgi?id=110733 again and the issue is gone with current master. There are various fixes in the last two years for bounding box and general png clipping e.g. bug 568115 and bug 147386 - at least for arcs and beziers.
*** Bug 663597 has been marked as a duplicate of this bug. ***