https://bugs.documentfoundation.org/show_bug.cgi?id=146804
--- Comment #6 from John Fattaruso <[email protected]> --- Created attachment 178461 --> https://bugs.documentfoundation.org/attachment.cgi?id=178461&action=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.
