[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-03-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

--- Comment #10 from John Fattaruso  ---
I tested the RPMs in the 7.4.0 development version with a clean Live Fedora 35
OS, and the problem looks to be nicely fixed. Thank you Luboš! Dashed thickened
lines in my document figures now appear in the exported EPS file just as in the
LO display.

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

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.4.0

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

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

--- Comment #9 from Commit Notification 
 ---
Luboš Luňák committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/ff8b9f6fca5784f62427302026642de0cdb1ef11

use dashing info from struct LineInfo in EPS writer (tdf#146804)

It will be available in 7.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-03-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

Luboš Luňák  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

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

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-02-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

raal  changed:

   What|Removed |Added

 CC||l.lu...@collabora.com
   Keywords||bibisected, bisected

--- Comment #8 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Luboš Luňák; Could you possibly take a look at this one?
Thanks

94d03624daba3738e1882fa404b7b3d7d3ff6948 is the first bad commit
commit 94d03624daba3738e1882fa404b7b3d7d3ff6948
Author: Jenkins Build User 
Date:   Thu Apr 29 20:14:17 2021 +0200

source sha:b71d9a6d15cfb8a50afdea5ac064f40d84c561f8

https://git.libreoffice.org/core/+/b71d9a6d15cfb8a50afdea5ac064f40d84c561f8
  do not apply line dashing in drawinglayer (tdf#136957)

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

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-02-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

raal  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #7 from raal  ---
I can confirm with Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 0723b41bed9bb4ad50d2993744a60177966d1a21
CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

but not in Version 4.1.0.0.alpha0+ (Build ID:
efca6f15609322f62a35619619a6d5fe5c9bd5a)

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

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-02-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

--- Comment #6 from John Fattaruso  ---
Created attachment 178461
  --> https://bugs.documentfoundation.org/attachment.cgi?id=178461=edit
Test .odp file and exported .eps file showing dashed line export failure

The attached .tgz tarball file contains two files, DashedLineTest.odp and
DashedLineTest.eps. The LO .odp file has two drawn lines, both set to the "Long
Dash" mode. One is at the default width of 0, and the other with the width set
up to 0.02 inch. When the exported .eps is viewed in gv, qpdfview, or atril,
the first line appears as dashed and the second shows up as solid. Examining
the .eps file text, the first line has a proper PostScript setdash command '[
107.8 80.85 ] 0 ld', but the setdash command for the second line is an
erroneous '[ 2 ] 0 ld'. The absurdly small value of 2 for a dash interval
results in the essentially solid line appearing in a PostScript viewer.

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

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-02-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

--- Comment #5 from raal  ---
Please attach test file.

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

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-02-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

John Fattaruso  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from John Fattaruso  ---
I installed the 7.4 Development version into a clean temporary Fedora 35 Live
OS, and it appears to me to behave the same as 7.1.8.1. I did indeed get a
proper dashed line in the .eps file export as you did for a line left at the
default width of 0, but as per my comment I added on 2022-01-29, another
requirement to expose this bug is to set the line width up from its default to
something thicker, like the first step of 0.02". When doing this with the
version 7.4 the dashed line export is again erroneous, with the PostScript dash
pattern set to "[2]", and appearing as a solid line in the atril viewer present
in Fedora 35 Live.

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

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

--- Comment #3 from raal  ---
Created attachment 178252
  --> https://bugs.documentfoundation.org/attachment.cgi?id=178252=edit
export from LO 7.4 dev version

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

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
 Status|UNCONFIRMED |NEEDINFO
 Blocks||109323
 Ever confirmed|0   |1

--- Comment #2 from raal  ---
Tested with Version: 7.4.0.0.alpha0+ / LibreOffice Community
Build ID: 1c0aa970650ffc7c749e0b5ea655ebb2d137c8ae
CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

And I see dashed line in Evince viewer.  Seems to be fixed with dev version.
Please could you test it with dev version?  You can download it here:
http://dev-builds.libreoffice.org/daily/master/
Thank you


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109323
[Bug 109323] [META] Graphic export bugs and enhancements (jpg, png, eps, tiff,
gif ...)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 146804] FILESAVE Dashed lines do not export properly to EPS file

2022-01-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146804

--- Comment #1 from John Fattaruso  ---
One additional condition for this bug: The dashed line must also be set with a
width greater than the default 0. Dashed lines with 0 width actually get
exported with proper dash patterns in the EPS file. But for dashed lines set
even one step thicker, at 0.2 inch, the exported dash pattern is incorrect as
described.

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