[Desktop-packages] [Bug 1306846] Re: Inkscape (using cairo) fails to print thin lines to PDF

2015-11-04 Thread Sebastien Bacher
The fixes is included in that update https://launchpad.net/ubuntu/+source/cairo/1.14.4-1 ** Changed in: cairo (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cairo in Ubuntu. https://

[Desktop-packages] [Bug 1306846] Re: Inkscape (using cairo) fails to print thin lines to PDF

2015-10-19 Thread Sebastien Bacher
upstream commited some fixes, see http://cgit.freedesktop.org/cairo/commit/?id=b1192beac7c5b56a8ff356d20af5ebfb65404109 http://cgit.freedesktop.org/cairo/commit/?id=30eb1b0e9778a96c2eb984f243dec5e3c8859e05 http://cgit.freedesktop.org/cairo/commit/?id=aa1323f04cd2c71317e9173fbe26fe7d0ba34908 ** Cha

[Desktop-packages] [Bug 1306846] Re: Inkscape (using cairo) fails to print thin lines to PDF

2015-10-17 Thread Bug Watch Updater
** Changed in: libcairo Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cairo in Ubuntu. https://bugs.launchpad.net/bugs/1306846 Title: Inkscape (using cairo) fails to print thin lines to PDF S

[Desktop-packages] [Bug 1306846]

2015-10-17 Thread Adrian Johnson
I've commit my patch and testcase. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cairo in Ubuntu. https://bugs.launchpad.net/bugs/1306846 Title: Inkscape (using cairo) fails to print thin lines to PDF Status in libcairo: Fix Relea

[Desktop-packages] [Bug 1306846]

2015-10-17 Thread ~suv
(In reply to Adrian Johnson from comment #17) > Should be fixed now. Thx a lot - build fix confirmed for quartz, quartz-image, xml and tee surface backends. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cairo in Ubuntu. https://bugs.la

[Desktop-packages] [Bug 1306846]

2015-10-17 Thread Damien
It seems the GL backend still doesn't compile as a couple uses of _cairo_surface_init weren't updated: cairo-gl-source.c:76:5: error: too few arguments to function ‘_cairo_surface_init’ cairo-gl-source.c:103:5: error: too few arguments to function ‘_cairo_surface_init’ -- You received this bug

[Desktop-packages] [Bug 1306846]

2015-10-17 Thread Adrian Johnson
Should be fixed now. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cairo in Ubuntu. https://bugs.launchpad.net/bugs/1306846 Title: Inkscape (using cairo) fails to print thin lines to PDF Status in libcairo: Fix Released Status in

[Desktop-packages] [Bug 1306846]

2015-10-17 Thread Damien
There's also a similar error for _cairo_path_fixed_approximate_stroke_extents(): cairo-gl-msaa-compositor.c:584:6: error: too few arguments to function ‘_cairo_path_fixed_approximate_stroke_extents’ -- You received this bug notification because you are a member of Desktop Packages, which is subs

[Desktop-packages] [Bug 1306846]

2015-10-17 Thread ~suv
@Adrian - the commit broke the quartz backend (and based on comments on irc the gl backend too): CC cairo-quartz-surface.lo cairo-quartz-surface.c:2265:12: error: too few arguments to function call, expected 5, have 4 content); ^ ./

[Desktop-packages] [Bug 1306846]

