[Libreoffice-bugs] [Bug 144981] Insert Hyperlink dialog with artifacts in icons on the left bar (using kf5)

2022-04-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144981

--- Comment #6 from Jan-Marek Glogowski  ---
This looks like a bug in the headless VCL plugin code. Removing the 

cairo_matrix_t aMatrix;
cairo_matrix_init_translate(, 0.5, 0.5);
cairo_set_matrix(cr, );

block from SvpGraphicsBackend::drawPolyPolygon fixes this artifact, but results
in other drawing glitches, because the sub-pixel positioning then is a bit off
(half a pixel). Or I'm missing something else or maybe it's a Cairo bug.

It doesn't show up in gtk3, which also uses Cairo / this code, because gtk3 -
via weld - uses a native widget instead of LO's widget (some GtkNotebook). The
QPainter Qt5 code is also correct.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144981] Insert Hyperlink dialog with artifacts in icons on the left bar (using kf5)

2021-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144981

Michael Weghorn  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||m.wegh...@posteo.de
 Ever confirmed|0   |1

--- Comment #5 from Michael Weghorn  ---
I can reproduce with

Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 2e5d18127f3be6741677bb567f9db37e2f4a9908
CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-GB (en_GB.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 144981] Insert Hyperlink dialog with artifacts in icons on the left bar (using kf5)

2021-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144981

Rafael Lima  changed:

   What|Removed |Added

 Blocks||102495
Summary|Insert Hyperlink dialog |Insert Hyperlink dialog
   |with artifacts in icons on  |with artifacts in icons on
   |the left bar|the left bar (using kf5)

--- Comment #4 from Rafael Lima  ---
Possibly a Kf5-only issue.

The bug is still present in LO 7.3 beta 1.

Version: 7.3.0.0.beta1 / LibreOffice Community
Build ID: 436f14c25ec1847646b953cf13d0db4f7ca3be57
CPU threads: 16; OS: Linux 5.13; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102495
[Bug 102495] [META] KDE VCL backend bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.