[Libreoffice-bugs] [Bug 123868] New: LibreOffice Draw changes the point type in PDF scatter plots when FILEOPEN
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Mar 5 11:07:42 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=123868
Bug ID: 123868
Summary: LibreOffice Draw changes the point type in PDF scatter
plots when FILEOPEN
Product: LibreOffice
Version: 6.2.0.3 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Draw
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: m.mahmoudian at gmail.com
Description:
While opening a PDF file with some scatter plots, i realized that the shape of
datapoints have changed
Steps to Reproduce:
1. Creating a PDF file containing a scatter plot, so that the datapoints are
solid (filled) circles. The code below generates the same file in R:
```R
pdf(file="example.pdf")
plot(iris[, 1:2], pch = 19)
graphics.off
```
2. I confirmed the plot by opening it in multiple PDF viewer (qpdfview and
foxitreader)
3. Opened LibreOffice Draw program
4. from the "open" menu, opened the PDF file I just created
Actual Results:
The datapoints have turned into hollow cricles (have black border and
white/transparent filling color)
Expected Results:
The datapoints should still be solid circles
Reproducible: Always
User Profile Reset: No
Additional Info:
These are the info I get from "About LibreOffice" window:
Version: 6.2.0.3
Build ID: libreoffice-6.2.0.3-snap1
CPU threads: 8
OS: Linux 4.15
UI render: default
VCL: gtk3
Locale: en-US (en_US.UTF-8)
UI-Language: en-US
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190305/10db6051/attachment.html>
More information about the Libreoffice-bugs
mailing list