2015-09-26 Thread Adrian Johnson
(In reply to Bill Spitzak from comment #13) > Created attachment 118385 [details] > attachment-30721-0.html > > This seems excessively complex, rather than having the later handler (the > one turning a non-zero float into a zero fixed) be patched instead. I > figure it would be correct for all bac

[Desktop-packages] [Bug 1306846]

2015-09-26 Thread Adrian Johnson
Created attachment 118381 cairo test for thin lines This patch contains a cairo test for thin lines. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cairo in Ubuntu. https://bugs.launchpad.net/bugs/1306846 Title: Inkscape (using cairo

[Desktop-packages] [Bug 1306846]

2015-09-26 Thread Spitzak-k
Created attachment 118385 attachment-30721-0.html This seems excessively complex, rather than having the later handler (the one turning a non-zero float into a zero fixed) be patched instead. I figure it would be correct for all backends to turn very tiny but non-zero line widths into the smallest

[Desktop-packages] [Bug 1306846]

2015-09-26 Thread Adrian Johnson
Created attachment 118380 Don't cull thin lines on vector backends The patch didn't work for my test case and broke many other tests. Attached is a new patch that seems to fix the bug. The patch ensures a minimum line width when calculating stroke extents on vector backends. -- You received thi

[Desktop-packages] [Bug 1306846]

2015-09-26 Thread Sebastien Bacher
is there anyone wanting to review that one? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cairo in Ubuntu. https://bugs.launchpad.net/bugs/1306846 Title: Inkscape (using cairo) fails to print thin lines to PDF Status in libcairo:

[Desktop-packages] [Bug 1306846]

2015-03-28 Thread Jürgen Weigert
@Chris Wilson et all: I'd like to raise priority on this issue. We know the issue to exist for several years now on Linux systems. Recently we see more and more Windows systems to suffer from the same issue. The attached patch is simple and fixes the issue. Is there anything I can do to summon

[Desktop-packages] [Bug 1306846]

2014-10-11 Thread Jürgen Weigert
(In reply to Sebastien Bacher from comment #6) > Could somebody review the suggested change there? Patrick's version is best, please go ahead with this patch! -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cairo in Ubuntu. https://bugs.

[Desktop-packages] [Bug 1306846]

2014-06-08 Thread Adrian Johnson
This is not really a pdf specific problem. We need to always pass strokes through to the vector backends no matter how thin. I don't know the best way to do this as I am not familiar with that code that these patches modify. -- You received this bug notification because you are a member of Deskto

[Desktop-packages] [Bug 1306846]

2014-06-08 Thread Sebastien Bacher
Could somebody review the suggested change there? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cairo in Ubuntu. https://bugs.launchpad.net/bugs/1306846 Title: Inkscape (using cairo) fails to print thin lines to PDF Status in libcai

[Desktop-packages] [Bug 1306846] Re: Inkscape (using cairo) fails to print thin lines to PDF

2014-04-14 Thread Sebastien Bacher
> Hi Sebastian, I dont want to archive my emails on bugreports privately. > Please add your comments directly to the report. Thanks, JW- ? I only used the webUI from launchpad to comment on the bug. Launchpad, like most bug trackers, send you new comments using emails so you know of activity on th

Re: [Desktop-packages] [Bug 1306846] Re: Inkscape (using cairo) fails to print thin lines to PDF

2014-04-14 Thread Jürgen Weigert
Hi Sebastian, I dont want to archive my emails on bugreports privately. Please add your comments directly to the report. Thanks, JW- Am 14.04.2014 10:50 schrieb "Sebastien Bacher" : > Thanks for your bug report/work on it. That seems like a valid bugfix to > backport but we are probably going to w

[Desktop-packages] [Bug 1306846] Re: Inkscape (using cairo) fails to print thin lines to PDF

2014-04-14 Thread Bug Watch Updater
Launchpad has imported 6 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=77298. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help

[Desktop-packages] [Bug 1306846] Re: Inkscape (using cairo) fails to print thin lines to PDF

2014-04-14 Thread Sebastien Bacher
Thanks for your bug report/work on it. That seems like a valid bugfix to backport but we are probably going to want to have a review comment from upstream first (and ideally having them commiting the fix to their vcs) ** Changed in: cairo (Ubuntu) Importance: Undecided => High ** Changed in: c

[Desktop-packages] [Bug 1306846] Re: Inkscape (using cairo) fails to print thin lines to PDF

2014-04-11 Thread Ubuntu Foundations Team Bug Bot
The attachment "suggested fix." seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray,

[Desktop-packages] [Bug 1306846] Re: Inkscape (using cairo) fails to print thin lines to PDF

2014-04-11 Thread Jürgen Weigert
** Patch added: "alternate suggested fix." https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/1306846/+attachment/4081564/+files/cairo.diff -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cairo in Ubuntu. https://bugs.launchpad.net/

[Desktop-packages] [Bug 1306846] Re: Inkscape (using cairo) fails to print thin lines to PDF

2014-04-11 Thread Jürgen Weigert
** Attachment added: "reproducer" https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/1306846/+attachment/4081562/+files/test_cairo.py -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cairo in Ubuntu. https://bugs.launchpad.net/bugs/1

[Desktop-packages] [Bug 1306846] Re: Inkscape (using cairo) fails to print thin lines to PDF

2014-04-11 Thread Jürgen Weigert
** Patch added: "suggested fix." https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/1306846/+attachment/4081563/+files/fix_for_fdo77298.patch -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cairo in Ubuntu. https://bugs.launchpad.ne

[Desktop-packages] [Bug 1306846] [NEW] Inkscape (using cairo) fails to print thin lines to PDF

2014-04-11 Thread Jürgen Weigert
Public bug reported: Since 1.12.3, cairo cannot render fine lines to pdf. 1.12.2 was the last version that worked. http://cgit.freedesktop.org/cair/diff/?id=bdf83008f4b2c723fd8e65e2a92bc47a2e7bc442 introduced code to avoid lines that would be invisible when rasterized. While this is a valid logi