After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 620380 - Exporting to pdf changes properties of certain lines
Exporting to pdf changes properties of certain lines
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: exports
0.97.x
Other All
: Normal normal
: 0.97.2
Assigned To: Dia maintainers
Dia maintainers
: 619855 659583 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-06-02 17:13 UTC by rohit
Modified: 2011-09-20 18:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
An archive containing the dia diagram and the exported pdf. (11.82 KB, application/x-zip-compressed)
2010-06-02 17:13 UTC, rohit
Details

Description rohit 2010-06-02 17:13:43 UTC
Created attachment 162560 [details]
An archive containing the dia diagram and the exported pdf.

Notice the center vertical line in the attached diagram in dia. It has a dash-length of 0.5, consistent with the other vertical lines. Upon exporting to a pdf, the central vertical line appears thicker and has a much larger dash-length.
Comment 1 Hans Breuer 2010-06-03 19:46:44 UTC
Commit:a4dc4a12ff9ed4b9980a991209349113c884f760

* Bug 619855 - Dash length ignored when exporting (with cairo)

The implementation of DiaCairoRenderer was relying on the wrong sequence of DiaRenderer::set_dashlength() and DiaRenderer::set_linestyle(). Now using the set dash-length is independent of the calling sequence (though slightly less efficient).
Comment 2 Hans Breuer 2010-06-03 19:47:42 UTC
*** Bug 619855 has been marked as a duplicate of this bug. ***
Comment 3 Hans Breuer 2011-01-07 11:53:07 UTC
Cherry-picked to dia-0-97 branch.
Comment 4 Hans Breuer 2011-09-20 18:55:47 UTC
*** Bug 659583 has been marked as a duplicate of this bug. ***