[Libreoffice-bugs] [Bug 157790] White triangles appear around a moving object (instead of the background)
https://bugs.documentfoundation.org/show_bug.cgi?id=157790 Patrick Luby changed: What|Removed |Added See Also||https://bugs.documentfounda ||tion.org/show_bug.cgi?id=15 ||7795 Status|NEW |ASSIGNED Assignee|libreoffice-b...@lists.free |plub...@neooffice.org |desktop.org | --- Comment #6 from Patrick Luby --- I noticed that my fix for bug 157795 in https://gerrit.libreoffice.org/c/core/+/158355 also fixes part of this bug. Specifically, the white background when printing, exporting to PDF, or after the transition has run in the slideshow is now green like it should be. I still need to find where the slideshow transition is drawing the rotated images so that is what I will work on next. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157790] White triangles appear around a moving object (instead of the background)
https://bugs.documentfoundation.org/show_bug.cgi?id=157790 BogdanB changed: What|Removed |Added Blocks||36766 Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=36766 [Bug 36766] [META] Impress Gradient and Transparency issues -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157790] White triangles appear around a moving object (instead of the background)
https://bugs.documentfoundation.org/show_bug.cgi?id=157790 --- Comment #5 from Patrick Luby --- I can also reproduce this bug. I will need to do some debugging and find the code that draws this slideshow image. I will post again when I have any news. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157790] White triangles appear around a moving object (instead of the background)
https://bugs.documentfoundation.org/show_bug.cgi?id=157790 Gerald Pfeifer changed: What|Removed |Added CC||plub...@neooffice.org --- Comment #4 from Gerald Pfeifer --- Hi Patrick, I'm afraid this is yet another instance of the alpha/transparency outfall of which you kindly fixed several already. -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157790] White triangles appear around a moving object (instead of the background)
https://bugs.documentfoundation.org/show_bug.cgi?id=157790 BogdanB changed: What|Removed |Added Keywords|bibisectRequest |bibisected, bisected CC||buzea.bog...@libreoffice.or ||g, noelgran...@gmail.com --- Comment #3 from BogdanB --- c21a1c45e2403119c90af25cdb5350f978d5c93b is the first bad commit commit c21a1c45e2403119c90af25cdb5350f978d5c93b Author: Jenkins Build User Date: Tue Jul 25 09:06:10 2023 +0200 source sha:81994cb2b8b32453a92bcb011830fcb884f22ff3 source sha:81994cb2b8b32453a92bcb011830fcb884f22ff3 instdir/program/libchartcontrollerlo.so | Bin 3810384 -> 3810384 bytes instdir/program/libcppcanvaslo.so | Bin 382552 -> 382552 bytes instdir/program/libcuilo.so | Bin 5066680 -> 5066680 bytes instdir/program/libdrawinglayerlo.so| Bin 2067536 -> 2067632 bytes instdir/program/libeditenglo.so | Bin 3336888 -> 3336888 bytes instdir/program/libfrmlo.so | Bin 4274440 -> 4274400 bytes instdir/program/libmsfilterlo.so| Bin 1063760 -> 1063760 bytes instdir/program/libsclo.so | Bin 22502464 -> 22502464 bytes instdir/program/libsdlo.so | Bin 10531352 -> 10531352 bytes instdir/program/libsduilo.so| Bin 2135776 -> 2135776 bytes instdir/program/libsfxlo.so | Bin 7755888 -> 7755888 bytes instdir/program/libslideshowlo.so | Bin 2904968 -> 2905016 bytes instdir/program/libsmlo.so | Bin 2290704 -> 2290704 bytes instdir/program/libspllo.so | Bin 96136 -> 96136 bytes instdir/program/libsvtlo.so | Bin 3063720 -> 3063720 bytes instdir/program/libsvxcorelo.so | Bin 12298416 -> 12298464 bytes instdir/program/libsvxlo.so | Bin 5529544 -> 5529544 bytes instdir/program/libswlo.so | Bin 22729480 -> 22729480 bytes instdir/program/libswuilo.so| Bin 2985632 -> 2985640 bytes instdir/program/libtklo.so | Bin 7023960 -> 7024008 bytes instdir/program/libvclcanvaslo.so | Bin 1014736 -> 1014736 bytes instdir/program/libvcllo.so | Bin 20328320 -> 20332568 bytes instdir/program/libvclplug_gtk3lo.so| Bin 2748840 -> 2748840 bytes instdir/program/libvclplug_qt5lo.so | Bin 2495136 -> 2495032 bytes instdir/program/setuprc | 2 +- instdir/program/versionrc | 2 +- 26 files changed, 2 insertions(+), 2 deletions(-) author Noel Grandin 2021-04-16 20:33:10 +0200 committer Noel Grandin 2023-07-25 08:38:12 +0200 commit 81994cb2b8b32453a92bcb011830fcb884f22ff3 (patch) treeae1750e92421ad2e0ec3f50351c3be6581841598 parent dabedcaf27b0af1e38a611b8d8e48444f848e01d (diff) Convert internal vcl bitmap formats transparency->alpha (II) (Second attempt at landing this) Image formats and graphics APIs use alpha, not transparency, so change our internal formats and data structures to work directly with alpha, so we don't need to modify data before we push it to graphics APIs. Add a couple of new Color constants to make the intention of the vcl code clearer. Notes (*) On macOS, tweaking the logic in CreateWithSalBitmapAndMask to more accurately reflect the requirements of the CGImageCreateWithMask function seems to fix some tests. (*) The vcl code does not properly support gradients with transparency. So the previous code was wrong, and this change is going to result in slightly different wrongness. Change-Id: I9e21c2e98d88ecfdc5f75db13bd17c38db98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114168 Tested-by: Jenkins Reviewed-by: Patrick Luby Reviewed-by: Noel Grandin -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157790] White triangles appear around a moving object (instead of the background)
https://bugs.documentfoundation.org/show_bug.cgi?id=157790 m.a.riosv changed: What|Removed |Added CC||miguelangelrv@libreoffice.o ||rg Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from m.a.riosv --- Reproducible with Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 9eb419b0b0f019f5fbc48ff1a11977e8b041edee CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: Skia/Vulkan; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL threaded Works for me with: Version: 7.6.2.0.0+ (X86_64) / LibreOffice Community Build ID: 0842e6ae7db830b7ccf540685174af101dc68bc0 CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: CL threaded -- You are receiving this mail because: You are the assignee for the bug.
[Libreoffice-bugs] [Bug 157790] White triangles appear around a moving object (instead of the background)
https://bugs.documentfoundation.org/show_bug.cgi?id=157790 --- Comment #1 from Gerald Pfeifer --- Created attachment 190230 --> https://bugs.documentfoundation.org/attachment.cgi?id=190230&action=edit Screenshot of presentation mode -- You are receiving this mail because: You are the assignee for the bug.