[Libreoffice-bugs] [Bug 128879] PDF Export Problems in LO 6.3.3 but working in 6.2.6

2023-05-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128879

--- Comment #11 from Dave Gilbert  ---
I've got some sympathy for the pdf code here...

Looking at the two PDF attachments, uncompressed and in meld, the biggest
differences are the newer one has a bunch of added bitmap/images embedded.

Digging into the example screwdriver in inkscape, there are two
paths which have hideously complex masking and filling on, and I think they do
have
a forward reference which I guess Xisco's patch made the reference work and now
the PDF code has tried to do masking.

In particular, inkscape says path 106 has mask g, fill i,
mask g has a reference to 
  fill: url#h (i.e. to the next fill - so not yet defined)

gradient h:
  has a graident transform and is linked back to a nice simple fill c


   


  



so I guess it's something to do with the pdf exporters masking code or it's
handling those complex fills.  Perhaps it just gave up and tried to spit out
the image.

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

[Libreoffice-bugs] [Bug 128879] PDF Export Problems in LO 6.3.3 but working in 6.2.6

2023-04-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128879

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #10 from Stéphane Guillou (stragu) 
 ---
Still present in:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 5cd9de202765e243e41416802f3e4486b8a96f16
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 128879] PDF Export Problems in LO 6.3.3 but working in 6.2.6

2021-11-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128879

--- Comment #9 from burnus...@gmail.com ---
Bug is still present in LO 7.2.2.2 (x64) de-AT on Win 10

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

[Libreoffice-bugs] [Bug 128879] PDF Export Problems in LO 6.3.3 but working in 6.2.6

2021-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128879

--- Comment #8 from QA Administrators  ---
Dear burnuser,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 128879] PDF Export Problems in LO 6.3.3 but working in 6.2.6

2019-11-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128879

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||103378
   Keywords||filter:pdf, filter:svg


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103378
[Bug 103378] [META] PDF export bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128879] PDF Export Problems in LO 6.3.3 but working in 6.2.6

2019-11-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128879

Xisco Faulí  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=94
   ||765
   Keywords|regression  |bisected

--- Comment #7 from Xisco Faulí  ---
IMHO, this is not a regression. my patch fixed a svg import problem ( also
fixing the images in the file attached ) as this is a PDF export problem.
My commit just arose another existing PDF problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128879] PDF Export Problems in LO 6.3.3 but working in 6.2.6

2019-11-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128879

raal  changed:

   What|Removed |Added

 CC||r...@post.cz,
   ||xiscofa...@libreoffice.org

--- Comment #6 from raal  ---
(In reply to BogdanB from comment #5)
> Bibisected with 6.3
> 
> d61a43fff034b038fe2ca3fedb844074b534 is the first bad commit
> commit d61a43fff034b038fe2ca3fedb844074b534
> Author: Jenkins Build User 
> Date:   Thu Sep 26 02:47:46 2019 +0200
> 
> source sha:92267cdb1a45e1f40199136849feb692f7e06d0e
> 
> source sha:92267cdb1a45e1f40199136849feb692f7e06d0e
> 
> :04 04 31416364166b0bbfd7bce30b2c5db92a46f39c0e
> e6368b319137759bb893742c1e0ea178c605b67d Minstdir

This seems to have begun at the below commit.
Adding Cc: to Xisco Faul; Could you possibly take a look at this one? Thanks

author  Xisco Fauli 2019-09-19 11:45:20
+0200
committer   Michael Stahl 2019-09-25 10:34:04
+0200
commit  92267cdb1a45e1f40199136849feb692f7e06d0e (patch)
tree3092d726d365222d9ea302130ae38cf8e818c5c6
parent  1d6429fb86d0ba8c03da8621512f3b675d1bcb81 (diff)
tdf#94765: SVGIO: Look for gradient/pattern ids once the file...

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128879] PDF Export Problems in LO 6.3.3 but working in 6.2.6

2019-11-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128879

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 OS|Windows (All)   |All
   Keywords|bibisectRequest |bibisected

--- Comment #5 from BogdanB  ---
Bibisected with 6.3

d61a43fff034b038fe2ca3fedb844074b534 is the first bad commit
commit d61a43fff034b038fe2ca3fedb844074b534
Author: Jenkins Build User 
Date:   Thu Sep 26 02:47:46 2019 +0200

source sha:92267cdb1a45e1f40199136849feb692f7e06d0e

source sha:92267cdb1a45e1f40199136849feb692f7e06d0e

:04 04 31416364166b0bbfd7bce30b2c5db92a46f39c0e
e6368b319137759bb893742c1e0ea178c605b67d M  instdir

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128879] PDF Export Problems in LO 6.3.3 but working in 6.2.6

2019-11-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128879

Oliver Brinzing  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||oliver.brinz...@gmx.de

--- Comment #4 from Oliver Brinzing  ---
> creates some artifacts in graphics.
> In LO 6.2.6 the graphics are OK AND the filesize is remarkable smaller!

confirming, LO 6.2.8.2 is fine too.

Version: 6.2.8.2 (x64)
Build-ID: f82ddfca21ebc1e222a662a32b25c0c9d20169ee
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc:

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128879] PDF Export Problems in LO 6.3.3 but working in 6.2.6

2019-11-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128879

--- Comment #3 from burnu...@gmail.com ---
Created attachment 155926
  --> https://bugs.documentfoundation.org/attachment.cgi?id=155926&action=edit
PDF Export with LO 6.2.6

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128879] PDF Export Problems in LO 6.3.3 but working in 6.2.6

2019-11-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128879

--- Comment #2 from burnu...@gmail.com ---
Created attachment 155925
  --> https://bugs.documentfoundation.org/attachment.cgi?id=155925&action=edit
PDF Export with LO 6.3.3

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128879] PDF Export Problems in LO 6.3.3 but working in 6.2.6

2019-11-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128879

--- Comment #1 from burnu...@gmail.com ---
Created attachment 155924
  --> https://bugs.documentfoundation.org/attachment.cgi?id=155924&action=edit
Testdocument

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs